For attrpath rPackages.flexiblas, using log file: /var/log/nixpkgs-update/rPackages.flexiblas/2024-03-01.log rPackages.flexiblas 3.3.0 -> 3.4.0 https://repology.org/project/r:flexiblas/versions attrpath: rPackages.flexiblas Checking auto update branch... No auto update branch exists Old version 3.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.flexiblas 3.3.0 -> 3.4.0 https://repology.org/project/r:flexiblas/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.go-gir-generator, using log file: /var/log/nixpkgs-update/deepin.go-gir-generator/2024-03-01.log deepin.go-gir-generator 2.2.0 -> 3.0.0 https://repology.org/project/go:gir-generator/versions attrpath: deepin.go-gir-generator deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.go-gir-generator 2.2.0 -> 3.0.0 https://repology.org/project/go:gir-generator/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.collapse, using log file: /var/log/nixpkgs-update/rPackages.collapse/2024-03-01.log rPackages.collapse 2.0.7 -> 2.0.10 https://repology.org/project/r:collapse/versions attrpath: rPackages.collapse Checking auto update branch... No auto update branch exists Old version 2.0.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.collapse 2.0.7 -> 2.0.10 https://repology.org/project/r:collapse/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cccrm, using log file: /var/log/nixpkgs-update/rPackages.cccrm/2024-03-01.log rPackages.cccrm 2.2.0 -> 2.2.1 https://repology.org/project/r:cccrm/versions attrpath: rPackages.cccrm Checking auto update branch... No auto update branch exists Old version 2.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.cccrm 2.2.0 -> 2.2.1 https://repology.org/project/r:cccrm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.psycopg, using log file: /var/log/nixpkgs-update/python311Packages.psycopg/2024-03-01.log python311Packages.psycopg 0 -> 1 attrpath: python311Packages.psycopg 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] Going to be running update for following packages: - python3.11-psycopg-3.1.17 Press Enter key to continue... Running update for: - python3.11-psycopg-3.1.17: UPDATING ... - python3.11-psycopg-3.1.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.psycopg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xrootd, using log file: /var/log/nixpkgs-update/xrootd/2024-03-01.log xrootd 5.6.6 -> 5.6.8 https://github.com/xrootd/xrootd/releases attrpath: xrootd 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 xrootd 5.6.6 -> 5.6.8 https://github.com/xrootd/xrootd/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath agenda, using log file: /var/log/nixpkgs-update/agenda/2024-03-01.log agenda 0 -> 1 attrpath: agenda Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - agenda-1.1.2 Press Enter key to continue... Running update for: - agenda-1.1.2: UPDATING ... - agenda-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update agenda 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DESpace, using log file: /var/log/nixpkgs-update/rPackages.DESpace/2024-03-01.log rPackages.DESpace 1.2.0 -> 1.2.1 https://repology.org/project/r:despace/versions attrpath: rPackages.DESpace 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.DESpace 1.2.0 -> 1.2.1 https://repology.org/project/r:despace/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hipcub, using log file: /var/log/nixpkgs-update/rocmPackages.hipcub/2024-03-01.log rocmPackages.hipcub 0 -> 1 attrpath: rocmPackages.hipcub Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - hipcub-5.7.1 Press Enter key to continue... Running update for: - hipcub-5.7.1: UPDATING ... - hipcub-5.7.1: ERROR --- SHOWING ERROR LOG FOR hipcub-5.7.1 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR hipcub-5.7.1 ---------------------- The update script for hipcub-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hipcub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath etcher, using log file: /var/log/nixpkgs-update/etcher/2024-03-01.log etcher 1.18.12 -> 1.18.14 https://repology.org/project/etcher/versions attrpath: etcher 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/135zh2bzfrvbpzg8ycfyns3xwp4z5k0q-balena-etcher_1.18.14_amd64.deb.drv building '/nix/store/135zh2bzfrvbpzg8ycfyns3xwp4z5k0q-balena-etcher_1.18.14_amd64.deb.drv'... trying https://github.com/balena-io/etcher/releases/download/v1.18.14/balena-etcher_1.18.14_amd64.deb % 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 balena-etcher_1.18.14_amd64.deb 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 'etcher.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 'etcher-1.18.14' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/etcher/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'installPhase' of derivation 'etcher-1.18.14' at /var/cache/nixpkgs-update/worker/worktree/etcher/pkgs/tools/misc/etcher/default.nix:46:3: 45| 46| installPhase = '' | ^ 47| runHook preInstall error: Package ‘electron-19.1.9’ in /var/cache/nixpkgs-update/worker/worktree/etcher/pkgs/development/tools/electron/binary/generic.nix:35 is marked as insecure, refusing to evaluate. Known issues: - Electron version 19.1.9 is EOL You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add ‘electron-19.1.9’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "electron-19.1.9" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘electron-19.1.9’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "electron-19.1.9" ]; } [result] Failed to update etcher 1.18.12 -> 1.18.14 https://repology.org/project/etcher/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.snapcast, using log file: /var/log/nixpkgs-update/python311Packages.snapcast/2024-03-01.log python311Packages.snapcast 0 -> 1 attrpath: python311Packages.snapcast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/lhdpli68dwmkfdjw0hmd7nbszrl7px1a-packages.json.drv building '/nix/store/lhdpli68dwmkfdjw0hmd7nbszrl7px1a-packages.json.drv'... Going to be running update for following packages: - python3.11-snapcast-2.3.4 Press Enter key to continue... Running update for: - python3.11-snapcast-2.3.4: UPDATING ... - python3.11-snapcast-2.3.4: ERROR --- SHOWING ERROR LOG FOR python3.11-snapcast-2.3.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/happyleavesaoc/python-snapcast/tarball/2.3.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/happyleavesaoc/python-snapcast/tarball/refs/tags/2.3.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-snapcast-2.3.4 ---------------------- The update script for python3.11-snapcast-2.3.4 failed with exit code 1 [result] Failed to update python311Packages.snapcast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libversion, using log file: /var/log/nixpkgs-update/python311Packages.libversion/2024-03-01.log python311Packages.libversion 0 -> 1 attrpath: python311Packages.libversion Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-libversion-1.2.4 Press Enter key to continue... Running update for: - python3.11-libversion-1.2.4: UPDATING ... - python3.11-libversion-1.2.4: ERROR --- SHOWING ERROR LOG FOR python3.11-libversion-1.2.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/repology/py-libversion/tarball/1.2.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/repology/py-libversion/tarball/refs/tags/1.2.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-libversion-1.2.4 ---------------------- The update script for python3.11-libversion-1.2.4 failed with exit code 1 [result] Failed to update python311Packages.libversion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.moderngl, using log file: /var/log/nixpkgs-update/python311Packages.moderngl/2024-03-01.log python311Packages.moderngl 0 -> 1 attrpath: python311Packages.moderngl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-moderngl-5.10.0 Press Enter key to continue... Running update for: - python3.11-moderngl-5.10.0: UPDATING ... - python3.11-moderngl-5.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.moderngl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sword, using log file: /var/log/nixpkgs-update/sword/2024-03-01.log sword 1.8.1 -> 1.9.0 https://repology.org/project/sword/versions attrpath: sword 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/k99ajq5mylj3f5hzx45gc5qycnqq0132-sword-1.9.0.tar.gz.drv building '/nix/store/k99ajq5mylj3f5hzx45gc5qycnqq0132-sword-1.9.0.tar.gz.drv'... trying https://www.crosswire.org/ftpmirror/pub/sword/source/v1.8/sword-1.9.0.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 sword-1.9.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 'sword.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/k99ajq5mylj3f5hzx45gc5qycnqq0132-sword-1.9.0.tar.gz.drv /nix/store/1r70chwnjxqsyvy9r9bwm3w6xdn7d84m-sword-1.9.0.drv building '/nix/store/k99ajq5mylj3f5hzx45gc5qycnqq0132-sword-1.9.0.tar.gz.drv'... trying https://www.crosswire.org/ftpmirror/pub/sword/source/v1.8/sword-1.9.0.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 sword-1.9.0.tar.gz from any mirror error: builder for '/nix/store/k99ajq5mylj3f5hzx45gc5qycnqq0132-sword-1.9.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.crosswire.org/ftpmirror/pub/sword/source/v1.8/sword-1.9.0.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 sword-1.9.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/k99ajq5mylj3f5hzx45gc5qycnqq0132-sword-1.9.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/1r70chwnjxqsyvy9r9bwm3w6xdn7d84m-sword-1.9.0.drv' failed to build [result] Failed to update sword 1.8.1 -> 1.9.0 https://repology.org/project/sword/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lcov-cobertura, using log file: /var/log/nixpkgs-update/python311Packages.lcov-cobertura/2024-03-01.log python311Packages.lcov-cobertura 0 -> 1 attrpath: python311Packages.lcov-cobertura Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-lcov-cobertura-2.0.2 Press Enter key to continue... Running update for: - python3.11-lcov-cobertura-2.0.2: UPDATING ... - python3.11-lcov-cobertura-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lcov-cobertura 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aliyun-python-sdk-config, using log file: /var/log/nixpkgs-update/python311Packages.aliyun-python-sdk-config/2024-03-01.log python311Packages.aliyun-python-sdk-config 0 -> 1 attrpath: python311Packages.aliyun-python-sdk-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] Going to be running update for following packages: - python3.11-aliyun-python-sdk-config-2.2.12 Press Enter key to continue... Running update for: - python3.11-aliyun-python-sdk-config-2.2.12: UPDATING ... - python3.11-aliyun-python-sdk-config-2.2.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aliyun-python-sdk-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 python311Packages.shodan, using log file: /var/log/nixpkgs-update/python311Packages.shodan/2024-03-01.log python311Packages.shodan 0 -> 1 attrpath: python311Packages.shodan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-shodan-1.31.0 Press Enter key to continue... Running update for: - python3.11-shodan-1.31.0: UPDATING ... - python3.11-shodan-1.31.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.shodan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath neovim-remote, using log file: /var/log/nixpkgs-update/neovim-remote/2024-03-01.log neovim-remote 0 -> 1 attrpath: neovim-remote Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - neovim-remote-2.5.1 Press Enter key to continue... Running update for: - neovim-remote-2.5.1: UPDATING ... - neovim-remote-2.5.1: ERROR --- SHOWING ERROR LOG FOR neovim-remote-2.5.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/mhinz/neovim-remote/tarball/v1.7.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/mhinz/neovim-remote/tarball/refs/tags/v1.7.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR neovim-remote-2.5.1 ---------------------- The update script for neovim-remote-2.5.1 failed with exit code 1 [result] Failed to update neovim-remote 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.hipcc, using log file: /var/log/nixpkgs-update/rocmPackages.hipcc/2024-03-01.log rocmPackages.hipcc 0 -> 1 attrpath: rocmPackages.hipcc Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - hipcc-5.7.1 Press Enter key to continue... Running update for: - hipcc-5.7.1: UPDATING ... - hipcc-5.7.1: ERROR --- SHOWING ERROR LOG FOR hipcc-5.7.1 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR hipcc-5.7.1 ---------------------- The update script for hipcc-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hipcc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nbsphinx, using log file: /var/log/nixpkgs-update/python311Packages.nbsphinx/2024-03-01.log python311Packages.nbsphinx 0 -> 1 attrpath: python311Packages.nbsphinx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-nbsphinx-0.9.3 Press Enter key to continue... Running update for: - python3.11-nbsphinx-0.9.3: UPDATING ... - python3.11-nbsphinx-0.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nbsphinx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cfscrape, using log file: /var/log/nixpkgs-update/python311Packages.cfscrape/2024-03-01.log python311Packages.cfscrape 0 -> 1 attrpath: python311Packages.cfscrape Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-cfscrape-2.1.1 Press Enter key to continue... Running update for: - python3.11-cfscrape-2.1.1: UPDATING ... - python3.11-cfscrape-2.1.1: ERROR --- SHOWING ERROR LOG FOR python3.11-cfscrape-2.1.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Anorov/cloudflare-scrape/tarball/2.1.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Anorov/cloudflare-scrape/tarball/refs/tags/2.1.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-cfscrape-2.1.1 ---------------------- The update script for python3.11-cfscrape-2.1.1 failed with exit code 1 [result] Failed to update python311Packages.cfscrape 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eddy, using log file: /var/log/nixpkgs-update/eddy/2024-03-01.log eddy 0 -> 1 attrpath: eddy Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - eddy-1.2.1 Press Enter key to continue... Running update for: - eddy-1.2.1: UPDATING ... - eddy-1.2.1: ERROR --- SHOWING ERROR LOG FOR eddy-1.2.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/obdasystems/eddy/tarball/v3.5.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/obdasystems/eddy/tarball/refs/tags/v3.5.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR eddy-1.2.1 ---------------------- The update script for eddy-1.2.1 failed with exit code 1 [result] Failed to update eddy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath meld, using log file: /var/log/nixpkgs-update/meld/2024-03-01.log meld 0 -> 1 attrpath: meld Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - meld-3.22.1 Press Enter key to continue... Running update for: - meld-3.22.1: UPDATING ... - meld-3.22.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update meld 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-encryption-sdk-cli, using log file: /var/log/nixpkgs-update/aws-encryption-sdk-cli/2024-03-01.log aws-encryption-sdk-cli 0 -> 1 attrpath: aws-encryption-sdk-cli Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aws-encryption-sdk-cli-4.1.0 Press Enter key to continue... Running update for: - aws-encryption-sdk-cli-4.1.0: UPDATING ... - aws-encryption-sdk-cli-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aws-encryption-sdk-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.json-home-client, using log file: /var/log/nixpkgs-update/python311Packages.json-home-client/2024-03-01.log python311Packages.json-home-client 0 -> 1 attrpath: python311Packages.json-home-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] Going to be running update for following packages: - python3.11-json-home-client-1.1.1 Press Enter key to continue... Running update for: - python3.11-json-home-client-1.1.1: UPDATING ... - python3.11-json-home-client-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.json-home-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 behdad-fonts, using log file: /var/log/nixpkgs-update/behdad-fonts/2024-03-01.log behdad-fonts 0.0.3 -> 1.0.0 https://github.com/font-store/BehdadFont/releases attrpath: behdad-fonts 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/j7dsk2j9rbn6fp2c4nrwchwx6l03w24f-source.drv building '/nix/store/j7dsk2j9rbn6fp2c4nrwchwx6l03w24f-source.drv'... trying https://github.com/font-store/BehdadFont/archive/v1.0.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 'behdad-fonts.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/j7dsk2j9rbn6fp2c4nrwchwx6l03w24f-source.drv /nix/store/6i5l530xn8a6558k1x5skl8g9wg1mn17-behdad-fonts-1.0.0.drv building '/nix/store/j7dsk2j9rbn6fp2c4nrwchwx6l03w24f-source.drv'... trying https://github.com/font-store/BehdadFont/archive/v1.0.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/j7dsk2j9rbn6fp2c4nrwchwx6l03w24f-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/font-store/BehdadFont/archive/v1.0.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/j7dsk2j9rbn6fp2c4nrwchwx6l03w24f-source.drv'. error: 1 dependencies of derivation '/nix/store/6i5l530xn8a6558k1x5skl8g9wg1mn17-behdad-fonts-1.0.0.drv' failed to build [result] Failed to update behdad-fonts 0.0.3 -> 1.0.0 https://github.com/font-store/BehdadFont/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath multimarkdown, using log file: /var/log/nixpkgs-update/multimarkdown/2024-03-01.log multimarkdown 6.6.0 -> 6.7.0 https://github.com/fletcher/MultiMarkdown-6/releases attrpath: multimarkdown Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/typesetting/multimarkdown/default.nix b/pkgs/tools/typesetting/multimarkdown/default.nix index 65cf5931ac10..3d3e63a4b1dc 100644 --- a/pkgs/tools/typesetting/multimarkdown/default.nix +++ b/pkgs/tools/typesetting/multimarkdown/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "multimarkdown"; - version = "6.6.0"; + version = "6.7.0"; src = fetchFromGitHub { owner = "fletcher"; repo = "MultiMarkdown-6"; rev = version; - hash = "sha256-emJbY0wucoc/GdjlILoeqjwuwuPpTjXTqZN0gUKOyLg="; + hash = "sha256-b6yCn0NFpONI7WwfjDOc0d2nCKMIiUXi+rsnytiNc0Q="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A multimarkdown nix build failed. -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd-letterhead.sty -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-letterhead-begin.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-letterhead-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-letterhead-leader.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/manuscript.sty -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-manuscript-begin.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-manuscript-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-manuscript-leader.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-book-begin.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-book-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-book-leader.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-criticmarkup.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-default-metadata.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-manuscript-packages.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-copyright.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-layout-8.5x11.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-packages.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-setup.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-title.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-book-begin.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-book-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-book-leader.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-handout-begin.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-handout-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-handout-leader.tex mv: cannot stat '/nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/LICENSE.txt': No such file or directory mv: cannot stat '/nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/README.txt': No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update multimarkdown 6.6.0 -> 6.7.0 https://github.com/fletcher/MultiMarkdown-6/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pathvalidate, using log file: /var/log/nixpkgs-update/python311Packages.pathvalidate/2024-03-01.log python311Packages.pathvalidate 0 -> 1 attrpath: python311Packages.pathvalidate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pathvalidate-3.2.0 Press Enter key to continue... Running update for: - python3.11-pathvalidate-3.2.0: UPDATING ... - python3.11-pathvalidate-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pathvalidate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 python312Packages.pytest-plt, using log file: /var/log/nixpkgs-update/python312Packages.pytest-plt/2024-03-01.log python312Packages.pytest-plt 1.1.0 -> 1.1.1 https://repology.org/project/python:pytest-plt/versions attrpath: python312Packages.pytest-plt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-pytest-plt-1.1.0 Press Enter key to continue... Running update for: - python3.12-pytest-plt-1.1.0: UPDATING ... - python3.12-pytest-plt-1.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-plt/default.nix b/pkgs/development/python-modules/pytest-plt/default.nix index c1163516500e..7ccf87e69b13 100644 --- a/pkgs/development/python-modules/pytest-plt/default.nix +++ b/pkgs/development/python-modules/pytest-plt/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "pytest-plt"; - version = "1.1.0"; + version = "1.1.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-IkTNlierFXIG9WSVUfVoirfQ6z7JOYlCaa5NhnBSuxc="; + hash = "sha256-TOuyVH2wKKruy7SBNW3z62yzpmBT6l6RcKhoO1XUFhE="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.pytest-plt nix build failed. Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase Matplotlib created a temporary cache directory at /build/matplotlib-nuucqv0u because the default path (/homeless-shelter/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing. /nix/store/srq6cpawjsy99hk77ws2hl1fxlzvydx3-python3.12-pytest-7.4.4/lib/python3.12/site-packages/_pytest/config/__init__.py:331: PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style hookwrapper teardown. Plugin: helpconfig, Hook: pytest_cmdline_parse UsageError: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] __main__.py: error: unrecognized arguments: --cov --cov-append inifile: /build/pytest-plt-1.1.1/setup.cfg rootdir: /build/pytest-plt-1.1.1 For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning config = pluginmanager.hook.pytest_cmdline_parse( ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] __main__.py: error: unrecognized arguments: --cov --cov-append inifile: /build/pytest-plt-1.1.1/setup.cfg rootdir: /build/pytest-plt-1.1.1  /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python312Packages.pytest-plt 1.1.0 -> 1.1.1 https://repology.org/project/python:pytest-plt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19.tp_smapi, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.tp_smapi/2024-03-01.log linuxKernel.packages.linux_4_19.tp_smapi 0 -> 1 attrpath: linuxKernel.packages.linux_4_19.tp_smapi Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - tp_smapi-0.43-4.19.307 Press Enter key to continue... Running update for: - tp_smapi-0.43-4.19.307: UPDATING ... - tp_smapi-0.43-4.19.307: ERROR --- SHOWING ERROR LOG FOR tp_smapi-0.43-4.19.307 ---------------------- jq: error (at :1): Cannot index string with string "name" error: getting status of '/run/nixpkgs-update-worker': No such file or directory update-source-version: error: Couldn't figure out new hash of 'linuxPackages.tp_smapi.src'! --- SHOWING ERROR LOG FOR tp_smapi-0.43-4.19.307 ---------------------- The update script for tp_smapi-0.43-4.19.307 failed with exit code 1 [result] Failed to update linuxKernel.packages.linux_4_19.tp_smapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lutris-unwrapped, using log file: /var/log/nixpkgs-update/lutris-unwrapped/2024-03-01.log lutris-unwrapped 0 -> 1 attrpath: lutris-unwrapped Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - lutris-unwrapped-0.5.16 Press Enter key to continue... Running update for: - lutris-unwrapped-0.5.16: UPDATING ... - lutris-unwrapped-0.5.16: ERROR --- SHOWING ERROR LOG FOR lutris-unwrapped-0.5.16 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/lutris/lutris/tarball/v0.5.16']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/lutris/lutris/tarball/refs/tags/v0.5.16']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR lutris-unwrapped-0.5.16 ---------------------- The update script for lutris-unwrapped-0.5.16 failed with exit code 1 [result] Failed to update lutris-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 opensycl, using log file: /var/log/nixpkgs-update/opensycl/2024-03-01.log opensycl 0.9.4 -> 23.10.0 https://github.com/OpenSYCL/OpenSYCL/releases attrpath: opensycl Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/compilers/opensycl/default.nix b/pkgs/development/compilers/opensycl/default.nix index c406d4c9d5c2..5d2ea4d7061d 100644 --- a/pkgs/development/compilers/opensycl/default.nix +++ b/pkgs/development/compilers/opensycl/default.nix @@ -17,13 +17,13 @@ let in stdenv.mkDerivation rec { pname = "OpenSYCL"; - version = "0.9.4"; + version = "23.10.0"; src = fetchFromGitHub { owner = "OpenSYCL"; repo = "OpenSYCL"; rev = "v${version}"; - sha256 = "sha256-5YkuUOAnvoAD5xDKxKMPq0B7+1pb6hVisPAhs0Za1ls="; + sha256 = "sha256-E6FoN7sRUXarfrq78gb5dMhr8qzZ+cpfNuD6DSTVlZM="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A opensycl nix build failed. -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/x6zv4b5d5ihcnzh6jym72xiy9yl238bd-clang-wrapper-15.0.7/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Boost: /nix/store/6d5sjqmrm93jncsmgzlgb7jqi1gwrgag-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found version "1.81.0") found components: context fiber -- Could not find HIP cmake integration, falling back to finding hipcc -- Could not find ROCm installation by looking for hipcc. ROCm support unavailable. -- Performing Test HAVE_FFI_CALL -- Performing Test HAVE_FFI_CALL - Success -- Found FFI: /nix/store/5r3r06j8hzvb2cm0sjhdadgdmzrfh3nj-libffi-3.4.4/lib/libffi.so -- Performing Test Terminfo_LINKABLE -- Performing Test Terminfo_LINKABLE - Success -- Found Terminfo: /nix/store/5sqn9ipaj6zm26pypl6l748ahw9n6i3f-ncurses-6.4/lib/libtinfo.so -- Found ZLIB: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found LibXml2: /nix/store/n8dqvi9lp8j8wkfdi0ispkfh2ahhljd1-libxml2-2.12.5/lib/libxml2.so (found version "2.12.5") -- Building hipSYCL against LLVM configured from /nix/store/vgj05jb71cyg15g1qfahd0l8g9q6349f-llvm-15.0.7-dev/lib/cmake/llvm -- Selecting clang: /nix/store/x6zv4b5d5ihcnzh6jym72xiy9yl238bd-clang-wrapper-15.0.7/bin/clang++ -- Using clang include directory: /nix/store/8hvxn1pzhd91xaznjynh5wdj3ayjp4dy-clang-15.0.7-dev/include -- Looking for C++ include filesystem -- Looking for C++ include filesystem - found -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED - Success -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found OpenMP_C: -fopenmp=libomp (found version "5.0") -- Found OpenMP_CXX: -fopenmp=libomp (found version "5.0") -- Found OpenMP: TRUE (found version "5.0") -- Configuring incomplete, errors occurred! [result] Failed to update opensycl 0.9.4 -> 23.10.0 https://github.com/OpenSYCL/OpenSYCL/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.monoidmap, using log file: /var/log/nixpkgs-update/haskellPackages.monoidmap/2024-03-01.log haskellPackages.monoidmap 0.0.0.1 -> 0.0.1.0 https://repology.org/project/haskell:monoidmap/versions attrpath: haskellPackages.monoidmap Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.monoidmap 0.0.0.1 -> 0.0.1.0 https://repology.org/project/haskell:monoidmap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-asgi, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-instrumentation-asgi/2024-03-01.log python311Packages.opentelemetry-instrumentation-asgi 0 -> 1 attrpath: python311Packages.opentelemetry-instrumentation-asgi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-opentelemetry-instrumentation-asgi-0.43b0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-instrumentation-asgi-0.43b0: UPDATING ... - python3.11-opentelemetry-instrumentation-asgi-0.43b0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentelemetry-instrumentation-asgi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath insulator2, using log file: /var/log/nixpkgs-update/insulator2/2024-03-01.log insulator2 2.12.2 -> 2.13.1 https://github.com/andrewinci/insulator2/releases attrpath: insulator2 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 insulator2 2.12.2 -> 2.13.1 https://github.com/andrewinci/insulator2/releases [options] github_user: r-ryantm, pull_request: 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.DateTimeTimeZone 2.60 -> 2.62 https://repology.org/project/perl:datetime-timezone/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.coveffectsplot, using log file: /var/log/nixpkgs-update/rPackages.coveffectsplot/2024-03-01.log rPackages.coveffectsplot 1.0.4 -> 1.0.5 https://repology.org/project/r:coveffectsplot/versions attrpath: rPackages.coveffectsplot 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.coveffectsplot 1.0.4 -> 1.0.5 https://repology.org/project/r:coveffectsplot/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-01.log cmake 3.28.2 -> 3.28.3 https://repology.org/project/cmake/versions attrpath: cmake Checking auto update branch... No auto update branch exists Old version 3.28.2" not present in staging derivation file with contents: { lib , stdenv , fetchurl , buildPackages , bzip2 , curlMinimal , expat , libarchive , libuv , ncurses , openssl , pkg-config , ps , rhash , sphinx , texinfo , xz , zlib , isBootstrap ? null , isMinimalBuild ? ( if isBootstrap != null then lib.warn "isBootstrap argument is deprecated and will be removed; use isMinimalBuild instead" isBootstrap else false) , useOpenSSL ? !isMinimalBuild , useSharedLibraries ? (!isMinimalBuild && !stdenv.isCygwin) , uiToolkits ? [] # can contain "ncurses" and/or "qt5" , buildDocs ? !(isMinimalBuild || (uiToolkits == [])) , darwin , libsForQt5 , gitUpdater }: let inherit (darwin.apple_sdk.frameworks) CoreServices SystemConfiguration; inherit (libsForQt5) qtbase wrapQtAppsHook; cursesUI = lib.elem "ncurses" uiToolkits; qt5UI = lib.elem "qt5" uiToolkits; in # Accepts only "ncurses" and "qt5" as possible uiToolkits assert lib.subtractLists [ "ncurses" "qt5" ] uiToolkits == []; # Minimal, bootstrap cmake does not have toolkits assert isMinimalBuild -> (uiToolkits == []); stdenv.mkDerivation (finalAttrs: { pname = "cmake" + lib.optionalString isMinimalBuild "-minimal" + lib.optionalString cursesUI "-cursesUI" + lib.optionalString qt5UI "-qt5UI"; version = "3.28.3"; src = fetchurl { url = "https://cmake.org/files/v${lib.versions.majorMinor finalAttrs.version}/cmake-${finalAttrs.version}.tar.gz"; hash = "sha256-crdXDlyFk95qxKtDO3PqsYxfsyiIBGDIbOMmCBQa1cE="; }; patches = [ # Don't search in non-Nix locations such as /usr, but do search in our libc. ./001-search-path.diff # Don't depend on frameworks. ./002-application-services.diff # Derived from https://github.com/libuv/libuv/commit/1a5d4f08238dd532c3718e210078de1186a5920d ./003-libuv-application-services.diff ] ++ lib.optional stdenv.isCygwin ./004-cygwin.diff # Derived from https://github.com/curl/curl/commit/31f631a142d855f069242f3e0c643beec25d1b51 ++ lib.optional (stdenv.isDarwin && isMinimalBuild) ./005-remove-systemconfiguration-dep.diff # On Darwin, always set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG. ++ lib.optional stdenv.isDarwin ./006-darwin-always-set-runtime-c-flag.diff; outputs = [ "out" ] ++ lib.optionals buildDocs [ "man" "info" ]; separateDebugInfo = true; setOutputFlags = false; setupHooks = [ ./setup-hook.sh ./check-pc-files-hook.sh ]; depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = finalAttrs.setupHooks ++ [ pkg-config ] ++ lib.optionals buildDocs [ texinfo ] ++ lib.optionals qt5UI [ wrapQtAppsHook ]; buildInputs = lib.optionals useSharedLibraries [ bzip2 curlMinimal expat libarchive xz zlib libuv rhash ] ++ lib.optional useOpenSSL openssl ++ lib.optional cursesUI ncurses ++ lib.optional qt5UI qtbase ++ lib.optional stdenv.isDarwin CoreServices ++ lib.optional (stdenv.isDarwin && !isMinimalBuild) SystemConfiguration; propagatedBuildInputs = lib.optional stdenv.isDarwin ps; preConfigure = '' fixCmakeFiles . substituteInPlace Modules/Platform/UnixPaths.cmake \ --subst-var-by libc_bin ${lib.getBin stdenv.cc.libc} \ --subst-var-by libc_dev ${lib.getDev stdenv.cc.libc} \ --subst-var-by libc_lib ${lib.getLib stdenv.cc.libc} # CC_FOR_BUILD and CXX_FOR_BUILD are used to bootstrap cmake configureFlags="--parallel=''${NIX_BUILD_CORES:-1} CC=$CC_FOR_BUILD CXX=$CXX_FOR_BUILD $configureFlags" ''; # The configuration script is not autoconf-based, although being similar; # triples and other interesting info are passed via CMAKE_* environment # variables and commandline switches configurePlatforms = [ ]; configureFlags = [ "CXXFLAGS=-Wno-elaborated-enum-base" "--docdir=share/doc/${finalAttrs.pname}-${finalAttrs.version}" ] ++ (if useSharedLibraries then [ "--no-system-cppdap" "--no-system-jsoncpp" "--system-libs" ] else [ "--no-system-libs" ]) # FIXME: cleanup ++ lib.optional qt5UI "--qt-gui" ++ lib.optionals buildDocs [ "--sphinx-build=${sphinx}/bin/sphinx-build" "--sphinx-info" "--sphinx-man" ] # Workaround https://gitlab.kitware.com/cmake/cmake/-/issues/20568 ++ lib.optionals stdenv.hostPlatform.is32bit [ "CFLAGS=-D_FILE_OFFSET_BITS=64" "CXXFLAGS=-D_FILE_OFFSET_BITS=64" ] ++ [ "--" # We should set the proper `CMAKE_SYSTEM_NAME`. # http://www.cmake.org/Wiki/CMake_Cross_Compiling # # Unfortunately cmake seems to expect absolute paths for ar, ranlib, and # strip. Otherwise they are taken to be relative to the source root of the # package being built. (lib.cmakeFeature "CMAKE_CXX_COMPILER" "${stdenv.cc.targetPrefix}c++") (lib.cmakeFeature "CMAKE_C_COMPILER" "${stdenv.cc.targetPrefix}cc") (lib.cmakeFeature "CMAKE_AR" "${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ar") (lib.cmakeFeature "CMAKE_RANLIB" "${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ranlib") (lib.cmakeFeature "CMAKE_STRIP" "${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}strip") (lib.cmakeBool "CMAKE_USE_OPENSSL" useOpenSSL) (lib.cmakeBool "BUILD_CursesDialog" cursesUI) ]; # `pkgsCross.musl64.cmake.override { stdenv = pkgsCross.musl64.llvmPackages_16.libcxxStdenv; }` # fails with `The C++ compiler does not support C++11 (e.g. std::unique_ptr).` # The cause is a compiler warning `warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]` # interfering with the feature check. env.NIX_CFLAGS_COMPILE = "-Wno-unused-command-line-argument"; # make install attempts to use the just-built cmake preInstall = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) '' sed -i 's|bin/cmake|${buildPackages.cmakeMinimal}/bin/cmake|g' Makefile ''; dontUseCmakeConfigure = true; enableParallelBuilding = true; doCheck = false; # fails passthru.updateScript = gitUpdater { url = "https://gitlab.kitware.com/cmake/cmake.git"; rev-prefix = "v"; ignoredVersions = "-"; # -rc1 and friends }; meta = { homepage = "https://cmake.org/"; description = "Cross-platform, open-source build system generator"; longDescription = '' CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. ''; changelog = "https://cmake.org/cmake/help/v${lib.versions.majorMinor finalAttrs.version}/release/${lib.versions.majorMinor finalAttrs.version}.html"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ ttuegel lnl7 AndersonTorres ]; platforms = lib.platforms.all; mainProgram = "cmake"; broken = (qt5UI && stdenv.isDarwin); }; }) [result] Failed to update cmake 3.28.2 -> 3.28.3 https://repology.org/project/cmake/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pync, using log file: /var/log/nixpkgs-update/python311Packages.pync/2024-03-01.log python311Packages.pync 0 -> 1 attrpath: python311Packages.pync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pync-2.0.3 Press Enter key to continue... Running update for: - python3.11-pync-2.0.3: UPDATING ... - python3.11-pync-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.optparse, using log file: /var/log/nixpkgs-update/rPackages.optparse/2024-03-01.log rPackages.optparse 1.7.3 -> 1.7.4 https://repology.org/project/r:optparse/versions attrpath: rPackages.optparse Checking auto update branch... No auto update branch exists Old version 1.7.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.optparse 1.7.3 -> 1.7.4 https://repology.org/project/r:optparse/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sdmTMB, using log file: /var/log/nixpkgs-update/rPackages.sdmTMB/2024-03-01.log rPackages.sdmTMB 0.4.1 -> 0.4.3 https://repology.org/project/r:sdmtmb/versions attrpath: rPackages.sdmTMB 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.sdmTMB 0.4.1 -> 0.4.3 https://repology.org/project/r:sdmtmb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flake8-future-import, using log file: /var/log/nixpkgs-update/python311Packages.flake8-future-import/2024-03-01.log python311Packages.flake8-future-import 0 -> 1 attrpath: python311Packages.flake8-future-import Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-flake8-future-import-0.4.7 Press Enter key to continue... Running update for: - python3.11-flake8-future-import-0.4.7: UPDATING ... - python3.11-flake8-future-import-0.4.7: ERROR --- SHOWING ERROR LOG FOR python3.11-flake8-future-import-0.4.7 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/xZise/flake8-future-import/tarball/0.4.7']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/xZise/flake8-future-import/tarball/refs/tags/0.4.7']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-flake8-future-import-0.4.7 ---------------------- The update script for python3.11-flake8-future-import-0.4.7 failed with exit code 1 [result] Failed to update python311Packages.flake8-future-import 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.easygui, using log file: /var/log/nixpkgs-update/python311Packages.easygui/2024-03-01.log python311Packages.easygui 0 -> 1 attrpath: python311Packages.easygui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-easygui-0.98.3 Press Enter key to continue... Running update for: - python3.11-easygui-0.98.3: UPDATING ... - python3.11-easygui-0.98.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.easygui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hwdata, using log file: /var/log/nixpkgs-update/python311Packages.hwdata/2024-03-01.log python311Packages.hwdata 0 -> 1 attrpath: python311Packages.hwdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-hwdata-2.4.1 Press Enter key to continue... Running update for: - python3.11-hwdata-2.4.1: UPDATING ... - python3.11-hwdata-2.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hwdata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xknxproject, using log file: /var/log/nixpkgs-update/python311Packages.xknxproject/2024-03-01.log python311Packages.xknxproject 0 -> 1 attrpath: python311Packages.xknxproject Checking auto update branch... [version] [version] skipping because derivation has 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/jf1gab8l771sbk2iwgjm6wji172q38xq-packages.json.drv building '/nix/store/jf1gab8l771sbk2iwgjm6wji172q38xq-packages.json.drv'... Going to be running update for following packages: - python3.11-xknxproject-3.7.0 Press Enter key to continue... Running update for: - python3.11-xknxproject-3.7.0: UPDATING ... - python3.11-xknxproject-3.7.0: ERROR --- SHOWING ERROR LOG FOR python3.11-xknxproject-3.7.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/XKNX/xknxproject/tarball/3.7.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/XKNX/xknxproject/tarball/refs/tags/3.7.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-xknxproject-3.7.0 ---------------------- The update script for python3.11-xknxproject-3.7.0 failed with exit code 1 [result] Failed to update python311Packages.xknxproject 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arxiv-latex-cleaner, using log file: /var/log/nixpkgs-update/arxiv-latex-cleaner/2024-03-01.log arxiv-latex-cleaner 0 -> 1 attrpath: arxiv-latex-cleaner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - arxiv-latex-cleaner-1.0.4 Press Enter key to continue... Running update for: - arxiv-latex-cleaner-1.0.4: UPDATING ... - arxiv-latex-cleaner-1.0.4: ERROR --- SHOWING ERROR LOG FOR arxiv-latex-cleaner-1.0.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/google-research/arxiv-latex-cleaner/tarball/v1.0.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/google-research/arxiv-latex-cleaner/tarball/refs/tags/v1.0.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR arxiv-latex-cleaner-1.0.4 ---------------------- The update script for arxiv-latex-cleaner-1.0.4 failed with exit code 1 [result] Failed to update arxiv-latex-cleaner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nunavut, using log file: /var/log/nixpkgs-update/python311Packages.nunavut/2024-03-01.log python311Packages.nunavut 0 -> 1 attrpath: python311Packages.nunavut Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-nunavut-2.3.1 Press Enter key to continue... Running update for: - python3.11-nunavut-2.3.1: UPDATING ... - python3.11-nunavut-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nunavut 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tgpt, using log file: /var/log/nixpkgs-update/tgpt/2024-03-01.log tgpt 2.0.4 -> 2.7.1 https://github.com/aandrew-me/tgpt/releases attrpath: tgpt Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - tgpt: 2.0.4 -> 2.6.1, set `passthru.updateScript`, move to `by-name` URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286236" [result] Failed to update tgpt 2.0.4 -> 2.7.1 https://github.com/aandrew-me/tgpt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath source-serif, using log file: /var/log/nixpkgs-update/source-serif/2024-03-01.log source-serif 4.005 -> 4.005R https://github.com/adobe-fonts/source-serif/releases attrpath: source-serif 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/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv building '/nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv'... trying https://github.com/adobe-fonts/source-serif/archive/refs/tags/4.005RR.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'source-serif.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv /nix/store/jwdlr8zscwjq4pyq55ilrj9xwbyipsni-source-serif-4.005R.drv building '/nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv'... trying https://github.com/adobe-fonts/source-serif/archive/refs/tags/4.005RR.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/adobe-fonts/source-serif/archive/refs/tags/4.005RR.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv'. error: 1 dependencies of derivation '/nix/store/jwdlr8zscwjq4pyq55ilrj9xwbyipsni-source-serif-4.005R.drv' failed to build [result] Failed to update source-serif 4.005 -> 4.005R https://github.com/adobe-fonts/source-serif/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.eduvpn-common, using log file: /var/log/nixpkgs-update/python311Packages.eduvpn-common/2024-03-01.log python311Packages.eduvpn-common 0 -> 1 attrpath: python311Packages.eduvpn-common Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-eduvpn-common-1.2.0 Press Enter key to continue... Running update for: - python3.11-eduvpn-common-1.2.0: UPDATING ... - python3.11-eduvpn-common-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.eduvpn-common 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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 haskellPackages.mealy, using log file: /var/log/nixpkgs-update/haskellPackages.mealy/2024-03-01.log haskellPackages.mealy 0.4.4 -> 0.4.4.1 https://repology.org/project/haskell:mealy/versions attrpath: haskellPackages.mealy Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.mealy 0.4.4 -> 0.4.4.1 https://repology.org/project/haskell:mealy/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ephoto, using log file: /var/log/nixpkgs-update/enlightenment.ephoto/2024-03-01.log enlightenment.ephoto 0 -> 1 attrpath: enlightenment.ephoto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - ephoto-1.6.0 Press Enter key to continue... Running update for: - ephoto-1.6.0: UPDATING ... - ephoto-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enlightenment.ephoto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.dials, using log file: /var/log/nixpkgs-update/rPackages.dials/2024-03-01.log rPackages.dials 1.2.0 -> 1.2.1 https://repology.org/project/r:dials/versions attrpath: rPackages.dials 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.dials 1.2.0 -> 1.2.1 https://repology.org/project/r:dials/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tidycomm, using log file: /var/log/nixpkgs-update/rPackages.tidycomm/2024-03-01.log rPackages.tidycomm 0.2.1 -> 0.4.1 https://repology.org/project/r:tidycomm/versions attrpath: rPackages.tidycomm 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.tidycomm 0.2.1 -> 0.4.1 https://repology.org/project/r:tidycomm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pvr-hts, using log file: /var/log/nixpkgs-update/kodiPackages.pvr-hts/2024-03-01.log kodiPackages.pvr-hts 20.7.0 -> 20.7.1-Nexus https://github.com/kodi-pvr/pvr.hts/releases attrpath: kodiPackages.pvr-hts 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/0spq27ymmlmvyfnnjvwl2lsa533w6lkz-source.drv building '/nix/store/0spq27ymmlmvyfnnjvwl2lsa533w6lkz-source.drv'... trying https://github.com/kodi-pvr/pvr.hts/archive/20.7.1-Nexus-Nexus.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 'kodiPackages.pvr-hts.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0spq27ymmlmvyfnnjvwl2lsa533w6lkz-source.drv /nix/store/h9adkw6f4vr7yw2im4j34a49z09cmcpx-kodi-pvr-hts-20.7.1-Nexus.drv building '/nix/store/0spq27ymmlmvyfnnjvwl2lsa533w6lkz-source.drv'... trying https://github.com/kodi-pvr/pvr.hts/archive/20.7.1-Nexus-Nexus.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/0spq27ymmlmvyfnnjvwl2lsa533w6lkz-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/kodi-pvr/pvr.hts/archive/20.7.1-Nexus-Nexus.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/0spq27ymmlmvyfnnjvwl2lsa533w6lkz-source.drv'. error: 1 dependencies of derivation '/nix/store/h9adkw6f4vr7yw2im4j34a49z09cmcpx-kodi-pvr-hts-20.7.1-Nexus.drv' failed to build [result] Failed to update kodiPackages.pvr-hts 20.7.0 -> 20.7.1-Nexus https://github.com/kodi-pvr/pvr.hts/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emacsPackages.hyperbole, using log file: /var/log/nixpkgs-update/emacsPackages.hyperbole/2024-03-01.log emacsPackages.hyperbole 8.0.0 -> 9.0.0 https://repology.org/project/emacs:hyperbole/versions attrpath: emacsPackages.hyperbole Checking auto update branch... No auto update branch exists Old version 8.0.0" not present in staging derivation file with contents: { callPackage }: { ace-window = callPackage ({ avy, elpaBuild, fetchurl, lib }: elpaBuild { pname = "ace-window"; ename = "ace-window"; version = "0.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ace-window-0.10.0.tar"; sha256 = "1kfyf7za4zc41gf0k3rq8byvwkw7q5pxnyynh5i0gv686zrzak1i"; }; packageRequires = [ avy ]; meta = { homepage = "https://elpa.gnu.org/packages/ace-window.html"; license = lib.licenses.free; }; }) {}; ack = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ack"; ename = "ack"; version = "1.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/ack-1.11.tar"; sha256 = "0fsi3lgfkyv9gxwcs0q5c9fawksz6x0pqarjagcndnd7jlbxjw7z"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ack.html"; license = lib.licenses.free; }; }) {}; activities = callPackage ({ elpaBuild, emacs, fetchurl, lib, persist }: elpaBuild { pname = "activities"; ename = "activities"; version = "0.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/activities-0.5.1.tar"; sha256 = "0ng9sgajcpal881s3kavkmz0fc38f2h207hpqj62cf14z7bsk0zk"; }; packageRequires = [ emacs persist ]; meta = { homepage = "https://elpa.gnu.org/packages/activities.html"; license = lib.licenses.free; }; }) {}; ada-mode = callPackage ({ elpaBuild , emacs , fetchurl , gnat-compiler , lib , uniquify-files , wisi }: elpaBuild { pname = "ada-mode"; ename = "ada-mode"; version = "8.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ada-mode-8.1.0.tar"; sha256 = "1nfqm173gbk6483xgdkmxp5nb8biihq1623058gbl0dfwn0p9njh"; }; packageRequires = [ emacs gnat-compiler uniquify-files wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/ada-mode.html"; license = lib.licenses.free; }; }) {}; ada-ref-man = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ada-ref-man"; ename = "ada-ref-man"; version = "2020.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ada-ref-man-2020.1.tar"; sha256 = "1g4brb9g2spd55issyqldfc4azwilbrz8kh8sl0lka2kn42l3qqc"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ada-ref-man.html"; license = lib.licenses.free; }; }) {}; adaptive-wrap = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "adaptive-wrap"; ename = "adaptive-wrap"; version = "0.8"; src = fetchurl { url = "https://elpa.gnu.org/packages/adaptive-wrap-0.8.tar"; sha256 = "1gs1pqzywvvw4prj63vpj8abh8h14pjky11xfl23pgpk9l3ldrb0"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/adaptive-wrap.html"; license = lib.licenses.free; }; }) {}; adjust-parens = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "adjust-parens"; ename = "adjust-parens"; version = "3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/adjust-parens-3.2.tar"; sha256 = "01l8bgfqgbkh5p9r8mc5pqizg0sgr7bl6x7x657gm0qjnwmfwai5"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/adjust-parens.html"; license = lib.licenses.free; }; }) {}; advice-patch = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "advice-patch"; ename = "advice-patch"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/advice-patch-0.1.el"; sha256 = "0mb7linzsnf72vzkn9h6w2i2b0h92h6qzkapyrv61vh5a67k1m0s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/advice-patch.html"; license = lib.licenses.free; }; }) {}; aggressive-completion = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "aggressive-completion"; ename = "aggressive-completion"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/aggressive-completion-1.7.tar"; sha256 = "1rpy53kh19ljjr2xgna716jynajjpgkkjgcl3gzryxsmky8mwbfl"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/aggressive-completion.html"; license = lib.licenses.free; }; }) {}; aggressive-indent = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "aggressive-indent"; ename = "aggressive-indent"; version = "1.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/aggressive-indent-1.10.0.tar"; sha256 = "166jk1z0vw481lfi3gbg7f9vsgwfv8fiyxpkfphgvgcmf5phv4q1"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/aggressive-indent.html"; license = lib.licenses.free; }; }) {}; ahungry-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ahungry-theme"; ename = "ahungry-theme"; version = "1.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ahungry-theme-1.10.0.tar"; sha256 = "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ahungry-theme.html"; license = lib.licenses.free; }; }) {}; aircon-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "aircon-theme"; ename = "aircon-theme"; version = "0.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/aircon-theme-0.0.6.tar"; sha256 = "09yjjx9gy1x2i8xk7jlblzk6gkx7cgglb0pwxbl8n6aj19ba40nd"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/aircon-theme.html"; license = lib.licenses.free; }; }) {}; all = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "all"; ename = "all"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/all-1.0.el"; sha256 = "17h4cp0xnh08szh3snbmn1mqq2smgqkn45bq7v0cpsxq1i301hi3"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/all.html"; license = lib.licenses.free; }; }) {}; altcaps = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "altcaps"; ename = "altcaps"; version = "1.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/altcaps-1.2.0.tar"; sha256 = "0pfd3j8x2ayqnvg418qcm4rkxjvm5qm2ks9xsw4irv04452zhahc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/altcaps.html"; license = lib.licenses.free; }; }) {}; ampc = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ampc"; ename = "ampc"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ampc-0.2.el"; sha256 = "1pdy5mvi6h8m7qjnxiy217fgcp9w91375hq29bacfgh7bix56jlr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ampc.html"; license = lib.licenses.free; }; }) {}; arbitools = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "arbitools"; ename = "arbitools"; version = "0.977"; src = fetchurl { url = "https://elpa.gnu.org/packages/arbitools-0.977.el"; sha256 = "0nvdy14lqvy2ca4vw2qlr2kg2vv4y4sr8sa7kqrpf8cg7k9q3mbv"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/arbitools.html"; license = lib.licenses.free; }; }) {}; ascii-art-to-unicode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ascii-art-to-unicode"; ename = "ascii-art-to-unicode"; version = "1.13"; src = fetchurl { url = "https://elpa.gnu.org/packages/ascii-art-to-unicode-1.13.el"; sha256 = "1c0jva3amhl9c5xc5yzdpi58c8m1djym4ccj31z6wmakq7npy07p"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ascii-art-to-unicode.html"; license = lib.licenses.free; }; }) {}; async = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "async"; ename = "async"; version = "1.9.8"; src = fetchurl { url = "https://elpa.gnu.org/packages/async-1.9.8.tar"; sha256 = "00x22dh96vhyvgailxm3mv2jqhwlb6lisrjv10m8vpkmlk5mhnwb"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/async.html"; license = lib.licenses.free; }; }) {}; auctex = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "auctex"; ename = "auctex"; version = "14.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/auctex-14.0.3.tar"; sha256 = "1xk29nk3r7ilxk2vag3diacamqvlws7mbjk5a0iivz5y6fy7hmjc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/auctex.html"; license = lib.licenses.free; }; }) {}; aumix-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "aumix-mode"; ename = "aumix-mode"; version = "7"; src = fetchurl { url = "https://elpa.gnu.org/packages/aumix-mode-7.el"; sha256 = "0qyjw2g3pzcxqdg1cpp889nmb524jxqq32dz7b7cg2m903lv5gmv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/aumix-mode.html"; license = lib.licenses.free; }; }) {}; auto-correct = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "auto-correct"; ename = "auto-correct"; version = "1.1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/auto-correct-1.1.4.el"; sha256 = "1ml35l6lk4sf51sh6cal1ylsn61iddz0s01wwly199i3nim0qnw8"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/auto-correct.html"; license = lib.licenses.free; }; }) {}; auto-header = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "auto-header"; ename = "auto-header"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/auto-header-0.1.2.tar"; sha256 = "0rk7xq7bzgaxdyw7j3vjnishf2pyzs84xamq4blgbb93n0f4nlfj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/auto-header.html"; license = lib.licenses.free; }; }) {}; auto-overlays = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "auto-overlays"; ename = "auto-overlays"; version = "0.10.10"; src = fetchurl { url = "https://elpa.gnu.org/packages/auto-overlays-0.10.10.tar"; sha256 = "0wln6b4j3pd3mhx6sx0bnz74c4n6fidmkg77cqfpxs4j5l1zjp2z"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/auto-overlays.html"; license = lib.licenses.free; }; }) {}; autocrypt = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "autocrypt"; ename = "autocrypt"; version = "0.4.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/autocrypt-0.4.1.tar"; sha256 = "1r2b1nyw2ai58br3kh4r5rpy450njz7rcccbmcwxsyfgiz4wbqy8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/autocrypt.html"; license = lib.licenses.free; }; }) {}; avy = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "avy"; ename = "avy"; version = "0.5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/avy-0.5.0.tar"; sha256 = "1xfcml38qmrwdd0rkhwrvv2s7dbznwhk3vy9pjd6ljpg22wkb80d"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/avy.html"; license = lib.licenses.free; }; }) {}; bbdb = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bbdb"; ename = "bbdb"; version = "3.2.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/bbdb-3.2.2.4.tar"; sha256 = "13i8ggknc29sny16rq126q0ssz26m3fam0zpdhlsm05pa8dydd7p"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bbdb.html"; license = lib.licenses.free; }; }) {}; beacon = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "beacon"; ename = "beacon"; version = "1.3.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/beacon-1.3.4.tar"; sha256 = "1fy76c2x0xpnx7wfpsxfawdlrspan4dbj2157k9sa62i6a1c8f21"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/beacon.html"; license = lib.licenses.free; }; }) {}; beframe = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "beframe"; ename = "beframe"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/beframe-1.0.1.tar"; sha256 = "0j4ks5i67ck1cid6whvwq564s94xb0q5fchb006wzbniy1inwcna"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/beframe.html"; license = lib.licenses.free; }; }) {}; bicep-ts-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "bicep-ts-mode"; ename = "bicep-ts-mode"; version = "0.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/bicep-ts-mode-0.1.3.tar"; sha256 = "1di4pkk682kl46acdq44d1xykzqnvayhd84rwf71rj3q252di5a6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/bicep-ts-mode.html"; license = lib.licenses.free; }; }) {}; bind-key = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "bind-key"; ename = "bind-key"; version = "2.4.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/bind-key-2.4.1.tar"; sha256 = "0jrbm2l6h4r7qjcdcsfczbijmbf3njzzzrymv08zanchmy7lvsv2"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/bind-key.html"; license = lib.licenses.free; }; }) {}; blist = callPackage ({ elpaBuild, emacs, fetchurl, ilist, lib }: elpaBuild { pname = "blist"; ename = "blist"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/blist-0.3.tar"; sha256 = "1cqvj6jjkch4xivdn2vyxz38amm6w403hnrfx0hhknbwxq5k8swp"; }; packageRequires = [ emacs ilist ]; meta = { homepage = "https://elpa.gnu.org/packages/blist.html"; license = lib.licenses.free; }; }) {}; bluetooth = callPackage ({ dash, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bluetooth"; ename = "bluetooth"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/bluetooth-0.3.1.tar"; sha256 = "1p10kcim5wqnbj2kiqv6hgjkzznaa48qysnnf8ym90mylsczr70z"; }; packageRequires = [ dash emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bluetooth.html"; license = lib.licenses.free; }; }) {}; bnf-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bnf-mode"; ename = "bnf-mode"; version = "0.4.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/bnf-mode-0.4.5.tar"; sha256 = "0bj5ffqi54cdrraj5bp4v2cpbxjzly1p467dx1hzrlwv2b1svy2y"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bnf-mode.html"; license = lib.licenses.free; }; }) {}; boxy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "boxy"; ename = "boxy"; version = "1.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/boxy-1.1.3.tar"; sha256 = "1z153lccj6rgix9kj5xk8xzdc44ixq8flia7ppjxpj7c0slr3sm2"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/boxy.html"; license = lib.licenses.free; }; }) {}; boxy-headings = callPackage ({ boxy, elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "boxy-headings"; ename = "boxy-headings"; version = "2.1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/boxy-headings-2.1.4.tar"; sha256 = "101kiw10p0sd8j8px16zsw57my7h2f1anhnwj678z22hxhs8vla7"; }; packageRequires = [ boxy emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/boxy-headings.html"; license = lib.licenses.free; }; }) {}; breadcrumb = callPackage ({ elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "breadcrumb"; ename = "breadcrumb"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/breadcrumb-1.0.1.tar"; sha256 = "0yqsyk8j0r1na2gybil64fb928dq7liwnk5xj18j9z8vgkdm0z0y"; }; packageRequires = [ emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/breadcrumb.html"; license = lib.licenses.free; }; }) {}; brief = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }: elpaBuild { pname = "brief"; ename = "brief"; version = "5.88.22.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/brief-5.88.22.2.tar"; sha256 = "1i4sdm8kcrazzp22gb4hi1gd4lfq6hdh6pnldmi1zjjyhl1gbzn3"; }; packageRequires = [ cl-lib nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/brief.html"; license = lib.licenses.free; }; }) {}; buffer-env = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "buffer-env"; ename = "buffer-env"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/buffer-env-0.5.tar"; sha256 = "17q0flxp0rp52ksyh5ijcamvvm003icbyzv28r6vknrw3qsphb3p"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/buffer-env.html"; license = lib.licenses.free; }; }) {}; buffer-expose = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "buffer-expose"; ename = "buffer-expose"; version = "0.4.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/buffer-expose-0.4.3.el"; sha256 = "1blpvan31mvqhzal16sdn564jnfnn7xsfn8zb65ijndh23drljwd"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/buffer-expose.html"; license = lib.licenses.free; }; }) {}; bufferlo = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bufferlo"; ename = "bufferlo"; version = "0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/bufferlo-0.6.tar"; sha256 = "0q942zsxv27gvkx3b391yzshh58l2xd75y04rqyqk269q0cdhqff"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bufferlo.html"; license = lib.licenses.free; }; }) {}; bug-hunter = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, seq }: elpaBuild { pname = "bug-hunter"; ename = "bug-hunter"; version = "1.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/bug-hunter-1.3.1.tar"; sha256 = "0cgwq8b6jglbg9ydvf80ijgbbccrks3yb9af46sdd6aqdmvdlx21"; }; packageRequires = [ cl-lib seq ]; meta = { homepage = "https://elpa.gnu.org/packages/bug-hunter.html"; license = lib.licenses.free; }; }) {}; buildbot = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "buildbot"; ename = "buildbot"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/buildbot-0.0.1.tar"; sha256 = "0glvybvjgwbx3dnr09w9y65v2ic080a4zhs88893amvfw29ig4lx"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/buildbot.html"; license = lib.licenses.free; }; }) {}; calibre = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "calibre"; ename = "calibre"; version = "1.4.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/calibre-1.4.1.tar"; sha256 = "1wjz4d2hrhwcd9ljngygacxm28ddgwndp9krz5cxhjz2dkhs1pgb"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/calibre.html"; license = lib.licenses.free; }; }) {}; cape = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "cape"; ename = "cape"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/cape-1.3.tar"; sha256 = "1178f6js821zcmsc3zrlclnaf4sswgvzs2qazzi975dkcfqcn3vq"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/cape.html"; license = lib.licenses.free; }; }) {}; capf-autosuggest = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "capf-autosuggest"; ename = "capf-autosuggest"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/capf-autosuggest-0.3.tar"; sha256 = "05abnvg84248pbqr2hdkyxr1q1qlgsf4nji23nw41bfly795ikpm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/capf-autosuggest.html"; license = lib.licenses.free; }; }) {}; caps-lock = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "caps-lock"; ename = "caps-lock"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/caps-lock-1.0.el"; sha256 = "1i4hwam81p4dr0bk8257fkiz4xmv6knkjxj7a00fa35kgx5blpva"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/caps-lock.html"; license = lib.licenses.free; }; }) {}; captain = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "captain"; ename = "captain"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/captain-1.0.3.el"; sha256 = "02b4s4pfnwfwc3xgh4g96wrqll37m35dc2x09pjwkdjxglki7045"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/captain.html"; license = lib.licenses.free; }; }) {}; chess = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "chess"; ename = "chess"; version = "2.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/chess-2.0.5.tar"; sha256 = "1a4iwjdh6k348df6qywjws9z9f862d62m0b2sz57z4xhywiyxpr7"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/chess.html"; license = lib.licenses.free; }; }) {}; cl-generic = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cl-generic"; ename = "cl-generic"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/cl-generic-0.3.el"; sha256 = "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cl-generic.html"; license = lib.licenses.free; }; }) {}; cl-lib = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cl-lib"; ename = "cl-lib"; version = "0.7.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cl-lib-0.7.1.tar"; sha256 = "1pnsm335wi1lkg7vi0lnqxajm12rvyakzd5iccxhipbk3gz3r6my"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cl-lib.html"; license = lib.licenses.free; }; }) {}; clipboard-collector = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "clipboard-collector"; ename = "clipboard-collector"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/clipboard-collector-0.3.tar"; sha256 = "09zxbivmc1zhcj8ksac2a0qpqh74rrx2slnj6cwz1n1nixn19743"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/clipboard-collector.html"; license = lib.licenses.free; }; }) {}; cobol-mode = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "cobol-mode"; ename = "cobol-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cobol-mode-1.1.tar"; sha256 = "1ivp0pghrkflhr2md34a6a86gwns867bnl30nqzwq8m4qc5xqjra"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/cobol-mode.html"; license = lib.licenses.free; }; }) {}; code-cells = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "code-cells"; ename = "code-cells"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/code-cells-0.4.tar"; sha256 = "0a7m6d5slz2zarbk54900cihs5071i63qdz4yj8n7j3zfz28x5kg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/code-cells.html"; license = lib.licenses.free; }; }) {}; comint-mime = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "comint-mime"; ename = "comint-mime"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/comint-mime-0.3.tar"; sha256 = "0dlzwzmiwq9z8riq6h1gpq1g713x09kxgaz2m4anxkbmgb95r7hf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/comint-mime.html"; license = lib.licenses.free; }; }) {}; compact-docstrings = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "compact-docstrings"; ename = "compact-docstrings"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/compact-docstrings-0.2.el"; sha256 = "0qcxvcwpl263fs1zd6gmbqliwlpkw012p5ba6y05fpm9p10v600h"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/compact-docstrings.html"; license = lib.licenses.free; }; }) {}; company = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "company"; ename = "company"; version = "0.10.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-0.10.2.tar"; sha256 = "0j2qrnx2w2al4f2n37b89q0pkabh5ccv00gsknvgaylhy0za5gq9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/company.html"; license = lib.licenses.free; }; }) {}; company-ebdb = callPackage ({ company, ebdb, elpaBuild, fetchurl, lib }: elpaBuild { pname = "company-ebdb"; ename = "company-ebdb"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-ebdb-1.1.el"; sha256 = "146qpiigz12zp1823ggxfrx090g0mxs7gz1ba7sa0iq6ibgzwwm9"; }; packageRequires = [ company ebdb ]; meta = { homepage = "https://elpa.gnu.org/packages/company-ebdb.html"; license = lib.licenses.free; }; }) {}; company-math = callPackage ({ company , elpaBuild , fetchurl , lib , math-symbol-lists }: elpaBuild { pname = "company-math"; ename = "company-math"; version = "1.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-math-1.5.1.tar"; sha256 = "1inib2ywb4ycr9hxgrzyffqi0jnrpjsn52bkwlsqyzgfxr5n4qsw"; }; packageRequires = [ company math-symbol-lists ]; meta = { homepage = "https://elpa.gnu.org/packages/company-math.html"; license = lib.licenses.free; }; }) {}; company-statistics = callPackage ({ company , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "company-statistics"; ename = "company-statistics"; version = "0.2.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-statistics-0.2.3.tar"; sha256 = "0780xp09f739jys469x4fqpgj1lysi8gnhiaz0735jib07lmh4ww"; }; packageRequires = [ company emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/company-statistics.html"; license = lib.licenses.free; }; }) {}; compat = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "compat"; ename = "compat"; version = "29.1.4.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/compat-29.1.4.4.tar"; sha256 = "0710g552b1nznnfx2774gmg6yizs27s0bakqm95nsjrp6kgznbfr"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/compat.html"; license = lib.licenses.free; }; }) {}; consult = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "consult"; ename = "consult"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/consult-1.3.tar"; sha256 = "1qyqvc4rp0287lidpzhvi669ygjnqmlw8wq0hc0nks2703p283c8"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/consult.html"; license = lib.licenses.free; }; }) {}; consult-hoogle = callPackage ({ consult , elpaBuild , emacs , fetchurl , haskell-mode , lib }: elpaBuild { pname = "consult-hoogle"; ename = "consult-hoogle"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/consult-hoogle-0.1.1.tar"; sha256 = "1bcl7h5ykcgrsfj27wkv9l9jvbj2bbkh0w9d60663m1bkp0p3y2r"; }; packageRequires = [ consult emacs haskell-mode ]; meta = { homepage = "https://elpa.gnu.org/packages/consult-hoogle.html"; license = lib.licenses.free; }; }) {}; consult-recoll = callPackage ({ consult, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "consult-recoll"; ename = "consult-recoll"; version = "0.8.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/consult-recoll-0.8.1.tar"; sha256 = "0z2vlnv0q6hzvj6hk2a5flhp1gmm71c65j8nrpk4a18aq5gir213"; }; packageRequires = [ consult emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/consult-recoll.html"; license = lib.licenses.free; }; }) {}; context-coloring = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "context-coloring"; ename = "context-coloring"; version = "8.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/context-coloring-8.1.0.tar"; sha256 = "01wm36qgxsg7lgdxkn7avzfmxcpilsmvfwz3s7y04i0sdrsjvzp4"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/context-coloring.html"; license = lib.licenses.free; }; }) {}; corfu = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "corfu"; ename = "corfu"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/corfu-1.2.tar"; sha256 = "1yy4lqbkj8hkvbzaw5wrjqxwp2afhgwjyvmqncils37hvyih4rwl"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/corfu.html"; license = lib.licenses.free; }; }) {}; coterm = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "coterm"; ename = "coterm"; version = "1.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/coterm-1.6.tar"; sha256 = "0ikfm1acdsckflv1hcy9lmssyac2099x2yybhvb6vkghcgy99p00"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/coterm.html"; license = lib.licenses.free; }; }) {}; counsel = callPackage ({ elpaBuild, emacs, fetchurl, ivy, lib, swiper }: elpaBuild { pname = "counsel"; ename = "counsel"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/counsel-0.14.2.tar"; sha256 = "13119alyzr2xipk3jra3iawplqkqgvv0gdcm4yd527z592b0s7f0"; }; packageRequires = [ emacs ivy swiper ]; meta = { homepage = "https://elpa.gnu.org/packages/counsel.html"; license = lib.licenses.free; }; }) {}; cpio-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "cpio-mode"; ename = "cpio-mode"; version = "0.17"; src = fetchurl { url = "https://elpa.gnu.org/packages/cpio-mode-0.17.tar"; sha256 = "144ajbxmz6amb2234a278c9sl4zg69ndswb8vk0mcq8y9s2abm1x"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/cpio-mode.html"; license = lib.licenses.free; }; }) {}; cpupower = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cpupower"; ename = "cpupower"; version = "1.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/cpupower-1.0.5.tar"; sha256 = "1hg5jwdkxl6mx145wwdmnhc8k3z3srvpm757kppj1ybmvjbpxx0y"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cpupower.html"; license = lib.licenses.free; }; }) {}; crdt = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "crdt"; ename = "crdt"; version = "0.3.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/crdt-0.3.5.tar"; sha256 = "0pir9ap8lryrw12slgg4v30bzjphc37r6p0fw36larlh9wp8jj5z"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/crdt.html"; license = lib.licenses.free; }; }) {}; crisp = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "crisp"; ename = "crisp"; version = "1.3.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/crisp-1.3.6.el"; sha256 = "0jf4668h0mzh8han2vbvpzz8m02b8rsbdrj0ddar30w5i6v2f8kz"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/crisp.html"; license = lib.licenses.free; }; }) {}; csharp-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "csharp-mode"; ename = "csharp-mode"; version = "2.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/csharp-mode-2.0.0.tar"; sha256 = "16b9zp6psf32ds9kk7vwf57xppz2jvbk4wpr7mqbn75bx3qvl44m"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/csharp-mode.html"; license = lib.licenses.free; }; }) {}; csv-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "csv-mode"; ename = "csv-mode"; version = "1.23"; src = fetchurl { url = "https://elpa.gnu.org/packages/csv-mode-1.23.tar"; sha256 = "0bdx56bn5aw0xjqgqhx2ccrrns3si04zy9ya755jz7n1djqn3mcz"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/csv-mode.html"; license = lib.licenses.free; }; }) {}; cursory = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "cursory"; ename = "cursory"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cursory-1.0.1.tar"; sha256 = "0m6q7x5144l2q582gdaqgirvgy30ljd1qyjf82l3v1jkc5qf9wfr"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/cursory.html"; license = lib.licenses.free; }; }) {}; cycle-quotes = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cycle-quotes"; ename = "cycle-quotes"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cycle-quotes-0.1.tar"; sha256 = "0aa6ykblgb6anqmi4qxakbvyrq9v02skgayhfb2qddffiww404ka"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cycle-quotes.html"; license = lib.licenses.free; }; }) {}; dape = callPackage ({ elpaBuild, emacs, fetchurl, jsonrpc, lib }: elpaBuild { pname = "dape"; ename = "dape"; version = "0.7.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/dape-0.7.0.tar"; sha256 = "0fbafwmrs9dlv875vcg1c9gh0hqs1zpnyqxgkdvbrazww7ffn60g"; }; packageRequires = [ emacs jsonrpc ]; meta = { homepage = "https://elpa.gnu.org/packages/dape.html"; license = lib.licenses.free; }; }) {}; darkroom = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "darkroom"; ename = "darkroom"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/darkroom-0.3.el"; sha256 = "0l1xg5kqmjw22k78qnsln0ifx2dx74xxqj0qp8xxcpqvzzx0xh86"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/darkroom.html"; license = lib.licenses.free; }; }) {}; dash = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dash"; ename = "dash"; version = "2.19.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dash-2.19.1.tar"; sha256 = "0c11lm7wpgmqk8zbdcpmyas12ylml5yhp99mj9h1wqqw0p33xaiw"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dash.html"; license = lib.licenses.free; }; }) {}; dbus-codegen = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "dbus-codegen"; ename = "dbus-codegen"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dbus-codegen-0.1.el"; sha256 = "1gi7jc6rn6hlgh01zfwb7cczb5hi3c05wlnzw6akj1h9kai1lmzw"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/dbus-codegen.html"; license = lib.licenses.free; }; }) {}; debbugs = callPackage ({ elpaBuild, emacs, fetchurl, lib, soap-client }: elpaBuild { pname = "debbugs"; ename = "debbugs"; version = "0.40"; src = fetchurl { url = "https://elpa.gnu.org/packages/debbugs-0.40.tar"; sha256 = "0yfl9gd23xnfk3iwiq26brd7fg9ikhd201lw4awng0rdh0fddxwd"; }; packageRequires = [ emacs soap-client ]; meta = { homepage = "https://elpa.gnu.org/packages/debbugs.html"; license = lib.licenses.free; }; }) {}; delight = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }: elpaBuild { pname = "delight"; ename = "delight"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/delight-1.7.el"; sha256 = "0pihsghrf9xnd1kqlq48qmjcmp5ra95wwwgrb3l8m1wagmmc0bi1"; }; packageRequires = [ cl-lib nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/delight.html"; license = lib.licenses.free; }; }) {}; denote = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "denote"; ename = "denote"; version = "2.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/denote-2.2.4.tar"; sha256 = "0a0f4s715nfb7kly82m1gb2ady69z089wlay5i53n9bxzi61x3j7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/denote.html"; license = lib.licenses.free; }; }) {}; denote-menu = callPackage ({ denote, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "denote-menu"; ename = "denote-menu"; version = "1.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/denote-menu-1.2.0.tar"; sha256 = "1zm68bz6hya360g5zvs4r5naznykamgzqxhvfhpfyxb70hsnmx5w"; }; packageRequires = [ denote emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/denote-menu.html"; license = lib.licenses.free; }; }) {}; detached = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "detached"; ename = "detached"; version = "0.10.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/detached-0.10.1.tar"; sha256 = "1qfcxhzd3gc66kq58k77cvxy18cr371c40z3n4w4m4ngxmpk96hi"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/detached.html"; license = lib.licenses.free; }; }) {}; devdocs = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "devdocs"; ename = "devdocs"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/devdocs-0.5.tar"; sha256 = "0qyp8lhf76yv2ym7cryvygvf2m9jah5nsl1g79gqjrsin6vlhqka"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/devdocs.html"; license = lib.licenses.free; }; }) {}; devicetree-ts-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "devicetree-ts-mode"; ename = "devicetree-ts-mode"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/devicetree-ts-mode-0.3.tar"; sha256 = "1vhk9b0aa9w6yalv0d712dc9d7pmcgbg5b4baggc7dyaa5n6ilkn"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/devicetree-ts-mode.html"; license = lib.licenses.free; }; }) {}; dict-tree = callPackage ({ elpaBuild , emacs , fetchurl , heap , lib , tNFA , trie }: elpaBuild { pname = "dict-tree"; ename = "dict-tree"; version = "0.17"; src = fetchurl { url = "https://elpa.gnu.org/packages/dict-tree-0.17.tar"; sha256 = "0f9vj6kr8q9mfd522svwy3wmzsl5lc4y2p8ggwmckn88dpz79w02"; }; packageRequires = [ emacs heap tNFA trie ]; meta = { homepage = "https://elpa.gnu.org/packages/dict-tree.html"; license = lib.licenses.free; }; }) {}; diff-hl = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "diff-hl"; ename = "diff-hl"; version = "1.9.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/diff-hl-1.9.2.tar"; sha256 = "1avpqwrxhbx8zxwghc8714rcdfhc15b5chq2ixb366ml8xdmvhck"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/diff-hl.html"; license = lib.licenses.free; }; }) {}; diffview = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "diffview"; ename = "diffview"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/diffview-1.0.el"; sha256 = "1gkdmzmgjixz9nak7dxvqy28kz0g7i672gavamwgnc1jl37wkcwi"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/diffview.html"; license = lib.licenses.free; }; }) {}; diminish = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "diminish"; ename = "diminish"; version = "0.46"; src = fetchurl { url = "https://elpa.gnu.org/packages/diminish-0.46.tar"; sha256 = "17lsm5khp7cqrva13kn252ab57lw28sibf14615wdjvfqwlwwha4"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/diminish.html"; license = lib.licenses.free; }; }) {}; dired-du = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-du"; ename = "dired-du"; version = "0.5.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-du-0.5.2.tar"; sha256 = "0vhph7vcicsiq28b10h3b4dvnhckcy4gccpdgsad5j7pwa5k26m1"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-du.html"; license = lib.licenses.free; }; }) {}; dired-duplicates = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-duplicates"; ename = "dired-duplicates"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-duplicates-0.3.tar"; sha256 = "1b9drjkbs9anqil274jrn031agpkir9mhs96l2ylm13n8imx9msl"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-duplicates.html"; license = lib.licenses.free; }; }) {}; dired-git-info = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-git-info"; ename = "dired-git-info"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-git-info-0.3.1.el"; sha256 = "1kd0rpw7l32wvwi7q8s0inx4bc66xrl7hkllnlicyczsnzw2z52z"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-git-info.html"; license = lib.licenses.free; }; }) {}; dired-preview = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-preview"; ename = "dired-preview"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-preview-0.1.1.tar"; sha256 = "1qmrh0sd9s908xkxz5vfhq956ynrx6k2bx8lddmdp8ci8xkw6wmh"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-preview.html"; license = lib.licenses.free; }; }) {}; disk-usage = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "disk-usage"; ename = "disk-usage"; version = "1.3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/disk-usage-1.3.3.el"; sha256 = "0h1jwznd41gi0vg830ilfgm01q05zknikzahwasm9cizwm2wyizj"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/disk-usage.html"; license = lib.licenses.free; }; }) {}; dismal = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dismal"; ename = "dismal"; version = "1.5.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/dismal-1.5.2.tar"; sha256 = "0pl5cnziilm4ps1xzh1fa8irazn7vcp9nsxnxcvjqbkflpcpq5c7"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dismal.html"; license = lib.licenses.free; }; }) {}; djvu = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "djvu"; ename = "djvu"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/djvu-1.1.2.tar"; sha256 = "0i7xwgg2fxndy81lnng6fh9iknals8xvx4f1nmxq7c099bzwb57c"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/djvu.html"; license = lib.licenses.free; }; }) {}; do-at-point = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "do-at-point"; ename = "do-at-point"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/do-at-point-0.1.1.tar"; sha256 = "0y58a0x0pfk52h1cz930sbwr9y6nzy9g8f3935pk34dj2jf92rsj"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/do-at-point.html"; license = lib.licenses.free; }; }) {}; doc-toc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "doc-toc"; ename = "doc-toc"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/doc-toc-1.2.tar"; sha256 = "0vz2jyqgx0sf3mhxnnm0fl395a9mcd9fg661pp3mz0pywpl3ymax"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/doc-toc.html"; license = lib.licenses.free; }; }) {}; docbook = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "docbook"; ename = "docbook"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/docbook-0.1.el"; sha256 = "01x0g8dhw65mzp9mk6qhx9p2bsvkw96hz1awrrf2ji17sp8hd1v6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/docbook.html"; license = lib.licenses.free; }; }) {}; drepl = callPackage ({ comint-mime, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "drepl"; ename = "drepl"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/drepl-0.1.tar"; sha256 = "0lx94kcxgp8s13w7hz9857r9baqfswvj7vc9frjq4crc4ps7fi7r"; }; packageRequires = [ comint-mime emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/drepl.html"; license = lib.licenses.free; }; }) {}; dts-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dts-mode"; ename = "dts-mode"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/dts-mode-1.0.tar"; sha256 = "0ihwqkv1ddysjgxh01vpayv3ia0vx55ny8ym0mi5b4iz95idj60s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dts-mode.html"; license = lib.licenses.free; }; }) {}; easy-escape = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "easy-escape"; ename = "easy-escape"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/easy-escape-0.2.1.tar"; sha256 = "19blpwka440y6r08hzzaz61gb24jr6a046pai2j1a3jg6x9fr3j5"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/easy-escape.html"; license = lib.licenses.free; }; }) {}; easy-kill = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "easy-kill"; ename = "easy-kill"; version = "0.9.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/easy-kill-0.9.5.tar"; sha256 = "0h8rzd23sgkj3vxnyhis9iyq8n3xqp9x1mvxlm61s6wwj9j398j6"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/easy-kill.html"; license = lib.licenses.free; }; }) {}; ebdb = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "ebdb"; ename = "ebdb"; version = "0.8.22"; src = fetchurl { url = "https://elpa.gnu.org/packages/ebdb-0.8.22.tar"; sha256 = "12sydb2lm571096gpb8r0jpg19wiqpl52rcnrhkvzlhzxgg18pg5"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/ebdb.html"; license = lib.licenses.free; }; }) {}; ebdb-gnorb = callPackage ({ ebdb, elpaBuild, fetchurl, gnorb, lib }: elpaBuild { pname = "ebdb-gnorb"; ename = "ebdb-gnorb"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ebdb-gnorb-1.0.2.el"; sha256 = "0bma7mqilp3lfgv0z2mk6nnqzh1nn1prkz2aiwrs4hxwydmda13i"; }; packageRequires = [ ebdb gnorb ]; meta = { homepage = "https://elpa.gnu.org/packages/ebdb-gnorb.html"; license = lib.licenses.free; }; }) {}; ebdb-i18n-chn = callPackage ({ ebdb, elpaBuild, fetchurl, lib, pyim }: elpaBuild { pname = "ebdb-i18n-chn"; ename = "ebdb-i18n-chn"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ebdb-i18n-chn-1.3.2.tar"; sha256 = "06ii9xi2y157vfbhx75mn80ash22d1xgcyp9kzz1s0lkxwlv74zj"; }; packageRequires = [ ebdb pyim ]; meta = { homepage = "https://elpa.gnu.org/packages/ebdb-i18n-chn.html"; license = lib.licenses.free; }; }) {}; ediprolog = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ediprolog"; ename = "ediprolog"; version = "2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ediprolog-2.2.tar"; sha256 = "021jm5zdxrjg7xcja18vgc2v52rk17xi1k7xxw8q802nmixhy0js"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ediprolog.html"; license = lib.licenses.free; }; }) {}; eev = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "eev"; ename = "eev"; version = "20240205"; src = fetchurl { url = "https://elpa.gnu.org/packages/eev-20240205.tar"; sha256 = "06psmcf3yi7pincsbhjrcrml0wzwgmlv6xy2fbpg1sg8vlibbgi3"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/eev.html"; license = lib.licenses.free; }; }) {}; ef-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ef-themes"; ename = "ef-themes"; version = "1.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ef-themes-1.5.1.tar"; sha256 = "00qh5b7kx0dlms7drnzj95mvgwfzg5h5m9prkbr8qi4ssx939gdw"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ef-themes.html"; license = lib.licenses.free; }; }) {}; eglot = callPackage ({ eldoc , elpaBuild , emacs , external-completion , fetchurl , flymake ? null , jsonrpc , lib , project , seq , xref }: elpaBuild { pname = "eglot"; ename = "eglot"; version = "1.17"; src = fetchurl { url = "https://elpa.gnu.org/packages/eglot-1.17.tar"; sha256 = "1can988d7qdn0dj4wg8adjz1s9j5yin8bcp7ylhq1pr327d5flky"; }; packageRequires = [ eldoc emacs external-completion flymake jsonrpc project seq xref ]; meta = { homepage = "https://elpa.gnu.org/packages/eglot.html"; license = lib.licenses.free; }; }) {}; el-search = callPackage ({ cl-print ? null , elpaBuild , emacs , fetchurl , lib , stream }: elpaBuild { pname = "el-search"; ename = "el-search"; version = "1.12.6.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/el-search-1.12.6.1.tar"; sha256 = "150f4rirg107hmzpv8ifa32k2mgf07smbf9z44ln5rh8n17xwqah"; }; packageRequires = [ cl-print emacs stream ]; meta = { homepage = "https://elpa.gnu.org/packages/el-search.html"; license = lib.licenses.free; }; }) {}; eldoc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "eldoc"; ename = "eldoc"; version = "1.15.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/eldoc-1.15.0.tar"; sha256 = "1wn7q2f19lfdc3b639ffhbmsglnm3zc6rvgyc6amqwnpc2n2gkdl"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/eldoc.html"; license = lib.licenses.free; }; }) {}; electric-spacing = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "electric-spacing"; ename = "electric-spacing"; version = "5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/electric-spacing-5.0.el"; sha256 = "1jk6v84z0n8jljzsz4wk7rgzh7drpfvxf4bp6xis8gapnd3ycfyv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/electric-spacing.html"; license = lib.licenses.free; }; }) {}; elisp-benchmarks = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "elisp-benchmarks"; ename = "elisp-benchmarks"; version = "1.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/elisp-benchmarks-1.14.tar"; sha256 = "1n9p4kl4d5rcbjgl8yifv0nqnrzxsx937fm0d2j589gg28rzlqpb"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/elisp-benchmarks.html"; license = lib.licenses.free; }; }) {}; ellama = callPackage ({ dash , elpaBuild , emacs , fetchurl , lib , llm , spinner }: elpaBuild { pname = "ellama"; ename = "ellama"; version = "0.8.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/ellama-0.8.7.tar"; sha256 = "0qmd7zrh026rjic26bdp9zinb7vkppdm14inwpwaashqxa5brwi5"; }; packageRequires = [ dash emacs llm spinner ]; meta = { homepage = "https://elpa.gnu.org/packages/ellama.html"; license = lib.licenses.free; }; }) {}; emacs-gc-stats = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "emacs-gc-stats"; ename = "emacs-gc-stats"; version = "1.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/emacs-gc-stats-1.4.2.tar"; sha256 = "19wb4s7bm9fhkbjw28fi5pkxzqnkc7wrx338vgrrzyaficblkcps"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/emacs-gc-stats.html"; license = lib.licenses.free; }; }) {}; embark = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "embark"; ename = "embark"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/embark-1.0.tar"; sha256 = "01kgln4hvy0hfga7syjvrdvwwalx93pq0s2na0qyvy44rsszlwwh"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/embark.html"; license = lib.licenses.free; }; }) {}; embark-consult = callPackage ({ compat , consult , elpaBuild , emacs , embark , fetchurl , lib }: elpaBuild { pname = "embark-consult"; ename = "embark-consult"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/embark-consult-1.0.tar"; sha256 = "18zbaanza8vvrmk3gbj0glijyxgb4qd7yzc46lv9fr7xr4l58jqc"; }; packageRequires = [ compat consult emacs embark ]; meta = { homepage = "https://elpa.gnu.org/packages/embark-consult.html"; license = lib.licenses.free; }; }) {}; ement = callPackage ({ elpaBuild , emacs , fetchurl , lib , map , persist , plz , svg-lib , taxy , taxy-magit-section , transient }: elpaBuild { pname = "ement"; ename = "ement"; version = "0.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/ement-0.14.tar"; sha256 = "02ay594byrlwkcl85drxn82fgvlzf11l9rl4hbk9phz9axy2mgyw"; }; packageRequires = [ emacs map persist plz svg-lib taxy taxy-magit-section transient ]; meta = { homepage = "https://elpa.gnu.org/packages/ement.html"; license = lib.licenses.free; }; }) {}; emms = callPackage ({ cl-lib ? null , elpaBuild , fetchurl , lib , nadvice , seq }: elpaBuild { pname = "emms"; ename = "emms"; version = "18"; src = fetchurl { url = "https://elpa.gnu.org/packages/emms-18.tar"; sha256 = "1jslk37kx7yzvwy4hq1a6b71kp4a3bgfzzp8bpplv7z6vcmwrmgq"; }; packageRequires = [ cl-lib nadvice seq ]; meta = { homepage = "https://elpa.gnu.org/packages/emms.html"; license = lib.licenses.free; }; }) {}; engrave-faces = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "engrave-faces"; ename = "engrave-faces"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/engrave-faces-0.3.1.tar"; sha256 = "1q4sjl2rvcfwcirm32nmi53258ln71yhh1dgszlxwknm38a14v3i"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/engrave-faces.html"; license = lib.licenses.free; }; }) {}; enwc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "enwc"; ename = "enwc"; version = "2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/enwc-2.0.tar"; sha256 = "17w35b06am5n19nlq00ni5w3jvys9i7swyw4glb7081d2jbij2mn"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/enwc.html"; license = lib.licenses.free; }; }) {}; epoch-view = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "epoch-view"; ename = "epoch-view"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/epoch-view-0.0.1.el"; sha256 = "1wy25ryyg9f4v83qjym2pwip6g9mszhqkf5a080z0yl47p71avfx"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/epoch-view.html"; license = lib.licenses.free; }; }) {}; erc = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "erc"; ename = "erc"; version = "5.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/erc-5.5.tar"; sha256 = "02649ijnpyalk0k1yq1dcinj92awhbnkia2x9sdb9xjk80xw1gqp"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/erc.html"; license = lib.licenses.free; }; }) {}; ergoemacs-mode = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , undo-tree }: elpaBuild { pname = "ergoemacs-mode"; ename = "ergoemacs-mode"; version = "5.16.10.12"; src = fetchurl { url = "https://elpa.gnu.org/packages/ergoemacs-mode-5.16.10.12.tar"; sha256 = "1zfzjmi30lllrbyzicmp11c9lpa82g57wi134q9bajvzn9ryx4jr"; }; packageRequires = [ cl-lib emacs undo-tree ]; meta = { homepage = "https://elpa.gnu.org/packages/ergoemacs-mode.html"; license = lib.licenses.free; }; }) {}; ess = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ess"; ename = "ess"; version = "24.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ess-24.1.1.tar"; sha256 = "1gy1yp6svr8agv38rikmfcji570n80c8jqssrcrrgrq3a2k9j34h"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ess.html"; license = lib.licenses.free; }; }) {}; excorporate = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , fsm , lib , nadvice , soap-client , url-http-ntlm , url-http-oauth }: elpaBuild { pname = "excorporate"; ename = "excorporate"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/excorporate-1.1.2.tar"; sha256 = "11w53idm7m20jhmwnj9wiqiv6fzydjrgy2s3mp36barlj3xq0l0z"; }; packageRequires = [ cl-lib emacs fsm nadvice soap-client url-http-ntlm url-http-oauth ]; meta = { homepage = "https://elpa.gnu.org/packages/excorporate.html"; license = lib.licenses.free; }; }) {}; expand-region = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "expand-region"; ename = "expand-region"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/expand-region-1.0.0.tar"; sha256 = "04xwdcxahymppcyvkfh2bn2f4fs4f8z27kycva67i6qldhashq7y"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/expand-region.html"; license = lib.licenses.free; }; }) {}; expreg = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "expreg"; ename = "expreg"; version = "1.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/expreg-1.3.1.tar"; sha256 = "13s3hq6nfnv4md2z704ad1axqnir0drz9vvhvisrlp2lis16xzik"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/expreg.html"; license = lib.licenses.free; }; }) {}; external-completion = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "external-completion"; ename = "external-completion"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/external-completion-0.1.tar"; sha256 = "12pddwp5jby2icshj77w4kwxv75zi00jdxw18f721d7zx3l7q668"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/external-completion.html"; license = lib.licenses.free; }; }) {}; exwm = callPackage ({ elpaBuild, fetchurl, lib, xelb }: elpaBuild { pname = "exwm"; ename = "exwm"; version = "0.28"; src = fetchurl { url = "https://elpa.gnu.org/packages/exwm-0.28.tar"; sha256 = "00h5awqazk807zxvb02a9dp8gd5ifi3y1kcwmr1czk6kdmkjx32l"; }; packageRequires = [ xelb ]; meta = { homepage = "https://elpa.gnu.org/packages/exwm.html"; license = lib.licenses.free; }; }) {}; f90-interface-browser = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "f90-interface-browser"; ename = "f90-interface-browser"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/f90-interface-browser-1.1.el"; sha256 = "0mf32w2bgc6b43k0r4a11bywprj7y3rvl21i0ry74v425r6hc3is"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/f90-interface-browser.html"; license = lib.licenses.free; }; }) {}; face-shift = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "face-shift"; ename = "face-shift"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/face-shift-0.2.1.tar"; sha256 = "115959sgy7jivb5534rkm5mbqpjayfci9wpzx75p7cjsn02hfi0p"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/face-shift.html"; license = lib.licenses.free; }; }) {}; filechooser = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "filechooser"; ename = "filechooser"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/filechooser-0.1.2.tar"; sha256 = "0s0mdc851zd2hy8hfpbamiimbh7c788cyz8mxnwzkpmf6jlj6xdw"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/filechooser.html"; license = lib.licenses.free; }; }) {}; filladapt = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "filladapt"; ename = "filladapt"; version = "2.12.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/filladapt-2.12.2.el"; sha256 = "1cxyxfdjg1dsmn1jrl6b7xy03xr42fb6vyggh27s4dk417ils6yg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/filladapt.html"; license = lib.licenses.free; }; }) {}; firefox-javascript-repl = callPackage ({ elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "firefox-javascript-repl"; ename = "firefox-javascript-repl"; version = "0.9.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/firefox-javascript-repl-0.9.5.tar"; sha256 = "0ml59kiigqnss84az1c8hp87bmcs9dngz01ly63x47wfym2af8mi"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/firefox-javascript-repl.html"; license = lib.licenses.free; }; }) {}; flylisp = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "flylisp"; ename = "flylisp"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/flylisp-0.2.el"; sha256 = "0hh09qy1xwlv52lsh49nr11h4lk8qlmk06b669q494d79hxyv4v6"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/flylisp.html"; license = lib.licenses.free; }; }) {}; flymake = callPackage ({ eldoc, elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "flymake"; ename = "flymake"; version = "1.3.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/flymake-1.3.7.tar"; sha256 = "07n72y77q1vqvz1rv36jq1cxdp1brp572plvsi2g6mizif5y531z"; }; packageRequires = [ eldoc emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/flymake.html"; license = lib.licenses.free; }; }) {}; flymake-codespell = callPackage ({ compat , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "flymake-codespell"; ename = "flymake-codespell"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/flymake-codespell-0.1.tar"; sha256 = "0r1g0imh9azy1yf0naxif80vmzrjvn5dx3lcrlpj70xb86wzliym"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/flymake-codespell.html"; license = lib.licenses.free; }; }) {}; flymake-proselint = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "flymake-proselint"; ename = "flymake-proselint"; version = "0.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/flymake-proselint-0.3.0.tar"; sha256 = "1x1hp06hggywmpbimyw4cg0cyg7g9v39r552ypivq9pvz94kmkp0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/flymake-proselint.html"; license = lib.licenses.free; }; }) {}; fontaine = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "fontaine"; ename = "fontaine"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/fontaine-1.0.0.tar"; sha256 = "1p34d84z87s2zsfxdc18bjpif21fdixfzv2k4b9g4i0pcr94nc4v"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/fontaine.html"; license = lib.licenses.free; }; }) {}; frame-tabs = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "frame-tabs"; ename = "frame-tabs"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/frame-tabs-1.1.el"; sha256 = "0fx9zc7mvyl703k7sjjcvffm2qw42ncr7r3d4fm0h45p9pi83svz"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/frame-tabs.html"; license = lib.licenses.free; }; }) {}; frog-menu = callPackage ({ avy, elpaBuild, emacs, fetchurl, lib, posframe }: elpaBuild { pname = "frog-menu"; ename = "frog-menu"; version = "0.2.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/frog-menu-0.2.11.el"; sha256 = "06iw11z61fd0g4w3562k3smcmzaq3nivvvc6gzm8y8k5pcrqzdff"; }; packageRequires = [ avy emacs posframe ]; meta = { homepage = "https://elpa.gnu.org/packages/frog-menu.html"; license = lib.licenses.free; }; }) {}; fsm = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "fsm"; ename = "fsm"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/fsm-0.2.1.el"; sha256 = "1jyxyqdbfl8nv7c50q0sg3w5p7whp1sqgi7w921k5hfar4d11qqp"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/fsm.html"; license = lib.licenses.free; }; }) {}; ftable = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ftable"; ename = "ftable"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ftable-1.1.tar"; sha256 = "0ww2kl5gb2dkkz0dxinjjnd3qafr31qjcqp1x10r3vcfbp9cfy4b"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ftable.html"; license = lib.licenses.free; }; }) {}; gcmh = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gcmh"; ename = "gcmh"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gcmh-0.2.1.el"; sha256 = "0a51bkkfdj3x26yalvk7v35rxbl3m1wk6n0f33zhrhl6i5fsrfin"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gcmh.html"; license = lib.licenses.free; }; }) {}; ggtags = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ggtags"; ename = "ggtags"; version = "0.9.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ggtags-0.9.0.tar"; sha256 = "0p79x9g94jynl83ndvqp9349vhgkzxzhnc517r8hn44iqxqf6ghg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ggtags.html"; license = lib.licenses.free; }; }) {}; gited = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gited"; ename = "gited"; version = "0.6.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/gited-0.6.0.tar"; sha256 = "187asqrxfpxv53hhnrcid1sy46vcy07qx5yqgnrczi54jpcc57j5"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gited.html"; license = lib.licenses.free; }; }) {}; gle-mode = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "gle-mode"; ename = "gle-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gle-mode-1.1.el"; sha256 = "0p9glalhkf8i4486pjwvrb9z4lqxl6jcqfk6jrjl6b1xi72xmdi0"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/gle-mode.html"; license = lib.licenses.free; }; }) {}; gnat-compiler = callPackage ({ elpaBuild, emacs, fetchurl, lib, wisi }: elpaBuild { pname = "gnat-compiler"; ename = "gnat-compiler"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnat-compiler-1.0.3.tar"; sha256 = "1l5j3br5yrhp3ic0va666ar636hywfd8vssxma3gc858zb9qbzw2"; }; packageRequires = [ emacs wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/gnat-compiler.html"; license = lib.licenses.free; }; }) {}; gnome-c-style = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnome-c-style"; ename = "gnome-c-style"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnome-c-style-0.1.tar"; sha256 = "09w68jbpzyyhcaqw335qpr840j7xx0j81zxxkxq4ahqv6ck27v4x"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnome-c-style.html"; license = lib.licenses.free; }; }) {}; gnorb = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnorb"; ename = "gnorb"; version = "1.6.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnorb-1.6.11.tar"; sha256 = "0724i8p1hywgbfk0czxvrcwlwigj8r7x6ww0ap3k2sg90531ymws"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/gnorb.html"; license = lib.licenses.free; }; }) {}; gnu-elpa = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnu-elpa"; ename = "gnu-elpa"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnu-elpa-1.1.tar"; sha256 = "0b0law1xwwqa42wb09b3w73psq2kx16lkiwxjxl0sshjcmarhv8r"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnu-elpa.html"; license = lib.licenses.free; }; }) {}; gnu-elpa-keyring-update = callPackage ({ elpaBuild , fetchurl , lib }: elpaBuild { pname = "gnu-elpa-keyring-update"; ename = "gnu-elpa-keyring-update"; version = "2022.12"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnu-elpa-keyring-update-2022.12.tar"; sha256 = "1kij50xw5km14x44zjsfc1cdkz4xq79nv7hgfjsz3pgypq672z5z"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnu-elpa-keyring-update.html"; license = lib.licenses.free; }; }) {}; gnugo = callPackage ({ ascii-art-to-unicode , cl-lib ? null , elpaBuild , fetchurl , lib , xpm }: elpaBuild { pname = "gnugo"; ename = "gnugo"; version = "3.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnugo-3.1.2.tar"; sha256 = "138gzdyi8scqimvs49da66j8f5a43bhgpasn1bxzdj2zffwlwp6g"; }; packageRequires = [ ascii-art-to-unicode cl-lib xpm ]; meta = { homepage = "https://elpa.gnu.org/packages/gnugo.html"; license = lib.licenses.free; }; }) {}; gnus-mock = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnus-mock"; ename = "gnus-mock"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnus-mock-0.5.tar"; sha256 = "1lyh1brb68zaasnw2brymsspcyl3jxmnvbvpvrqfxhhl3fq9nbv1"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnus-mock.html"; license = lib.licenses.free; }; }) {}; gpastel = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gpastel"; ename = "gpastel"; version = "0.5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/gpastel-0.5.0.el"; sha256 = "1wky6047071vgyyw2m929nbwg4d9qqp1mjqwk7a5rs8hfr4xqxfw"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gpastel.html"; license = lib.licenses.free; }; }) {}; gpr-mode = callPackage ({ elpaBuild , emacs , fetchurl , gnat-compiler , lib , wisi }: elpaBuild { pname = "gpr-mode"; ename = "gpr-mode"; version = "1.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/gpr-mode-1.0.5.tar"; sha256 = "1ksafa4nfd4n1kdxpjk6i59l5rxfdmcqjkkpmmc8w402xka0vwn4"; }; packageRequires = [ emacs gnat-compiler wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/gpr-mode.html"; license = lib.licenses.free; }; }) {}; gpr-query = callPackage ({ elpaBuild , emacs , fetchurl , gnat-compiler , lib , wisi }: elpaBuild { pname = "gpr-query"; ename = "gpr-query"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/gpr-query-1.0.4.tar"; sha256 = "0a6wrkjqszqq4d0a1amrp7yx4w2hwjbyy7qxd40k9n1vdp7jbzri"; }; packageRequires = [ emacs gnat-compiler wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/gpr-query.html"; license = lib.licenses.free; }; }) {}; graphql = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "graphql"; ename = "graphql"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/graphql-0.1.2.tar"; sha256 = "1mzgz4piszm0v18gdn63xb46zqd1r17fkh24rw863i0p1achl21m"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/graphql.html"; license = lib.licenses.free; }; }) {}; greader = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "greader"; ename = "greader"; version = "0.9.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/greader-0.9.7.tar"; sha256 = "08q2qfcwyxrnmjbzblgk16xhshhn2314swjs0kr5jrdijdgpfghh"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/greader.html"; license = lib.licenses.free; }; }) {}; greenbar = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "greenbar"; ename = "greenbar"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/greenbar-1.1.el"; sha256 = "01ixv3489zdx2b67zqad6h7g8cpnzpzrvvkqyx7csqyrfx0qy27n"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/greenbar.html"; license = lib.licenses.free; }; }) {}; gtags-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gtags-mode"; ename = "gtags-mode"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/gtags-mode-1.0.tar"; sha256 = "0nyzsr3fnds931ihw2dp5xlgv151kzph7qv1n751r1cajimzlp7n"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gtags-mode.html"; license = lib.licenses.free; }; }) {}; guess-language = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , nadvice }: elpaBuild { pname = "guess-language"; ename = "guess-language"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/guess-language-0.0.1.el"; sha256 = "11a6m2337j4ncppaf59yr2vavvvsph2qh51d12zmq58g9wh3d7wz"; }; packageRequires = [ cl-lib emacs nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/guess-language.html"; license = lib.licenses.free; }; }) {}; hcel = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hcel"; ename = "hcel"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/hcel-1.0.0.tar"; sha256 = "1j6snbyi710qnxr68mbmj1v2i6gqf6znd872fkjkyj85pg3iibia"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hcel.html"; license = lib.licenses.free; }; }) {}; heap = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "heap"; ename = "heap"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/heap-0.5.el"; sha256 = "13qv0w3fi87c85jcy7lv359r6rpsgnp5zzs2f2zq4dl3540wzrxg"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/heap.html"; license = lib.licenses.free; }; }) {}; hiddenquote = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hiddenquote"; ename = "hiddenquote"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/hiddenquote-1.2.tar"; sha256 = "1ssfy1ha5a1pakihmkifry200k7z1mxcgl4w9pwvp7wmzbkv2zql"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hiddenquote.html"; license = lib.licenses.free; }; }) {}; highlight-escape-sequences = callPackage ({ elpaBuild , fetchurl , lib }: elpaBuild { pname = "highlight-escape-sequences"; ename = "highlight-escape-sequences"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/highlight-escape-sequences-0.4.el"; sha256 = "1z8r9rnppn7iy7xv4kprfsqxday16h7c471i7rkyi3rv3l0pfxd0"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/highlight-escape-sequences.html"; license = lib.licenses.free; }; }) {}; hook-helpers = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hook-helpers"; ename = "hook-helpers"; version = "1.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/hook-helpers-1.1.1.tar"; sha256 = "05nqlshdqh32smav58hzqg8wp04h7w9sxr239qrz4wqxwlxlv9im"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hook-helpers.html"; license = lib.licenses.free; }; }) {}; html5-schema = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "html5-schema"; ename = "html5-schema"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/html5-schema-0.1.tar"; sha256 = "19k1jal6j64zq78w8h0lw7cljivmp2jzs5sa1ppc0mqkpn2hyq1i"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/html5-schema.html"; license = lib.licenses.free; }; }) {}; hydra = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, lv }: elpaBuild { pname = "hydra"; ename = "hydra"; version = "0.15.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/hydra-0.15.0.tar"; sha256 = "1mppx20920kfq97wd7mkrn4bcmm46k5m8wqm49asd54w701iq3n1"; }; packageRequires = [ cl-lib lv ]; meta = { homepage = "https://elpa.gnu.org/packages/hydra.html"; license = lib.licenses.free; }; }) {}; hyperbole = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hyperbole"; ename = "hyperbole"; version = "9.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/hyperbole-9.0.0.tar"; sha256 = "07kpyp3ggf4knakn18niy819l184apx4d9vbcwv57j8zyqgn4c3l"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hyperbole.html"; license = lib.licenses.free; }; }) {}; ilist = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ilist"; ename = "ilist"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ilist-0.3.tar"; sha256 = "1gg77fnk2ky5z5153axszs43a9npb1xg56ik23rz45xl9hg7v8as"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ilist.html"; license = lib.licenses.free; }; }) {}; inspector = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "inspector"; ename = "inspector"; version = "0.36"; src = fetchurl { url = "https://elpa.gnu.org/packages/inspector-0.36.tar"; sha256 = "139w0qc99grd6yzxkpfblgddnbza02mh4hhcpbjgsm4bwdxq8az0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/inspector.html"; license = lib.licenses.free; }; }) {}; ioccur = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ioccur"; ename = "ioccur"; version = "2.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/ioccur-2.6.tar"; sha256 = "0k7nr73gmd0z5zqkwdacvfsmyflri3f15a15zpr7va28pnxqzsdk"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ioccur.html"; license = lib.licenses.free; }; }) {}; isearch-mb = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "isearch-mb"; ename = "isearch-mb"; version = "0.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/isearch-mb-0.7.tar"; sha256 = "1dfjh4ya9515vx0q2dv1brddw350gxd40h1g1vsa783ivvm0hm75"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/isearch-mb.html"; license = lib.licenses.free; }; }) {}; iterators = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "iterators"; ename = "iterators"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/iterators-0.1.1.el"; sha256 = "1r2cz2n6cr6wal5pqiqi5pn28pams639czgrvd60xcqmlr3li3g5"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/iterators.html"; license = lib.licenses.free; }; }) {}; ivy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ivy"; ename = "ivy"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-0.14.2.tar"; sha256 = "1zjksh0jvxyqhzgwmh9i26gaip6c04q400xckh730r2gjs287pjj"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy.html"; license = lib.licenses.free; }; }) {}; ivy-avy = callPackage ({ avy, elpaBuild, emacs, fetchurl, ivy, lib }: elpaBuild { pname = "ivy-avy"; ename = "ivy-avy"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-avy-0.14.2.tar"; sha256 = "0vdrfn2i078567lklhxfhzq2cjplfpawyq2rzpdpww0fzz6fi426"; }; packageRequires = [ avy emacs ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-avy.html"; license = lib.licenses.free; }; }) {}; ivy-explorer = callPackage ({ elpaBuild, emacs, fetchurl, ivy, lib }: elpaBuild { pname = "ivy-explorer"; ename = "ivy-explorer"; version = "0.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-explorer-0.3.2.el"; sha256 = "0q9gy9w22hnq30bfmnpqknk0qc1rcbjcybpjgb8hnlldvcci95l7"; }; packageRequires = [ emacs ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-explorer.html"; license = lib.licenses.free; }; }) {}; ivy-hydra = callPackage ({ elpaBuild, emacs, fetchurl, hydra, ivy, lib }: elpaBuild { pname = "ivy-hydra"; ename = "ivy-hydra"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-hydra-0.14.2.tar"; sha256 = "10qav0rvgc5bnlazjiwnv9dlk6hivl4acif0zq2f0qqgld9nh528"; }; packageRequires = [ emacs hydra ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-hydra.html"; license = lib.licenses.free; }; }) {}; ivy-posframe = callPackage ({ elpaBuild , emacs , fetchurl , ivy , lib , posframe }: elpaBuild { pname = "ivy-posframe"; ename = "ivy-posframe"; version = "0.6.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-posframe-0.6.3.tar"; sha256 = "0b498qzaydjrhplx4d7zcrs883dlrhfiz812sv4m3pmhfwifcchh"; }; packageRequires = [ emacs ivy posframe ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-posframe.html"; license = lib.licenses.free; }; }) {}; jami-bot = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jami-bot"; ename = "jami-bot"; version = "0.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/jami-bot-0.0.4.tar"; sha256 = "1gspzqxznqskc008bcix2fyg1brr3xzxzbqx18q4cy4mz0vm8h1b"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jami-bot.html"; license = lib.licenses.free; }; }) {}; jarchive = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jarchive"; ename = "jarchive"; version = "0.11.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/jarchive-0.11.0.tar"; sha256 = "1hn0lyszm667a54j95v2ppddz4g89cp8byj9pd3k1gha2rplm9d8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jarchive.html"; license = lib.licenses.free; }; }) {}; javaimp = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "javaimp"; ename = "javaimp"; version = "0.9.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/javaimp-0.9.1.tar"; sha256 = "106wn53z39fcna3sv4p0idmjg9lg5lijm5hyb4lbibp4s5yh2y3b"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/javaimp.html"; license = lib.licenses.free; }; }) {}; jgraph-mode = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "jgraph-mode"; ename = "jgraph-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/jgraph-mode-1.1.el"; sha256 = "0479irjz5r79x6ngl3lfkl1gqsmvcw8kn6285sm6nkn66m1dfs8l"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/jgraph-mode.html"; license = lib.licenses.free; }; }) {}; jinx = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jinx"; ename = "jinx"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/jinx-1.3.tar"; sha256 = "0xlfw1sw92qf8bwpw9qnjhkz4ax6n7kcl72ypqm3swmj92jbgsg7"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jinx.html"; license = lib.licenses.free; }; }) {}; jit-spell = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jit-spell"; ename = "jit-spell"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/jit-spell-0.3.tar"; sha256 = "0q8wd9phd0zcjhc92j633vz82fr0ji8zc9vir7kcn1msrf6jspwz"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jit-spell.html"; license = lib.licenses.free; }; }) {}; js2-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "js2-mode"; ename = "js2-mode"; version = "20231224"; src = fetchurl { url = "https://elpa.gnu.org/packages/js2-mode-20231224.tar"; sha256 = "1yc7rs748dwpbxy2bqxfspinfiay28qh8l0fly1k76fhk159rwj4"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/js2-mode.html"; license = lib.licenses.free; }; }) {}; json-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "json-mode"; ename = "json-mode"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/json-mode-0.2.el"; sha256 = "16ph6v9snvlmclg9shnyck86dqvlj4lf8205dhqx4l8vmhfy3d14"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/json-mode.html"; license = lib.licenses.free; }; }) {}; jsonrpc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jsonrpc"; ename = "jsonrpc"; version = "1.0.24"; src = fetchurl { url = "https://elpa.gnu.org/packages/jsonrpc-1.0.24.tar"; sha256 = "05nwxfybczxx7pmflq762dq3wypm3pmcfljqs5kh81icxvdqvk8s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jsonrpc.html"; license = lib.licenses.free; }; }) {}; jumpc = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "jumpc"; ename = "jumpc"; version = "3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/jumpc-3.1.tar"; sha256 = "04wqajw4i7sslsw8cwqbw30kbwwf9qlqxjm17v0bsxh5sp27y1jc"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/jumpc.html"; license = lib.licenses.free; }; }) {}; kind-icon = callPackage ({ elpaBuild, emacs, fetchurl, lib, svg-lib }: elpaBuild { pname = "kind-icon"; ename = "kind-icon"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/kind-icon-0.2.2.tar"; sha256 = "1jpc4izbi5ajqqrvvfp5yqfmljaw2mq06ym36d4p2cxkz95vcmi7"; }; packageRequires = [ emacs svg-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/kind-icon.html"; license = lib.licenses.free; }; }) {}; kiwix = callPackage ({ elpaBuild, emacs, fetchurl, lib, request }: elpaBuild { pname = "kiwix"; ename = "kiwix"; version = "1.1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/kiwix-1.1.5.tar"; sha256 = "17k4aa8s9m24c572qvl5a481iw9ny6wmd5yrg47iv4d2lb2i13h2"; }; packageRequires = [ emacs request ]; meta = { homepage = "https://elpa.gnu.org/packages/kiwix.html"; license = lib.licenses.free; }; }) {}; kmb = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "kmb"; ename = "kmb"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/kmb-0.1.el"; sha256 = "1wjfk28illfd5bkka3rlhhq59r0pad9zik1njlxym0ha8kbhzsj8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/kmb.html"; license = lib.licenses.free; }; }) {}; landmark = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "landmark"; ename = "landmark"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/landmark-1.0.el"; sha256 = "0mz1l9zc1nvggjhg4jcly8ncw38xkprlrha8l8vfl9k9rg7s1dv4"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/landmark.html"; license = lib.licenses.free; }; }) {}; latex-table-wizard = callPackage ({ auctex , elpaBuild , emacs , fetchurl , lib , transient }: elpaBuild { pname = "latex-table-wizard"; ename = "latex-table-wizard"; version = "1.5.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/latex-table-wizard-1.5.4.tar"; sha256 = "1vmwx7g79chcr6hrzdjh1ndpnqy8qn52n03789dhmxxr1ji7nk0i"; }; packageRequires = [ auctex emacs transient ]; meta = { homepage = "https://elpa.gnu.org/packages/latex-table-wizard.html"; license = lib.licenses.free; }; }) {}; leaf = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "leaf"; ename = "leaf"; version = "4.5.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/leaf-4.5.5.tar"; sha256 = "1rdbrf84ijapiqhq72gy8r5xgk54sf0jy31pgd3w4rl1wywh5cas"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/leaf.html"; license = lib.licenses.free; }; }) {}; let-alist = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "let-alist"; ename = "let-alist"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/let-alist-1.0.6.el"; sha256 = "0szj7vnjzz4zci5fvz7xqgcpi4pzdyyf4qi2s8xar2hi7v3yaawr"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/let-alist.html"; license = lib.licenses.free; }; }) {}; lex = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "lex"; ename = "lex"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/lex-1.2.tar"; sha256 = "03g5lm6gyh4k8l4iccdl9z0qinr46fkpqlwdw0gdfj9d0b782mbs"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/lex.html"; license = lib.licenses.free; }; }) {}; lin = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "lin"; ename = "lin"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/lin-1.0.0.tar"; sha256 = "0b090g2l8mvm3b6k7s31v9lw48qjcvcif2p201wlqgipddm6s180"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/lin.html"; license = lib.licenses.free; }; }) {}; llm = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "llm"; ename = "llm"; version = "0.9.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/llm-0.9.1.tar"; sha256 = "0vib0zl41fsacc5d79f1l52j2vxnbqc37471b86cxw9rha0clr8m"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/llm.html"; license = lib.licenses.free; }; }) {}; lmc = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "lmc"; ename = "lmc"; version = "1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/lmc-1.4.el"; sha256 = "0fm4sclx9gg0d0615smz105x320sk45y4ivpjk3nbc67c5l0sh2h"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/lmc.html"; license = lib.licenses.free; }; }) {}; load-dir = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "load-dir"; ename = "load-dir"; version = "0.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/load-dir-0.0.5.el"; sha256 = "1575ipn155nzzb5yghblxc7v1vpq4i16w1ff7y56qw2498ligpc5"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/load-dir.html"; license = lib.licenses.free; }; }) {}; load-relative = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "load-relative"; ename = "load-relative"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/load-relative-1.3.2.tar"; sha256 = "1fwa51jp0sq5l69y98l2zyj0iq9s6rj1rnqrmvncif61smma8fd7"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/load-relative.html"; license = lib.licenses.free; }; }) {}; loc-changes = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "loc-changes"; ename = "loc-changes"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/loc-changes-1.2.el"; sha256 = "1x8fn8vqasayf1rb8a6nma9n6nbvkx60krmiahyb05vl5rrsw6r3"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/loc-changes.html"; license = lib.licenses.free; }; }) {}; loccur = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "loccur"; ename = "loccur"; version = "1.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/loccur-1.2.4.el"; sha256 = "00f1ifa4z5ay90bd2002fmj83d7xqzrcr9018q8crlypmpxkyh7j"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/loccur.html"; license = lib.licenses.free; }; }) {}; logos = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "logos"; ename = "logos"; version = "1.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/logos-1.1.1.tar"; sha256 = "1lg4disxfzw9nf438j32q1cna447mlxy3sg523cqzhimh1mk5s9f"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/logos.html"; license = lib.licenses.free; }; }) {}; luwak = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "luwak"; ename = "luwak"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/luwak-1.0.0.tar"; sha256 = "10jcblm0q5948l3ar911dfj6y9p5bggwz9nmq9d3prlgz5zczv34"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/luwak.html"; license = lib.licenses.free; }; }) {}; lv = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "lv"; ename = "lv"; version = "0.15.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/lv-0.15.0.tar"; sha256 = "1xnyk8bvr0bdz68qc1sga3w9lwdga5qpp3m7290z1vyv0mznh4gm"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/lv.html"; license = lib.licenses.free; }; }) {}; map = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "map"; ename = "map"; version = "3.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/map-3.3.1.tar"; sha256 = "1gvywhdfg27nx6pyq7yfwq9x6j96jama59i5s9rp41pvg2dlmvm0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/map.html"; license = lib.licenses.free; }; }) {}; marginalia = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "marginalia"; ename = "marginalia"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/marginalia-1.5.tar"; sha256 = "1hc4jjvrwfkqmhb1kvmjzzkmnqfx188ywy1cmxpns1wivnjic79h"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/marginalia.html"; license = lib.licenses.free; }; }) {}; markchars = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "markchars"; ename = "markchars"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/markchars-0.2.2.el"; sha256 = "09a471c2mcjm6ia37xqz0573sy8f68d5ljgnmhrj0v455g1g44lj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/markchars.html"; license = lib.licenses.free; }; }) {}; math-symbol-lists = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "math-symbol-lists"; ename = "math-symbol-lists"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/math-symbol-lists-1.3.tar"; sha256 = "0h330j7vxmb56z66xgynqlxkr5bnp5id25j0w4ikyms407sdyrbs"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/math-symbol-lists.html"; license = lib.licenses.free; }; }) {}; mct = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "mct"; ename = "mct"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/mct-1.0.0.tar"; sha256 = "1gzk0bjvry8wzi35yvghz003rbkz7ky4zd9vafg328b809n9ggff"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/mct.html"; license = lib.licenses.free; }; }) {}; memory-usage = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "memory-usage"; ename = "memory-usage"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/memory-usage-0.2.el"; sha256 = "03qwb7sprdh1avxv3g7hhnhl41pwvnpxcpnqrikl7picy78h1gwj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/memory-usage.html"; license = lib.licenses.free; }; }) {}; metar = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "metar"; ename = "metar"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/metar-0.3.el"; sha256 = "07gv0v0xwb5yzynwagmvf0n5c9wljy1jg4ympnxpa2d9r1zqc02g"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/metar.html"; license = lib.licenses.free; }; }) {}; midi-kbd = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "midi-kbd"; ename = "midi-kbd"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/midi-kbd-0.2.el"; sha256 = "1783k07gyiaq784wqv8qqc89cw5d6q1bdqz68b7n1lx4vmvfrhmh"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/midi-kbd.html"; license = lib.licenses.free; }; }) {}; mines = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "mines"; ename = "mines"; version = "1.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/mines-1.6.tar"; sha256 = "1199s1v4my0qpvc5aaxzbqayjn59vilxbqnywvyhvm7hz088aps2"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/mines.html"; license = lib.licenses.free; }; }) {}; minibuffer-header = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "minibuffer-header"; ename = "minibuffer-header"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/minibuffer-header-0.5.tar"; sha256 = "1nw53h34izm0z8njsf6jacc40fhg4x5l8r403ysmw2ps89i80p36"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/minibuffer-header.html"; license = lib.licenses.free; }; }) {}; minibuffer-line = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "minibuffer-line"; ename = "minibuffer-line"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/minibuffer-line-0.1.el"; sha256 = "1ny4iirp26na5118wfgxlv6fxlrdclzdbd9m0lkrv51w0qw7spil"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/minibuffer-line.html"; license = lib.licenses.free; }; }) {}; minimap = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "minimap"; ename = "minimap"; version = "1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/minimap-1.4.el"; sha256 = "09fm0ziy8cdzzw08l7l6p63dxz2a27p3laia2v51mvbva8177ls1"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/minimap.html"; license = lib.licenses.free; }; }) {}; mmm-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "mmm-mode"; ename = "mmm-mode"; version = "0.5.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/mmm-mode-0.5.11.tar"; sha256 = "07pda4bvvcmdwkwh8dnfqgvhkdni2wjgps1094kn1j5c9j254741"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/mmm-mode.html"; license = lib.licenses.free; }; }) {}; modus-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "modus-themes"; ename = "modus-themes"; version = "4.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/modus-themes-4.3.0.tar"; sha256 = "0zsglzqc36bw9r7fgvxjdcrdjar6xwad29kwyqd2k36bq3pivzq3"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/modus-themes.html"; license = lib.licenses.free; }; }) {}; multi-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "multi-mode"; ename = "multi-mode"; version = "1.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/multi-mode-1.14.tar"; sha256 = "0aslndqr0277ai0iwywbmj07vmz88vpmc0mgydcy4li8fkn8h066"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/multi-mode.html"; license = lib.licenses.free; }; }) {}; multishell = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "multishell"; ename = "multishell"; version = "1.1.10"; src = fetchurl { url = "https://elpa.gnu.org/packages/multishell-1.1.10.tar"; sha256 = "1ipn9rlh9jg55i04adjy32n8dkjhhw1bcd72w97mlsdk66g8j6l3"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/multishell.html"; license = lib.licenses.free; }; }) {}; muse = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "muse"; ename = "muse"; version = "3.20.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/muse-3.20.2.tar"; sha256 = "0g2ff6x45x2k5dnkp31sk3bjj92jyhhnar7l5hzn8vp22l0rv8wn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/muse.html"; license = lib.licenses.free; }; }) {}; myers = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "myers"; ename = "myers"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/myers-0.1.el"; sha256 = "0yrxklkksj16cfbvwmdxjj43vngjd6q0fivib1xim3c9g3c9b670"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/myers.html"; license = lib.licenses.free; }; }) {}; nadvice = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "nadvice"; ename = "nadvice"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/nadvice-0.4.tar"; sha256 = "0ac7zxi04gzcd5hz81lib1db3c6a7xmwkb381ljxvaha1mlzp1k0"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/nadvice.html"; license = lib.licenses.free; }; }) {}; nameless = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nameless"; ename = "nameless"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/nameless-1.0.2.el"; sha256 = "13c1payc46ry5bf8ia8cwqpshm2ya74fi5r4sxq5n410z5f0pgqx"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nameless.html"; license = lib.licenses.free; }; }) {}; names = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , nadvice }: elpaBuild { pname = "names"; ename = "names"; version = "20151201.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/names-20151201.0.tar"; sha256 = "13smsf039x4yd7pzvllgn1vz8lhkwghnhip9y2bka38vk37w912d"; }; packageRequires = [ cl-lib emacs nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/names.html"; license = lib.licenses.free; }; }) {}; nano-agenda = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nano-agenda"; ename = "nano-agenda"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/nano-agenda-0.3.tar"; sha256 = "1ip21vjapcrla6j0qbjkcrdhs6xq773cswmwbhnsxb3xpzsa1z7x"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nano-agenda.html"; license = lib.licenses.free; }; }) {}; nano-modeline = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nano-modeline"; ename = "nano-modeline"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/nano-modeline-1.0.1.tar"; sha256 = "1bjxsqbi540cx2zxzrps2bdwj3hkaxw1s9wha1lrldhvckq7dm91"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nano-modeline.html"; license = lib.licenses.free; }; }) {}; nano-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nano-theme"; ename = "nano-theme"; version = "0.3.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/nano-theme-0.3.4.tar"; sha256 = "1hfw6zxnzm4x55iqk1pg6nlp79c86np856bbdac4nv65ff4dkiqq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nano-theme.html"; license = lib.licenses.free; }; }) {}; nftables-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nftables-mode"; ename = "nftables-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/nftables-mode-1.1.tar"; sha256 = "0wcd31frnvxzkns4jdfxraai0bfi1184wcn64r8lg73h933p47iz"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nftables-mode.html"; license = lib.licenses.free; }; }) {}; nhexl-mode = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "nhexl-mode"; ename = "nhexl-mode"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/nhexl-mode-1.5.el"; sha256 = "0qvxfg7sv4iqyjxzaim6b4v9k5hav36qd4vkf9jwzw6p5fri8w8d"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nhexl-mode.html"; license = lib.licenses.free; }; }) {}; nlinum = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "nlinum"; ename = "nlinum"; version = "1.9"; src = fetchurl { url = "https://elpa.gnu.org/packages/nlinum-1.9.el"; sha256 = "03zqlz58fvh4cpfl43h7py2fpnc7m37f1ys8zhrc511ccq9cwkdn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/nlinum.html"; license = lib.licenses.free; }; }) {}; notes-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "notes-mode"; ename = "notes-mode"; version = "1.30"; src = fetchurl { url = "https://elpa.gnu.org/packages/notes-mode-1.30.tar"; sha256 = "1aqivlfa0nk0y27gdv68k5rg3m5wschh8cw196a13qb7kaghk9r6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/notes-mode.html"; license = lib.licenses.free; }; }) {}; notmuch-indicator = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "notmuch-indicator"; ename = "notmuch-indicator"; version = "1.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/notmuch-indicator-1.1.0.tar"; sha256 = "0k5csfrs8y1r6g7hs2y0961jpx0ih090kb6rkijljny2qhfj0573"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/notmuch-indicator.html"; license = lib.licenses.free; }; }) {}; ntlm = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ntlm"; ename = "ntlm"; version = "2.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ntlm-2.1.0.el"; sha256 = "01d0bcmh8a36qf871w6bc05kjk9bmnh843m9869xw06zyvqwg9mv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ntlm.html"; license = lib.licenses.free; }; }) {}; num3-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "num3-mode"; ename = "num3-mode"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/num3-mode-1.5.tar"; sha256 = "0i01v0sl0wi98xvc3wkk2lwc3nxmnhhpyrhr9gn88x5ygc0p4rdw"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/num3-mode.html"; license = lib.licenses.free; }; }) {}; oauth2 = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }: elpaBuild { pname = "oauth2"; ename = "oauth2"; version = "0.16"; src = fetchurl { url = "https://elpa.gnu.org/packages/oauth2-0.16.tar"; sha256 = "1rzly2nwjywrfgcmp8zidbmjl2ahyd8l8507lb1mxm4xqryvf316"; }; packageRequires = [ cl-lib nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/oauth2.html"; license = lib.licenses.free; }; }) {}; ob-asymptote = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ob-asymptote"; ename = "ob-asymptote"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ob-asymptote-1.0.tar"; sha256 = "0m9i21zailg7drglm19v9ysyigzvz3p2r3q069a3n04di56d4629"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ob-asymptote.html"; license = lib.licenses.free; }; }) {}; ob-haxe = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ob-haxe"; ename = "ob-haxe"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ob-haxe-1.0.tar"; sha256 = "1x19b3aappv4d3mvpf01r505l1sfndbzbpr5sbid411g9g9k3rwr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ob-haxe.html"; license = lib.licenses.free; }; }) {}; objed = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "objed"; ename = "objed"; version = "0.8.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/objed-0.8.3.tar"; sha256 = "1s38d6bvggdk5p45ww1jb4gxifzgjwgw1m6ar920nlg0j4fgbcvr"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/objed.html"; license = lib.licenses.free; }; }) {}; omn-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "omn-mode"; ename = "omn-mode"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/omn-mode-1.2.el"; sha256 = "0p7lmqabdcn625q9z7libn7q1b6mjc74bkic2kjhhckzvlfjk742"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/omn-mode.html"; license = lib.licenses.free; }; }) {}; on-screen = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "on-screen"; ename = "on-screen"; version = "1.3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/on-screen-1.3.3.el"; sha256 = "0ga4hw23ki583li2z2hr7l6hk1nc2kdg4afndg06cm9jn158wza7"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/on-screen.html"; license = lib.licenses.free; }; }) {}; openpgp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "openpgp"; ename = "openpgp"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/openpgp-1.0.1.tar"; sha256 = "1cm6c8394869dw2a5ykb92crz7c4pdav82a8nslbi533knxn7wn6"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/openpgp.html"; license = lib.licenses.free; }; }) {}; orderless = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "orderless"; ename = "orderless"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/orderless-1.0.tar"; sha256 = "0kslgrs857h3mm837hcb8v52ankbv0hm2pz0q136imckzj32m43s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/orderless.html"; license = lib.licenses.free; }; }) {}; org = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "org"; ename = "org"; version = "9.6.19"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-9.6.19.tar"; sha256 = "0ibgw0i7nsn589k0ynifwdp1f3ia6p8369myhjqgmwy392cwrcxg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/org.html"; license = lib.licenses.free; }; }) {}; org-contacts = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-contacts"; ename = "org-contacts"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-contacts-1.1.tar"; sha256 = "1kzdw9kbnpryxdb9ywh2va4nnjcxw6asszf5n7a95rw2gl6m3l10"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-contacts.html"; license = lib.licenses.free; }; }) {}; org-edna = callPackage ({ elpaBuild, emacs, fetchurl, lib, org, seq }: elpaBuild { pname = "org-edna"; ename = "org-edna"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-edna-1.1.2.tar"; sha256 = "1a022ssqpxbkp03n2bij78srwjx7kacpsgj9a6wbm0yn946hgjpz"; }; packageRequires = [ emacs org seq ]; meta = { homepage = "https://elpa.gnu.org/packages/org-edna.html"; license = lib.licenses.free; }; }) {}; org-jami-bot = callPackage ({ elpaBuild, emacs, fetchurl, jami-bot, lib }: elpaBuild { pname = "org-jami-bot"; ename = "org-jami-bot"; version = "0.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-jami-bot-0.0.5.tar"; sha256 = "0nh0sp1l8hn568n6j11nkl42rm6b3gbjwi3lsf6vanr0lzvrl58r"; }; packageRequires = [ emacs jami-bot ]; meta = { homepage = "https://elpa.gnu.org/packages/org-jami-bot.html"; license = lib.licenses.free; }; }) {}; org-modern = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "org-modern"; ename = "org-modern"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-modern-1.1.tar"; sha256 = "1aclips7y3dasjh6rjdcx1b6fkaripjam6120b7wm487qpjcrzc8"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/org-modern.html"; license = lib.licenses.free; }; }) {}; org-notify = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "org-notify"; ename = "org-notify"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-notify-0.1.1.tar"; sha256 = "0y0zj7sri7m0q3nibwv0m1snkwhma403hbxpcd346xk3s3ljiz2k"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/org-notify.html"; license = lib.licenses.free; }; }) {}; org-real = callPackage ({ boxy, elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-real"; ename = "org-real"; version = "1.0.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-real-1.0.7.tar"; sha256 = "16isfsaxmgxiqfqx4lcsqlxazxjgxakr0k9pgpam13bqqqkq3cmp"; }; packageRequires = [ boxy emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-real.html"; license = lib.licenses.free; }; }) {}; org-remark = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-remark"; ename = "org-remark"; version = "1.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-remark-1.2.1.tar"; sha256 = "0xf10kgb0g4y9i4s1d3a1i5a119a1pijzhp5xxj2b2wyvjs2g3yk"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-remark.html"; license = lib.licenses.free; }; }) {}; org-transclusion = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-transclusion"; ename = "org-transclusion"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-transclusion-1.3.2.tar"; sha256 = "02r48jzr5zivk11c3c3a9vj1cixfgf1wlmv1kjr5bxldayhg7aqb"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-transclusion.html"; license = lib.licenses.free; }; }) {}; org-translate = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-translate"; ename = "org-translate"; version = "0.1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-translate-0.1.4.tar"; sha256 = "0dvg3h8mmzlqfg60rwxjgy17sqv84p6nj2ngjdafkp9a4halv0g7"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-translate.html"; license = lib.licenses.free; }; }) {}; orgalist = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "orgalist"; ename = "orgalist"; version = "1.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/orgalist-1.14.tar"; sha256 = "08gx8aqi7ph75vhhss2xl1lfypzy8a3zmj7w8flcrvz1nk0z738s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/orgalist.html"; license = lib.licenses.free; }; }) {}; osc = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "osc"; ename = "osc"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/osc-0.4.tar"; sha256 = "0zfrzxalvvf9wwwhwsqgl3v2ca6m2rfl5hd7sz662s6gmbwawqqa"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/osc.html"; license = lib.licenses.free; }; }) {}; osm = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "osm"; ename = "osm"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/osm-1.3.tar"; sha256 = "09c6wgq470hi2kgk7s8pbcqaggw13hg3f2zz5qwi68hfh7nq7z7k"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/osm.html"; license = lib.licenses.free; }; }) {}; other-frame-window = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "other-frame-window"; ename = "other-frame-window"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/other-frame-window-1.0.6.el"; sha256 = "04h0jr73xv8inm52h8b8zbc9lsnlzkn40qy99x4x0lkkdqqxw1ny"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/other-frame-window.html"; license = lib.licenses.free; }; }) {}; pabbrev = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "pabbrev"; ename = "pabbrev"; version = "4.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/pabbrev-4.3.0.tar"; sha256 = "0a54ld80s0r9zrc2kd861p4ii3jzqhxykzcnvi64fhxxg3x2aggx"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/pabbrev.html"; license = lib.licenses.free; }; }) {}; paced = callPackage ({ async, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "paced"; ename = "paced"; version = "1.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/paced-1.1.3.tar"; sha256 = "1gaszf68h0nnv6p6yzv48m24csw6v479nsq0f02y6slixxaflnwl"; }; packageRequires = [ async emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/paced.html"; license = lib.licenses.free; }; }) {}; parsec = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "parsec"; ename = "parsec"; version = "0.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/parsec-0.1.3.tar"; sha256 = "032m9iks5a05vbc4159dfs9b7shmqm6mk05jgbs9ndvy400drwd6"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/parsec.html"; license = lib.licenses.free; }; }) {}; parser-generator = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "parser-generator"; ename = "parser-generator"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/parser-generator-0.2.1.tar"; sha256 = "17kqkqz3d29pmn8ydw5kxs2fdgwqh0q31f13hdf1bnw009j24rl9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/parser-generator.html"; license = lib.licenses.free; }; }) {}; path-iterator = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "path-iterator"; ename = "path-iterator"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/path-iterator-1.0.tar"; sha256 = "0kgl7rhv9x23jyr6ahfy6ql447zpz9fnmfwldkpn69g7jdx6a3cc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/path-iterator.html"; license = lib.licenses.free; }; }) {}; peg = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "peg"; ename = "peg"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/peg-1.0.1.tar"; sha256 = "0yxfwwwc6fck1p9smcm1dwnva42868xvavhy7j749vlxrgb3v94x"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/peg.html"; license = lib.licenses.free; }; }) {}; perl-doc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "perl-doc"; ename = "perl-doc"; version = "0.81"; src = fetchurl { url = "https://elpa.gnu.org/packages/perl-doc-0.81.tar"; sha256 = "1hbf36zrpjx0xx257370axxfs1yb3iz6g9kc4wg83gcag09j3lci"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/perl-doc.html"; license = lib.licenses.free; }; }) {}; persist = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "persist"; ename = "persist"; version = "0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/persist-0.6.tar"; sha256 = "0n68dshbbyrs713989bllmm1vypch8766hc8b4y989nmyclixjwp"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/persist.html"; license = lib.licenses.free; }; }) {}; phps-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "phps-mode"; ename = "phps-mode"; version = "0.4.48"; src = fetchurl { url = "https://elpa.gnu.org/packages/phps-mode-0.4.48.tar"; sha256 = "1nm1j0f77afmwhb5cavk60nn4ifnx5qaycdy0c7qj8w3vdhyn3da"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/phps-mode.html"; license = lib.licenses.free; }; }) {}; pinentry = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "pinentry"; ename = "pinentry"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/pinentry-0.1.el"; sha256 = "0iiw11prk4w32czk69mvc3x6ja9xbhbvpg9b0nidrsg5njjjh76d"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/pinentry.html"; license = lib.licenses.free; }; }) {}; plz = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "plz"; ename = "plz"; version = "0.7.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/plz-0.7.2.tar"; sha256 = "1qpr4j5rqpvr17arxrrix1z9fzbqy1mddakyylqbvm9lg5yg2wnk"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/plz.html"; license = lib.licenses.free; }; }) {}; plz-see = callPackage ({ elpaBuild, emacs, fetchurl, lib, plz }: elpaBuild { pname = "plz-see"; ename = "plz-see"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/plz-see-0.1.tar"; sha256 = "0dmckrny21rlm5spiwx7j6q0xikzwlsrhg8yz890w47zpdxpl3bb"; }; packageRequires = [ emacs plz ]; meta = { homepage = "https://elpa.gnu.org/packages/plz-see.html"; license = lib.licenses.free; }; }) {}; poke = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "poke"; ename = "poke"; version = "3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/poke-3.2.tar"; sha256 = "0rhcz7kg20j72hf9rhq5zacdak8ayhn4cnwhgq9qwr18z00bxxm7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/poke.html"; license = lib.licenses.free; }; }) {}; poke-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "poke-mode"; ename = "poke-mode"; version = "3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/poke-mode-3.1.tar"; sha256 = "1lirhws5d8l16qs5ddrvvz0f9xfl004q9yp333pdgsmcpk3ww7sr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/poke-mode.html"; license = lib.licenses.free; }; }) {}; poker = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "poker"; ename = "poker"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/poker-0.2.el"; sha256 = "0sikspimvnzvwhyivi1gvr0630zz2pr3q2fwagl57iv06jas9f00"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/poker.html"; license = lib.licenses.free; }; }) {}; popper = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "popper"; ename = "popper"; version = "0.4.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/popper-0.4.6.tar"; sha256 = "0zkrhpplgs6h4xz0ma5nc4pvlkdgdzqwlqlw57xspqbc2f1bds5s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/popper.html"; license = lib.licenses.free; }; }) {}; posframe = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "posframe"; ename = "posframe"; version = "1.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/posframe-1.4.2.tar"; sha256 = "0ca43wgbr0n5ri7cyxjmn7blq59xq43rx9z9q02a2j4yn05w8nss"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/posframe.html"; license = lib.licenses.free; }; }) {}; project = callPackage ({ elpaBuild, emacs, fetchurl, lib, xref }: elpaBuild { pname = "project"; ename = "project"; version = "0.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/project-0.10.0.tar"; sha256 = "060iw06c60vjy1bp771zz0n24x4s7kpyvdjs51147v2kz35n08pb"; }; packageRequires = [ emacs xref ]; meta = { homepage = "https://elpa.gnu.org/packages/project.html"; license = lib.licenses.free; }; }) {}; psgml = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "psgml"; ename = "psgml"; version = "1.3.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/psgml-1.3.5.tar"; sha256 = "12ndv9xj4zg0k2vas4bmpf2iwy71hy203zxfd7sfwskdd96kzjjv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/psgml.html"; license = lib.licenses.free; }; }) {}; pspp-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "pspp-mode"; ename = "pspp-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/pspp-mode-1.1.el"; sha256 = "1qnwj7r367qs0ykw71c6s96ximgg2wb3hxg5fwsl9q2vfhbh35ca"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/pspp-mode.html"; license = lib.licenses.free; }; }) {}; pulsar = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "pulsar"; ename = "pulsar"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/pulsar-1.0.1.tar"; sha256 = "0qknyd6ihqg4n940yll5v2hz3w07fsp4mbdfh7drbws13c1ivnly"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/pulsar.html"; license = lib.licenses.free; }; }) {}; pyim = callPackage ({ async, elpaBuild, emacs, fetchurl, lib, xr }: elpaBuild { pname = "pyim"; ename = "pyim"; version = "5.3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/pyim-5.3.3.tar"; sha256 = "04dz3gdqq6pcxycpzkzzmhbg6lk629v41y64jlh6si21jwfr6wnx"; }; packageRequires = [ async emacs xr ]; meta = { homepage = "https://elpa.gnu.org/packages/pyim.html"; license = lib.licenses.free; }; }) {}; pyim-basedict = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "pyim-basedict"; ename = "pyim-basedict"; version = "0.5.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/pyim-basedict-0.5.4.tar"; sha256 = "1zppp12217aakawgndy6daxpw1098lh7lsjar2wwd4qv4xs0d4p6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/pyim-basedict.html"; license = lib.licenses.free; }; }) {}; python = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "python"; ename = "python"; version = "0.28"; src = fetchurl { url = "https://elpa.gnu.org/packages/python-0.28.tar"; sha256 = "1kc596b8bbcp8y87kqyxsv3bblz8l0vyc0d645ayb1cmwwvk35d5"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/python.html"; license = lib.licenses.free; }; }) {}; quarter-plane = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "quarter-plane"; ename = "quarter-plane"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/quarter-plane-0.1.el"; sha256 = "0hj3asdzf05h8j1fsxx9y71arnprg2xwk2dcb81zj04hzggzpwmm"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/quarter-plane.html"; license = lib.licenses.free; }; }) {}; queue = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "queue"; ename = "queue"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/queue-0.2.el"; sha256 = "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/queue.html"; license = lib.licenses.free; }; }) {}; rainbow-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rainbow-mode"; ename = "rainbow-mode"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/rainbow-mode-1.0.6.tar"; sha256 = "04v73cm1cap19vwc8lqsw0rmfr9v7r3swc4wgxnk9dnzxi9j2527"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rainbow-mode.html"; license = lib.licenses.free; }; }) {}; rbit = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rbit"; ename = "rbit"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/rbit-0.1.el"; sha256 = "0h0f9jx4xmkbyxk39wibrvnj65b1ylkz4sk4np7qcavfjs6dz3lm"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rbit.html"; license = lib.licenses.free; }; }) {}; rcirc-color = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "rcirc-color"; ename = "rcirc-color"; version = "0.4.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/rcirc-color-0.4.5.tar"; sha256 = "0j2bcx2dplcy5zgh9zdhla8i12rq916ilbnw4ns83xdg7k0dwncf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rcirc-color.html"; license = lib.licenses.free; }; }) {}; rcirc-menu = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rcirc-menu"; ename = "rcirc-menu"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/rcirc-menu-1.1.el"; sha256 = "0w77qlwlmx59v5894i96fldn6x4lliv4ddv8967vq1kfchn4w5mc"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rcirc-menu.html"; license = lib.licenses.free; }; }) {}; rcirc-sqlite = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "rcirc-sqlite"; ename = "rcirc-sqlite"; version = "0.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rcirc-sqlite-0.1.3.tar"; sha256 = "1pwxkw6dzwbg5g3rxilpp6iy3mzxgpn0mw59i3dcx25hdyizqhip"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rcirc-sqlite.html"; license = lib.licenses.free; }; }) {}; realgud = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , loc-changes , test-simple }: elpaBuild { pname = "realgud"; ename = "realgud"; version = "1.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-1.5.1.tar"; sha256 = "01155sydricdvxy3djk64w2zc6x0q4j669bvz8m8rd766wsmida8"; }; packageRequires = [ emacs load-relative loc-changes test-simple ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud.html"; license = lib.licenses.free; }; }) {}; realgud-ipdb = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-ipdb"; ename = "realgud-ipdb"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-ipdb-1.0.0.tar"; sha256 = "1ljh2igm6na92jdvnn4f51019v3klc6k03nayxf6qxzaxwq2w254"; }; packageRequires = [ emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-ipdb.html"; license = lib.licenses.free; }; }) {}; realgud-jdb = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-jdb"; ename = "realgud-jdb"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-jdb-1.0.0.tar"; sha256 = "081lqsxbg6cxv8hz8s0z2gbdif9drp5b0crbixmwf164i4h8l4gc"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-jdb.html"; license = lib.licenses.free; }; }) {}; realgud-lldb = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-lldb"; ename = "realgud-lldb"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-lldb-1.0.2.tar"; sha256 = "0nqbvknhvw5lwf4i44q8wvh4y4s9mvs5kn7lskg3xicl464ag1d0"; }; packageRequires = [ emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-lldb.html"; license = lib.licenses.free; }; }) {}; realgud-node-debug = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-node-debug"; ename = "realgud-node-debug"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-node-debug-1.0.0.tar"; sha256 = "1wyh6apy289a3qa1bnwv68x8pjkpqy4m18ygqnr4x759hjkq3nir"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-node-debug.html"; license = lib.licenses.free; }; }) {}; realgud-node-inspect = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-node-inspect"; ename = "realgud-node-inspect"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-node-inspect-1.0.0.tar"; sha256 = "16cx0rq4zx5k0y75j044dbqzrzs1df3r95rissmhfgsi5m2qf1h2"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-node-inspect.html"; license = lib.licenses.free; }; }) {}; realgud-trepan-ni = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-trepan-ni"; ename = "realgud-trepan-ni"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-trepan-ni-1.0.1.tar"; sha256 = "0vakfzlk4pgqi66mdvwqhzgdsnks6clgnj7cjjbi80v3ipkfdnak"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-trepan-ni.html"; license = lib.licenses.free; }; }) {}; realgud-trepan-xpy = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-trepan-xpy"; ename = "realgud-trepan-xpy"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-trepan-xpy-1.0.1.tar"; sha256 = "0qd9hcq7a9vn453rs4pf3p8wwh7fynxhim9j6sf97lm8pilif9yd"; }; packageRequires = [ emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-trepan-xpy.html"; license = lib.licenses.free; }; }) {}; rec-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "rec-mode"; ename = "rec-mode"; version = "1.9.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rec-mode-1.9.3.tar"; sha256 = "15m0h84fcrcxpx67mc9any4ap2dcqysfjm1d2a7sx4clx8h3mgk0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rec-mode.html"; license = lib.licenses.free; }; }) {}; register-list = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "register-list"; ename = "register-list"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/register-list-0.1.el"; sha256 = "1azgfm4yvhp2bqqplmfbz1fij8gda527lks82bslnpnabd8m6sjh"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/register-list.html"; license = lib.licenses.free; }; }) {}; relint = callPackage ({ elpaBuild, emacs, fetchurl, lib, xr }: elpaBuild { pname = "relint"; ename = "relint"; version = "1.24"; src = fetchurl { url = "https://elpa.gnu.org/packages/relint-1.24.tar"; sha256 = "0wc7jzapzc4s7v7yqwp315ymbs6xighy2clx1ylvf60zs49y2bwm"; }; packageRequires = [ emacs xr ]; meta = { homepage = "https://elpa.gnu.org/packages/relint.html"; license = lib.licenses.free; }; }) {}; repology = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "repology"; ename = "repology"; version = "1.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/repology-1.2.4.tar"; sha256 = "0l53wl0bk8rnqwsjdh1hwvkvbay080l10bslcj3scn42bgbi59j1"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/repology.html"; license = lib.licenses.free; }; }) {}; rich-minority = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "rich-minority"; ename = "rich-minority"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rich-minority-1.0.3.tar"; sha256 = "1w61qvx2rw6a6gmrm61080zghil95nzdv4w06c0pvyb62m4rwab0"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/rich-minority.html"; license = lib.licenses.free; }; }) {}; rnc-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rnc-mode"; ename = "rnc-mode"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rnc-mode-0.3.tar"; sha256 = "1bd4pxaijcs0w8v9r7x9aiqyqf1rl46153dxl0ilhm3fc90iyf2r"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rnc-mode.html"; license = lib.licenses.free; }; }) {}; rt-liberation = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rt-liberation"; ename = "rt-liberation"; version = "6"; src = fetchurl { url = "https://elpa.gnu.org/packages/rt-liberation-6.tar"; sha256 = "1l87q2h1hqm5zpg1fz835gmbf5fgl9fvcqg42c17v6kim4has8zd"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rt-liberation.html"; license = lib.licenses.free; }; }) {}; ruby-end = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ruby-end"; ename = "ruby-end"; version = "0.4.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ruby-end-0.4.3.tar"; sha256 = "0b6hh31vpyv6j86v97migw4if2i9m95075p0bf5ai61cqb42crg4"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ruby-end.html"; license = lib.licenses.free; }; }) {}; rudel = callPackage ({ cl-generic , cl-lib ? null , cl-print ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "rudel"; ename = "rudel"; version = "0.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/rudel-0.3.2.tar"; sha256 = "03hcvpp6ykavidwn5x48gs986w1i5icvh7ks6p74pdaagpgw4jmk"; }; packageRequires = [ cl-generic cl-lib cl-print emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rudel.html"; license = lib.licenses.free; }; }) {}; satchel = callPackage ({ elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "satchel"; ename = "satchel"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/satchel-0.2.tar"; sha256 = "1ajsfrr988nglw2l4kqjbbdq9x8gidv0ymsrg3jm2b9nisfhnixv"; }; packageRequires = [ emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/satchel.html"; license = lib.licenses.free; }; }) {}; scanner = callPackage ({ dash, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "scanner"; ename = "scanner"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/scanner-0.2.tar"; sha256 = "1nbfpgndjkv7mr81bxy58k4y13lc4cidyz9mbwh7433r8rfhymb5"; }; packageRequires = [ dash emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/scanner.html"; license = lib.licenses.free; }; }) {}; scroll-restore = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "scroll-restore"; ename = "scroll-restore"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/scroll-restore-1.0.el"; sha256 = "0h55szlmkmzmcvd6gvv8l74n7y64i0l78nwwmq7xsbzprlmj6khn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/scroll-restore.html"; license = lib.licenses.free; }; }) {}; sed-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sed-mode"; ename = "sed-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/sed-mode-1.1.tar"; sha256 = "1vpfzr95xfvjiq7x1pkhjm96936yzsy9bzm1v8p3hyr486bar0mp"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sed-mode.html"; license = lib.licenses.free; }; }) {}; seq = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "seq"; ename = "seq"; version = "2.24"; src = fetchurl { url = "https://elpa.gnu.org/packages/seq-2.24.tar"; sha256 = "1w2cysad3qwnzdabhq9xipbslsjm528fcxkwnslhlkh8v07karml"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/seq.html"; license = lib.licenses.free; }; }) {}; setup = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "setup"; ename = "setup"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/setup-1.3.2.tar"; sha256 = "1sr514w4mn0fbdawjb5p0fd6i6q2zi9737rbwcgakb1l9cqvb5qy"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/setup.html"; license = lib.licenses.free; }; }) {}; shelisp = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "shelisp"; ename = "shelisp"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/shelisp-1.0.0.tar"; sha256 = "05r26gy1ajl47ir0yz5gn62xw2f31vdq04n3r8ywlzxbqyvzlc0d"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/shelisp.html"; license = lib.licenses.free; }; }) {}; shell-command-plus = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "shell-command-plus"; ename = "shell-command+"; version = "2.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/shell-command+-2.4.2.tar"; sha256 = "1ldvil6hjs8c7wpdwx0jwaar867dil5qh6vy2k27i1alffr9nnqm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/shell-command+.html"; license = lib.licenses.free; }; }) {}; shen-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "shen-mode"; ename = "shen-mode"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/shen-mode-0.1.tar"; sha256 = "1dr24kkah4hr6vrfxwhl9vzjnwn4n773bw23c3j9bkmlgnbvn0kz"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/shen-mode.html"; license = lib.licenses.free; }; }) {}; sisu-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sisu-mode"; ename = "sisu-mode"; version = "7.1.8"; src = fetchurl { url = "https://elpa.gnu.org/packages/sisu-mode-7.1.8.el"; sha256 = "12zs6y4rzng1d7djl9wh3wc0f9fj0bqb7h754rvixvndlr5c10nj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sisu-mode.html"; license = lib.licenses.free; }; }) {}; site-lisp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "site-lisp"; ename = "site-lisp"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/site-lisp-0.1.2.tar"; sha256 = "07704nz5rrzixmvw65h79rf4fpnf58jrrgbp1brvknidp6j95r0n"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/site-lisp.html"; license = lib.licenses.free; }; }) {}; sketch-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sketch-mode"; ename = "sketch-mode"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/sketch-mode-1.0.4.tar"; sha256 = "1gv03ykr40laf52hm8p0glfsy895jghkp5a8q599zwg5wpz3zdc9"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sketch-mode.html"; license = lib.licenses.free; }; }) {}; slime-volleyball = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "slime-volleyball"; ename = "slime-volleyball"; version = "1.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/slime-volleyball-1.2.0.tar"; sha256 = "07xavg6xq5ckrfy5sk5k5ldb46m5w8nw1r1k006ck8f23ajaw5z2"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/slime-volleyball.html"; license = lib.licenses.free; }; }) {}; sm-c-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sm-c-mode"; ename = "sm-c-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/sm-c-mode-1.1.el"; sha256 = "1k46628dkmg4bvd5f68lv5kjcjbgm2pd8jc0zhq9n70jwf5z2ip8"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sm-c-mode.html"; license = lib.licenses.free; }; }) {}; smalltalk-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "smalltalk-mode"; ename = "smalltalk-mode"; version = "4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/smalltalk-mode-4.0.tar"; sha256 = "1i1w2fk241z10mph92lry8ly55rxr24n1v4840cddpiw81nrqpcn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/smalltalk-mode.html"; license = lib.licenses.free; }; }) {}; smart-yank = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "smart-yank"; ename = "smart-yank"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/smart-yank-0.1.1.el"; sha256 = "1v7hbn8pl4bzal31m132dn04rgsgjjcc7k2knd1jqzk1wq6azpdn"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/smart-yank.html"; license = lib.licenses.free; }; }) {}; sml-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sml-mode"; ename = "sml-mode"; version = "6.12"; src = fetchurl { url = "https://elpa.gnu.org/packages/sml-mode-6.12.tar"; sha256 = "19wyxsnw60lmjbb7ijislpv9vzk9996rh1b0iw7wyrqszfxy2p20"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sml-mode.html"; license = lib.licenses.free; }; }) {}; so-long = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "so-long"; ename = "so-long"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/so-long-1.1.2.tar"; sha256 = "0gb5ypl9phhv8sx7akw9xn7njfq86yqngixhxf8qj1fxp57gfpdb"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/so-long.html"; license = lib.licenses.free; }; }) {}; soap-client = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "soap-client"; ename = "soap-client"; version = "3.2.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/soap-client-3.2.3.tar"; sha256 = "0z6af253iwimam03jnpai2h989i6vyv05wdz7dadna6amdryfznc"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/soap-client.html"; license = lib.licenses.free; }; }) {}; sokoban = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sokoban"; ename = "sokoban"; version = "1.4.9"; src = fetchurl { url = "https://elpa.gnu.org/packages/sokoban-1.4.9.tar"; sha256 = "1zri4czw2d5impkgn8d4hliyw31vndadg7wj31gairk8kyakjpgm"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sokoban.html"; license = lib.licenses.free; }; }) {}; sotlisp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sotlisp"; ename = "sotlisp"; version = "1.6.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/sotlisp-1.6.2.el"; sha256 = "05cr4dmhg4wbmw7jbcfh0yrnbq6dhzp2wrbzvhwrfznz51j03nhi"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sotlisp.html"; license = lib.licenses.free; }; }) {}; spacious-padding = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "spacious-padding"; ename = "spacious-padding"; version = "0.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/spacious-padding-0.3.0.tar"; sha256 = "1iiaxgl18k8hkwwyz3qnargv6q8kwzyh39ai46k5xbpmyrsj4b16"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/spacious-padding.html"; license = lib.licenses.free; }; }) {}; spinner = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "spinner"; ename = "spinner"; version = "1.7.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/spinner-1.7.4.tar"; sha256 = "140kss25ijbwf8hzflbjz67ry76w2cyrh02axk95n6qcxv7jr7pv"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/spinner.html"; license = lib.licenses.free; }; }) {}; sql-beeline = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sql-beeline"; ename = "sql-beeline"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/sql-beeline-0.2.tar"; sha256 = "1bqzs53x506bzgchvjfr1ljqxbb9y041n7aj9n7ajb2634i7lllr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sql-beeline.html"; license = lib.licenses.free; }; }) {}; sql-cassandra = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sql-cassandra"; ename = "sql-cassandra"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/sql-cassandra-0.2.2.tar"; sha256 = "06h301fpqax24x295x06bz08ipjjnxs9smisyz82z08kgszq92c6"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sql-cassandra.html"; license = lib.licenses.free; }; }) {}; sql-indent = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "sql-indent"; ename = "sql-indent"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/sql-indent-1.7.tar"; sha256 = "043qcy97a5hx68w0ac7xsk380l2i7bphgrdz6aby2zfpp90vrjpn"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/sql-indent.html"; license = lib.licenses.free; }; }) {}; srht = callPackage ({ elpaBuild, emacs, fetchurl, lib, plz, transient }: elpaBuild { pname = "srht"; ename = "srht"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/srht-0.4.tar"; sha256 = "1g3znmpi0lbl0f4rp1v8v5jl7gngclwmcngkzwdk2w4prsh6skb1"; }; packageRequires = [ emacs plz transient ]; meta = { homepage = "https://elpa.gnu.org/packages/srht.html"; license = lib.licenses.free; }; }) {}; ssh-deploy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ssh-deploy"; ename = "ssh-deploy"; version = "3.1.16"; src = fetchurl { url = "https://elpa.gnu.org/packages/ssh-deploy-3.1.16.tar"; sha256 = "0ajmsg4r9yba2m9wn08dsdzl8pr3pjixyqqp263mpwsh02h8im2g"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ssh-deploy.html"; license = lib.licenses.free; }; }) {}; standard-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "standard-themes"; ename = "standard-themes"; version = "2.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/standard-themes-2.0.1.tar"; sha256 = "0vdl90xjqq20mw6cgmn6zd42ppr5y471g03a9ljzcpwmbd1wnr60"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/standard-themes.html"; license = lib.licenses.free; }; }) {}; stream = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "stream"; ename = "stream"; version = "2.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/stream-2.3.0.tar"; sha256 = "1jvk5j0wn2f4dxnyqji85f8cgbpyrxk02mz5dzyw4xlqr0d9zc9n"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/stream.html"; license = lib.licenses.free; }; }) {}; substitute = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "substitute"; ename = "substitute"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/substitute-0.2.1.tar"; sha256 = "1p9lhgi4y224aghwnnjxm14da461pj0ym4a7asla02hf33y61i5j"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/substitute.html"; license = lib.licenses.free; }; }) {}; svg = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "svg"; ename = "svg"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-1.1.el"; sha256 = "0j69xsaj0d1pnxjfb5m0yf2vxbrcmr8i3g75km4dzbha46v4xxvg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/svg.html"; license = lib.licenses.free; }; }) {}; svg-clock = callPackage ({ elpaBuild, emacs, fetchurl, lib, svg }: elpaBuild { pname = "svg-clock"; ename = "svg-clock"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-clock-1.2.el"; sha256 = "15pmj07wnlcpv78av9qpnbfwdjlkf237vib8smpa7nvyikdfszfr"; }; packageRequires = [ emacs svg ]; meta = { homepage = "https://elpa.gnu.org/packages/svg-clock.html"; license = lib.licenses.free; }; }) {}; svg-lib = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "svg-lib"; ename = "svg-lib"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-lib-0.3.tar"; sha256 = "0d0xkfmk351h8lx28dxgync47r780nyk4fk12sb4j0byfr0lsh8d"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/svg-lib.html"; license = lib.licenses.free; }; }) {}; svg-tag-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib, svg-lib }: elpaBuild { pname = "svg-tag-mode"; ename = "svg-tag-mode"; version = "0.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-tag-mode-0.3.2.tar"; sha256 = "1sg05dg0d9ai21l8rgpqywmwgw29sl21x2zkvlv04rl3hdvdq75y"; }; packageRequires = [ emacs svg-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/svg-tag-mode.html"; license = lib.licenses.free; }; }) {}; swiper = callPackage ({ elpaBuild, emacs, fetchurl, ivy, lib }: elpaBuild { pname = "swiper"; ename = "swiper"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/swiper-0.14.2.tar"; sha256 = "1x6jnc0nrk68kww12gq6w8nss6ny76xz0fgxf57550bbipx9pa8m"; }; packageRequires = [ emacs ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/swiper.html"; license = lib.licenses.free; }; }) {}; switchy-window = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "switchy-window"; ename = "switchy-window"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/switchy-window-1.3.tar"; sha256 = "1ax63fksjmjsgai7xxzm1mj5bhbc7dzk7c389abd280g637z2cy7"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/switchy-window.html"; license = lib.licenses.free; }; }) {}; sxhkdrc-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sxhkdrc-mode"; ename = "sxhkdrc-mode"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/sxhkdrc-mode-1.0.0.tar"; sha256 = "1vzb7ijx61rq31xj0d13yidlirp038841fwdvlqlv88hi6hb2faq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sxhkdrc-mode.html"; license = lib.licenses.free; }; }) {}; system-packages = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "system-packages"; ename = "system-packages"; version = "1.0.13"; src = fetchurl { url = "https://elpa.gnu.org/packages/system-packages-1.0.13.tar"; sha256 = "0m34ifs7c27g7avc173z501rs2g6ag7f4bc3rgfp9zdaix53c0i9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/system-packages.html"; license = lib.licenses.free; }; }) {}; tNFA = callPackage ({ elpaBuild, fetchurl, lib, queue }: elpaBuild { pname = "tNFA"; ename = "tNFA"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tNFA-0.1.1.el"; sha256 = "01n4p8lg8f2k55l2z77razb2sl202qisjqm5lff96a2kxnxinsds"; }; packageRequires = [ queue ]; meta = { homepage = "https://elpa.gnu.org/packages/tNFA.html"; license = lib.licenses.free; }; }) {}; tam = callPackage ({ elpaBuild, emacs, fetchurl, lib, queue }: elpaBuild { pname = "tam"; ename = "tam"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tam-0.1.tar"; sha256 = "1f66la9mmw1frpy2k9vr9k1q2x3b1y9018z43rdhrp50zx1b2vsg"; }; packageRequires = [ emacs queue ]; meta = { homepage = "https://elpa.gnu.org/packages/tam.html"; license = lib.licenses.free; }; }) {}; taxy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "taxy"; ename = "taxy"; version = "0.10.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/taxy-0.10.1.tar"; sha256 = "05czw8fkifb25rwl99dmncr1g0rjfx1bqijl7igqs9j6h9ia2xvg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/taxy.html"; license = lib.licenses.free; }; }) {}; taxy-magit-section = callPackage ({ elpaBuild , emacs , fetchurl , lib , magit-section , taxy }: elpaBuild { pname = "taxy-magit-section"; ename = "taxy-magit-section"; version = "0.13"; src = fetchurl { url = "https://elpa.gnu.org/packages/taxy-magit-section-0.13.tar"; sha256 = "1712hbcna0ph9chaq28a6fanv4sccdiphd5z0hg34ig3g6pslgn9"; }; packageRequires = [ emacs magit-section taxy ]; meta = { homepage = "https://elpa.gnu.org/packages/taxy-magit-section.html"; license = lib.licenses.free; }; }) {}; temp-buffer-browse = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "temp-buffer-browse"; ename = "temp-buffer-browse"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/temp-buffer-browse-1.5.el"; sha256 = "1drfvqxc6g4vfijmx787b1ygq7x2s5wq26l45qnz4wdrqqmcqx3c"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/temp-buffer-browse.html"; license = lib.licenses.free; }; }) {}; tempel = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tempel"; ename = "tempel"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tempel-1.1.tar"; sha256 = "1780dgyfj569vxzzg8gqky9953fzw8x5kzy2l05vl7my06nyk46i"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tempel.html"; license = lib.licenses.free; }; }) {}; test-simple = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "test-simple"; ename = "test-simple"; version = "1.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/test-simple-1.3.0.el"; sha256 = "1yd61jc9ds95a5n09052kwc5gasy57g4lxr0jsff040brlyi9czz"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/test-simple.html"; license = lib.licenses.free; }; }) {}; theme-buffet = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "theme-buffet"; ename = "theme-buffet"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/theme-buffet-0.1.2.tar"; sha256 = "1cb9kn07naz2dkl4cznnwi2hy5ccq9igl5jnm7qhaliaszpg2rf9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/theme-buffet.html"; license = lib.licenses.free; }; }) {}; timerfunctions = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "timerfunctions"; ename = "timerfunctions"; version = "1.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/timerfunctions-1.4.2.el"; sha256 = "122q8nv08pz1mkgilvi9qfrs7rsnc5picr7jyz2jpnvpd9qw6jw5"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/timerfunctions.html"; license = lib.licenses.free; }; }) {}; tiny = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "tiny"; ename = "tiny"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tiny-0.2.1.tar"; sha256 = "1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/tiny.html"; license = lib.licenses.free; }; }) {}; tmr = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tmr"; ename = "tmr"; version = "0.4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/tmr-0.4.0.tar"; sha256 = "1s4q7gbqjhqsvwzcfqr9ykm2pdrjybsi2fanxm01vvmzwg2bi6d8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tmr.html"; license = lib.licenses.free; }; }) {}; tomelr = callPackage ({ elpaBuild, emacs, fetchurl, lib, map, seq }: elpaBuild { pname = "tomelr"; ename = "tomelr"; version = "0.4.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/tomelr-0.4.3.tar"; sha256 = "03dj7mhqyfdpxr32nyvfgkqr6wr55cd7yk9a0izjs4468zx8vl0d"; }; packageRequires = [ emacs map seq ]; meta = { homepage = "https://elpa.gnu.org/packages/tomelr.html"; license = lib.licenses.free; }; }) {}; topspace = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "topspace"; ename = "topspace"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/topspace-0.3.1.tar"; sha256 = "1c2raqmbyv5bd48gimh6dazfb6dmipjmf1j0w53vyrs48dx6kskq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/topspace.html"; license = lib.licenses.free; }; }) {}; tramp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tramp"; ename = "tramp"; version = "2.6.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tramp-2.6.2.1.tar"; sha256 = "145riknpdvw7rvpz20m766yci3w012f241mw38pbbb9cb8pn2rbf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tramp.html"; license = lib.licenses.free; }; }) {}; tramp-nspawn = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tramp-nspawn"; ename = "tramp-nspawn"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tramp-nspawn-1.0.1.tar"; sha256 = "1w8h563pcdksqqy5v5vi7vrx76r6pi4bzhqywk1v67rhnr33qsvq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tramp-nspawn.html"; license = lib.licenses.free; }; }) {}; tramp-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tramp-theme"; ename = "tramp-theme"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/tramp-theme-0.2.el"; sha256 = "1q1j0vcdyv5gnfbnfl08rnwd5j4ayc1gi1vpinr99ny70wsv7gbf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tramp-theme.html"; license = lib.licenses.free; }; }) {}; transcribe = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "transcribe"; ename = "transcribe"; version = "1.5.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/transcribe-1.5.2.el"; sha256 = "08m1n6adab46bfywm47gygswf10vnxcfh16yjxglvcsg4prkn2vh"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/transcribe.html"; license = lib.licenses.free; }; }) {}; transient = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "transient"; ename = "transient"; version = "0.5.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/transient-0.5.3.tar"; sha256 = "12ak6rykg627rkwwiga5d9g9pzcrq2sliynqbr3lm8rvlwbdhkhx"; }; packageRequires = [ compat emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/transient.html"; license = lib.licenses.free; }; }) {}; transient-cycles = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "transient-cycles"; ename = "transient-cycles"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/transient-cycles-1.0.tar"; sha256 = "1gad71kqdw6rm9dy5rxm85l4a5qibs20ijl8bpaxbbq37j44lvjb"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/transient-cycles.html"; license = lib.licenses.free; }; }) {}; tree-inspector = callPackage ({ elpaBuild, emacs, fetchurl, lib, treeview }: elpaBuild { pname = "tree-inspector"; ename = "tree-inspector"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/tree-inspector-0.4.tar"; sha256 = "0jsd32qk9rap8mhmm6qkyafvb6c2gyaa0adzdsh3bh03byi3sj6c"; }; packageRequires = [ emacs treeview ]; meta = { homepage = "https://elpa.gnu.org/packages/tree-inspector.html"; license = lib.licenses.free; }; }) {}; trie = callPackage ({ elpaBuild, fetchurl, heap, lib, tNFA }: elpaBuild { pname = "trie"; ename = "trie"; version = "0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/trie-0.6.tar"; sha256 = "0vh0cizpbdiaq0y018rkrzjyv6lq0jwv9pwlvggbjfsz34kd10a4"; }; packageRequires = [ heap tNFA ]; meta = { homepage = "https://elpa.gnu.org/packages/trie.html"; license = lib.licenses.free; }; }) {}; triples = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "triples"; ename = "triples"; version = "0.3.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/triples-0.3.5.tar"; sha256 = "086w3izri2fvg2w9lq4srjcq9gc6amz5vj2iihhysd10ypj3zxwy"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/triples.html"; license = lib.licenses.free; }; }) {}; typo = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "typo"; ename = "typo"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/typo-1.0.1.tar"; sha256 = "11k1dca7kw1yviiw310slfj02a7x1w6m3qg7v71d2gcmdbp112ib"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/typo.html"; license = lib.licenses.free; }; }) {}; ulisp-repl = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ulisp-repl"; ename = "ulisp-repl"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ulisp-repl-1.0.3.tar"; sha256 = "09n0wp0dfg9xyxw0hwwb5p6namninvsw1fs710hmnh224q6wffgy"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ulisp-repl.html"; license = lib.licenses.free; }; }) {}; undo-tree = callPackage ({ elpaBuild, emacs, fetchurl, lib, queue }: elpaBuild { pname = "undo-tree"; ename = "undo-tree"; version = "0.8.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/undo-tree-0.8.2.tar"; sha256 = "0fgir9pls9439zwyl3j2yvrwx9wigisj1jil4ijma27dfrpgm288"; }; packageRequires = [ emacs queue ]; meta = { homepage = "https://elpa.gnu.org/packages/undo-tree.html"; license = lib.licenses.free; }; }) {}; uni-confusables = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "uni-confusables"; ename = "uni-confusables"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/uni-confusables-0.3.tar"; sha256 = "1grmppbyzvjjz0yiv5vvgpykhalisj9jnh6p9ip9vbnnll63iz4w"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/uni-confusables.html"; license = lib.licenses.free; }; }) {}; uniquify-files = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "uniquify-files"; ename = "uniquify-files"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/uniquify-files-1.0.4.tar"; sha256 = "0ry52l9p2sz8nsfh15ffa25s46vqhna466ahmjmnmlihgjhdm85q"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/uniquify-files.html"; license = lib.licenses.free; }; }) {}; urgrep = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "urgrep"; ename = "urgrep"; version = "0.4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/urgrep-0.4.0.tar"; sha256 = "0l0gswml6hkna48gfljj3hajhcx3bbc1rqwb2v01hvqab05an7zs"; }; packageRequires = [ compat emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/urgrep.html"; license = lib.licenses.free; }; }) {}; url-http-ntlm = callPackage ({ cl-lib ? null , elpaBuild , fetchurl , lib , nadvice , ntlm ? null }: elpaBuild { pname = "url-http-ntlm"; ename = "url-http-ntlm"; version = "2.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/url-http-ntlm-2.0.5.tar"; sha256 = "0bpjif0c4yzz75v59wsv7hilkpj2gv4kyc0rdk8h3d9hvmlq7791"; }; packageRequires = [ cl-lib nadvice ntlm ]; meta = { homepage = "https://elpa.gnu.org/packages/url-http-ntlm.html"; license = lib.licenses.free; }; }) {}; url-http-oauth = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "url-http-oauth"; ename = "url-http-oauth"; version = "0.8.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/url-http-oauth-0.8.3.tar"; sha256 = "1vcbx8rpzvx4v4g7iyja6kpsqidaiy2xzj7glrwwzhppkbp0xkvy"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/url-http-oauth.html"; license = lib.licenses.free; }; }) {}; url-scgi = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "url-scgi"; ename = "url-scgi"; version = "0.9"; src = fetchurl { url = "https://elpa.gnu.org/packages/url-scgi-0.9.tar"; sha256 = "0mfbqr03302gk38aamlg1lgdznd6y3blcc3zizfb72ppb87j78mc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/url-scgi.html"; license = lib.licenses.free; }; }) {}; use-package = callPackage ({ bind-key, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "use-package"; ename = "use-package"; version = "2.4.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/use-package-2.4.5.tar"; sha256 = "09aimbmkcpyffrq1qnavzx6c4ccfawz7ndz2ac8md7qxilxx58yc"; }; packageRequires = [ bind-key emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/use-package.html"; license = lib.licenses.free; }; }) {}; validate = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , seq }: elpaBuild { pname = "validate"; ename = "validate"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/validate-1.0.4.el"; sha256 = "0vksssk98hcnz804g62k8kika13argf6p7bx8rf9hwidvzdsv6mi"; }; packageRequires = [ cl-lib emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/validate.html"; license = lib.licenses.free; }; }) {}; valign = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "valign"; ename = "valign"; version = "3.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/valign-3.1.1.tar"; sha256 = "1nla0zfj0rxwhdjgnsy2c34wzrxfxiwl89cjb6aicyvfxninz7j0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/valign.html"; license = lib.licenses.free; }; }) {}; vc-backup = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "vc-backup"; ename = "vc-backup"; version = "1.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/vc-backup-1.1.0.tar"; sha256 = "1ipkymndxymbayrgr3jz27p64bkjf1nq9h4w3afpzkpqzw237ak5"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/vc-backup.html"; license = lib.licenses.free; }; }) {}; vc-got = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vc-got"; ename = "vc-got"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/vc-got-1.2.tar"; sha256 = "074di4bchhnpfixkjdis8dwxx6r32j1qypxk647q1z7lvd92j39s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vc-got.html"; license = lib.licenses.free; }; }) {}; vc-hgcmd = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vc-hgcmd"; ename = "vc-hgcmd"; version = "1.14.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/vc-hgcmd-1.14.1.tar"; sha256 = "12izw5ln22xdgwh6mqm6axzdfpcnqq7qcj72nmykrbsgpagp5fy6"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vc-hgcmd.html"; license = lib.licenses.free; }; }) {}; vcard = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vcard"; ename = "vcard"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/vcard-0.2.2.tar"; sha256 = "0f06qzmj91kdpdlhlykh7v7jx0xvwxg8072ys145g1mvh5l23yig"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vcard.html"; license = lib.licenses.free; }; }) {}; vcl-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "vcl-mode"; ename = "vcl-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/vcl-mode-1.1.el"; sha256 = "1r70pmvr95k5f2xphvhliqvyh7al0qabm7wvkamximcssvs38q1h"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/vcl-mode.html"; license = lib.licenses.free; }; }) {}; vdiff = callPackage ({ elpaBuild, emacs, fetchurl, hydra, lib }: elpaBuild { pname = "vdiff"; ename = "vdiff"; version = "0.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/vdiff-0.2.4.tar"; sha256 = "1mgzfrzp6nbb4xv2zjqk4za2dv3r5645jasiwf45wzqq5wbrgq2c"; }; packageRequires = [ emacs hydra ]; meta = { homepage = "https://elpa.gnu.org/packages/vdiff.html"; license = lib.licenses.free; }; }) {}; verilog-mode = callPackage ({ elpaBuild , fetchurl , lib }: elpaBuild { pname = "verilog-mode"; ename = "verilog-mode"; version = "2023.6.6.141322628"; src = fetchurl { url = "https://elpa.gnu.org/packages/verilog-mode-2023.6.6.141322628.tar"; sha256 = "14qls4v5yxrgyiimvvggimw5ddlx0ll387a1r6awm274rj4p3d19"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/verilog-mode.html"; license = lib.licenses.free; }; }) {}; vertico = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vertico"; ename = "vertico"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/vertico-1.7.tar"; sha256 = "1dglwscp29c5281spmrxv5k1pbvswcz5rcap6w5s97fqk5ziinsm"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vertico.html"; license = lib.licenses.free; }; }) {}; vertico-posframe = callPackage ({ elpaBuild , emacs , fetchurl , lib , posframe , vertico }: elpaBuild { pname = "vertico-posframe"; ename = "vertico-posframe"; version = "0.7.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/vertico-posframe-0.7.7.tar"; sha256 = "0xqbbqkzd2v7kqgmiwlx9pmpck2mpfwxmvy66i7dpzysvargi70q"; }; packageRequires = [ emacs posframe vertico ]; meta = { homepage = "https://elpa.gnu.org/packages/vertico-posframe.html"; license = lib.licenses.free; }; }) {}; vigenere = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vigenere"; ename = "vigenere"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/vigenere-1.0.el"; sha256 = "1i5s6h1nngcp74gf53dw9pvj5y0ywk9j8pyvkfr7gqq49bz22hmm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vigenere.html"; license = lib.licenses.free; }; }) {}; visual-filename-abbrev = callPackage ({ elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "visual-filename-abbrev"; ename = "visual-filename-abbrev"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/visual-filename-abbrev-1.2.tar"; sha256 = "0sipyqrgf723ii2zd6r8hvihn5kax5qd0dwwrrxqy6f58wnhyq1r"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/visual-filename-abbrev.html"; license = lib.licenses.free; }; }) {}; visual-fill = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "visual-fill"; ename = "visual-fill"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/visual-fill-0.1.el"; sha256 = "1y4xqcr1am74y9jy7kdkjigvx7h3208si5lm4p6a0kzxa3xizhvx"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/visual-fill.html"; license = lib.licenses.free; }; }) {}; vlf = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "vlf"; ename = "vlf"; version = "1.7.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/vlf-1.7.2.tar"; sha256 = "0hpri19z6b7dqmrj5ckp8sf0m0l72lkgahqzvfmwhgpgv2p81bny"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/vlf.html"; license = lib.licenses.free; }; }) {}; vundo = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vundo"; ename = "vundo"; version = "2.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/vundo-2.2.0.tar"; sha256 = "1vb5mq51krpcaw741dai3b9s12yicn73l1bqql41gylpanca83py"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vundo.html"; license = lib.licenses.free; }; }) {}; wcheck-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "wcheck-mode"; ename = "wcheck-mode"; version = "2021"; src = fetchurl { url = "https://elpa.gnu.org/packages/wcheck-mode-2021.tar"; sha256 = "0qcj0af0570cssy9b7f74v9pv0pssm6ysnl1lyh8wwvl4yf0zx61"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/wcheck-mode.html"; license = lib.licenses.free; }; }) {}; wconf = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "wconf"; ename = "wconf"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/wconf-0.2.1.el"; sha256 = "13p1xycp3mcrg8jv65mcyqvln4h7awhjz35dzr5bi86zb824ryxf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/wconf.html"; license = lib.licenses.free; }; }) {}; web-server = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "web-server"; ename = "web-server"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/web-server-0.1.2.tar"; sha256 = "10lcsl4dg2yr9zjd99gq9jz150wvvh6r5y9pd88l8y9vz16f2lim"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/web-server.html"; license = lib.licenses.free; }; }) {}; webfeeder = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "webfeeder"; ename = "webfeeder"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/webfeeder-1.1.2.tar"; sha256 = "1l128q424qsq9jv2wk8cv4zli71rk34q5kgwa9axdz0d27p9l6v4"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/webfeeder.html"; license = lib.licenses.free; }; }) {}; websocket = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "websocket"; ename = "websocket"; version = "1.15"; src = fetchurl { url = "https://elpa.gnu.org/packages/websocket-1.15.tar"; sha256 = "0mvvq9gsx856ip2gkrvjw4k8a85vrrkp27dcpkvamxq93lfd7hin"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/websocket.html"; license = lib.licenses.free; }; }) {}; which-key = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "which-key"; ename = "which-key"; version = "3.6.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/which-key-3.6.0.tar"; sha256 = "05wy147734mlpzwwxdhidnsplrz2vzs1whczzs4jw1i7kp7jvy3v"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/which-key.html"; license = lib.licenses.free; }; }) {}; window-commander = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "window-commander"; ename = "window-commander"; version = "3.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/window-commander-3.0.2.tar"; sha256 = "1v85g89rz8r2ypw6651lrb9mvrimdwhxan7kxzhpgam2i2g7kcr7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/window-commander.html"; license = lib.licenses.free; }; }) {}; windower = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "windower"; ename = "windower"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/windower-0.0.1.el"; sha256 = "19xizbfbnzhhmhlqy20ir1a1y87bjwrq67bcawxy6nxpkwbizsv7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/windower.html"; license = lib.licenses.free; }; }) {}; windresize = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "windresize"; ename = "windresize"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/windresize-0.1.el"; sha256 = "0b5bfs686nkp7s05zgfqvr1mpagmkd74j1grq8kp2w9arj0qfi3x"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/windresize.html"; license = lib.licenses.free; }; }) {}; wisi = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "wisi"; ename = "wisi"; version = "4.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/wisi-4.3.2.tar"; sha256 = "0y3wh0wvxqw7ig2bfrha4zs03993aqcpdp9pald20nady6sqri37"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/wisi.html"; license = lib.licenses.free; }; }) {}; wisitoken-grammar-mode = callPackage ({ elpaBuild , emacs , fetchurl , lib , mmm-mode , wisi }: elpaBuild { pname = "wisitoken-grammar-mode"; ename = "wisitoken-grammar-mode"; version = "1.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/wisitoken-grammar-mode-1.3.0.tar"; sha256 = "05g2zn3p9r7rha20wv8jy1dwvllfyjjpzr6agkcm523rj639jh2b"; }; packageRequires = [ emacs mmm-mode wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/wisitoken-grammar-mode.html"; license = lib.licenses.free; }; }) {}; wpuzzle = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "wpuzzle"; ename = "wpuzzle"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/wpuzzle-1.1.el"; sha256 = "1wjg411dc0fvj2n8ak73igfrzc31nizzvvr2qa87fhq99bgh62kj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/wpuzzle.html"; license = lib.licenses.free; }; }) {}; wrap-search = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "wrap-search"; ename = "wrap-search"; version = "4.12.10"; src = fetchurl { url = "https://elpa.gnu.org/packages/wrap-search-4.12.10.tar"; sha256 = "0r1ggggpm7x201r5yp0nhnc9146nrqzb5df1bjg7z2am2150r1i9"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/wrap-search.html"; license = lib.licenses.free; }; }) {}; xclip = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "xclip"; ename = "xclip"; version = "1.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/xclip-1.11.tar"; sha256 = "0hgblj8ng7vfsdb7g1mm9m2qhzfprycdd77836l59prpak5kp55q"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/xclip.html"; license = lib.licenses.free; }; }) {}; xeft = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xeft"; ename = "xeft"; version = "3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/xeft-3.3.tar"; sha256 = "1jzas6qy0s686s0ghdrgcz2bfyp32s70qvkqw00sm3mm3jypiplm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xeft.html"; license = lib.licenses.free; }; }) {}; xelb = callPackage ({ cl-generic, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xelb"; ename = "xelb"; version = "0.18"; src = fetchurl { url = "https://elpa.gnu.org/packages/xelb-0.18.tar"; sha256 = "1fp5mzl63sh0h3ws4l5p4qgvi7ny8a3fj6k4dhqa98xgw2bx03v7"; }; packageRequires = [ cl-generic emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xelb.html"; license = lib.licenses.free; }; }) {}; xpm = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, queue }: elpaBuild { pname = "xpm"; ename = "xpm"; version = "1.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/xpm-1.0.5.tar"; sha256 = "13p6s6b2v7h4bnwdkkrd1qz84jd7g2s18w0czhpxv6hvj9sqf5hx"; }; packageRequires = [ cl-lib queue ]; meta = { homepage = "https://elpa.gnu.org/packages/xpm.html"; license = lib.licenses.free; }; }) {}; xr = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xr"; ename = "xr"; version = "1.25"; src = fetchurl { url = "https://elpa.gnu.org/packages/xr-1.25.tar"; sha256 = "0w4gaxypl76d1jw9vcq0zhj7ksj44wyfb148l1fb0vl7h6wpv0pg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xr.html"; license = lib.licenses.free; }; }) {}; xref = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xref"; ename = "xref"; version = "1.6.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/xref-1.6.3.tar"; sha256 = "0ccfp47y769zrb5sza8skzy4nj4793lzd0jn5c83s3g916gp304l"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xref.html"; license = lib.licenses.free; }; }) {}; xref-union = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xref-union"; ename = "xref-union"; version = "0.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/xref-union-0.2.0.tar"; sha256 = "0kcmg9fm9gcpdxfwx7c6zz29krf69j5nh6knv2x3df65sbzwdj0b"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xref-union.html"; license = lib.licenses.free; }; }) {}; yasnippet = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "yasnippet"; ename = "yasnippet"; version = "0.14.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/yasnippet-0.14.1.tar"; sha256 = "05nc76wzc9b1a34998xx6l1wc5ss682afllf6dnl6rdj8hza65wy"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/yasnippet.html"; license = lib.licenses.free; }; }) {}; yasnippet-classic-snippets = callPackage ({ elpaBuild , fetchurl , lib , yasnippet }: elpaBuild { pname = "yasnippet-classic-snippets"; ename = "yasnippet-classic-snippets"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/yasnippet-classic-snippets-1.0.2.tar"; sha256 = "1kk1sf9kgj6qp3z2d9nbswigl444sqq11pdrhx0gny2jsgi3283l"; }; packageRequires = [ yasnippet ]; meta = { homepage = "https://elpa.gnu.org/packages/yasnippet-classic-snippets.html"; license = lib.licenses.free; }; }) {}; zones = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "zones"; ename = "zones"; version = "2023.6.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/zones-2023.6.11.tar"; sha256 = "1znz720s9pchc7r9g1mpz9jcnz122bppimmh09g1rn94fh3m6vm3"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/zones.html"; license = lib.licenses.free; }; }) {}; ztree = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "ztree"; ename = "ztree"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/ztree-1.0.6.tar"; sha256 = "1cyd31az566dmh3lyp7czw7kkkih7drr4c88b7da1xzbfkvibm2j"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/ztree.html"; license = lib.licenses.free; }; }) {}; zuul = callPackage ({ elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "zuul"; ename = "zuul"; version = "0.4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/zuul-0.4.0.tar"; sha256 = "1bm91g001q3n5m9ihxc719siiiy23pkpfkhplwi9p1i4i9zrpx5g"; }; packageRequires = [ emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/zuul.html"; license = lib.licenses.free; }; }) {}; } [result] Failed to update emacsPackages.hyperbole 8.0.0 -> 9.0.0 https://repology.org/project/emacs:hyperbole/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.ramlfications, using log file: /var/log/nixpkgs-update/python312Packages.ramlfications/2024-03-01.log python312Packages.ramlfications 0.1.9 -> 0.2.2 https://repology.org/project/python:ramlfications/versions attrpath: python312Packages.ramlfications Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-ramlfications-0.1.9 Press Enter key to continue... Running update for: - python3.12-ramlfications-0.1.9: UPDATING ... - python3.12-ramlfications-0.1.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ramlfications/default.nix b/pkgs/development/python-modules/ramlfications/default.nix index 3c2be0da4792..2044e030c5ee 100644 --- a/pkgs/development/python-modules/ramlfications/default.nix +++ b/pkgs/development/python-modules/ramlfications/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "ramlfications"; - version = "0.1.9"; + version = "0.2.2"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "0xvnna7kaq4nm5nfnwcwbr5bcm2s532hgyp7kq4v9iivn48rrf3v"; + sha256 = "sha256-wcQd5j74y7d0xFeWlwlhceZj95ixUmv5upnv/6Rl1ew="; }; meta = with lib; { No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.ramlfications Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.ramlfications Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.ramlfications/lib/customisation.nix:267:7: 266| in commonAttrs // { 267| drvPath = assert condition; drv.drvPath; | ^ 268| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.ramlfications/lib/customisation.nix:267:7: 266| in commonAttrs // { 267| drvPath = assert condition; drv.drvPath; | ^ 268| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.ramlfications/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update python312Packages.ramlfications 0.1.9 -> 0.2.2 https://repology.org/project/python:ramlfications/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] 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-01.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] 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-01.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.blavaan, using log file: /var/log/nixpkgs-update/rPackages.blavaan/2024-03-01.log rPackages.blavaan 0.5-2 -> 0.5-3 https://repology.org/project/r:blavaan/versions attrpath: rPackages.blavaan Checking auto update branch... No auto update branch exists Old version 0.5-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.blavaan 0.5-2 -> 0.5-3 https://repology.org/project/r:blavaan/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rgho, using log file: /var/log/nixpkgs-update/rPackages.rgho/2024-03-01.log rPackages.rgho 3.0.1 -> 3.0.2 https://repology.org/project/r:rgho/versions attrpath: rPackages.rgho 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.rgho 3.0.1 -> 3.0.2 https://repology.org/project/r:rgho/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Mondrian, using log file: /var/log/nixpkgs-update/rPackages.Mondrian/2024-03-01.log rPackages.Mondrian 1.1.0 -> 1.1-1 https://repology.org/project/r:mondrian/versions attrpath: rPackages.Mondrian 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.Mondrian 1.1.0 -> 1.1-1 https://repology.org/project/r:mondrian/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.graph-tool, using log file: /var/log/nixpkgs-update/python312Packages.graph-tool/2024-03-01.log python312Packages.graph-tool 2.45 -> 2.59 https://repology.org/project/python:graph-tool/versions attrpath: python312Packages.graph-tool 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] Going to be running update for following packages: - python3.12-graph-tool-2.45 Press Enter key to continue... Running update for: - python3.12-graph-tool-2.45: UPDATING ... - python3.12-graph-tool-2.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.graph-tool 2.45 -> 2.59 https://repology.org/project/python:graph-tool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysonos, using log file: /var/log/nixpkgs-update/python311Packages.pysonos/2024-03-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-pysonos-0.0.54 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/amelchio/pysonos/tarball/v0.0.54']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/amelchio/pysonos/tarball/refs/tags/v0.0.54']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pysonos-0.0.54 ---------------------- The update script for python3.11-pysonos-0.0.54 failed with exit code 1 [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-01.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 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: getting status of '/run/nixpkgs-update-worker': No such file or directory --- 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 star, using log file: /var/log/nixpkgs-update/star/2024-03-01.log star 2.7.10b -> 2.7.11b https://github.com/alexdobin/STAR/releases attrpath: star 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/star/default.nix b/pkgs/applications/science/biology/star/default.nix index 3383a78e1d38..67f0d762bafe 100644 --- a/pkgs/applications/science/biology/star/default.nix +++ b/pkgs/applications/science/biology/star/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "star"; - version = "2.7.10b"; + version = "2.7.11b"; src = fetchFromGitHub { repo = "STAR"; owner = "alexdobin"; rev = version; - sha256 = "sha256-58Y4lzqXwBhRlXcionUg2IhAg5znNUuyr/FsuNZd+5Q="; + sha256 = "sha256-4EoS9NOKUwfr6TDdjAqr4wGS9cqVX5GYptiOCQpmg9c="; }; sourceRoot = "${src.name}/source"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A star nix build failed. inlined from 'cram_populate_ref' at cram/cram_io.c:1529:6: /nix/store/b0s2lkf593r3585038ws4jd3lylf2wdx-glibc-2.38-44-dev/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 7 and 4112 bytes into a destination of size 4096 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 |  __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 |  __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cram/cram_codecs.c: In function 'cram_huffman_encode_init': cram/cram_codecs.c:1289:19: warning: argument 1 value '18446744056529682448' exceeds maximum object size 9223372036854775807 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Walloc-size-larger-than=-Walloc-size-larger-than=]8;;] 1289 | if (!(codes = malloc(nvals * sizeof(*codes)))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cram/cram_codecs.c:40: /nix/store/b0s2lkf593r3585038ws4jd3lylf2wdx-glibc-2.38-44-dev/include/stdlib.h:672:14: note: in a call to allocation function 'malloc' declared here 672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ | ^~~~~~ cram/cram_io.c: In function 'cram_write_SAM_hdr': cram/cram_io.c:2917:13: warning: '__builtin_strncpy' specified bound 4096 equals destination size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Wstringop-truncation]8;;] 2917 | strncpy(out, in, PATH_MAX); | ^ cram/cram_io.c:2909:9: warning: '__builtin_strncpy' specified bound 4096 equals destination size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Wstringop-truncation]8;;] 2909 | strncpy(out, in, PATH_MAX); | ^ cram/cram_io.c: In function 'cram_dopen': cram/cram_io.c:3291:9: warning: '__builtin_strncpy' specified bound 20 equals destination size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Wstringop-truncation]8;;] 3291 | strncpy(def.file_id, filename, 20); | ^ ar -rc libhts.a kfunc.o knetfile.o kstring.o bgzf.o faidx.o hfile.o hfile_net.o hts.o sam.o synced_bcf_reader.o vcf_sweep.o tbx.o vcf.o vcfutils.o cram/cram_codecs.o cram/cram_decode.o cram/cram_encode.o cram/cram_index.o cram/cram_io.o cram/cram_samtools.o cram/cram_stats.o cram/files.o cram/mFILE.o cram/md5.o cram/open_trace_file.o cram/pooled_alloc.o cram/sam_header.o cram/string_alloc.o cram/thread_pool.o cram/vlen.o cram/zfio.o ranlib libhts.a make[1]: Leaving directory '/build/source/source/htslib' [result] Failed to update star 2.7.10b -> 2.7.11b https://github.com/alexdobin/STAR/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 rure, using log file: /var/log/nixpkgs-update/rure/2024-03-01.log rure 0 -> 1 attrpath: rure Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - rure-0.2.2 Press Enter key to continue... Running update for: - rure-0.2.2: UPDATING ... - rure-0.2.2: ERROR --- SHOWING ERROR LOG FOR rure-0.2.2 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR rure-0.2.2 ---------------------- The update script for rure-0.2.2 failed with exit code 1 [result] Failed to update rure 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-lint, using log file: /var/log/nixpkgs-update/python311Packages.setuptools-lint/2024-03-01.log python311Packages.setuptools-lint 0 -> 1 attrpath: python311Packages.setuptools-lint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-setuptools-lint-0.6.0 Press Enter key to continue... Running update for: - python3.11-setuptools-lint-0.6.0: UPDATING ... - python3.11-setuptools-lint-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.setuptools-lint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.dhall, using log file: /var/log/nixpkgs-update/terraform-providers.dhall/2024-03-01.log terraform-providers.dhall 0 -> 1 attrpath: terraform-providers.dhall Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.dhall 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dmenu-python, using log file: /var/log/nixpkgs-update/python311Packages.dmenu-python/2024-03-01.log python311Packages.dmenu-python 0 -> 1 attrpath: python311Packages.dmenu-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] Going to be running update for following packages: - python3.11-dmenu-python-0.2.1 Press Enter key to continue... Running update for: - python3.11-dmenu-python-0.2.1: UPDATING ... - python3.11-dmenu-python-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dmenu-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 rPackages.statsExpressions, using log file: /var/log/nixpkgs-update/rPackages.statsExpressions/2024-03-01.log rPackages.statsExpressions 1.5.2 -> 1.5.3 https://repology.org/project/r:statsexpressions/versions attrpath: rPackages.statsExpressions Checking auto update branch... No auto update branch exists Old version 1.5.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.statsExpressions 1.5.2 -> 1.5.3 https://repology.org/project/r:statsexpressions/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-pidfile, using log file: /var/log/nixpkgs-update/python311Packages.python-pidfile/2024-03-01.log python311Packages.python-pidfile 0 -> 1 attrpath: python311Packages.python-pidfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-pidfile-3.1.1 Press Enter key to continue... Running update for: - python3.11-python-pidfile-3.1.1: UPDATING ... - python3.11-python-pidfile-3.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-pidfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 soapui, using log file: /var/log/nixpkgs-update/soapui/2024-03-01.log soapui 5.7.0 -> 5.7.2 https://repology.org/project/soapui/versions attrpath: soapui 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/ix6xz892yja95ik2b0mjdm51s1z9cqla-SoapUI-5.7.2-linux-bin.tar.gz.drv building '/nix/store/ix6xz892yja95ik2b0mjdm51s1z9cqla-SoapUI-5.7.2-linux-bin.tar.gz.drv'... trying https://s3.amazonaws.com/downloads.eviware/soapuios/5.7.2/SoapUI-5.7.2-linux-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: (22) The requested URL returned error: 403 error: cannot download SoapUI-5.7.2-linux-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 'soapui.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/ix6xz892yja95ik2b0mjdm51s1z9cqla-SoapUI-5.7.2-linux-bin.tar.gz.drv /nix/store/kbya3qhskdgwzx2xkqpnxsb8wgqaqkl0-soapui-5.7.2.patch.drv /nix/store/ncpvp2b24qinravc6c8xhg62wa5gjg6k-soapui-5.7.2.drv building '/nix/store/kbya3qhskdgwzx2xkqpnxsb8wgqaqkl0-soapui-5.7.2.patch.drv'... building '/nix/store/ix6xz892yja95ik2b0mjdm51s1z9cqla-SoapUI-5.7.2-linux-bin.tar.gz.drv'... trying https://s3.amazonaws.com/downloads.eviware/soapuios/5.7.2/SoapUI-5.7.2-linux-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: (22) The requested URL returned error: 403 error: cannot download SoapUI-5.7.2-linux-bin.tar.gz from any mirror error: builder for '/nix/store/ix6xz892yja95ik2b0mjdm51s1z9cqla-SoapUI-5.7.2-linux-bin.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://s3.amazonaws.com/downloads.eviware/soapuios/5.7.2/SoapUI-5.7.2-linux-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: (22) The requested URL returned error: 403 > error: cannot download SoapUI-5.7.2-linux-bin.tar.gz from any mirror For full logs, run 'nix log /nix/store/ix6xz892yja95ik2b0mjdm51s1z9cqla-SoapUI-5.7.2-linux-bin.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/ncpvp2b24qinravc6c8xhg62wa5gjg6k-soapui-5.7.2.drv' failed to build [result] Failed to update soapui 5.7.0 -> 5.7.2 https://repology.org/project/soapui/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR thunderbird-unwrapped-102.14.0 ---------------------- ++ mktemp -d mktemp: failed to create directory via template ‘/run/nixpkgs-update-worker/tmp.XXXXXXXXXX’: No such file or directory + HOME= --- SHOWING ERROR LOG FOR thunderbird-unwrapped-102.14.0 ---------------------- The update script for thunderbird-unwrapped-102.14.0 failed with exit code 1 [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 libmrss, using log file: /var/log/nixpkgs-update/libmrss/2024-03-01.log libmrss 0.19.2 -> 0.19.4 https://repology.org/project/libmrss/versions attrpath: libmrss 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/kcpa6kdw4l7a0jmns8qdkjn79rjdsnx9-libmrss-0.19.4.tar.gz.drv building '/nix/store/kcpa6kdw4l7a0jmns8qdkjn79rjdsnx9-libmrss-0.19.4.tar.gz.drv'... trying https://www.autistici.org/bakunin/libmrss/libmrss-0.19.4.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 libmrss-0.19.4.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 'libmrss.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/kcpa6kdw4l7a0jmns8qdkjn79rjdsnx9-libmrss-0.19.4.tar.gz.drv /nix/store/w2i1s50lbx764ajb4d85c06qkrbi49i9-libmrss-0.19.4.drv building '/nix/store/kcpa6kdw4l7a0jmns8qdkjn79rjdsnx9-libmrss-0.19.4.tar.gz.drv'... trying https://www.autistici.org/bakunin/libmrss/libmrss-0.19.4.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 libmrss-0.19.4.tar.gz from any mirror error: builder for '/nix/store/kcpa6kdw4l7a0jmns8qdkjn79rjdsnx9-libmrss-0.19.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.autistici.org/bakunin/libmrss/libmrss-0.19.4.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 libmrss-0.19.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/kcpa6kdw4l7a0jmns8qdkjn79rjdsnx9-libmrss-0.19.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/w2i1s50lbx764ajb4d85c06qkrbi49i9-libmrss-0.19.4.drv' failed to build [result] Failed to update libmrss 0.19.2 -> 0.19.4 https://repology.org/project/libmrss/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.JFE, using log file: /var/log/nixpkgs-update/rPackages.JFE/2024-03-01.log rPackages.JFE 2.5.5 -> 2.5.6 https://repology.org/project/r:jfe/versions attrpath: rPackages.JFE Checking auto update branch... No auto update branch exists Old version 2.5.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.JFE 2.5.5 -> 2.5.6 https://repology.org/project/r:jfe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath usbmuxd, using log file: /var/log/nixpkgs-update/usbmuxd/2024-03-01.log usbmuxd 1.1.1+date=2023-05-05 -> 1.1.1 https://github.com/libimobiledevice/usbmuxd/releases attrpath: usbmuxd Checking auto update branch... No auto update branch exists 1.1.1 is not newer than 1.1.1+date=2023-05-05 according to Nix; versionComparison: -1 [result] Failed to update usbmuxd 1.1.1+date=2023-05-05 -> 1.1.1 https://github.com/libimobiledevice/usbmuxd/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rshell, using log file: /var/log/nixpkgs-update/rshell/2024-03-01.log rshell 0 -> 1 attrpath: rshell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - rshell-0.0.32 Press Enter key to continue... Running update for: - rshell-0.0.32: UPDATING ... - rshell-0.0.32: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rshell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.btsmarthub-devicelist, using log file: /var/log/nixpkgs-update/python311Packages.btsmarthub-devicelist/2024-03-01.log python311Packages.btsmarthub-devicelist 0 -> 1 attrpath: python311Packages.btsmarthub-devicelist Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-btsmarthub-devicelist-0.2.3 Press Enter key to continue... Running update for: - python3.11-btsmarthub-devicelist-0.2.3: UPDATING ... - python3.11-btsmarthub-devicelist-0.2.3: ERROR --- SHOWING ERROR LOG FOR python3.11-btsmarthub-devicelist-0.2.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jxwolstenholme/btsmarthub_devicelist/tarball/0.2.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jxwolstenholme/btsmarthub_devicelist/tarball/refs/tags/0.2.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-btsmarthub-devicelist-0.2.3 ---------------------- The update script for python3.11-btsmarthub-devicelist-0.2.3 failed with exit code 1 [result] Failed to update python311Packages.btsmarthub-devicelist 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.typing-inspect, using log file: /var/log/nixpkgs-update/python311Packages.typing-inspect/2024-03-01.log python311Packages.typing-inspect 0 -> 1 attrpath: python311Packages.typing-inspect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-typing-inspect-0.9.0 Press Enter key to continue... Running update for: - python3.11-typing-inspect-0.9.0: UPDATING ... - python3.11-typing-inspect-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.typing-inspect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xbursttools, using log file: /var/log/nixpkgs-update/xbursttools/2024-03-01.log xbursttools 2011-12-26 -> 201206 https://repology.org/project/xburst-tools/versions attrpath: xbursttools 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/xburst-tools/default.nix b/pkgs/tools/misc/xburst-tools/default.nix index e850e347b29a..36ae34d67e12 100644 --- a/pkgs/tools/misc/xburst-tools/default.nix +++ b/pkgs/tools/misc/xburst-tools/default.nix @@ -3,7 +3,7 @@ }: let - version = "2011-12-26"; + version = "201206"; in stdenv.mkDerivation { pname = "xburst-tools"; @@ -12,7 +12,7 @@ stdenv.mkDerivation { src = fetchgit { url = "git://projects.qi-hardware.com/xburst-tools.git"; rev = "c71ce8e15db25fe49ce8702917cb17720882e341"; - sha256 = "1hzdngs1l5ivvwnxjwzc246am6w1mj1aidcf0awh9yw0crzcjnjr"; + sha256 = "sha256-WVrJfmaA+wS5Ao61qIKsgZuqDBHsc9kt3zsWGvSz7cM="; }; preConfigure = '' rev equal; no update necessary [result] Failed to update xbursttools 2011-12-26 -> 201206 https://repology.org/project/xburst-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.flow-record, using log file: /var/log/nixpkgs-update/python311Packages.flow-record/2024-03-01.log python311Packages.flow-record 0 -> 1 attrpath: python311Packages.flow-record Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-flow-record-3.14 Press Enter key to continue... Running update for: - python3.11-flow-record-3.14: UPDATING ... - python3.11-flow-record-3.14: ERROR --- SHOWING ERROR LOG FOR python3.11-flow-record-3.14 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/flow.record/tarball/3.14']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/flow.record/tarball/refs/tags/3.14']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-flow-record-3.14 ---------------------- The update script for python3.11-flow-record-3.14 failed with exit code 1 [result] Failed to update python311Packages.flow-record 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-rest-registration, using log file: /var/log/nixpkgs-update/python311Packages.django-rest-registration/2024-03-01.log python311Packages.django-rest-registration 0 -> 1 attrpath: python311Packages.django-rest-registration Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-django-rest-registration-0.8.3 Press Enter key to continue... Running update for: - python3.11-django-rest-registration-0.8.3: UPDATING ... - python3.11-django-rest-registration-0.8.3: ERROR --- SHOWING ERROR LOG FOR python3.11-django-rest-registration-0.8.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/apragacz/django-rest-registration/tarball/v0.8.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/apragacz/django-rest-registration/tarball/refs/tags/v0.8.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-django-rest-registration-0.8.3 ---------------------- The update script for python3.11-django-rest-registration-0.8.3 failed with exit code 1 [result] Failed to update python311Packages.django-rest-registration 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.olefile, using log file: /var/log/nixpkgs-update/python311Packages.olefile/2024-03-01.log python311Packages.olefile 0 -> 1 attrpath: python311Packages.olefile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-olefile-0.46 Press Enter key to continue... Running update for: - python3.11-olefile-0.46: UPDATING ... - python3.11-olefile-0.46: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/olefile/default.nix b/pkgs/development/python-modules/olefile/default.nix index 6bf379aacd90..f0df020d39c3 100644 --- a/pkgs/development/python-modules/olefile/default.nix +++ b/pkgs/development/python-modules/olefile/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "olefile"; - version = "0.46"; + version = "0.47"; format = "setuptools"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964"; + sha256 = "sha256-WZODOBoL89+9kyygymUVrNF07UiHDL9/7hI9aYwZLBw="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 6666 > 25 [result] Failed to update python311Packages.olefile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-keystoneclient, using log file: /var/log/nixpkgs-update/python311Packages.python-keystoneclient/2024-03-01.log python311Packages.python-keystoneclient 0 -> 1 attrpath: python311Packages.python-keystoneclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-keystoneclient-5.3.0 Press Enter key to continue... Running update for: - python3.11-python-keystoneclient-5.3.0: UPDATING ... - python3.11-python-keystoneclient-5.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-keystoneclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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.pypng, using log file: /var/log/nixpkgs-update/python311Packages.pypng/2024-03-01.log python311Packages.pypng 0 -> 1 attrpath: python311Packages.pypng Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pypng-0.0.21 Press Enter key to continue... Running update for: - python3.11-pypng-0.0.21: UPDATING ... - python3.11-pypng-0.0.21: ERROR --- SHOWING ERROR LOG FOR python3.11-pypng-0.0.21 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/drj11/pypng/tarball/pypng-0.0.20']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/drj11/pypng/tarball/refs/tags/pypng-0.0.20']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pypng-0.0.21 ---------------------- The update script for python3.11-pypng-0.0.21 failed with exit code 1 [result] Failed to update python311Packages.pypng 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-appengine-logging, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-appengine-logging/2024-03-01.log python311Packages.google-cloud-appengine-logging 0 -> 1 attrpath: python311Packages.google-cloud-appengine-logging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-google-cloud-appengine-logging-1.4.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-appengine-logging-1.4.2: UPDATING ... - python3.11-google-cloud-appengine-logging-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-appengine-logging 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.optimum, using log file: /var/log/nixpkgs-update/python311Packages.optimum/2024-03-01.log python311Packages.optimum 0 -> 1 attrpath: python311Packages.optimum Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-optimum-1.17.1 Press Enter key to continue... Running update for: - python3.11-optimum-1.17.1: UPDATING ... - python3.11-optimum-1.17.1: ERROR --- SHOWING ERROR LOG FOR python3.11-optimum-1.17.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/huggingface/optimum/tarball/v1.17.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/huggingface/optimum/tarball/refs/tags/v1.17.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-optimum-1.17.1 ---------------------- The update script for python3.11-optimum-1.17.1 failed with exit code 1 [result] Failed to update python311Packages.optimum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath itch, using log file: /var/log/nixpkgs-update/itch/2024-03-01.log itch 26.1.3 -> 26.1.5-canary https://github.com/itchio/itch/releases attrpath: itch 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 itch 26.1.3 -> 26.1.5-canary https://github.com/itchio/itch/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rns, using log file: /var/log/nixpkgs-update/python311Packages.rns/2024-03-01.log python311Packages.rns 0 -> 1 attrpath: python311Packages.rns Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-rns-0.7.1 Press Enter key to continue... Running update for: - python3.11-rns-0.7.1: UPDATING ... - python3.11-rns-0.7.1: ERROR --- SHOWING ERROR LOG FOR python3.11-rns-0.7.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/markqvist/Reticulum/tarball/0.7.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/markqvist/Reticulum/tarball/refs/tags/0.7.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-rns-0.7.1 ---------------------- The update script for python3.11-rns-0.7.1 failed with exit code 1 [result] Failed to update python311Packages.rns 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skytemple-dtef, using log file: /var/log/nixpkgs-update/python311Packages.skytemple-dtef/2024-03-01.log python311Packages.skytemple-dtef 0 -> 1 attrpath: python311Packages.skytemple-dtef Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-skytemple-dtef-1.6.1 Press Enter key to continue... Running update for: - python3.11-skytemple-dtef-1.6.1: UPDATING ... - python3.11-skytemple-dtef-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skytemple-dtef 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nextinspace, using log file: /var/log/nixpkgs-update/nextinspace/2024-03-01.log nextinspace 0 -> 1 attrpath: nextinspace Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - nextinspace-2.0.5 Press Enter key to continue... Running update for: - nextinspace-2.0.5: UPDATING ... - nextinspace-2.0.5: ERROR --- SHOWING ERROR LOG FOR nextinspace-2.0.5 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gideonshaked/nextinspace/tarball/v2.0.5']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gideonshaked/nextinspace/tarball/refs/tags/v2.0.5']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR nextinspace-2.0.5 ---------------------- The update script for nextinspace-2.0.5 failed with exit code 1 [result] Failed to update nextinspace 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skidl, using log file: /var/log/nixpkgs-update/python311Packages.skidl/2024-03-01.log python311Packages.skidl 0 -> 1 attrpath: python311Packages.skidl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-skidl-1.0.0 Press Enter key to continue... Running update for: - python3.11-skidl-1.0.0: UPDATING ... - python3.11-skidl-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skidl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-aiosmtplib-3.0.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/cole/aiosmtplib/tarball/v3.0.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/cole/aiosmtplib/tarball/refs/tags/v3.0.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-aiosmtplib-3.0.1 ---------------------- The update script for python3.11-aiosmtplib-3.0.1 failed with exit code 1 [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.flask-babel, using log file: /var/log/nixpkgs-update/python311Packages.flask-babel/2024-03-01.log python311Packages.flask-babel 0 -> 1 attrpath: python311Packages.flask-babel Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-flask-babel-4.0.0 Press Enter key to continue... Running update for: - python3.11-flask-babel-4.0.0: UPDATING ... - python3.11-flask-babel-4.0.0: ERROR --- SHOWING ERROR LOG FOR python3.11-flask-babel-4.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/python-babel/flask-babel/tarball/v4.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/python-babel/flask-babel/tarball/refs/tags/v4.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-flask-babel-4.0.0 ---------------------- The update script for python3.11-flask-babel-4.0.0 failed with exit code 1 [result] Failed to update python311Packages.flask-babel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.miopen, using log file: /var/log/nixpkgs-update/rocmPackages.miopen/2024-03-01.log rocmPackages.miopen 0 -> 1 attrpath: rocmPackages.miopen Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - miopen-5.7.1 Press Enter key to continue... Running update for: - miopen-5.7.1: UPDATING ... - miopen-5.7.1: ERROR --- SHOWING ERROR LOG FOR miopen-5.7.1 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR miopen-5.7.1 ---------------------- The update script for miopen-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.miopen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath devdash, using log file: /var/log/nixpkgs-update/devdash/2024-03-01.log devdash 0 -> 1 attrpath: devdash 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] Going to be running update for following packages: - devdash-0.5.0 Press Enter key to continue... Running update for: - devdash-0.5.0: UPDATING ... - devdash-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update devdash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.scrapy/2024-03-01.log python311Packages.scrapy 0 -> 1 attrpath: python311Packages.scrapy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-scrapy-2.11.1 Press Enter key to continue... Running update for: - python3.11-scrapy-2.11.1: UPDATING ... - python3.11-scrapy-2.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scrapy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-grpc, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-instrumentation-grpc/2024-03-01.log python311Packages.opentelemetry-instrumentation-grpc 0 -> 1 attrpath: python311Packages.opentelemetry-instrumentation-grpc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-opentelemetry-instrumentation-grpc-0.43b0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-instrumentation-grpc-0.43b0: UPDATING ... - python3.11-opentelemetry-instrumentation-grpc-0.43b0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentelemetry-instrumentation-grpc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath v8, using log file: /var/log/nixpkgs-update/v8/2024-03-01.log v8 9.7.106.18 -> 12.1.285.24 https://repology.org/project/v8/versions attrpath: v8 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 v8 9.7.106.18 -> 12.1.285.24 https://repology.org/project/v8/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytelegrambotapi, using log file: /var/log/nixpkgs-update/python311Packages.pytelegrambotapi/2024-03-01.log python311Packages.pytelegrambotapi 0 -> 1 attrpath: python311Packages.pytelegrambotapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-pytelegrambotapi-4.16.0 Press Enter key to continue... Running update for: - python3.11-pytelegrambotapi-4.16.0: UPDATING ... - python3.11-pytelegrambotapi-4.16.0: ERROR --- SHOWING ERROR LOG FOR python3.11-pytelegrambotapi-4.16.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/eternnoir/pyTelegramBotAPI/tarball/4.16.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/eternnoir/pyTelegramBotAPI/tarball/refs/tags/4.16.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pytelegrambotapi-4.16.0 ---------------------- The update script for python3.11-pytelegrambotapi-4.16.0 failed with exit code 1 [result] Failed to update python311Packages.pytelegrambotapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiounittest, using log file: /var/log/nixpkgs-update/python311Packages.aiounittest/2024-03-01.log python311Packages.aiounittest 0 -> 1 attrpath: python311Packages.aiounittest Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-aiounittest-1.4.2 Press Enter key to continue... Running update for: - python3.11-aiounittest-1.4.2: UPDATING ... - python3.11-aiounittest-1.4.2: ERROR --- SHOWING ERROR LOG FOR python3.11-aiounittest-1.4.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/kwarunek/aiounittest/tarball/1.4.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/kwarunek/aiounittest/tarball/refs/tags/1.4.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-aiounittest-1.4.2 ---------------------- The update script for python3.11-aiounittest-1.4.2 failed with exit code 1 [result] Failed to update python311Packages.aiounittest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.insegel, using log file: /var/log/nixpkgs-update/python311Packages.insegel/2024-03-01.log python311Packages.insegel 0 -> 1 attrpath: python311Packages.insegel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-insegel-1.3.1 Press Enter key to continue... Running update for: - python3.11-insegel-1.3.1: UPDATING ... - python3.11-insegel-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.insegel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mystmd, using log file: /var/log/nixpkgs-update/mystmd/2024-03-01.log mystmd 0 -> 1 attrpath: mystmd Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/5wz74xffkkxcb3dpf3c29pbx54z6vbi2-packages.json.drv building '/nix/store/5wz74xffkkxcb3dpf3c29pbx54z6vbi2-packages.json.drv'... Going to be running update for following packages: - mystmd-1.1.44 Press Enter key to continue... Running update for: - mystmd-1.1.44: UPDATING ... - mystmd-1.1.44: ERROR --- SHOWING ERROR LOG FOR mystmd-1.1.44 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 357, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update mystmd.src --- SHOWING ERROR LOG FOR mystmd-1.1.44 ---------------------- The update script for mystmd-1.1.44 failed with exit code 1 [result] Failed to update mystmd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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.patator, using log file: /var/log/nixpkgs-update/python311Packages.patator/2024-03-01.log python311Packages.patator 0 -> 1 attrpath: python311Packages.patator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-patator-1.0 Press Enter key to continue... Running update for: - python3.11-patator-1.0: UPDATING ... - python3.11-patator-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.patator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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.ledgerblue, using log file: /var/log/nixpkgs-update/python311Packages.ledgerblue/2024-03-01.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] 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 aws-c-auth, using log file: /var/log/nixpkgs-update/aws-c-auth/2024-03-01.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 s3ql, using log file: /var/log/nixpkgs-update/s3ql/2024-03-01.log s3ql 0 -> 1 attrpath: s3ql Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - s3ql-4.0.0 Press Enter key to continue... Running update for: - s3ql-4.0.0: UPDATING ... - s3ql-4.0.0: ERROR --- SHOWING ERROR LOG FOR s3ql-4.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/s3ql/s3ql/tarball/release-4.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/s3ql/s3ql/tarball/refs/tags/release-4.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR s3ql-4.0.0 ---------------------- The update script for s3ql-4.0.0 failed with exit code 1 [result] Failed to update s3ql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath graph-cli, using log file: /var/log/nixpkgs-update/graph-cli/2024-03-01.log graph-cli 0 -> 1 attrpath: graph-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] Going to be running update for following packages: - graph-cli-0.1.19 Press Enter key to continue... Running update for: - graph-cli-0.1.19: UPDATING ... - graph-cli-0.1.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update graph-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.area, using log file: /var/log/nixpkgs-update/python311Packages.area/2024-03-01.log python311Packages.area 0 -> 1 attrpath: python311Packages.area Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-area-1.1.1 Press Enter key to continue... Running update for: - python3.11-area-1.1.1: UPDATING ... - python3.11-area-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.area 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.click/2024-03-01.log python311Packages.click 0 -> 1 attrpath: python311Packages.click Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-click-8.1.7 Press Enter key to continue... Running update for: - python3.11-click-8.1.7: UPDATING ... - python3.11-click-8.1.7: ERROR --- SHOWING ERROR LOG FOR python3.11-click-8.1.7 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pallets/click/tarball/8.1.7']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pallets/click/tarball/refs/tags/8.1.7']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-click-8.1.7 ---------------------- The update script for python3.11-click-8.1.7 failed with exit code 1 [result] Failed to update python311Packages.click 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-osc, using log file: /var/log/nixpkgs-update/python311Packages.python-osc/2024-03-01.log python311Packages.python-osc 0 -> 1 attrpath: python311Packages.python-osc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-osc-1.8.3 Press Enter key to continue... Running update for: - python3.11-python-osc-1.8.3: UPDATING ... - python3.11-python-osc-1.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-osc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath obs-studio-plugins.obs-backgroundremoval, using log file: /var/log/nixpkgs-update/obs-studio-plugins.obs-backgroundremoval/2024-03-01.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-01.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] 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 python311Packages.pyowm, using log file: /var/log/nixpkgs-update/python311Packages.pyowm/2024-03-01.log python311Packages.pyowm 0 -> 1 attrpath: python311Packages.pyowm Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pyowm-3.3.0 Press Enter key to continue... Running update for: - python3.11-pyowm-3.3.0: UPDATING ... - python3.11-pyowm-3.3.0: ERROR --- SHOWING ERROR LOG FOR python3.11-pyowm-3.3.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/csparpa/pyowm/tarball/3.3.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/csparpa/pyowm/tarball/refs/tags/3.3.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pyowm-3.3.0 ---------------------- The update script for python3.11-pyowm-3.3.0 failed with exit code 1 [result] Failed to update python311Packages.pyowm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 aspellDicts.be, using log file: /var/log/nixpkgs-update/aspellDicts.be/2024-03-01.log aspellDicts.be 0 -> 1 attrpath: aspellDicts.be Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - aspell-dict-be-0.01 Press Enter key to continue... Running update for: - aspell-dict-be-0.01: UPDATING ... - aspell-dict-be-0.01: ERROR --- SHOWING ERROR LOG FOR aspell-dict-be-0.01 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR aspell-dict-be-0.01 ---------------------- The update script for aspell-dict-be-0.01 failed with exit code 1 [result] Failed to update aspellDicts.be 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 Going to be running update for following packages: - python3.11-dissect-cim-3.7 Press Enter key to continue... Running update for: - python3.11-dissect-cim-3.7: UPDATING ... - python3.11-dissect-cim-3.7: ERROR --- SHOWING ERROR LOG FOR python3.11-dissect-cim-3.7 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect.cim/tarball/3.7']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect.cim/tarball/refs/tags/3.7']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-dissect-cim-3.7 ---------------------- The update script for python3.11-dissect-cim-3.7 failed with exit code 1 [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.nltk, using log file: /var/log/nixpkgs-update/python311Packages.nltk/2024-03-01.log python311Packages.nltk 0 -> 1 attrpath: python311Packages.nltk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-nltk-3.8.1 Press Enter key to continue... Running update for: - python3.11-nltk-3.8.1: UPDATING ... - python3.11-nltk-3.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nltk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cpyparsing, using log file: /var/log/nixpkgs-update/python311Packages.cpyparsing/2024-03-01.log python311Packages.cpyparsing 0 -> 1 attrpath: python311Packages.cpyparsing Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-cpyparsing-2.4.7.2.3.2 Press Enter key to continue... Running update for: - python3.11-cpyparsing-2.4.7.2.3.2: UPDATING ... - python3.11-cpyparsing-2.4.7.2.3.2: ERROR --- SHOWING ERROR LOG FOR python3.11-cpyparsing-2.4.7.2.3.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/evhub/cpyparsing/tarball/v2.4.7.2.3.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/evhub/cpyparsing/tarball/refs/tags/v2.4.7.2.3.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-cpyparsing-2.4.7.2.3.2 ---------------------- The update script for python3.11-cpyparsing-2.4.7.2.3.2 failed with exit code 1 [result] Failed to update python311Packages.cpyparsing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] 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-01.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/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-source.drv building '/nix/store/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-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/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-source.drv /nix/store/sn5m2yg69bk92kfvja3a4ns19cq2azpi-tcpkali-1.1.1.20180104.drv building '/nix/store/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-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/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-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/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-source.drv'. error: 1 dependencies of derivation '/nix/store/sn5m2yg69bk92kfvja3a4ns19cq2azpi-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 python311Packages.glyphtools, using log file: /var/log/nixpkgs-update/python311Packages.glyphtools/2024-03-01.log python311Packages.glyphtools 0 -> 1 attrpath: python311Packages.glyphtools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-glyphtools-0.8.0 Press Enter key to continue... Running update for: - python3.11-glyphtools-0.8.0: UPDATING ... - python3.11-glyphtools-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.glyphtools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.napari-npe2, using log file: /var/log/nixpkgs-update/python311Packages.napari-npe2/2024-03-01.log python311Packages.napari-npe2 0 -> 1 attrpath: python311Packages.napari-npe2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-napari-npe2-0.7.2-unstable-2023-10-20 Press Enter key to continue... Running update for: - python3.11-napari-npe2-0.7.2-unstable-2023-10-20: UPDATING ... - python3.11-napari-npe2-0.7.2-unstable-2023-10-20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.napari-npe2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vulcan-api, using log file: /var/log/nixpkgs-update/python311Packages.vulcan-api/2024-03-01.log python311Packages.vulcan-api 0 -> 1 attrpath: python311Packages.vulcan-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] Failed with exit code 1 Going to be running update for following packages: - python3.11-vulcan-api-2.3.2 Press Enter key to continue... Running update for: - python3.11-vulcan-api-2.3.2: UPDATING ... - python3.11-vulcan-api-2.3.2: ERROR --- SHOWING ERROR LOG FOR python3.11-vulcan-api-2.3.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/kapi2289/vulcan-api/tarball/v2.3.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/kapi2289/vulcan-api/tarball/refs/tags/v2.3.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-vulcan-api-2.3.2 ---------------------- The update script for python3.11-vulcan-api-2.3.2 failed with exit code 1 [result] Failed to update python311Packages.vulcan-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.pytest-httpbin, using log file: /var/log/nixpkgs-update/python311Packages.pytest-httpbin/2024-03-01.log python311Packages.pytest-httpbin 0 -> 1 attrpath: python311Packages.pytest-httpbin Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pytest-httpbin-2.0.0 Press Enter key to continue... Running update for: - python3.11-pytest-httpbin-2.0.0: UPDATING ... - python3.11-pytest-httpbin-2.0.0: ERROR --- SHOWING ERROR LOG FOR python3.11-pytest-httpbin-2.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/kevin1024/pytest-httpbin/tarball/v2.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/kevin1024/pytest-httpbin/tarball/refs/tags/v2.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pytest-httpbin-2.0.0 ---------------------- The update script for python3.11-pytest-httpbin-2.0.0 failed with exit code 1 [result] Failed to update python311Packages.pytest-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 pcp, using log file: /var/log/nixpkgs-update/pcp/2024-03-01.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/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-source.drv building '/nix/store/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-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/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-source.drv /nix/store/937k5il13advr3d2q0z9hp4vxhmxjg3h-pcp-6.2.0-go-modules.drv /nix/store/5bmcc9dilpika9fg1km7qwscb5m2vjia-pcp-6.2.0.drv building '/nix/store/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-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/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-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/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-source.drv'. error: 1 dependencies of derivation '/nix/store/5bmcc9dilpika9fg1km7qwscb5m2vjia-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 python311Packages.apkinspector, using log file: /var/log/nixpkgs-update/python311Packages.apkinspector/2024-03-01.log python311Packages.apkinspector 0 -> 1 attrpath: python311Packages.apkinspector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-apkinspector-1.2.1 Press Enter key to continue... Running update for: - python3.11-apkinspector-1.2.1: UPDATING ... - python3.11-apkinspector-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.apkinspector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.anjuta, using log file: /var/log/nixpkgs-update/gnome.anjuta/2024-03-01.log gnome.anjuta 0 -> 1 attrpath: gnome.anjuta Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - anjuta-3.34.0 Press Enter key to continue... Running update for: - anjuta-3.34.0: UPDATING ... - anjuta-3.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome.anjuta 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tokentrim, using log file: /var/log/nixpkgs-update/python311Packages.tokentrim/2024-03-01.log python311Packages.tokentrim 0 -> 1 attrpath: python311Packages.tokentrim Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-tokentrim-0.1.13 Press Enter key to continue... Running update for: - python3.11-tokentrim-0.1.13: UPDATING ... - python3.11-tokentrim-0.1.13: ERROR --- SHOWING ERROR LOG FOR python3.11-tokentrim-0.1.13 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/KillianLucas/tokentrim/tarball/v0.1.13']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/KillianLucas/tokentrim/tarball/refs/tags/v0.1.13']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-tokentrim-0.1.13 ---------------------- The update script for python3.11-tokentrim-0.1.13 failed with exit code 1 [result] Failed to update python311Packages.tokentrim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.glom, using log file: /var/log/nixpkgs-update/python311Packages.glom/2024-03-01.log python311Packages.glom 0 -> 1 attrpath: python311Packages.glom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-glom-23.5.0 Press Enter key to continue... Running update for: - python3.11-glom-23.5.0: UPDATING ... - python3.11-glom-23.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.glom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fluxboxlauncher, using log file: /var/log/nixpkgs-update/fluxboxlauncher/2024-03-01.log fluxboxlauncher 0 -> 1 attrpath: fluxboxlauncher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - fluxboxlauncher-0.2.1 Press Enter key to continue... Running update for: - fluxboxlauncher-0.2.1: UPDATING ... - fluxboxlauncher-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fluxboxlauncher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.caffeine, using log file: /var/log/nixpkgs-update/gnomeExtensions.caffeine/2024-03-01.log gnomeExtensions.caffeine 52 -> 436.48.1 https://repology.org/project/gnome:caffeine/versions attrpath: gnomeExtensions.caffeine Checking auto update branch... No auto update branch exists Old version 52" 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.caffeine 52 -> 436.48.1 https://repology.org/project/gnome:caffeine/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath boehmgc, using log file: /var/log/nixpkgs-update/boehmgc/2024-03-01.log boehmgc 8.2.4 -> 8.2.6 https://github.com/ivmai/bdwgc/releases attrpath: boehmgc Checking auto update branch... An auto update branch exists with message `boehmgc: 8.2.4 -> 8.2.6`. New version is 8.2.6. An auto update branch exists with an equal or greater version [result] Failed to update boehmgc 8.2.4 -> 8.2.6 https://github.com/ivmai/bdwgc/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-print-shim, using log file: /var/log/nixpkgs-update/pantheon.elementary-print-shim/2024-03-01.log pantheon.elementary-print-shim 0 -> 1 attrpath: pantheon.elementary-print-shim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - elementary-print-shim-0.1.3 Press Enter key to continue... Running update for: - elementary-print-shim-0.1.3: UPDATING ... - elementary-print-shim-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-print-shim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath denaro, using log file: /var/log/nixpkgs-update/denaro/2024-03-01.log denaro 0 -> 1 attrpath: denaro Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - denaro-2024.2.0 Press Enter key to continue... Running update for: - denaro-2024.2.0: UPDATING ... - denaro-2024.2.0: ERROR --- SHOWING ERROR LOG FOR denaro-2024.2.0 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR denaro-2024.2.0 ---------------------- The update script for denaro-2024.2.0 failed with exit code 1 [result] Failed to update denaro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-telegram-bot, using log file: /var/log/nixpkgs-update/python311Packages.python-telegram-bot/2024-03-01.log python311Packages.python-telegram-bot 0 -> 1 attrpath: python311Packages.python-telegram-bot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-python-telegram-bot-20.8 Press Enter key to continue... Running update for: - python3.11-python-telegram-bot-20.8: UPDATING ... - python3.11-python-telegram-bot-20.8: ERROR --- SHOWING ERROR LOG FOR python3.11-python-telegram-bot-20.8 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/python-telegram-bot/python-telegram-bot/tarball/v20.7']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/python-telegram-bot/python-telegram-bot/tarball/refs/tags/v20.7']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-python-telegram-bot-20.8 ---------------------- The update script for python3.11-python-telegram-bot-20.8 failed with exit code 1 [result] Failed to update python311Packages.python-telegram-bot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cozy, using log file: /var/log/nixpkgs-update/cozy/2024-03-01.log cozy 0 -> 1 attrpath: cozy Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - cozy-1.2.1 Press Enter key to continue... Running update for: - cozy-1.2.1: UPDATING ... - cozy-1.2.1: ERROR --- SHOWING ERROR LOG FOR cozy-1.2.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/geigi/cozy/tarball/1.2.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/geigi/cozy/tarball/refs/tags/1.2.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR cozy-1.2.1 ---------------------- The update script for cozy-1.2.1 failed with exit code 1 [result] Failed to update cozy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.MechanicalSoup, using log file: /var/log/nixpkgs-update/python311Packages.MechanicalSoup/2024-03-01.log python311Packages.MechanicalSoup 0 -> 1 attrpath: python311Packages.MechanicalSoup Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-mechanicalsoup-1.3.0 Press Enter key to continue... Running update for: - python3.11-mechanicalsoup-1.3.0: UPDATING ... - python3.11-mechanicalsoup-1.3.0: ERROR --- SHOWING ERROR LOG FOR python3.11-mechanicalsoup-1.3.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/MechanicalSoup/MechanicalSoup/tarball/v1.3.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/MechanicalSoup/MechanicalSoup/tarball/refs/tags/v1.3.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-mechanicalsoup-1.3.0 ---------------------- The update script for python3.11-mechanicalsoup-1.3.0 failed with exit code 1 [result] Failed to update python311Packages.MechanicalSoup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ghc-tags, using log file: /var/log/nixpkgs-update/haskellPackages.ghc-tags/2024-03-01.log haskellPackages.ghc-tags 1.6 -> 1.7 https://repology.org/project/haskell:ghc-tags/versions attrpath: haskellPackages.ghc-tags Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ghc-tags 1.6 -> 1.7 https://repology.org/project/haskell:ghc-tags/versions [options] github_user: r-ryantm, pull_request: 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-screenshooter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.garminconnect, using log file: /var/log/nixpkgs-update/python311Packages.garminconnect/2024-03-01.log python311Packages.garminconnect 0 -> 1 attrpath: python311Packages.garminconnect Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-garminconnect-0.2.13 Press Enter key to continue... Running update for: - python3.11-garminconnect-0.2.13: UPDATING ... - python3.11-garminconnect-0.2.13: ERROR --- SHOWING ERROR LOG FOR python3.11-garminconnect-0.2.13 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/cyberjunky/python-garminconnect/tarball/0.2.13']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/cyberjunky/python-garminconnect/tarball/refs/tags/0.2.13']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-garminconnect-0.2.13 ---------------------- The update script for python3.11-garminconnect-0.2.13 failed with exit code 1 [result] Failed to update python311Packages.garminconnect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyrabbit2, using log file: /var/log/nixpkgs-update/python311Packages.pyrabbit2/2024-03-01.log python311Packages.pyrabbit2 0 -> 1 attrpath: python311Packages.pyrabbit2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyrabbit2-1.0.7 Press Enter key to continue... Running update for: - python3.11-pyrabbit2-1.0.7: UPDATING ... - python3.11-pyrabbit2-1.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrabbit2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rocsolver, using log file: /var/log/nixpkgs-update/rocmPackages.rocsolver/2024-03-01.log rocmPackages.rocsolver 0 -> 1 attrpath: rocmPackages.rocsolver Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - rocsolver-5.7.1 Press Enter key to continue... Running update for: - rocsolver-5.7.1: UPDATING ... - rocsolver-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocsolver-5.7.1 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR rocsolver-5.7.1 ---------------------- The update script for rocsolver-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocsolver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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-01.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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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.myst-docutils, using log file: /var/log/nixpkgs-update/python311Packages.myst-docutils/2024-03-01.log python311Packages.myst-docutils 0 -> 1 attrpath: python311Packages.myst-docutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-myst-docutils-2.0.0 Press Enter key to continue... Running update for: - python3.11-myst-docutils-2.0.0: UPDATING ... - python3.11-myst-docutils-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.myst-docutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mando, using log file: /var/log/nixpkgs-update/python311Packages.mando/2024-03-01.log python311Packages.mando 0 -> 1 attrpath: python311Packages.mando Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-mando-0.7.1 Press Enter key to continue... Running update for: - python3.11-mando-0.7.1: UPDATING ... - python3.11-mando-0.7.1: ERROR --- SHOWING ERROR LOG FOR python3.11-mando-0.7.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/rubik/mando/tarball/v0.6.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/rubik/mando/tarball/refs/tags/v0.6.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-mando-0.7.1 ---------------------- The update script for python3.11-mando-0.7.1 failed with exit code 1 [result] Failed to update python311Packages.mando 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 Going to be running update for following packages: - python3.11-recipe-scrapers-14.54.0 Press Enter key to continue... Running update for: - python3.11-recipe-scrapers-14.54.0: UPDATING ... - python3.11-recipe-scrapers-14.54.0: ERROR --- SHOWING ERROR LOG FOR python3.11-recipe-scrapers-14.54.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/hhursev/recipe-scrapers/tarball/14.54.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/hhursev/recipe-scrapers/tarball/refs/tags/14.54.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-recipe-scrapers-14.54.0 ---------------------- The update script for python3.11-recipe-scrapers-14.54.0 failed with exit code 1 [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 pcsxr, using log file: /var/log/nixpkgs-update/pcsxr/2024-03-01.log pcsxr 1.9.94 -> 1.9.95 https://repology.org/project/pcsxr/versions attrpath: pcsxr 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 pcsxr 1.9.94 -> 1.9.95 https://repology.org/project/pcsxr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reolink, using log file: /var/log/nixpkgs-update/python311Packages.reolink/2024-03-01.log python311Packages.reolink 0 -> 1 attrpath: python311Packages.reolink Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-reolink-0053 Press Enter key to continue... Running update for: - python3.11-reolink-0053: UPDATING ... - python3.11-reolink-0053: ERROR --- SHOWING ERROR LOG FOR python3.11-reolink-0053 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fwestenberg/reolink/tarball/v0053']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fwestenberg/reolink/tarball/refs/tags/v0053']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-reolink-0053 ---------------------- The update script for python3.11-reolink-0053 failed with exit code 1 [result] Failed to update python311Packages.reolink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] 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 rPackages.maditr, using log file: /var/log/nixpkgs-update/rPackages.maditr/2024-03-01.log rPackages.maditr 0.8.3 -> 0.8.4 https://repology.org/project/r:maditr/versions attrpath: rPackages.maditr Checking auto update branch... No auto update branch exists Old version 0.8.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.maditr 0.8.3 -> 0.8.4 https://repology.org/project/r:maditr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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.pulumi-aws, using log file: /var/log/nixpkgs-update/python311Packages.pulumi-aws/2024-03-01.log python311Packages.pulumi-aws 0 -> 1 attrpath: python311Packages.pulumi-aws Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-pulumi-aws-6.13.0 Press Enter key to continue... Running update for: - python3.11-pulumi-aws-6.13.0: UPDATING ... - python3.11-pulumi-aws-6.13.0: ERROR --- SHOWING ERROR LOG FOR python3.11-pulumi-aws-6.13.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pulumi/pulumi-aws/tarball/v6.24.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pulumi/pulumi-aws/tarball/refs/tags/v6.24.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pulumi-aws-6.13.0 ---------------------- The update script for python3.11-pulumi-aws-6.13.0 failed with exit code 1 [result] Failed to update python311Packages.pulumi-aws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydeck, using log file: /var/log/nixpkgs-update/python311Packages.pydeck/2024-03-01.log python311Packages.pydeck 0 -> 1 attrpath: python311Packages.pydeck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pydeck-0.8.0 Press Enter key to continue... Running update for: - python3.11-pydeck-0.8.0: UPDATING ... - python3.11-pydeck-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydeck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath csvkit, using log file: /var/log/nixpkgs-update/csvkit/2024-03-01.log csvkit 0 -> 1 attrpath: csvkit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - csvkit-1.4.0 Press Enter key to continue... Running update for: - csvkit-1.4.0: UPDATING ... - csvkit-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update csvkit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.neo, using log file: /var/log/nixpkgs-update/python311Packages.neo/2024-03-01.log python311Packages.neo 0 -> 1 attrpath: python311Packages.neo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-neo-0.13.0 Press Enter key to continue... Running update for: - python3.11-neo-0.13.0: UPDATING ... - python3.11-neo-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.neo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bluespec, using log file: /var/log/nixpkgs-update/bluespec/2024-03-01.log bluespec 2023.01 -> 2023.07 https://github.com/B-Lang-org/bsc/releases attrpath: bluespec 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 bluespec 2023.01 -> 2023.07 https://github.com/B-Lang-org/bsc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytradfri, using log file: /var/log/nixpkgs-update/python311Packages.pytradfri/2024-03-01.log python311Packages.pytradfri 0 -> 1 attrpath: python311Packages.pytradfri Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pytradfri-13.0.0 Press Enter key to continue... Running update for: - python3.11-pytradfri-13.0.0: UPDATING ... - python3.11-pytradfri-13.0.0: ERROR --- SHOWING ERROR LOG FOR python3.11-pytradfri-13.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/home-assistant-libs/pytradfri/tarball/13.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/home-assistant-libs/pytradfri/tarball/refs/tags/13.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pytradfri-13.0.0 ---------------------- The update script for python3.11-pytradfri-13.0.0 failed with exit code 1 [result] Failed to update python311Packages.pytradfri 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.discogs-client, using log file: /var/log/nixpkgs-update/python311Packages.discogs-client/2024-03-01.log python311Packages.discogs-client 0 -> 1 attrpath: python311Packages.discogs-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] Failed with exit code 1 Going to be running update for following packages: - python3.11-discogs-client-2.7 Press Enter key to continue... Running update for: - python3.11-discogs-client-2.7: UPDATING ... - python3.11-discogs-client-2.7: ERROR --- SHOWING ERROR LOG FOR python3.11-discogs-client-2.7 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/joalla/discogs_client/tarball/v2.7']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/joalla/discogs_client/tarball/refs/tags/v2.7']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-discogs-client-2.7 ---------------------- The update script for python3.11-discogs-client-2.7 failed with exit code 1 [result] Failed to update python311Packages.discogs-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 drm_info, using log file: /var/log/nixpkgs-update/drm_info/2024-03-01.log drm_info 2.3.0 -> 2.6.0 https://repology.org/project/drm-info/versions attrpath: drm_info 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/szqjwg9vxzdn7pbsvi38kg4yw3iw005j-source.drv building '/nix/store/szqjwg9vxzdn7pbsvi38kg4yw3iw005j-source.drv'... trying https://github.com/ascent12/drm_info/archive/v2.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 'drm_info.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/szqjwg9vxzdn7pbsvi38kg4yw3iw005j-source.drv /nix/store/b1zc7qhv9yjs0jj82j63z1lwiikja8k4-drm_info-2.6.0.drv building '/nix/store/szqjwg9vxzdn7pbsvi38kg4yw3iw005j-source.drv'... trying https://github.com/ascent12/drm_info/archive/v2.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: builder for '/nix/store/szqjwg9vxzdn7pbsvi38kg4yw3iw005j-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/ascent12/drm_info/archive/v2.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 For full logs, run 'nix log /nix/store/szqjwg9vxzdn7pbsvi38kg4yw3iw005j-source.drv'. error: 1 dependencies of derivation '/nix/store/b1zc7qhv9yjs0jj82j63z1lwiikja8k4-drm_info-2.6.0.drv' failed to build [result] Failed to update drm_info 2.3.0 -> 2.6.0 https://repology.org/project/drm-info/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-jarowinkler-2.0.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/rapidfuzz/JaroWinkler/tarball/v2.0.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/rapidfuzz/JaroWinkler/tarball/refs/tags/v2.0.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-jarowinkler-2.0.1 ---------------------- The update script for python3.11-jarowinkler-2.0.1 failed with exit code 1 [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 rPackages.port4me, using log file: /var/log/nixpkgs-update/rPackages.port4me/2024-03-01.log rPackages.port4me 0.6.0 -> 0.7.0 https://repology.org/project/r:port4me/versions attrpath: rPackages.port4me Checking auto update branch... No auto update branch exists Old version 0.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.port4me 0.6.0 -> 0.7.0 https://repology.org/project/r:port4me/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dotty-dict, using log file: /var/log/nixpkgs-update/python311Packages.dotty-dict/2024-03-01.log python311Packages.dotty-dict 0 -> 1 attrpath: python311Packages.dotty-dict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dotty_dict-1.3.1 Press Enter key to continue... Running update for: - python3.11-dotty_dict-1.3.1: UPDATING ... - python3.11-dotty_dict-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dotty-dict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.netwire-input-glfw, using log file: /var/log/nixpkgs-update/haskellPackages.netwire-input-glfw/2024-03-01.log haskellPackages.netwire-input-glfw 0.0.11 -> 0.0.12 https://repology.org/project/haskell:netwire-input-glfw/versions attrpath: haskellPackages.netwire-input-glfw Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.netwire-input-glfw 0.0.11 -> 0.0.12 https://repology.org/project/haskell:netwire-input-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 rocmPackages.rocthrust, using log file: /var/log/nixpkgs-update/rocmPackages.rocthrust/2024-03-01.log rocmPackages.rocthrust 0 -> 1 attrpath: rocmPackages.rocthrust Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - rocthrust-5.7.1 Press Enter key to continue... Running update for: - rocthrust-5.7.1: UPDATING ... - rocthrust-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocthrust-5.7.1 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR rocthrust-5.7.1 ---------------------- The update script for rocthrust-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocthrust 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.characteristic, using log file: /var/log/nixpkgs-update/python311Packages.characteristic/2024-03-01.log python311Packages.characteristic 0 -> 1 attrpath: python311Packages.characteristic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-characteristic-14.3.0 Press Enter key to continue... Running update for: - python3.11-characteristic-14.3.0: UPDATING ... - python3.11-characteristic-14.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.characteristic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.youtokentome, using log file: /var/log/nixpkgs-update/python311Packages.youtokentome/2024-03-01.log python311Packages.youtokentome 0 -> 1 attrpath: python311Packages.youtokentome Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-youtokentome-1.0.6 Press Enter key to continue... Running update for: - python3.11-youtokentome-1.0.6: UPDATING ... - python3.11-youtokentome-1.0.6: ERROR --- SHOWING ERROR LOG FOR python3.11-youtokentome-1.0.6 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/VKCOM/YouTokenToMe/tarball/v1.0.6']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/VKCOM/YouTokenToMe/tarball/refs/tags/v1.0.6']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-youtokentome-1.0.6 ---------------------- The update script for python3.11-youtokentome-1.0.6 failed with exit code 1 [result] Failed to update python311Packages.youtokentome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-validator, using log file: /var/log/nixpkgs-update/solana-validator/2024-03-01.log solana-validator 0 -> 1 attrpath: solana-validator Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - solana-validator-1.16.26 Press Enter key to continue... Running update for: - solana-validator-1.16.26: UPDATING ... - solana-validator-1.16.26: ERROR --- SHOWING ERROR LOG FOR solana-validator-1.16.26 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR solana-validator-1.16.26 ---------------------- The update script for solana-validator-1.16.26 failed with exit code 1 [result] Failed to update solana-validator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.newrelic, using log file: /var/log/nixpkgs-update/terraform-providers.newrelic/2024-03-01.log terraform-providers.newrelic 0 -> 1 attrpath: terraform-providers.newrelic Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.newrelic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.monosat, using log file: /var/log/nixpkgs-update/python311Packages.monosat/2024-03-01.log python311Packages.monosat 0 -> 1 attrpath: python311Packages.monosat 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] Going to be running update for following packages: - python3.11-monosat-1.8.0 Press Enter key to continue... Running update for: - python3.11-monosat-1.8.0: UPDATING ... - python3.11-monosat-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.monosat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-remote-hg, using log file: /var/log/nixpkgs-update/git-remote-hg/2024-03-01.log git-remote-hg 0 -> 1 attrpath: git-remote-hg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - git-remote-hg-1.0.3.2 Press Enter key to continue... Running update for: - git-remote-hg-1.0.3.2: UPDATING ... - git-remote-hg-1.0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-remote-hg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sitespeed-io, using log file: /var/log/nixpkgs-update/sitespeed-io/2024-03-01.log sitespeed-io 0 -> 1 attrpath: sitespeed-io Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - sitespeed-io-33.0.0 Press Enter key to continue... Running update for: - sitespeed-io-33.0.0: UPDATING ... - sitespeed-io-33.0.0: ERROR --- SHOWING ERROR LOG FOR sitespeed-io-33.0.0 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 357, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update sitespeed-io.src --- SHOWING ERROR LOG FOR sitespeed-io-33.0.0 ---------------------- The update script for sitespeed-io-33.0.0 failed with exit code 1 [result] Failed to update sitespeed-io 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath phodav, using log file: /var/log/nixpkgs-update/phodav/2024-03-01.log phodav 0 -> 1 attrpath: phodav Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - phodav-3.0 Press Enter key to continue... Running update for: - phodav-3.0: UPDATING ... - phodav-3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update phodav 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stellar-core, using log file: /var/log/nixpkgs-update/stellar-core/2024-03-01.log stellar-core 19.14.0 -> 20.2.0 https://github.com/stellar/stellar-core/releases attrpath: stellar-core Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/blockchains/stellar-core/default.nix b/pkgs/applications/blockchains/stellar-core/default.nix index 5a70cce93174..59d409d26eb8 100644 --- a/pkgs/applications/blockchains/stellar-core/default.nix +++ b/pkgs/applications/blockchains/stellar-core/default.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "stellar-core"; - version = "19.14.0"; + version = "20.2.0"; src = fetchFromGitHub { owner = "stellar"; repo = "stellar-core"; rev = "v${finalAttrs.version}"; - hash = "sha256-lxBn/T01Tsa7tid3mRJUigUwv9d3BAPZhV9Mp1lywBU="; + hash = "sha256-jEPel5x55Tu13jv5nj6yU3MFAFVj/qgY972NGicSJdk="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A stellar-core nix build failed. checking whether C++ compiler accepts -pthread... yes checking whether C++ compiler accepts -DFMT_HEADER_ONLY=1... yes checking whether defect report N4387 is resolved... yes checking for c++14 compliant std::weak_ptr move-constructor... yes checking for c++14 compliant std::weak_ptr move-assignment operator... yes checking whether C++ compiler accepts -Wall... yes checking whether C++ compiler accepts -Wno-unused-command-line-argument... yes checking whether C++ compiler accepts -Qunused-arguments... no checking whether C++ compiler accepts -Wno-unused-local-typedef... yes checking whether C++ compiler accepts -Wno-unknown-warning-option... yes checking whether C++ compiler accepts -Werror=unused-result... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wno-unused-command-line-argument... yes checking whether C compiler accepts -Qunused-arguments... no checking whether C compiler accepts -Wno-unused-local-typedef... yes checking whether C compiler accepts -Wno-unknown-warning-option... yes checking whether C compiler accepts -Werror=unused-result... yes checking whether C compiler accepts -pthread... yes checking to see if works without any extra libs... yes checking for clang-format-12... no checking for clang-format... no checking for valgrind... no checking whether to enable Valgrind on the unit tests... yes checking pkg-config is at least version 0.9.0... yes checking for libsodium >= 1.0.17... no checking for xdrc... $(top_builddir)/lib/xdrpp/xdrc/xdrc$(EXEEXT) checking for libpq... yes checking for libunwind... yes checking for cargo... no configure: error: cannot find cargo, needed for rust code [result] Failed to update stellar-core 19.14.0 -> 20.2.0 https://github.com/stellar/stellar-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 python311Packages.tilt-ble, using log file: /var/log/nixpkgs-update/python311Packages.tilt-ble/2024-03-01.log python311Packages.tilt-ble 0 -> 1 attrpath: python311Packages.tilt-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] Failed with exit code 1 Going to be running update for following packages: - python3.11-tilt-ble-0.2.4 Press Enter key to continue... Running update for: - python3.11-tilt-ble-0.2.4: UPDATING ... - python3.11-tilt-ble-0.2.4: ERROR --- SHOWING ERROR LOG FOR python3.11-tilt-ble-0.2.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Bluetooth-Devices/tilt-ble/tarball/v0.2.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Bluetooth-Devices/tilt-ble/tarball/refs/tags/v0.2.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-tilt-ble-0.2.4 ---------------------- The update script for python3.11-tilt-ble-0.2.4 failed with exit code 1 [result] Failed to update python311Packages.tilt-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 rtabmap, using log file: /var/log/nixpkgs-update/rtabmap/2024-03-01.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 gnome.gnome-bluetooth, using log file: /var/log/nixpkgs-update/gnome.gnome-bluetooth/2024-03-01.log gnome.gnome-bluetooth 0 -> 1 attrpath: gnome.gnome-bluetooth Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-bluetooth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mock, using log file: /var/log/nixpkgs-update/python311Packages.mock/2024-03-01.log python311Packages.mock 0 -> 1 attrpath: python311Packages.mock Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mock-5.1.0 Press Enter key to continue... Running update for: - python3.11-mock-5.1.0: UPDATING ... - python3.11-mock-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python27Full, using log file: /var/log/nixpkgs-update/python27Full/2024-03-01.log python27Full 2.7.18.7 -> 2.7.18.8 https://github.com/ActiveState/cpython/releases attrpath: python27Full Checking auto update branch... No auto update branch exists Old version 2.7.18.7" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, fetchpatch , bzip2 , expat , libffi , gdbm , db , ncurses , openssl , readline , sqlite , tcl ? null, tk ? null, tix ? null, libX11 ? null, x11Support ? false , zlib , self , configd, coreutils , autoreconfHook , python-setup-hook # Some proprietary libs assume UCS2 unicode, especially on darwin :( , ucsEncoding ? 4 # For the Python package set , packageOverrides ? (self: super: {}) , pkgsBuildBuild , pkgsBuildHost , pkgsBuildTarget , pkgsHostHost , pkgsTargetTarget , sourceVersion , hash , passthruFun , static ? stdenv.hostPlatform.isStatic , stripBytecode ? reproducibleBuild , rebuildBytecode ? true , reproducibleBuild ? false , enableOptimizations ? false , strip2to3 ? false , stripConfig ? false , stripIdlelib ? false , stripTests ? false , pythonAttr ? "python${sourceVersion.major}${sourceVersion.minor}" }: assert x11Support -> tcl != null && tk != null && libX11 != null; assert lib.assertMsg (enableOptimizations -> (!stdenv.cc.isClang)) "Optimizations with clang are not supported. configure: error: llvm-profdata is required for a --enable-optimizations build but could not be found."; assert lib.assertMsg (reproducibleBuild -> stripBytecode) "Deterministic builds require stripping bytecode."; assert lib.assertMsg (reproducibleBuild -> (!enableOptimizations)) "Deterministic builds are not achieved when optimizations are enabled."; assert lib.assertMsg (reproducibleBuild -> (!rebuildBytecode)) "Deterministic builds are not achieved when (default unoptimized) bytecode is created."; let buildPackages = pkgsBuildHost; inherit (passthru) pythonOnBuildForHost; pythonOnBuildForHostInterpreter = if stdenv.hostPlatform == stdenv.buildPlatform then "$out/bin/python" else pythonOnBuildForHost.interpreter; passthru = passthruFun rec { inherit self sourceVersion packageOverrides; implementation = "cpython"; libPrefix = "python${pythonVersion}"; executable = libPrefix; pythonVersion = with sourceVersion; "${major}.${minor}"; sitePackages = "lib/${libPrefix}/site-packages"; inherit hasDistutilsCxxPatch pythonAttr; pythonOnBuildForBuild = pkgsBuildBuild.${pythonAttr}; pythonOnBuildForHost = pkgsBuildHost.${pythonAttr}; pythonOnBuildForTarget = pkgsBuildTarget.${pythonAttr}; pythonOnHostForHost = pkgsHostHost.${pythonAttr}; pythonOnTargetForTarget = pkgsTargetTarget.${pythonAttr} or {}; } // { inherit ucsEncoding; }; version = with sourceVersion; "${major}.${minor}.${patch}${suffix}"; # ActiveState is a fork of cpython that includes fixes for security # issues after its EOL src = fetchFromGitHub { owner = "ActiveState"; repo = "cpython"; rev = "v${version}"; inherit hash; }; hasDistutilsCxxPatch = !(stdenv.cc.isGNU or false); patches = [ # Look in C_INCLUDE_PATH and LIBRARY_PATH for stuff. ./search-path.patch # Python recompiles a Python if the mtime stored *in* the # pyc/pyo file differs from the mtime of the source file. This # doesn't work in Nix because Nix changes the mtime of files in # the Nix store to 1. So treat that as a special case. ./nix-store-mtime.patch # patch python to put zero timestamp into pyc # if DETERMINISTIC_BUILD env var is set ./deterministic-build.patch # Fix python bug #27177 (https://bugs.python.org/issue27177) # The issue is that `match.group` only recognizes python integers # instead of everything that has `__index__`. # This bug was fixed upstream, but not backported to 2.7 (fetchpatch { name = "re_match_index.patch"; url = "https://bugs.python.org/file43084/re_match_index.patch"; sha256 = "0l9rw6r5r90iybdkp3hhl2pf0h0s1izc68h5d3ywrm92pq32wz57"; }) # Fix race-condition during pyc creation. Has a slight backwards # incompatible effect: pyc symlinks will now be overridden # (https://bugs.python.org/issue17222). Included in python >= 3.4, # backported in debian since 2013. # https://bugs.python.org/issue13146 ./atomic_pyc.patch # Backport from CPython 3.8 of a good list of tests to run for PGO. ./profile-task.patch # The workaround is for unittests on Win64, which we don't support. # It does break aarch64-darwin, which we do support. See: # * https://bugs.python.org/issue35523 # * https://github.com/python/cpython/commit/e6b247c8e524 ../3.7/no-win64-workaround.patch ] ++ lib.optionals (x11Support && stdenv.isDarwin) [ ./use-correct-tcl-tk-on-darwin.patch ] ++ lib.optionals stdenv.isDarwin [ # Fix darwin build https://bugs.python.org/issue34027 ../3.7/darwin-libutil.patch ] ++ lib.optionals stdenv.isLinux [ # Disable the use of ldconfig in ctypes.util.find_library (since # ldconfig doesn't work on NixOS), and don't use # ctypes.util.find_library during the loading of the uuid module # (since it will do a futile invocation of gcc (!) to find # libuuid, slowing down program startup a lot). ./no-ldconfig.patch # Fix ctypes.util.find_library with gcc10. ./find_library-gcc10.patch ] ++ lib.optionals stdenv.hostPlatform.isCygwin [ ./2.5.2-ctypes-util-find_library.patch ./2.5.2-tkinter-x11.patch ./2.6.2-ssl-threads.patch ./2.6.5-export-PySignal_SetWakeupFd.patch ./2.6.5-FD_SETSIZE.patch ./2.6.5-ncurses-abi6.patch ./2.7.3-dbm.patch ./2.7.3-dylib.patch ./2.7.3-getpath-exe-extension.patch ./2.7.3-no-libm.patch ] ++ lib.optionals hasDistutilsCxxPatch [ # Patch from http://bugs.python.org/issue1222585 adapted to work with # `patch -p1' and with a last hunk removed # Upstream distutils is calling C compiler to compile C++ code, which # only works for GCC and Apple Clang. This makes distutils to call C++ # compiler when needed. ./python-2.7-distutils-C++.patch ] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ ./cross-compile.patch ]; preConfigure = '' # Purity. for i in /usr /sw /opt /pkg; do substituteInPlace ./setup.py --replace $i /no-such-path done '' + lib.optionalString (stdenv ? cc && stdenv.cc.libc != null) '' for i in Lib/plat-*/regen; do substituteInPlace $i --replace /usr/include/ ${stdenv.cc.libc}/include/ done '' + lib.optionalString stdenv.isDarwin '' substituteInPlace configure --replace '`/usr/bin/arch`' '"i386"' substituteInPlace Lib/multiprocessing/__init__.py \ --replace 'os.popen(comm)' 'os.popen("${coreutils}/bin/nproc")' ''; configureFlags = lib.optionals enableOptimizations [ "--enable-optimizations" ] ++ lib.optionals (!static) [ "--enable-shared" ] ++ [ "--with-threads" "--with-system-ffi" "--with-system-expat" "--enable-unicode=ucs${toString ucsEncoding}" ] ++ lib.optionals stdenv.hostPlatform.isCygwin [ "ac_cv_func_bind_textdomain_codeset=yes" ] ++ lib.optionals stdenv.isDarwin [ "--disable-toolbox-glue" ] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ "PYTHON_FOR_BUILD=${lib.getBin buildPackages.python}/bin/python" "ac_cv_buggy_getaddrinfo=no" # Assume little-endian IEEE 754 floating point when cross compiling "ac_cv_little_endian_double=yes" "ac_cv_big_endian_double=no" "ac_cv_mixed_endian_double=no" "ac_cv_x87_double_rounding=yes" "ac_cv_tanh_preserves_zero_sign=yes" # Generally assume that things are present and work "ac_cv_posix_semaphores_enabled=yes" "ac_cv_broken_sem_getvalue=no" "ac_cv_wchar_t_signed=yes" "ac_cv_rshift_extends_sign=yes" "ac_cv_broken_nice=no" "ac_cv_broken_poll=no" "ac_cv_working_tzset=yes" "ac_cv_have_long_long_format=yes" "ac_cv_have_size_t_format=yes" "ac_cv_computed_gotos=yes" "ac_cv_file__dev_ptmx=yes" "ac_cv_file__dev_ptc=yes" ] # Never even try to use lchmod on linux, # don't rely on detecting glibc-isms. ++ lib.optional stdenv.hostPlatform.isLinux "ac_cv_func_lchmod=no" ++ lib.optional static "LDFLAGS=-static"; strictDeps = true; buildInputs = lib.optional (stdenv ? cc && stdenv.cc.libc != null) stdenv.cc.libc ++ [ bzip2 openssl zlib libffi expat db gdbm ncurses sqlite readline ] ++ lib.optionals x11Support [ tcl tk libX11 ] ++ lib.optional (stdenv.isDarwin && configd != null) configd; nativeBuildInputs = [ autoreconfHook ] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ buildPackages.stdenv.cc buildPackages.python ]; mkPaths = paths: { C_INCLUDE_PATH = lib.makeSearchPathOutput "dev" "include" paths; LIBRARY_PATH = lib.makeLibraryPath paths; }; # Python 2.7 needs this crossCompileEnv = lib.optionalAttrs (stdenv.hostPlatform != stdenv.buildPlatform) { _PYTHON_HOST_PLATFORM = stdenv.hostPlatform.config; }; # Build the basic Python interpreter without modules that have # external dependencies. in with passthru; stdenv.mkDerivation ({ pname = "python"; inherit version; inherit src patches buildInputs nativeBuildInputs preConfigure configureFlags; LDFLAGS = lib.optionalString (!stdenv.isDarwin) "-lgcc_s"; inherit (mkPaths buildInputs) C_INCLUDE_PATH LIBRARY_PATH; env.NIX_CFLAGS_COMPILE = lib.optionalString (stdenv.targetPlatform.system == "x86_64-darwin") "-msse2" + lib.optionalString stdenv.hostPlatform.isMusl " -DTHREAD_STACK_SIZE=0x100000"; DETERMINISTIC_BUILD = 1; setupHook = python-setup-hook sitePackages; postPatch = lib.optionalString (x11Support && (tix != null)) '' substituteInPlace "Lib/lib-tk/Tix.py" --replace "os.environ.get('TIX_LIBRARY')" "os.environ.get('TIX_LIBRARY') or '${tix}/lib'" ''; postInstall = '' # needed for some packages, especially packages that backport # functionality to 2.x from 3.x for item in $out/lib/${libPrefix}/test/*; do if [[ "$item" != */test_support.py* && "$item" != */test/support && "$item" != */test/regrtest.py* ]]; then rm -rf "$item" else echo $item fi done touch $out/lib/${libPrefix}/test/__init__.py ln -s $out/lib/${libPrefix}/pdb.py $out/bin/pdb ln -s $out/lib/${libPrefix}/pdb.py $out/bin/pdb${sourceVersion.major}.${sourceVersion.minor} ln -s $out/share/man/man1/{python2.7.1.gz,python.1.gz} rm "$out"/lib/python*/plat-*/regen # refers to glibc.dev # Determinism: Windows installers were not deterministic. # We're also not interested in building Windows installers. find "$out" -name 'wininst*.exe' | xargs -r rm -f '' + lib.optionalString stripBytecode '' # Determinism: deterministic bytecode # First we delete all old bytecode. find $out -name "*.pyc" -delete '' + lib.optionalString rebuildBytecode '' # We build 3 levels of optimized bytecode. Note the default level, without optimizations, # is not reproducible yet. https://bugs.python.org/issue29708 # Not creating bytecode will result in a large performance loss however, so we do build it. find $out -name "*.py" | ${pythonOnBuildForHostInterpreter} -m compileall -q -f -x "lib2to3" -i - find $out -name "*.py" | ${pythonOnBuildForHostInterpreter} -O -m compileall -q -f -x "lib2to3" -i - find $out -name "*.py" | ${pythonOnBuildForHostInterpreter} -OO -m compileall -q -f -x "lib2to3" -i - '' + lib.optionalString stdenv.hostPlatform.isCygwin '' cp libpython2.7.dll.a $out/lib ''; inherit passthru; postFixup = '' # Include a sitecustomize.py file. Note it causes an error when it's in postInstall with 2.7. cp ${../../sitecustomize.py} $out/${sitePackages}/sitecustomize.py '' + lib.optionalString strip2to3 '' rm -R $out/bin/2to3 $out/lib/python*/lib2to3 '' + lib.optionalString stripConfig '' rm -R $out/bin/python*-config $out/lib/python*/config* '' + lib.optionalString stripIdlelib '' # Strip IDLE rm -R $out/bin/idle* $out/lib/python*/idlelib '' + lib.optionalString stripTests '' # Strip tests rm -R $out/lib/python*/test $out/lib/python*/**/test{,s} ''; enableParallelBuilding = true; doCheck = false; # expensive, and fails meta = { homepage = "http://python.org"; description = "A high-level dynamically-typed programming language"; longDescription = '' Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high level dynamic data types. ''; license = lib.licenses.psfl; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ fridh ]; knownVulnerabilities = [ "Python 2.7 has reached its end of life after 2020-01-01. See https://www.python.org/doc/sunset-python-2/." # Quote: That means that we will not improve it anymore after that day, # even if someone finds a security problem in it. You should upgrade to # Python 3 as soon as you can. [..] So, in 2008, we announced that we # would sunset Python 2 in 2015, and asked people to upgrade before # then. Some did, but many did not. So, in 2014, we extended that # sunset till 2020. ]; }; } // crossCompileEnv) [result] Failed to update python27Full 2.7.18.7 -> 2.7.18.8 https://github.com/ActiveState/cpython/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jefferson, using log file: /var/log/nixpkgs-update/jefferson/2024-03-01.log jefferson 0 -> 1 attrpath: jefferson Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - jefferson-0.4.5 Press Enter key to continue... Running update for: - jefferson-0.4.5: UPDATING ... - jefferson-0.4.5: ERROR --- SHOWING ERROR LOG FOR jefferson-0.4.5 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/onekey-sec/jefferson/tarball/v0.4.5']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/onekey-sec/jefferson/tarball/refs/tags/v0.4.5']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR jefferson-0.4.5 ---------------------- The update script for jefferson-0.4.5 failed with exit code 1 [result] Failed to update jefferson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gyb, using log file: /var/log/nixpkgs-update/gyb/2024-03-01.log gyb 0 -> 1 attrpath: gyb Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - gyb-1.80 Press Enter key to continue... Running update for: - gyb-1.80: UPDATING ... - gyb-1.80: ERROR --- SHOWING ERROR LOG FOR gyb-1.80 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/GAM-team/got-your-back/tarball/v1.80']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/GAM-team/got-your-back/tarball/refs/tags/v1.80']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR gyb-1.80 ---------------------- The update script for gyb-1.80 failed with exit code 1 [result] Failed to update gyb 0 -> 1 [options] github_user: r-ryantm, pull_request: 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_24 24.8.6 -> 28.2.5 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytankerkoenig, using log file: /var/log/nixpkgs-update/python311Packages.pytankerkoenig/2024-03-01.log python311Packages.pytankerkoenig 0 -> 1 attrpath: python311Packages.pytankerkoenig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytankerkoenig-0.0.7 Press Enter key to continue... Running update for: - python3.11-pytankerkoenig-0.0.7: UPDATING ... - python3.11-pytankerkoenig-0.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytankerkoenig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xstatic, using log file: /var/log/nixpkgs-update/python311Packages.xstatic/2024-03-01.log python311Packages.xstatic 0 -> 1 attrpath: python311Packages.xstatic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-XStatic-1.0.3 Press Enter key to continue... Running update for: - python3.11-XStatic-1.0.3: UPDATING ... - python3.11-XStatic-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xstatic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arangodb, using log file: /var/log/nixpkgs-update/arangodb/2024-03-01.log arangodb 3.10.5.2 -> 3.11.7.1 https://repology.org/project/arangodb/versions attrpath: arangodb 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/nosql/arangodb/default.nix b/pkgs/servers/nosql/arangodb/default.nix index 52b9125e99d5..2b271e68c5a0 100644 --- a/pkgs/servers/nosql/arangodb/default.nix +++ b/pkgs/servers/nosql/arangodb/default.nix @@ -1,5 +1,5 @@ { - # gcc 11.2 suggested on 3.10.5.2. + # gcc 11.2 suggested on 3.11.7.1. # gcc 11.3.0 unsupported yet, investigate gcc support when upgrading # See https://github.com/arangodb/arangodb/issues/17454 gcc10Stdenv @@ -32,13 +32,13 @@ in gcc10Stdenv.mkDerivation rec { pname = "arangodb"; - version = "3.10.5.2"; + version = "3.11.7.1"; src = fetchFromGitHub { repo = "arangodb"; owner = "arangodb"; rev = "v${version}"; - sha256 = "sha256-64iTxhG8qKTSrTlH/BWDJNnLf8VnaCteCKfQ9D2lGDQ="; + sha256 = "sha256-5FjK8nu0YkqKMaBoR0ouuHwZzIEp4ayGqQQtGx6xISs="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A arangodb nix build failed. CMake that the project does not need compatibility with older versions.  -- Using -std=c++17 CMake Deprecation Warning at 3rdParty/iresearch/external/fastText/CMakeLists.txt:9 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git CMake Warning at cmake/UpdateModule.cmake:20 (message): FAILED: /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git submodule update --init -- rocksdb Call Stack (most recent call first): 3rdParty/CMakeLists.txt:226 (UpdateModule)  -- using JEMALLOC include path /build/source/build/3rdParty/jemalloc/include -- Performing Test HAVE_OMIT_LEAF_FRAME_POINTER -- Performing Test HAVE_OMIT_LEAF_FRAME_POINTER - Success CMake Error at 3rdParty/rocksdb/CMakeLists.txt:319 (message): FORCE_SSE42=ON but unable to compile with SSE4.2 enabled  -- Configuring incomplete, errors occurred! [result] Failed to update arangodb 3.10.5.2 -> 3.11.7.1 https://repology.org/project/arangodb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cepa, using log file: /var/log/nixpkgs-update/python311Packages.cepa/2024-03-01.log python311Packages.cepa 0 -> 1 attrpath: python311Packages.cepa 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] Going to be running update for following packages: - python3.11-cepa-1.8.4 Press Enter key to continue... Running update for: - python3.11-cepa-1.8.4: UPDATING ... - python3.11-cepa-1.8.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cepa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath megasync, using log file: /var/log/nixpkgs-update/megasync/2024-03-01.log megasync 4.9.0.0 -> 4.12.2.0_Linux https://github.com/meganz/MEGAsync/releases attrpath: megasync 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/zapfcpalf31jgqsspqidmf5p0xnqg4yl-source.drv building '/nix/store/zapfcpalf31jgqsspqidmf5p0xnqg4yl-source.drv'... exporting https://github.com/meganz/MEGAsync.git (rev v4.12.2.0_Linux_Linux) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/v4.12.2.0_Linux_Linux remote: Enumerating objects: 3365, done. remote: Counting objects: 100% (3365/3365), done. remote: Compressing objects: 100% (2905/2905), done. remote: Total 3365 (delta 534), reused 2453 (delta 383), pack-reused 0 Receiving objects: 100% (3365/3365), 23.08 MiB | 23.97 MiB/s, done. Resolving deltas: 100% (534/534), done. From https://github.com/meganz/MEGAsync * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/v4.12.2.0_Linux_Linux from https://github.com/meganz/MEGAsync.git. 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 'megasync.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 'megasync-4.12.2.0_Linux' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/megasync/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'buildInputs' of derivation 'megasync-4.12.2.0_Linux' at /var/cache/nixpkgs-update/worker/worktree/megasync/pkgs/stdenv/generic/make-derivation.nix:400:7: 399| depsHostHost = elemAt (elemAt dependencies 1) 0; 400| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 401| depsTargetTarget = elemAt (elemAt dependencies 2) 0; error: Package ‘freeimage-unstable-2021-11-01’ in /var/cache/nixpkgs-update/worker/worktree/megasync/pkgs/development/libraries/freeimage/default.nix:72 is marked as insecure, refusing to evaluate. Known issues: - CVE-2021-33367 - CVE-2021-40262 - CVE-2021-40263 - CVE-2021-40264 - CVE-2021-40265 - CVE-2021-40266 - CVE-2023-47992 - CVE-2023-47993 - CVE-2023-47994 - CVE-2023-47995 - CVE-2023-47996 You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add ‘freeimage-unstable-2021-11-01’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘freeimage-unstable-2021-11-01’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; } [result] Failed to update megasync 4.9.0.0 -> 4.12.2.0_Linux https://github.com/meganz/MEGAsync/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.marisa-trie, using log file: /var/log/nixpkgs-update/python311Packages.marisa-trie/2024-03-01.log python311Packages.marisa-trie 0 -> 1 attrpath: python311Packages.marisa-trie Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-marisa-trie-1.1.0 Press Enter key to continue... Running update for: - python3.11-marisa-trie-1.1.0: UPDATING ... - python3.11-marisa-trie-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.marisa-trie 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fontconfig, using log file: /var/log/nixpkgs-update/python311Packages.python-fontconfig/2024-03-01.log python311Packages.python-fontconfig 0 -> 1 attrpath: python311Packages.python-fontconfig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-Python-fontconfig-0.5.1 Press Enter key to continue... Running update for: - python3.11-Python-fontconfig-0.5.1: UPDATING ... - python3.11-Python-fontconfig-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-fontconfig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wl-screenrec, using log file: /var/log/nixpkgs-update/wl-screenrec/2024-03-01.log wl-screenrec unstable-2023-09-17 -> 0.1.3 https://github.com/russelltg/wl-screenrec/releases attrpath: wl-screenrec Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - wl-screenrec: unstable-2023-09-17 -> 0.1.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/273965" [result] Failed to update wl-screenrec unstable-2023-09-17 -> 0.1.3 https://github.com/russelltg/wl-screenrec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lakeside, using log file: /var/log/nixpkgs-update/python311Packages.lakeside/2024-03-01.log python311Packages.lakeside 0 -> 1 attrpath: python311Packages.lakeside Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-lakeside-0.13 Press Enter key to continue... Running update for: - python3.11-lakeside-0.13: UPDATING ... - python3.11-lakeside-0.13: ERROR --- SHOWING ERROR LOG FOR python3.11-lakeside-0.13 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/nkgilley/python-lakeside/tarball/0.13']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/nkgilley/python-lakeside/tarball/refs/tags/0.13']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-lakeside-0.13 ---------------------- The update script for python3.11-lakeside-0.13 failed with exit code 1 [result] Failed to update python311Packages.lakeside 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.io, using log file: /var/log/nixpkgs-update/octavePackages.io/2024-03-01.log octavePackages.io 0 -> 1 attrpath: octavePackages.io Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - octave-8.4.0-io-2.6.4 Press Enter key to continue... Running update for: - octave-8.4.0-io-2.6.4: UPDATING ... - octave-8.4.0-io-2.6.4: ERROR --- SHOWING ERROR LOG FOR octave-8.4.0-io-2.6.4 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR octave-8.4.0-io-2.6.4 ---------------------- The update script for octave-8.4.0-io-2.6.4 failed with exit code 1 [result] Failed to update octavePackages.io 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.twine, using log file: /var/log/nixpkgs-update/python311Packages.twine/2024-03-01.log python311Packages.twine 0 -> 1 attrpath: python311Packages.twine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-twine-4.0.2 Press Enter key to continue... Running update for: - python3.11-twine-4.0.2: UPDATING ... - python3.11-twine-4.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/twine/default.nix b/pkgs/development/python-modules/twine/default.nix index e656970ef627..6a44d2bf7fe4 100644 --- a/pkgs/development/python-modules/twine/default.nix +++ b/pkgs/development/python-modules/twine/default.nix @@ -16,13 +16,13 @@ buildPythonPackage rec { pname = "twine"; - version = "4.0.2"; + version = "5.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-nhAu9f3VogZh64j61GM4gGw70yzx23KWA/42l7G8g8g="; + hash = "sha256-ibDMfTcKS2ZCHMYQLyaaqRD+DxhhwST1c88t3tvBDPQ="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 212 > 25 [result] Failed to update python311Packages.twine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-accessanalyzer, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-accessanalyzer/2024-03-01.log python311Packages.types-aiobotocore-accessanalyzer 0 -> 1 attrpath: python311Packages.types-aiobotocore-accessanalyzer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-types-aiobotocore-accessanalyzer-2.11.2 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-accessanalyzer-2.11.2: UPDATING ... - python3.11-types-aiobotocore-accessanalyzer-2.11.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-accessanalyzer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pokefinder, using log file: /var/log/nixpkgs-update/pokefinder/2024-03-01.log pokefinder 0 -> 1 attrpath: pokefinder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - pokefinder-4.1.2 Press Enter key to continue... Running update for: - pokefinder-4.1.2: UPDATING ... - pokefinder-4.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pokefinder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asciitree, using log file: /var/log/nixpkgs-update/python311Packages.asciitree/2024-03-01.log python311Packages.asciitree 0 -> 1 attrpath: python311Packages.asciitree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-asciitree-0.3.3 Press Enter key to continue... Running update for: - python3.11-asciitree-0.3.3: UPDATING ... - python3.11-asciitree-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asciitree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cfm, using log file: /var/log/nixpkgs-update/cfm/2024-03-01.log cfm 0.6.6 -> 1.2.0 https://repology.org/project/cfm/versions attrpath: cfm 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/w4a35lgy4l30d93hnl79fj2fff8f3lfa-source.drv building '/nix/store/w4a35lgy4l30d93hnl79fj2fff8f3lfa-source.drv'... trying https://github.com/willeccles/cfm/archive/v1.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 'cfm.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/w4a35lgy4l30d93hnl79fj2fff8f3lfa-source.drv /nix/store/fdh6p8p48khflkd0b47ms79w8y8s5ykn-cfm-1.2.0.drv building '/nix/store/w4a35lgy4l30d93hnl79fj2fff8f3lfa-source.drv'... trying https://github.com/willeccles/cfm/archive/v1.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/w4a35lgy4l30d93hnl79fj2fff8f3lfa-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/willeccles/cfm/archive/v1.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/w4a35lgy4l30d93hnl79fj2fff8f3lfa-source.drv'. error: 1 dependencies of derivation '/nix/store/fdh6p8p48khflkd0b47ms79w8y8s5ykn-cfm-1.2.0.drv' failed to build [result] Failed to update cfm 0.6.6 -> 1.2.0 https://repology.org/project/cfm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath quick-lint-js, using log file: /var/log/nixpkgs-update/quick-lint-js/2024-03-01.log quick-lint-js 3.0.0 -> 3.1.0 https://github.com/quick-lint/quick-lint-js/releases attrpath: quick-lint-js Checking auto update branch... An auto update branch exists with message `quick-lint-js: 3.0.0 -> 3.1.0`. New version is 3.1.0. An auto update branch exists with an equal or greater version [result] Failed to update quick-lint-js 3.0.0 -> 3.1.0 https://github.com/quick-lint/quick-lint-js/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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 python311Packages.flask-jwt-extended, using log file: /var/log/nixpkgs-update/python311Packages.flask-jwt-extended/2024-03-01.log python311Packages.flask-jwt-extended 0 -> 1 attrpath: python311Packages.flask-jwt-extended Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-flask-jwt-extended-4.6.0 Press Enter key to continue... Running update for: - python3.11-flask-jwt-extended-4.6.0: UPDATING ... - python3.11-flask-jwt-extended-4.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-jwt-extended 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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-01.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] 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 etebase-server, using log file: /var/log/nixpkgs-update/etebase-server/2024-03-01.log etebase-server 0 -> 1 attrpath: etebase-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] Going to be running update for following packages: - etebase-server-0.11.0 Press Enter key to continue... Running update for: - etebase-server-0.11.0: UPDATING ... - etebase-server-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update etebase-server 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py-pdf-parser, using log file: /var/log/nixpkgs-update/python311Packages.py-pdf-parser/2024-03-01.log python311Packages.py-pdf-parser 0 -> 1 attrpath: python311Packages.py-pdf-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] Going to be running update for following packages: - python3.11-py-pdf-parser-0.12.0 Press Enter key to continue... Running update for: - python3.11-py-pdf-parser-0.12.0: UPDATING ... - python3.11-py-pdf-parser-0.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-pdf-parser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.click-help-colors, using log file: /var/log/nixpkgs-update/python311Packages.click-help-colors/2024-03-01.log python311Packages.click-help-colors 0 -> 1 attrpath: python311Packages.click-help-colors Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-click-help-colors-0.9.4 Press Enter key to continue... Running update for: - python3.11-click-help-colors-0.9.4: UPDATING ... - python3.11-click-help-colors-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-help-colors 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pykrakenapi, using log file: /var/log/nixpkgs-update/python311Packages.pykrakenapi/2024-03-01.log python311Packages.pykrakenapi 0 -> 1 attrpath: python311Packages.pykrakenapi Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pykrakenapi-0.3.2 Press Enter key to continue... Running update for: - python3.11-pykrakenapi-0.3.2: UPDATING ... - python3.11-pykrakenapi-0.3.2: ERROR --- SHOWING ERROR LOG FOR python3.11-pykrakenapi-0.3.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/dominiktraxl/pykrakenapi/tarball/v0.3.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/dominiktraxl/pykrakenapi/tarball/refs/tags/v0.3.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pykrakenapi-0.3.2 ---------------------- The update script for python3.11-pykrakenapi-0.3.2 failed with exit code 1 [result] Failed to update python311Packages.pykrakenapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.log codon 0 -> 1 attrpath: codon Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR codon-0.16.1 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 357, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update codon.src --- SHOWING ERROR LOG FOR codon-0.16.1 ---------------------- The update script for codon-0.16.1 failed with exit code 1 [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 net-cpp, using log file: /var/log/nixpkgs-update/net-cpp/2024-03-01.log net-cpp 0 -> 1 attrpath: net-cpp 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] Going to be running update for following packages: - net-cpp-3.1.1 Press Enter key to continue... Running update for: - net-cpp-3.1.1: UPDATING ... - net-cpp-3.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update net-cpp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 For attrpath python312Packages.mypy-boto3-cloudwatch, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-cloudwatch/2024-03-01.log python312Packages.mypy-boto3-cloudwatch 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-cloudwatch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-cloudwatch-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-cloudwatch-1.34.0: UPDATING ... - python3.12-mypy-boto3-cloudwatch-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-cloudwatch 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.redis-client, using log file: /var/log/nixpkgs-update/rubyPackages.redis-client/2024-03-01.log rubyPackages.redis-client 0.19.1 -> 0.20.0 https://repology.org/project/ruby:redis-client/versions attrpath: rubyPackages.redis-client 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.redis-client 0.19.1 -> 0.20.0 https://repology.org/project/ruby:redis-client/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.nettle, using log file: /var/log/nixpkgs-update/haskellPackages.nettle/2024-03-01.log haskellPackages.nettle 0.3.0 -> 0.3.1 https://repology.org/project/haskell:nettle/versions attrpath: haskellPackages.nettle Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.nettle 0.3.0 -> 0.3.1 https://repology.org/project/haskell:nettle/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.claide, using log file: /var/log/nixpkgs-update/rubyPackages.claide/2024-03-01.log rubyPackages.claide 0.9.1 -> 1.1.0 https://repology.org/project/ruby:claide/versions attrpath: rubyPackages.claide 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.claide 0.9.1 -> 1.1.0 https://repology.org/project/ruby:claide/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spatialHeatmap, using log file: /var/log/nixpkgs-update/rPackages.spatialHeatmap/2024-03-01.log rPackages.spatialHeatmap 2.8.3 -> 2.8.5 https://repology.org/project/r:spatialheatmap/versions attrpath: rPackages.spatialHeatmap Checking auto update branch... No auto update branch exists Old version 2.8.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.spatialHeatmap 2.8.3 -> 2.8.5 https://repology.org/project/r:spatialheatmap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.chromote, using log file: /var/log/nixpkgs-update/rPackages.chromote/2024-03-01.log rPackages.chromote 0.1.2 -> 0.2.0 https://repology.org/project/r:chromote/versions attrpath: rPackages.chromote 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.chromote 0.1.2 -> 0.2.0 https://repology.org/project/r:chromote/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rvest, using log file: /var/log/nixpkgs-update/rPackages.rvest/2024-03-01.log rPackages.rvest 1.0.3 -> 1.0.4 https://repology.org/project/r:rvest/versions attrpath: rPackages.rvest 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.rvest 1.0.3 -> 1.0.4 https://repology.org/project/r:rvest/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ctqr, using log file: /var/log/nixpkgs-update/rPackages.ctqr/2024-03-01.log rPackages.ctqr 2.0 -> 2.1 https://repology.org/project/r:ctqr/versions attrpath: rPackages.ctqr 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.ctqr 2.0 -> 2.1 https://repology.org/project/r:ctqr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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.mt, using log file: /var/log/nixpkgs-update/rPackages.mt/2024-03-01.log rPackages.mt 2.0-1.19 -> 2.0-1.20 https://repology.org/project/r:mt/versions attrpath: rPackages.mt Checking auto update branch... No auto update branch exists Old version 2.0-1.19" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mt 2.0-1.19 -> 2.0-1.20 https://repology.org/project/r:mt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ISOcodes, using log file: /var/log/nixpkgs-update/rPackages.ISOcodes/2024-03-01.log rPackages.ISOcodes 2023.12.07 -> 2024.02.12 https://repology.org/project/r:isocodes/versions attrpath: rPackages.ISOcodes Checking auto update branch... No auto update branch exists Old version 2023.12.07" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ISOcodes 2023.12.07 -> 2024.02.12 https://repology.org/project/r:isocodes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FuzzyPovertyR, using log file: /var/log/nixpkgs-update/rPackages.FuzzyPovertyR/2024-03-01.log rPackages.FuzzyPovertyR 1.1.0 -> 2.0.1 https://repology.org/project/r:fuzzypovertyr/versions attrpath: rPackages.FuzzyPovertyR 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.FuzzyPovertyR 1.1.0 -> 2.0.1 https://repology.org/project/r:fuzzypovertyr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rqlite, using log file: /var/log/nixpkgs-update/rqlite/2024-03-01.log rqlite 8.21.3 -> 8.22.1 https://github.com/rqlite/rqlite/releases attrpath: rqlite 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-onR4n6ok6y9APRwGjBoMISbidGDVw19D48TkogRp1uM=" [golangModuleVersion] Replaced vendorHash with sha256-onR4n6ok6y9APRwGjBoMISbidGDVw19D48TkogRp1uM= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/sql/rqlite/default.nix b/pkgs/servers/sql/rqlite/default.nix index 66f2ce9ad74e..d8bcadbb9df9 100644 --- a/pkgs/servers/sql/rqlite/default.nix +++ b/pkgs/servers/sql/rqlite/default.nix @@ -5,13 +5,13 @@ buildGoModule rec { pname = "rqlite"; - version = "8.21.3"; + version = "8.22.1"; src = fetchFromGitHub { owner = "rqlite"; repo = pname; rev = "v${version}"; - sha256 = "sha256-YnCa0gv+loI+PeQHZWar7GpEhqvQo1AwIj5LGTol3k0="; + sha256 = "sha256-g5W+rHD4gUS82E+wFLQ3VTSwIWQUogwTutwPTtf+IdM="; }; vendorHash = "sha256-onR4n6ok6y9APRwGjBoMISbidGDVw19D48TkogRp1uM="; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/4zx0b1swq4j58442p7k2jd4i2g8d60ym-rqlite-8.22.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • rqlite
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/rqlite/rqlite/releases. meta.description for rqlite is: The lightweight, distributed relational database built on SQLite meta.homepage for rqlite is: https://github.com/rqlite/rqlite ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/rqlite/rqlite/releases/tag/v8.22.1) - [Compare changes on GitHub](https://github.com/rqlite/rqlite/compare/v8.21.3...v8.22.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 8.22.1 in filename of file in /nix/store/4zx0b1swq4j58442p7k2jd4i2g8d60ym-rqlite-8.22.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath rqlite ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4zx0b1swq4j58442p7k2jd4i2g8d60ym-rqlite-8.22.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A rqlite https://github.com/r-ryantm/nixpkgs/archive/a956a175bb56c5403f1f205df8af220752a2c607.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a956a175bb56c5403f1f205df8af220752a2c607#rqlite ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4zx0b1swq4j58442p7k2jd4i2g8d60ym-rqlite-8.22.1 ls -la /nix/store/4zx0b1swq4j58442p7k2jd4i2g8d60ym-rqlite-8.22.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • rqlite
--- ###### Maintainer pings cc @dit7ya 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/292488 [result] Success updating rqlite 8.21.3 -> 8.22.1 https://github.com/rqlite/rqlite/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ec2instanceconnectcli, using log file: /var/log/nixpkgs-update/python311Packages.ec2instanceconnectcli/2024-03-01.log python311Packages.ec2instanceconnectcli 0 -> 1 attrpath: python311Packages.ec2instanceconnectcli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ec2instanceconnectcli-1.0.3 Press Enter key to continue... Running update for: - python3.11-ec2instanceconnectcli-1.0.3: UPDATING ... - python3.11-ec2instanceconnectcli-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ec2instanceconnectcli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hg-git, using log file: /var/log/nixpkgs-update/python311Packages.hg-git/2024-03-01.log python311Packages.hg-git 0 -> 1 attrpath: python311Packages.hg-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] Going to be running update for following packages: - python3.11-hg-git-1.1.0 Press Enter key to continue... Running update for: - python3.11-hg-git-1.1.0: UPDATING ... - python3.11-hg-git-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hg-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.azure-mgmt-signalr, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-signalr/2024-03-01.log python311Packages.azure-mgmt-signalr 0 -> 1 attrpath: python311Packages.azure-mgmt-signalr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-azure-mgmt-signalr-1.2.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-signalr-1.2.0: UPDATING ... - python3.11-azure-mgmt-signalr-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-signalr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-libzfs, using log file: /var/log/nixpkgs-update/python311Packages.py-libzfs/2024-03-01.log python311Packages.py-libzfs 0 -> 1 attrpath: python311Packages.py-libzfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-py-libzfs-22.12.4.2 Press Enter key to continue... Running update for: - python3.11-py-libzfs-22.12.4.2: UPDATING ... - python3.11-py-libzfs-22.12.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-libzfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymysensors, using log file: /var/log/nixpkgs-update/python311Packages.pymysensors/2024-03-01.log python311Packages.pymysensors 0 -> 1 attrpath: python311Packages.pymysensors Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pymysensors-0.24.1 Press Enter key to continue... Running update for: - python3.11-pymysensors-0.24.1: UPDATING ... - python3.11-pymysensors-0.24.1: ERROR --- SHOWING ERROR LOG FOR python3.11-pymysensors-0.24.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/theolind/pymysensors/tarball/0.24.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/theolind/pymysensors/tarball/refs/tags/0.24.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pymysensors-0.24.1 ---------------------- The update script for python3.11-pymysensors-0.24.1 failed with exit code 1 [result] Failed to update python311Packages.pymysensors 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath adl, using log file: /var/log/nixpkgs-update/adl/2024-03-01.log adl 3.0.1 -> 3.2 https://github.com/RaitaroH/adl/releases attrpath: adl Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update adl 3.0.1 -> 3.2 https://github.com/RaitaroH/adl/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.IPv6Addr, using log file: /var/log/nixpkgs-update/haskellPackages.IPv6Addr/2024-03-01.log haskellPackages.IPv6Addr 2.0.5.1 -> 2.0.6 https://repology.org/project/haskell:ipv6addr/versions attrpath: haskellPackages.IPv6Addr Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.IPv6Addr 2.0.5.1 -> 2.0.6 https://repology.org/project/haskell:ipv6addr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cimg, using log file: /var/log/nixpkgs-update/cimg/2024-03-01.log cimg 3.3.3 -> 3.3.4 https://repology.org/project/cimg/versions attrpath: cimg Checking auto update branch... An auto update branch exists with message `cimg: 3.3.3 -> 3.3.4`. New version is 3.3.4. An auto update branch exists with an equal or greater version [result] Failed to update cimg 3.3.3 -> 3.3.4 https://repology.org/project/cimg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.workflows, using log file: /var/log/nixpkgs-update/rPackages.workflows/2024-03-01.log rPackages.workflows 1.1.3 -> 1.1.4 https://repology.org/project/r:workflows/versions attrpath: rPackages.workflows 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.workflows 1.1.3 -> 1.1.4 https://repology.org/project/r:workflows/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.geeCRT, using log file: /var/log/nixpkgs-update/rPackages.geeCRT/2024-03-01.log rPackages.geeCRT 1.1.2 -> 1.1.3 https://repology.org/project/r:geecrt/versions attrpath: rPackages.geeCRT 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.geeCRT 1.1.2 -> 1.1.3 https://repology.org/project/r:geecrt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Going to be running update for following packages: - python3.12-pyro-ppl-1.8.6 Press Enter key to continue... Running update for: - python3.12-pyro-ppl-1.8.6: UPDATING ... - python3.12-pyro-ppl-1.8.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyro-ppl/default.nix b/pkgs/development/python-modules/pyro-ppl/default.nix index 9dbd71e83acf..93002f4b1e63 100644 --- a/pkgs/development/python-modules/pyro-ppl/default.nix +++ b/pkgs/development/python-modules/pyro-ppl/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "pyro-ppl"; - version = "1.8.6"; + version = "1.9.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit version pname; - hash = "sha256-ANL03ailPmbZVRJNxuSektz1cM071waCUJHbdk2TzQc="; + hash = "sha256-QfTABRWVaCgPvFEWSJYKmKKxpBACfYvQpDIgrJsQLN8="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.pyro-ppl Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.pyro-ppl Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.pyro-ppl/lib/customisation.nix:267:7: 266| in commonAttrs // { 267| drvPath = assert condition; drv.drvPath; | ^ 268| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.pyro-ppl/lib/customisation.nix:267:7: 266| in commonAttrs // { 267| drvPath = assert condition; drv.drvPath; | ^ 268| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.pyro-ppl/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update python312Packages.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 rPackages.aroma_core, using log file: /var/log/nixpkgs-update/rPackages.aroma_core/2024-03-01.log rPackages.aroma_core 3.3.0 -> 3.3.1 https://repology.org/project/r:aroma.core/versions attrpath: rPackages.aroma_core Checking auto update branch... No auto update branch exists Old version 3.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.aroma_core 3.3.0 -> 3.3.1 https://repology.org/project/r:aroma.core/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rustdesk, using log file: /var/log/nixpkgs-update/rustdesk/2024-03-01.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/p0n9pdzgxr7fzj4264h7rqjvibxps42j-source.drv building '/nix/store/p0n9pdzgxr7fzj4264h7rqjvibxps42j-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 0 105 0 0 390 0 --:--:-- --:--:-- --:--:-- 391 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 52 derivations will be built: /nix/store/gzhjf8g25rh085jlhl7s6y7wrq420cyp-crate-flutter_rust_bridge-1.75.3.tar.gz.drv /nix/store/17jkqc2nqjd65wb8w1wa7fww9qki68xw-flutter_rust_bridge-1.75.3.drv /nix/store/lgx1rw87cg1wcb4qsabzq68d48iyhijb-crate-libpulse-sys-1.20.1.tar.gz.drv /nix/store/2n2ldrqx7zis4m34xrcrn76p7xvz72cd-libpulse-sys-1.20.1.drv /nix/store/yxc83wkyn0kx2maxanyz8cp94vkb1qlb-hwcodec-82cdc15.drv /nix/store/4cfvij87sxkvkv3h9szx4nj482a0p4i8-hwcodec-0.1.1.drv /nix/store/pmswd7dam7hlggw6c932ar97hi94pgkc-crate-libpulse-simple-sys-1.20.1.tar.gz.drv /nix/store/4dn6d43gzjrlp0s77zhs60n4b234xnql-libpulse-simple-sys-1.20.1.drv /nix/store/54z7k36s4s4nxcsmi91j5dvhq6pb2jf0-crate-webm-1.0.2.tar.gz.drv /nix/store/rba4xkddp5hm335sr0gyv0s9vn562kvs-crate-webm-sys-1.0.3.tar.gz.drv /nix/store/6492i2vx9kh5xvf78li3aai9g1klig7s-webm-sys-1.0.3.drv /nix/store/73mjav53mmd5isrxq5v4avxrxhawg3v7-const_format-0.2.31.drv /nix/store/869spxhdq43h0f50ndj8cb4nw0dwgb3m-crate-flexi_logger-0.25.4.tar.gz.drv /nix/store/9vqlcfrxp5j1bzaygrx0i117f8qiri48-crate-libpulse-binding-2.27.1.tar.gz.drv /nix/store/8kdm6jlh4k5h7dndy2xysf712n40kmqv-libpulse-binding-2.27.1.drv /nix/store/8v1z09rakcbnxpmbzf38bk51ciblif0h-pam-sys-1.0.0-alpha4.drv /nix/store/afmzl7vdlkl4c471l25l9j84lwx5qq1h-realfft-3.2.0.drv /nix/store/ah5jai8z4qmcijcpv40ijzmwnswb8qci-keepawake-rs-ac395ef.drv /nix/store/ca90wvy5prfac0vz747iwzmzxlkj7czc-libsciter-gtk.so.drv /nix/store/fwaybiyfvxngxvm8igzawkl6v0xxij1f-libsciter-4.4.8.23-bis.drv /nix/store/p0n9pdzgxr7fzj4264h7rqjvibxps42j-source.drv /nix/store/bjgg5fw79rnxhlvhxdch0k6mq49k3ijb-zip-0.6.5.drv /nix/store/h12h8h91xfp4aljs1q0b3hmmciljrd2r-crate-libpulse-simple-binding-2.27.1.tar.gz.drv /nix/store/f2256ab4mw6xv6xbqy7ljalfkxqsl973-libpulse-simple-binding-2.27.1.drv /nix/store/j8ncyf5q5wqcaxaw99v182z4hrbd254k-crate-allo-isolate-0.1.14.tar.gz.drv /nix/store/f4jsz9jbsnw63j32zy234blyb07v5rc5-allo-isolate-0.1.14.drv /nix/store/g2fl63hkfy92v6pgnwihkansbzj91j96-enum-map-2.5.0.drv /nix/store/y2bqxwazgx9i83a5vj58787sr62fry9g-impersonate-system-84b4018.drv /nix/store/h8sbq7r9374b66rhnirg4ngqn5kf00gf-impersonate_system-0.1.0.drv /nix/store/ha52prrkp7biki5c3ps6xlnbsjnjgnh1-keepawake-0.4.3.drv /nix/store/ijwcz30jh7vinrm8bcvwsjsdxlkz1l8q-flexi_logger-0.25.4.drv /nix/store/ip2m1aqv4ag0g67wa4kmj1qxd65b3gnk-webm-1.0.2.drv /nix/store/pjrqibp0lcazc839hqlcx1sl5bfsrh9c-crate-wol-rs-1.0.0.tar.gz.drv /nix/store/irn7s7xlbqjwrax3bjrrmq7absxaj04a-wol-rs-1.0.0.drv /nix/store/l5vzxby5lhyn0aighh6h45glx0gj3bym-epoll-4.3.1.drv /nix/store/llb058lvplkhyfqdybxmvs3p9x2p3jyf-rdev-2e8221d.drv /nix/store/mkpillszv6v4dgqlwxnhb2nv72qfsr4w-rdev-0.5.0-2.drv /nix/store/lz4dzk29fscf02nbxqjc3lw8m13hqmmp-crate-sysinfo-0.29.6.tar.gz.drv /nix/store/myq4ff2cnkh1yvhgcvw05qqq1ja5k06k-sysinfo-0.29.6.drv /nix/store/m0h1s8bbgg23cpp0kf832qm7xf95nmdf-crate-flutter_rust_bridge_codegen-1.75.3.tar.gz.drv /nix/store/n4kmwwj2nafc4gjcm1yd74di7w14qwij-flutter_rust_bridge_codegen-1.75.3.drv /nix/store/zbgq106c3xyzynqhwrp50j1w39z6qi13-reqwest-4cc8345.drv /nix/store/n7mlg0sy87g2khnchs87azlsy69akpcg-reqwest-0.11.18.drv /nix/store/b5aiq9sjzaclbsfbaw3pm04n5qgln93g-crate-delegate-0.8.0.tar.gz.drv /nix/store/qvgmfqk9amvddn4sa3hqxb4hqq317lhv-delegate-0.8.0.drv /nix/store/fc4vmax9y53b9ydqnyc1384kr16my6zn-crate-flutter_rust_bridge_macros-1.75.3.tar.gz.drv /nix/store/skz8izqlj5sr0kdvac922fkv1cgwd85l-flutter_rust_bridge_macros-1.75.3.drv /nix/store/vdmfg1ybr5y9ajdnl5sv8dlygpfqn6ix-quinn-0.9.3.drv /nix/store/vfc0c328qgii814dwj1zjx1240m1q85j-const_format_proc_macros-0.2.31.drv /nix/store/z8w76ryq4fjbnfa0r3yzvsh0ynqqz6fs-quinn-proto-0.9.3.drv /nix/store/rkx62fb9k7zjyn7qynbjlr2n5q5vwsx7-cargo-vendor-dir.drv /nix/store/b31kdkc36lyrgjfakhqyh00nyq39z83l-rustdesk-1.2.3-1.drv these 146 paths will be fetched (18.12 MiB download, 93.02 MiB unpacked): /nix/store/5p8lrd6xr7zy3qngbvdw2bra60dagiq0-confy-0.4.0-2 /nix/store/777h1bz2qhalxpm86y9aizgaxmyh4d57-core-foundation-sys-0.6.2 /nix/store/8g3x48mxqd9x4kdmn26jkssj3bbsmiaq-coreaudio-rs-0.11.2 /nix/store/a5wdyqf9lzkb2qpfmzm9mk3p80jmzxml-coreaudio-sys-0.2.12 /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/sg2lq373ris4xzqw8faqgwwxakil1fwq-ctrlc-3.2.5 /nix/store/xvfgwx5qi880yi11hz8bjwqphjrhh97b-dark-light-1.0.0 /nix/store/9r3jbhd94x8sc6sxygvrmkhkzz7c8nnr-dart-sys-4.0.2 /nix/store/36bwdlzwdc36iqa4ynhni4f8r8bfh9ss-dconf_rs-0.3.0 /nix/store/pkg7bxs18spn0p87hrx1mqx9zd5w1y8h-detect-desktop-environment-0.2.0 /nix/store/3a4lns0jbg4qjn6yh490ddawc0nxrm0y-enum_dispatch-0.3.11 /nix/store/adsbl1sp4q1aapn6znmnvy9bq7jryj4q-evdev-0.11.5 /nix/store/ngf0jxpx55rvlgk2309zfc0b2gxdi478-exr-1.6.3 /nix/store/7m6wb98v7vyxn9ymc2b0bmj5day1wa30-fon-0.6.0 /nix/store/4synd4z0pzi6ywmaj4hbkp722942d03l-fruitbasket-0.10.0 /nix/store/2v28sgrx89a3gs72dkshyjmvas24q1cp-gdk-0.16.2 /nix/store/fy29qc14ygah3sp68nk1nxwx96vlfcrj-gdk-pixbuf-0.16.7 /nix/store/044kki57j98va3czk6592pdycay7ddbq-gdk-pixbuf-sys-0.16.3 /nix/store/api24mpk9gsb93r4h2dzjdvmdis5aljl-gdkwayland-sys-0.16.0 /nix/store/gyxz5ixq6smywnwgrb2cprc1iih7s0sb-gdkx11-sys-0.16.0 /nix/store/9qm7vlgxhzai4gykn7vmaxq8cs44yc01-getrandom-0.2.9 /nix/store/38rmbc5q88wgsi3xa1hp96zvfy537zkf-gio-0.16.7 /nix/store/9lcs8j9gawfbnaydj3hzf0l3rws8zw79-gio-sys-0.16.3 /nix/store/inv5k53g2drxqx82c0aa9g61hhbxz87w-glib-0.10.3 /nix/store/q09axl03s5acka7kkaqhp3f1gh7ilp3z-glib-0.16.7 /nix/store/735621h34j7bm2bfcf192jywqz6q4ddf-glib-macros-0.10.1 /nix/store/cfnci7123zq0jic8vw1f8k2d48bqfk1d-glib-macros-0.16.8 /nix/store/syf1bh2wiba52wwd2j448drxmasaydlx-glib-sys-0.10.1 /nix/store/bhs5a861ipqg3z17fl80l12sdl68vii7-glib-sys-0.16.3 /nix/store/1gigl0ikgxirxpbkgws5bawb7876vhx2-gobject-sys-0.10.0 /nix/store/962l9xaqmxl9cwfy7p4i1fniaxhc4s7b-gobject-sys-0.16.3 /nix/store/zdzc4lbj1lblgrrb7rh0ngk60yddjrp8-gstreamer-0.16.7 /nix/store/4ybicyq53zj8m4vhx91hd1j9cazhfgi9-gstreamer-app-0.16.5 /nix/store/mwwvrxw7qs45xyk5wihp1m0q4lsyryrl-gstreamer-app-sys-0.9.1 /nix/store/3mnfhyp8ji7nd7lrhipbchwwnxg8avlb-gstreamer-base-0.16.5 /nix/store/7nbwmqjjn1kryzlp4ma35rxlxv2ba9wj-gstreamer-base-sys-0.9.1 /nix/store/bcznmng73xr3az27s1mpwd45q9rxa6sl-gstreamer-sys-0.9.1 /nix/store/l6b4024rl7g2ci9r3fcrcmqfan36qd7a-gstreamer-video-0.16.7 /nix/store/c7kdfkzxidryy18b797wg8l9gli9yj9k-gstreamer-video-sys-0.9.1 /nix/store/69rmgjjj05a7zx7zirn1nivb0lfnia0s-gtk-0.16.2 /nix/store/hgb2mw8z347a36slr506x5dzyr0bwk8m-gtk3-macros-0.16.3 /nix/store/66gph7wzrpby75viny1cbknwdnq59hcr-iana-time-zone-0.1.56 /nix/store/zzlb8qjylk0f8n5lmga5g8czkb60pjk1-inotify-0.10.0 /nix/store/c5m0z74334q04s0bi8z2j29zabfq9ff7-is_debug-1.0.1 /nix/store/0fcp9iwqpagsklg38zwc3z7n4ybgbnil-itoa-0.3.4 /nix/store/alw3b6clnnayrlkqz07lkv5iwqspca1j-js-sys-0.3.62 /nix/store/nasjvnwv8qlwjf1xvrp38fmyrrljgshg-keyboard-types-0.6.2 /nix/store/bv353hl6x3zh0snif68rn2bx3ii7zlpv-libappindicator-0.8.0 /nix/store/swmj9zya35apsvfppqxjfpg5pznvfsfj-libappindicator-sys-0.8.0 /nix/store/qg5r3g4hxyl74sdj2889n3kyr5nb0vd4-libm-0.2.6 /nix/store/37ri3lb6akrcby69m9b3wkbvb3zfm64l-libsamplerate-sys-0.1.12 /nix/store/gx2p8mv6hlykb118xxs4wl9488g601zy-libsodium-sys-0.2.7 /nix/store/3xfrnrd7ix2hnfgvz5m1avrnaflvjkgw-libxdo-0.6.0 /nix/store/vb82gqsf05az974wcwv5sfhy8wz7bkh9-libxdo-sys-0.11.0 /nix/store/12zmassxnk27gwfzna1pd4jnffaqk849-linux-raw-sys-0.3.7 /nix/store/v93wh5rs4q6kqs91razwkhpvf7nb1va8-mac_address-1.1.4 /nix/store/apcxi6i5pqqcs7b67idzidjcd3zvy5b7-machine-uid-0.3.0 /nix/store/9m6fbb7c1fjfzalgrkj2i7bi6n9j1v3p-magnum-opus-0.4.0 /nix/store/k1zlab6hrvh40qqs9fnfcq1cfy3mwlcl-mouce-0.2.1 /nix/store/smisqxyn3zc5m22w01a12gha11n6xwwp-muda-0.5.0 /nix/store/yk99rlnavlhiyca2kgnpzqi014alvx7l-muldiv-0.2.1 /nix/store/fsjd8m48p24kdpzszfzha24jmls7p657-os-version-0.2.0 /nix/store/wph2fj926zyamjdx9r0my6d06fmbnkni-os_str_bytes-6.5.0 /nix/store/bg0ixc1rknf8zw8l4y51w31cvvdp0kca-osascript-0.3.0 /nix/store/vs97xryql6z42fynsyk04dbfx92sbj7a-pam-0.7.0 /nix/store/axjxm7szvh0p6ir3b50yamm1xwkiki03-pam-macros-0.0.3 /nix/store/n7djk1mxwjkbc1yd5xmlcbp13kdccr7h-pango-0.16.5 /nix/store/ap5wn09qqlndryv3hn0nhln3yns9i7f1-pango-sys-0.16.3 /nix/store/kgd8w2rynrdrxmbdg1cllpf8m4wzrxi7-parity-tokio-ipc-0.7.3-2 /nix/store/f98l8n7rhq2bwhm73m9ajw0cfplnnc36-phf-0.7.24 /nix/store/ays2biz36wx91v9i6a5qvf0abgwnv8sr-phf_codegen-0.7.24 /nix/store/fr3bwnblll9aqxlqr5bkhjm0l9xgydwk-phf_generator-0.7.24 /nix/store/cn0c8sqx2r743rfs6998awimp2n4n3si-phf_shared-0.7.24 /nix/store/xf39jhm8y8zsyx514wsnrpj0krbanb60-plist-1.4.3 /nix/store/60kv35lrvzk1ac5bxjq7n77bpq2ksw01-pretty-hex-0.2.1 /nix/store/8hmbwsqggs0477097a6lbjvww0sdmwjm-protobuf-3.2.0 /nix/store/9hv38ggdlq80cl03qbw9r969lm0z3q6m-protobuf-codegen-3.2.0 /nix/store/8s1pwhn7d7g2zi0l61h2bka7c31wq2wx-protobuf-parse-3.2.0 /nix/store/2xa4giyg7jl8dvgf3qi2xf3bn6ynk04r-protobuf-support-3.2.0 /nix/store/rv7mxbgn1bxj66wvv6nldf55nnax5ksj-quest-0.3.0 /nix/store/13wy4dx1p9xnwks9y6vn78c1fygv9vix-quick-xml-0.23.1 /nix/store/7cvz6yz12wbngn513qq705c40ycg2qy7-quote-1.0.27 /nix/store/1z449drlg9xmza9jx4d5xr3iwwqvlmdi-regex-1.8.1 /nix/store/g21rsxbl798h7rm15h8hrrws22g6zbym-regex-syntax-0.7.1 /nix/store/n9yl7r5b4vmf41717d8y314ypa7y1bhr-repng-0.2.2 /nix/store/mmzdni54wqb6nl220gl7m6z7f4zf9swq-rpassword-2.1.0 /nix/store/s4cbbyz6p06rm283lr28a1i5cr15b2nr-rubato-0.12.0 /nix/store/83clipiy5fjp19pbx9bf0b2x719b2bd7-runas-1.0.0 /nix/store/dfwqsim1pqlnmdnwh10007rjcqhdc6j5-rust-pulsectl-0.2.12 /nix/store/sprrs6f3p2gndqshn2q8jfw82d45sa4c-rustfft-6.1.0 /nix/store/iw57n837il6ifv33lpsd6c0bm4kbywj3-samplerate-0.2.4 /nix/store/30g1c1wpc3fg2nw87ab0vqlqz1m54i4h-sciter-rs-0.5.57 /nix/store/sj1f9s4srkd10abrn9cf8dzf17bll1mi-serde-0.9.15 /nix/store/4c4hkfh39yhbgsjvw7l7b1aqj9msnbqy-serde_json-0.9.10 /nix/store/3qj918zb589yf6l0mlkcf2748vc6425q-serde_repr-0.1.12 /nix/store/f252fx6bxpzy5n70n1n8q4wfcq7szcvi-shadow-rs-0.21.0 /nix/store/4x6l7a44y8hsl9wgccg7dcfc0dff410y-shared_memory-0.12.4 /nix/store/q1svidr7cx9lsvp558cf355npkjcn0i6-siphasher-0.2.3 /nix/store/yflavlwi6wb3zrxcnxjk34fbcvy5143i-sodiumoxide-0.2.7 /nix/store/mfw1hmhcjbgwpsc200sdc5l607dawvxc-strength_reduce-0.2.4 /nix/store/6agwsfh0nwqsbqj1b0i8hzyj7wnm4c0b-strum-0.18.0 /nix/store/rvj4dlkawjl1r9gdxcrjjxlwayr0hk1h-strum_macros-0.18.0 /nix/store/184nsc9c1za1rgjn03kr4vq16anvl0gn-system-configuration-0.5.0 /nix/store/pgi34msagn9smljsph7cjzv1gjv5hcw4-system-deps-1.3.2 /nix/store/g484x5qpwsd51s7caq1zvqfyh8jbxps1-system-deps-6.1.0 /nix/store/67cjknmqsaarsp4pghf3q8kh9wi87frp-system_shutdown-4.0.1 /nix/store/3yxbwyhc9xgm0nbhsd8avykwxxvgab42-tao-0.22.2 /nix/store/ds2hbc2808ksim053isvs6gj42cx74ja-tao-macros-0.1.2 /nix/store/063qvspq5cmdy4jj4945sm8a7fyjirlr-target-lexicon-0.12.7 /nix/store/i5kvzbscp3877vii3sw1ar9vz07xg65w-target_build_utils-0.3.1 /nix/store/0x3wgqd8vkmc2xlziwj5fpgvywzaaxix-tauri-winrt-notification-0.1.2 /nix/store/jn672cx020gznfx4j8ikiqyl878l5v8m-termios-0.3.3 /nix/store/xkzhyw6vm4a31pdla6rdwn6mk6xvr0ix-tfc-0.6.1 /nix/store/0gkh52c7afgfha48rwwvg9qycai7ljrn-tiff-0.8.1 /nix/store/za49pmvqingzydzzc5iiibyjd47w7s21-tokio-socks-0.5.1-2 /nix/store/ihx7wp3sw8ppn2ylrrnj7hd55n2g2h3c-topological-sort-0.2.2 /nix/store/2k2wzsqb91i3zckqsa91w9smkr5ma69j-tracing-attributes-0.1.24 /nix/store/k9ac8pbvysh1fhy1cx1kmsan4f0qgqvg-transpose-0.2.2 /nix/store/vgmcf016ks45kd0rfmdy27qjwg5js64q-tray-icon-0.5.1 /nix/store/7zdj6cdgf2hmclv92nd6ad4630hq90zm-tz-rs-0.6.14 /nix/store/7glzyy332cwpz3b7a9mdlivbcps2y0nx-tzdb-0.5.7 /nix/store/i0f1mmjz3996kqcf5l1y8mfir2wpf7k2-users-0.10.0 /nix/store/pifqbnq1vb73fwff0v4a1q3z11sinmii-users-0.11.0 /nix/store/03fy6x9qqviqcdjz1qginals8a0skq4p-uuid-1.3.2 /nix/store/vqivppc5pd7n893zxzsfdkrimf4g36cd-version-compare-0.0.10 /nix/store/ic8bfh7zgjldfibzmdzxln0cb14qll4g-wasm-bindgen-0.2.85 /nix/store/qf07fa1zkja4996611qx3x7dkpa8gnmh-wasm-bindgen-backend-0.2.85 /nix/store/ms2ryn5cg0bha6a2a9ry119scs5mavdf-wasm-bindgen-futures-0.4.35 /nix/store/kva0gblqrgm7d5dich732ri2q696vv6r-wasm-bindgen-macro-0.2.85 /nix/store/vqlnhc2kcmidrdgbn4wkysdybgl02l0y-wasm-bindgen-macro-support-0.2.85 /nix/store/qmqbb3049gji92i29gciv7283bkvdhl7-wasm-bindgen-shared-0.2.85 /nix/store/wl8s42ri93dan4zf58aab7nbk8zddk83-web-sys-0.3.62 /nix/store/93bmhvl0cc6yimygsnnfvw36z13qk1ks-win-sys-0.3.1 /nix/store/3r4ip5n4cg74gzmrfvx9waax9pcv3500-windows-service-0.6.0 /nix/store/26jvqjh5277y8c3q9ng551s97705zin4-winnow-0.4.6 /nix/store/8mlgydp6i3iw79ycvc6q3nyxpx4m74j8-x11-2.19.0 /nix/store/qlxlfjl1yazid7xb9l1mdz2mv41chmkp-zbus-3.12.0 /nix/store/79m5p4k3pzzlnwbq6y4plahmxf1fwp9d-zbus_macros-3.12.0 copying path '/nix/store/ngf0jxpx55rvlgk2309zfc0b2gxdi478-exr-1.6.3' from 'https://cache.nixos.org'... copying path '/nix/store/7m6wb98v7vyxn9ymc2b0bmj5day1wa30-fon-0.6.0' from 'https://cache.nixos.org'... copying path '/nix/store/36bwdlzwdc36iqa4ynhni4f8r8bfh9ss-dconf_rs-0.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/a5wdyqf9lzkb2qpfmzm9mk3p80jmzxml-coreaudio-sys-0.2.12' from 'https://cache.nixos.org'... copying path '/nix/store/xvfgwx5qi880yi11hz8bjwqphjrhh97b-dark-light-1.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/2v28sgrx89a3gs72dkshyjmvas24q1cp-gdk-0.16.2' from 'https://cache.nixos.org'... copying path '/nix/store/fy29qc14ygah3sp68nk1nxwx96vlfcrj-gdk-pixbuf-0.16.7' from 'https://cache.nixos.org'... copying path '/nix/store/4synd4z0pzi6ywmaj4hbkp722942d03l-fruitbasket-0.10.0' from 'https://cache.nixos.org'... copying path '/nix/store/adsbl1sp4q1aapn6znmnvy9bq7jryj4q-evdev-0.11.5' from 'https://cache.nixos.org'... copying path '/nix/store/8g3x48mxqd9x4kdmn26jkssj3bbsmiaq-coreaudio-rs-0.11.2' from 'https://cache.nixos.org'... copying path '/nix/store/777h1bz2qhalxpm86y9aizgaxmyh4d57-core-foundation-sys-0.6.2' from 'https://cache.nixos.org'... copying path '/nix/store/sg2lq373ris4xzqw8faqgwwxakil1fwq-ctrlc-3.2.5' from 'https://cache.nixos.org'... copying path '/nix/store/5p8lrd6xr7zy3qngbvdw2bra60dagiq0-confy-0.4.0-2' from 'https://cache.nixos.org'... copying path '/nix/store/3a4lns0jbg4qjn6yh490ddawc0nxrm0y-enum_dispatch-0.3.11' from 'https://cache.nixos.org'... copying path '/nix/store/9r3jbhd94x8sc6sxygvrmkhkzz7c8nnr-dart-sys-4.0.2' from 'https://cache.nixos.org'... copying path '/nix/store/pkg7bxs18spn0p87hrx1mqx9zd5w1y8h-detect-desktop-environment-0.2.0' from 'https://cache.nixos.org'... building '/nix/store/p0n9pdzgxr7fzj4264h7rqjvibxps42j-source.drv'... building '/nix/store/ca90wvy5prfac0vz747iwzmzxlkj7czc-libsciter-gtk.so.drv'... building '/nix/store/j8ncyf5q5wqcaxaw99v182z4hrbd254k-crate-allo-isolate-0.1.14.tar.gz.drv'... building '/nix/store/b5aiq9sjzaclbsfbaw3pm04n5qgln93g-crate-delegate-0.8.0.tar.gz.drv'... building '/nix/store/869spxhdq43h0f50ndj8cb4nw0dwgb3m-crate-flexi_logger-0.25.4.tar.gz.drv'... building '/nix/store/gzhjf8g25rh085jlhl7s6y7wrq420cyp-crate-flutter_rust_bridge-1.75.3.tar.gz.drv'... building '/nix/store/m0h1s8bbgg23cpp0kf832qm7xf95nmdf-crate-flutter_rust_bridge_codegen-1.75.3.tar.gz.drv'... building '/nix/store/fc4vmax9y53b9ydqnyc1384kr16my6zn-crate-flutter_rust_bridge_macros-1.75.3.tar.gz.drv'... building '/nix/store/9vqlcfrxp5j1bzaygrx0i117f8qiri48-crate-libpulse-binding-2.27.1.tar.gz.drv'... building '/nix/store/h12h8h91xfp4aljs1q0b3hmmciljrd2r-crate-libpulse-simple-binding-2.27.1.tar.gz.drv'... building '/nix/store/pmswd7dam7hlggw6c932ar97hi94pgkc-crate-libpulse-simple-sys-1.20.1.tar.gz.drv'... building '/nix/store/lgx1rw87cg1wcb4qsabzq68d48iyhijb-crate-libpulse-sys-1.20.1.tar.gz.drv'... building '/nix/store/lz4dzk29fscf02nbxqjc3lw8m13hqmmp-crate-sysinfo-0.29.6.tar.gz.drv'... building '/nix/store/54z7k36s4s4nxcsmi91j5dvhq6pb2jf0-crate-webm-1.0.2.tar.gz.drv'... building '/nix/store/rba4xkddp5hm335sr0gyv0s9vn562kvs-crate-webm-sys-1.0.3.tar.gz.drv'... building '/nix/store/pjrqibp0lcazc839hqlcx1sl5bfsrh9c-crate-wol-rs-1.0.0.tar.gz.drv'... building '/nix/store/yxc83wkyn0kx2maxanyz8cp94vkb1qlb-hwcodec-82cdc15.drv'... building '/nix/store/y2bqxwazgx9i83a5vj58787sr62fry9g-impersonate-system-84b4018.drv'... building '/nix/store/ah5jai8z4qmcijcpv40ijzmwnswb8qci-keepawake-rs-ac395ef.drv'... building '/nix/store/llb058lvplkhyfqdybxmvs3p9x2p3jyf-rdev-2e8221d.drv'... building '/nix/store/zbgq106c3xyzynqhwrp50j1w39z6qi13-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 708 0 --:--:-- --:--:-- --:--:-- 709 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 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 27889 0 0:00:01 0:00:01 --:--:-- 66524 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 53842 0 --:--:-- --:--:-- --:--:-- 53842 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 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 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 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 71301 0 --:--:-- --:--:-- --:--:-- 71301 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 208k 0 --:--:-- --:--:-- --:--:-- 208k 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 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 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 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/ 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/fj1bzls3hhjj7rf3ci237y4khmwk65n6-crate-zip-0.6.5.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/v3zm9n52bp6nw7qxl3n938gm3vgzzqi2-crate-quinn-proto-0.9.3.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/ah7igg3sm74xh82i1yyagwqfdxv606nz-crate-const_format_proc_macros-0.2.31.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/gyxz5ixq6smywnwgrb2cprc1iih7s0sb-gdkx11-sys-0.16.0' from 'https://cache.nixos.org'... copying path '/nix/store/9lcs8j9gawfbnaydj3hzf0l3rws8zw79-gio-sys-0.16.3' from 'https://cache.nixos.org'... copying path '/nix/store/052ha3fzwk6cw817ilipvxnjvhsh7ghy-crate-enum-map-2.5.0.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/044kki57j98va3czk6592pdycay7ddbq-gdk-pixbuf-sys-0.16.3' from 'https://cache.nixos.org'... copying path '/nix/store/38rmbc5q88wgsi3xa1hp96zvfy537zkf-gio-0.16.7' from 'https://cache.nixos.org'... copying path '/nix/store/api24mpk9gsb93r4h2dzjdvmdis5aljl-gdkwayland-sys-0.16.0' from 'https://cache.nixos.org'... copying path '/nix/store/9qm7vlgxhzai4gykn7vmaxq8cs44yc01-getrandom-0.2.9' from 'https://cache.nixos.org'... copying path '/nix/store/jzp7qx34mw06v1bm83kg4jmwlvaxqj7y-crate-quinn-0.9.3.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/nyn8spna7rhv9psk6nj0x5rx7sjmvs1p-crate-pam-sys-1.0.0-alpha4.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/inv5k53g2drxqx82c0aa9g61hhbxz87w-glib-0.10.3' from 'https://cache.nixos.org'... copying path '/nix/store/khrlnihhgaybbchd3ff12fjs7wz8pjbj-crate-realfft-3.2.0.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/gvl9lgcapfi5ccg15793ka69gc1fc4gl-crate-epoll-4.3.1.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/320w6q7bxpk52a42jmm9y28903v1ykqa-crate-const_format-0.2.31.tar.gz' from 'https://cache.nixos.org'... error: builder for '/nix/store/p0n9pdzgxr7fzj4264h7rqjvibxps42j-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 708 0 --:--:-- --:--:-- --:--:-- 709 > 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/p0n9pdzgxr7fzj4264h7rqjvibxps42j-source.drv'. error: 1 dependencies of derivation '/nix/store/b31kdkc36lyrgjfakhqyh00nyq39z83l-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 rPackages.ggforce, using log file: /var/log/nixpkgs-update/rPackages.ggforce/2024-03-01.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 datadog-process-agent, using log file: /var/log/nixpkgs-update/datadog-process-agent/2024-03-01.log datadog-process-agent 7.50.3 -> 7.51.1 https://github.com/DataDog/datadog-agent/releases attrpath: datadog-process-agent Checking auto update branch... No auto update branch exists Old version 7.50.3" not present in master derivation file with contents: { lib, datadog-agent }: datadog-agent.overrideAttrs (attrs: { pname = "datadog-process-agent"; meta = with lib; attrs.meta // { description = "Live process collector for the DataDog Agent v7"; maintainers = with maintainers; [ domenkozar ]; }; subPackages = [ "cmd/process-agent" ]; postInstall = null; }) [result] Failed to update datadog-process-agent 7.50.3 -> 7.51.1 https://github.com/DataDog/datadog-agent/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arduino-cli, using log file: /var/log/nixpkgs-update/arduino-cli/2024-03-01.log arduino-cli 0.35.2 -> 0.35.3 https://repology.org/project/arduino-cli/versions attrpath: arduino-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#arduino-cli.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/arduino-cli' does not provide attribute 'packages.x86_64-linux.arduino-cli.src', 'legacyPackages.x86_64-linux.arduino-cli.src' or 'arduino-cli.src' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#arduino-cli.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/arduino-cli' does not provide attribute 'packages.x86_64-linux.arduino-cli.originalSrc', 'legacyPackages.x86_64-linux.arduino-cli.originalSrc' or 'arduino-cli.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#arduino-cli --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 arduino-cli 0.35.2 -> 0.35.3 https://repology.org/project/arduino-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 rubyPackages.semian, using log file: /var/log/nixpkgs-update/rubyPackages.semian/2024-03-01.log rubyPackages.semian 0.21.2 -> 0.21.3 https://repology.org/project/ruby:semian/versions attrpath: rubyPackages.semian 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.semian 0.21.2 -> 0.21.3 https://repology.org/project/ruby:semian/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libbson, using log file: /var/log/nixpkgs-update/libbson/2024-03-01.log libbson 1.9.5 -> 1.26.0 https://repology.org/project/mongo-c-driver/versions attrpath: libbson 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/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv building '/nix/store/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv'... trying https://github.com/mongodb/libbson/archive/1.26.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 'libbson.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv /nix/store/j2sjpnankghbaynksv1k67ax6ijmiwyz-libbson-1.26.0.drv building '/nix/store/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv'... trying https://github.com/mongodb/libbson/archive/1.26.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/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mongodb/libbson/archive/1.26.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/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv'. error: 1 dependencies of derivation '/nix/store/j2sjpnankghbaynksv1k67ax6ijmiwyz-libbson-1.26.0.drv' failed to build [result] Failed to update libbson 1.9.5 -> 1.26.0 https://repology.org/project/mongo-c-driver/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-linkcheck, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-linkcheck/2024-03-01.log python311Packages.mkdocs-linkcheck 0 -> 1 attrpath: python311Packages.mkdocs-linkcheck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mkdocs-linkcheck-unstable-2021-08-24 Press Enter key to continue... Running update for: - python3.11-mkdocs-linkcheck-unstable-2021-08-24: UPDATING ... - python3.11-mkdocs-linkcheck-unstable-2021-08-24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-linkcheck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dyn, using log file: /var/log/nixpkgs-update/python311Packages.dyn/2024-03-01.log python311Packages.dyn 0 -> 1 attrpath: python311Packages.dyn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dyn-1.8.6 Press Enter key to continue... Running update for: - python3.11-dyn-1.8.6: UPDATING ... - python3.11-dyn-1.8.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dyn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cemu, using log file: /var/log/nixpkgs-update/cemu/2024-03-01.log cemu 0 -> 1 attrpath: cemu Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - cemu-2.0-65 Press Enter key to continue... Running update for: - cemu-2.0-65: UPDATING ... - cemu-2.0-65: ERROR --- SHOWING ERROR LOG FOR cemu-2.0-65 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 357, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update cemu.src --- SHOWING ERROR LOG FOR cemu-2.0-65 ---------------------- The update script for cemu-2.0-65 failed with exit code 1 [result] Failed to update cemu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-nature, using log file: /var/log/nixpkgs-update/python311Packages.qiskit-nature/2024-03-01.log python311Packages.qiskit-nature 0 -> 1 attrpath: python311Packages.qiskit-nature Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-qiskit-nature-0.7.1 Press Enter key to continue... Running update for: - python3.11-qiskit-nature-0.7.1: UPDATING ... - python3.11-qiskit-nature-0.7.1: ERROR --- SHOWING ERROR LOG FOR python3.11-qiskit-nature-0.7.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/qiskit-community/qiskit-nature/tarball/0.7.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/qiskit-community/qiskit-nature/tarball/refs/tags/0.7.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-qiskit-nature-0.7.1 ---------------------- The update script for python3.11-qiskit-nature-0.7.1 failed with exit code 1 [result] Failed to update python311Packages.qiskit-nature 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] 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 rPackages.fastmatrix, using log file: /var/log/nixpkgs-update/rPackages.fastmatrix/2024-03-01.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 memo, using log file: /var/log/nixpkgs-update/memo/2024-03-01.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/val9pyhf2sqfl87yca3yhffjrg2ximr1-source.drv building '/nix/store/val9pyhf2sqfl87yca3yhffjrg2ximr1-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/val9pyhf2sqfl87yca3yhffjrg2ximr1-source.drv /nix/store/0w1a75z4y5ijyx55f3nrscnn1f2d38bk-memo-1.0.drv building '/nix/store/val9pyhf2sqfl87yca3yhffjrg2ximr1-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/val9pyhf2sqfl87yca3yhffjrg2ximr1-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/val9pyhf2sqfl87yca3yhffjrg2ximr1-source.drv'. error: 1 dependencies of derivation '/nix/store/0w1a75z4y5ijyx55f3nrscnn1f2d38bk-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-01.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] 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.python-codon-tables, using log file: /var/log/nixpkgs-update/python311Packages.python-codon-tables/2024-03-01.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] 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 lollypop, using log file: /var/log/nixpkgs-update/lollypop/2024-03-01.log lollypop 0 -> 1 attrpath: lollypop Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - lollypop-1.4.37 Press Enter key to continue... Running update for: - lollypop-1.4.37: UPDATING ... - lollypop-1.4.37: ERROR --- SHOWING ERROR LOG FOR lollypop-1.4.37 ---------------------- Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR lollypop-1.4.37 ---------------------- The update script for lollypop-1.4.37 failed with exit code 1 [result] Failed to update lollypop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath psrecord, using log file: /var/log/nixpkgs-update/psrecord/2024-03-01.log psrecord 0 -> 1 attrpath: psrecord Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - psrecord-1.2 Press Enter key to continue... Running update for: - psrecord-1.2: UPDATING ... - psrecord-1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update psrecord 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cmarkgfm, using log file: /var/log/nixpkgs-update/python311Packages.cmarkgfm/2024-03-01.log python311Packages.cmarkgfm 0 -> 1 attrpath: python311Packages.cmarkgfm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cmarkgfm-2022.10.27 Press Enter key to continue... Running update for: - python3.11-cmarkgfm-2022.10.27: UPDATING ... - python3.11-cmarkgfm-2022.10.27: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cmarkgfm/default.nix b/pkgs/development/python-modules/cmarkgfm/default.nix index aaa29b577eed..1c5e80961d54 100644 --- a/pkgs/development/python-modules/cmarkgfm/default.nix +++ b/pkgs/development/python-modules/cmarkgfm/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "cmarkgfm"; - version = "2022.10.27"; + version = "2024.1.14"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-k9msdxbqkBygv9GK47aPH2v1HeCDDD8jPvc0/NUqB5k="; + hash = "sha256-ogjBcm4SujhRJc7yxtN1xBxd6kzCZzp3r3ErHb8HTpA="; }; propagatedNativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 243 > 25 [result] Failed to update python311Packages.cmarkgfm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openshift, using log file: /var/log/nixpkgs-update/python311Packages.openshift/2024-03-01.log python311Packages.openshift 0 -> 1 attrpath: python311Packages.openshift Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-openshift-0.13.2 Press Enter key to continue... Running update for: - python3.11-openshift-0.13.2: UPDATING ... - python3.11-openshift-0.13.2: ERROR --- SHOWING ERROR LOG FOR python3.11-openshift-0.13.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/openshift/openshift-restclient-python/tarball/v0.13.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/openshift/openshift-restclient-python/tarball/refs/tags/v0.13.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-openshift-0.13.2 ---------------------- The update script for python3.11-openshift-0.13.2 failed with exit code 1 [result] Failed to update python311Packages.openshift 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath smbmap, using log file: /var/log/nixpkgs-update/smbmap/2024-03-01.log smbmap 0 -> 1 attrpath: smbmap Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - smbmap-1.10.2 Press Enter key to continue... Running update for: - smbmap-1.10.2: UPDATING ... - smbmap-1.10.2: ERROR --- SHOWING ERROR LOG FOR smbmap-1.10.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ShawnDEvans/smbmap/tarball/v1.10.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ShawnDEvans/smbmap/tarball/refs/tags/v1.10.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR smbmap-1.10.2 ---------------------- The update script for smbmap-1.10.2 failed with exit code 1 [result] Failed to update smbmap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wllvm, using log file: /var/log/nixpkgs-update/wllvm/2024-03-01.log wllvm 0 -> 1 attrpath: wllvm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - wllvm-1.3.1 Press Enter key to continue... Running update for: - wllvm-1.3.1: UPDATING ... - wllvm-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wllvm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath carp, using log file: /var/log/nixpkgs-update/carp/2024-03-01.log carp 0.5.5 -> 0.8.2 https://repology.org/project/carp/versions attrpath: carp 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 carp 0.5.5 -> 0.8.2 https://repology.org/project/carp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libdazzle, using log file: /var/log/nixpkgs-update/libdazzle/2024-03-01.log libdazzle 0 -> 1 attrpath: libdazzle Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libdazzle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath patroni, using log file: /var/log/nixpkgs-update/patroni/2024-03-01.log patroni 0 -> 1 attrpath: patroni Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - patroni-2.1.3 Press Enter key to continue... Running update for: - patroni-2.1.3: UPDATING ... - patroni-2.1.3: ERROR --- SHOWING ERROR LOG FOR patroni-2.1.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/zalando/patroni/tarball/v3.2.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/zalando/patroni/tarball/refs/tags/v3.2.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR patroni-2.1.3 ---------------------- The update script for patroni-2.1.3 failed with exit code 1 [result] Failed to update patroni 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bond-api, using log file: /var/log/nixpkgs-update/python311Packages.bond-api/2024-03-01.log python311Packages.bond-api 0 -> 1 attrpath: python311Packages.bond-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] Failed with exit code 1 Going to be running update for following packages: - python3.11-bond-api-0.1.18 Press Enter key to continue... Running update for: - python3.11-bond-api-0.1.18: UPDATING ... - python3.11-bond-api-0.1.18: ERROR --- SHOWING ERROR LOG FOR python3.11-bond-api-0.1.18 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/prystupa/bond-api/tarball/v0.1.18']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/prystupa/bond-api/tarball/refs/tags/v0.1.18']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-bond-api-0.1.18 ---------------------- The update script for python3.11-bond-api-0.1.18 failed with exit code 1 [result] Failed to update python311Packages.bond-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 haskellPackages.hoauth2-demo, using log file: /var/log/nixpkgs-update/haskellPackages.hoauth2-demo/2024-03-01.log haskellPackages.hoauth2-demo 1.8.0 -> 1.9.0 https://repology.org/project/haskell:hoauth2-demo/versions attrpath: haskellPackages.hoauth2-demo Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hoauth2-demo 1.8.0 -> 1.9.0 https://repology.org/project/haskell:hoauth2-demo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath buildbot-plugins.www, using log file: /var/log/nixpkgs-update/buildbot-plugins.www/2024-03-01.log buildbot-plugins.www 0 -> 1 attrpath: buildbot-plugins.www 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] Going to be running update for following packages: - python3.11-buildbot-www-3.11.0 Press Enter key to continue... Running update for: - python3.11-buildbot-www-3.11.0: UPDATING ... - python3.11-buildbot-www-3.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update buildbot-plugins.www 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libgedit-amtk, using log file: /var/log/nixpkgs-update/libgedit-amtk/2024-03-01.log libgedit-amtk 0 -> 1 attrpath: libgedit-amtk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - libgedit-amtk-5.8.0 Press Enter key to continue... Running update for: - libgedit-amtk-5.8.0: UPDATING ... - libgedit-amtk-5.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libgedit-amtk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-sensors-applet, using log file: /var/log/nixpkgs-update/mate.mate-sensors-applet/2024-03-01.log mate.mate-sensors-applet 0 -> 1 attrpath: mate.mate-sensors-applet mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-sensors-applet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath irods-icommands, using log file: /var/log/nixpkgs-update/irods-icommands/2024-03-01.log irods-icommands 4.3.0 -> 4.3.1 https://github.com/irods/irods_client_icommands/releases attrpath: irods-icommands 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 irods-icommands 4.3.0 -> 4.3.1 https://github.com/irods/irods_client_icommands/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath waydroid, using log file: /var/log/nixpkgs-update/waydroid/2024-03-01.log waydroid 0 -> 1 attrpath: waydroid 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] Going to be running update for following packages: - waydroid-1.4.2 Press Enter key to continue... Running update for: - waydroid-1.4.2: UPDATING ... - waydroid-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update waydroid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RDieHarder, using log file: /var/log/nixpkgs-update/rPackages.RDieHarder/2024-03-01.log rPackages.RDieHarder 0.2.5 -> 0.2.6 https://repology.org/project/r:rdieharder/versions attrpath: rPackages.RDieHarder Checking auto update branch... No auto update branch exists Old version 0.2.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RDieHarder 0.2.5 -> 0.2.6 https://repology.org/project/r:rdieharder/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.linkify-it-py, using log file: /var/log/nixpkgs-update/python311Packages.linkify-it-py/2024-03-01.log python311Packages.linkify-it-py 0 -> 1 attrpath: python311Packages.linkify-it-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] Failed with exit code 1 Going to be running update for following packages: - python3.11-linkify-it-py-2.0.2 Press Enter key to continue... Running update for: - python3.11-linkify-it-py-2.0.2: UPDATING ... - python3.11-linkify-it-py-2.0.2: ERROR --- SHOWING ERROR LOG FOR python3.11-linkify-it-py-2.0.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tsutsu3/linkify-it-py/tarball/v2.0.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tsutsu3/linkify-it-py/tarball/refs/tags/v2.0.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-linkify-it-py-2.0.2 ---------------------- The update script for python3.11-linkify-it-py-2.0.2 failed with exit code 1 [result] Failed to update python311Packages.linkify-it-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 ocamlPackages.odoc, using log file: /var/log/nixpkgs-update/ocamlPackages.odoc/2024-03-01.log ocamlPackages.odoc 2.2.1 -> 2.4.1 https://github.com/ocaml/odoc/releases attrpath: ocamlPackages.odoc 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/odoc/default.nix b/pkgs/development/ocaml-modules/odoc/default.nix index 43ec9da28834..c27e1765a3d8 100644 --- a/pkgs/development/ocaml-modules/odoc/default.nix +++ b/pkgs/development/ocaml-modules/odoc/default.nix @@ -6,11 +6,11 @@ buildDunePackage rec { pname = "odoc"; - version = "2.2.1"; + version = "2.4.1"; src = fetchurl { url = "https://github.com/ocaml/odoc/releases/download/${version}/odoc-${version}.tbz"; - sha256 = "sha256-F4blO/CCT+HHx7gdKn2EaEal0RZ3lp5jljYfd6OBaAM="; + sha256 = "sha256-uBSguQILUD62fxfR2alp0FK2PYzcfN+l+3k7E3VYzts="; }; nativeBuildInputs = [ cppo ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.odoc nix build failed. Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Done: 0% (0/0, 0 left) (jobs: 0) Done: 100% (2/2, 0 left) (jobs: 0) Done: 100% (2/2, 0 left) (jobs: 0) Done: 100% (2/2, 0 left) (jobs: 0) Done: 100% (2/2, 0 left) (jobs: 0) Done: 66% (2/3, 1 left) (jobs: 0) Done: 3% (2/51, 49 left) (jobs: 0) Done: 3% (2/51, 49 left) (jobs: 0) Done: 15% (8/51, 43 left) (jobs: 0) Done: 40% (63/155, 92 left) (jobs: 0) Done: 46% (125/269, 144 left) (jobs: 0) Done: 34% (126/368, 242 left) (jobs: 0) Done: 28% (126/447, 321 left) (jobs: 0) Done: 36% (237/645, 408 left) (jobs: 0) Done: 42% (272/646, 374 left) (jobs: 24) Done: 48% (313/646, 333 left) (jobs: 8) Done: 52% (344/657, 313 left) (jobs: 18) Done: 48% (379/779, 400 left) (jobs: 3) Done: 53% (443/826, 383 left) (jobs: 6) Done: 57% (483/846, 363 left) (jobs: 5) Done: 69% (585/846, 261 left) (jobs: 9) Done: 72% (614/846, 232 left) (jobs: 7) Done: 42% (641/1501, 860 left) (jobs: 5) Done: 55% (835/1501, 666 left) (jobs: 6) Done: 53% (871/1617, 746 left) (jobs: 3) Done: 55% (914/1648, 734 left) (jobs: 9) File "src/html_support_files/dune", line 17, characters 4-16: 17 | ocaml-crunch ^^^^^^^^^^^^ Error: Program ocaml-crunch not found in the tree or in PATH (context: default) Done: 55% (914/1648, 734 left) (jobs: 9) Done: 56% (945/1672, 727 left, 1 failed) (jobs: 17) Done: 58% (981/1672, 691 left, 1 failed) (jobs: 12) Done: 60% (1011/1672, 661 left, 1 failed) (jobs: 7) Done: 61% (1021/1672, 651 left, 1 failed) (jobs: 7) Done: 61% (1028/1672, 644 left, 1 failed) (jobs: 5) (cd _build/default && /nix/store/zxsclb4y16nkvaq5l5hx4ga9pm2zwqrl-ocaml-5.1.1/bin/ocamlc.opt -w -40 -g -w -18-53 -w -50 -g -bin-annot -I src/model/.odoc_model.objs/byte -I /nix/store/apq1rbp713sbjj97qhz6k44acnnbqpiq-ocaml5.1.1-astring-0.8.5/lib/ocaml/5.1.1/site-lib/astring -I /nix/store/jm3n9l50crw8lf6mk7gry6byg45aj9lj-ocaml5.1.1-result-1.5/lib/ocaml/5.1.1/site-lib/result -I /nix/store/sh96vbmnqyrdhykx8fyxl5qvxww2xscx-ocaml5.1.1-camlp-streams-5.0.1/lib/ocaml/5.1.1/site-lib/camlp-streams -I /nix/store/vc0hry540lk1ks0jimiqv1waqpabjjv2-ocaml5.1.1-odoc-parser-2.0.0/lib/ocaml/5.1.1/site-lib/odoc-parser -I /nix/store/zxsclb4y16nkvaq5l5hx4ga9pm2zwqrl-ocaml-5.1.1/lib/ocaml/compiler-libs -intf-suffix .ml -no-alias-deps -open Odoc_model__ -o src/model/.odoc_model.objs/byte/odoc_model__Semantics.cmo -c -impl src/model/semantics.ml) File "src/model/semantics.ml", line 232, characters 26-66: 232 | | { value = `Code_block { meta; delimiter = _; content; output }; location } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: This pattern should not be a record, the expected type is (string Odoc_parser.Ast.with_location * string Odoc_parser.Ast.with_location option) option * string Odoc_parser.Ast.with_location Done: 61% (1028/1672, 644 left, 1 failed) (jobs: 5) Done: 61% (1031/1672, 641 left, 2 failed) (jobs: 5) Done: 62% (1039/1672, 633 left, 2 failed) (jobs: 5) Done: 62% (1042/1672, 630 left, 2 failed) (jobs: 10) Done: 63% (1064/1672, 608 left, 2 failed) (jobs: 8) Done: 64% (1072/1672, 600 left, 2 failed) (jobs: 9) Done: 64% (1086/1672, 586 left, 2 failed) (jobs: 13) Done: 65% (1096/1672, 576 left, 2 failed) (jobs: 10) Done: 65% (1102/1672, 570 left, 2 failed) (jobs: 9) Done: 66% (1118/1672, 554 left, 2 failed) (jobs: 6) Done: 67% (1122/1672, 550 left, 2 failed) (jobs: 4) Done: 67% (1136/1672, 536 left, 2 failed) (jobs: 16) Done: 69% (1166/1672, 506 left, 2 failed) (jobs: 13) Done: 70% (1175/1672, 497 left, 2 failed) (jobs: 16) Done: 70% (1182/1672, 490 left, 2 failed) (jobs: 15) Done: 71% (1188/1672, 484 left, 2 failed) (jobs: 19) Done: 71% (1199/1672, 473 left, 2 failed) (jobs: 17) Done: 72% (1204/1672, 468 left, 2 failed) (jobs: 21) Done: 72% (1206/1672, 466 left, 2 failed) (jobs: 20) Done: 72% (1216/1672, 456 left, 2 failed) (jobs: 19) (cd _build/default && /nix/store/zxsclb4y16nkvaq5l5hx4ga9pm2zwqrl-ocaml-5.1.1/bin/ocamlopt.opt -w -40 -g -w -18-53 -w -50 -g -I src/model/.odoc_model.objs/byte -I src/model/.odoc_model.objs/native -I /nix/store/apq1rbp713sbjj97qhz6k44acnnbqpiq-ocaml5.1.1-astring-0.8.5/lib/ocaml/5.1.1/site-lib/astring -I /nix/store/jm3n9l50crw8lf6mk7gry6byg45aj9lj-ocaml5.1.1-result-1.5/lib/ocaml/5.1.1/site-lib/result -I /nix/store/sh96vbmnqyrdhykx8fyxl5qvxww2xscx-ocaml5.1.1-camlp-streams-5.0.1/lib/ocaml/5.1.1/site-lib/camlp-streams -I /nix/store/vc0hry540lk1ks0jimiqv1waqpabjjv2-ocaml5.1.1-odoc-parser-2.0.0/lib/ocaml/5.1.1/site-lib/odoc-parser -I /nix/store/zxsclb4y16nkvaq5l5hx4ga9pm2zwqrl-ocaml-5.1.1/lib/ocaml/compiler-libs -intf-suffix .ml -no-alias-deps -open Odoc_model__ -o src/model/.odoc_model.objs/native/odoc_model__Semantics.cmx -c -impl src/model/semantics.ml) File "src/model/semantics.ml", line 232, characters 26-66: 232 | | { value = `Code_block { meta; delimiter = _; content; output }; location } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: This pattern should not be a record, the expected type is (string Odoc_parser.Ast.with_location * string Odoc_parser.Ast.with_location option) option * string Odoc_parser.Ast.with_location Done: 72% (1216/1672, 456 left, 2 failed) (jobs: 19) Done: 73% (1226/1672, 446 left, 2 failed) (jobs: 24) Done: 73% (1237/1672, 435 left, 3 failed) (jobs: 21) Done: 74% (1249/1672, 423 left, 3 failed) (jobs: 20) Done: 75% (1260/1672, 412 left, 3 failed) (jobs: 20) Done: 75% (1262/1672, 410 left, 3 failed) (jobs: 19) Done: 76% (1271/1672, 401 left, 3 failed) (jobs: 16) Done: 76% (1278/1672, 394 left, 3 failed) (jobs: 16) Done: 76% (1284/1672, 388 left, 3 failed) (jobs: 13) Done: 77% (1289/1672, 383 left, 3 failed) (jobs: 13) Done: 77% (1301/1672, 371 left, 3 failed) (jobs: 13) Done: 78% (1314/1672, 358 left, 3 failed) (jobs: 12) Done: 78% (1318/1672, 354 left, 3 failed) (jobs: 10) Done: 79% (1323/1672, 349 left, 3 failed) (jobs: 11) Done: 79% (1333/1672, 339 left, 3 failed) (jobs: 8) Done: 80% (1341/1672, 331 left, 3 failed) (jobs: 5) Done: 80% (1343/1672, 329 left, 3 failed) (jobs: 4) Done: 80% (1345/1672, 327 left, 3 failed) (jobs: 3) Done: 80% (1347/1672, 325 left, 3 failed) (jobs: 2) Done: 80% (1351/1672, 321 left, 3 failed) (jobs: 1) [result] Failed to update ocamlPackages.odoc 2.2.1 -> 2.4.1 https://github.com/ocaml/odoc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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-01.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.vvauditor, using log file: /var/log/nixpkgs-update/rPackages.vvauditor/2024-03-01.log rPackages.vvauditor 0.5.8 -> 0.6.0 https://repology.org/project/r:vvauditor/versions attrpath: rPackages.vvauditor Checking auto update branch... No auto update branch exists Old version 0.5.8" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.vvauditor 0.5.8 -> 0.6.0 https://repology.org/project/r:vvauditor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.EpiForsk, using log file: /var/log/nixpkgs-update/rPackages.EpiForsk/2024-03-01.log rPackages.EpiForsk 0.0.1 -> 0.1.1 https://repology.org/project/r:epiforsk/versions attrpath: rPackages.EpiForsk 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.EpiForsk 0.0.1 -> 0.1.1 https://repology.org/project/r:epiforsk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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 python312Packages.jax, using log file: /var/log/nixpkgs-update/python312Packages.jax/2024-03-01.log python312Packages.jax 0.4.24 -> 0.4.25 https://repology.org/project/python:jax/versions attrpath: python312Packages.jax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.12-jax-0.4.24 Press Enter key to continue... Running update for: - python3.12-jax-0.4.24: UPDATING ... - python3.12-jax-0.4.24: ERROR --- SHOWING ERROR LOG FOR python3.12-jax-0.4.24 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/google/jax/tarball/jaxlib-v0.4.25']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/google/jax/tarball/refs/tags/jaxlib-v0.4.25']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-jax-0.4.24 ---------------------- The update script for python3.12-jax-0.4.24 failed with exit code 1 [result] Failed to update python312Packages.jax 0.4.24 -> 0.4.25 https://repology.org/project/python:jax/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pkgconfig, using log file: /var/log/nixpkgs-update/python311Packages.pkgconfig/2024-03-01.log python311Packages.pkgconfig 0 -> 1 attrpath: python311Packages.pkgconfig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pkgconfig-1.5.5 Press Enter key to continue... Running update for: - python3.11-pkgconfig-1.5.5: UPDATING ... - python3.11-pkgconfig-1.5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pkgconfig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ldap, using log file: /var/log/nixpkgs-update/python311Packages.ldap/2024-03-01.log python311Packages.ldap 0 -> 1 attrpath: python311Packages.ldap Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-python-ldap-3.4.4 Press Enter key to continue... Running update for: - python3.11-python-ldap-3.4.4: UPDATING ... - python3.11-python-ldap-3.4.4: ERROR --- SHOWING ERROR LOG FOR python3.11-python-ldap-3.4.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/python-ldap/python-ldap/tarball/python-ldap-3.4.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/python-ldap/python-ldap/tarball/refs/tags/python-ldap-3.4.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-python-ldap-3.4.4 ---------------------- The update script for python3.11-python-ldap-3.4.4 failed with exit code 1 [result] Failed to update python311Packages.ldap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rtl-ais, using log file: /var/log/nixpkgs-update/rtl-ais/2024-03-01.log rtl-ais 0.8.1 -> 20151213 https://repology.org/project/rtl-ais/versions attrpath: rtl-ais Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/radio/rtl-ais/default.nix b/pkgs/applications/radio/rtl-ais/default.nix index 407c18c1a0ad..c23ff60d77f8 100644 --- a/pkgs/applications/radio/rtl-ais/default.nix +++ b/pkgs/applications/radio/rtl-ais/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation { pname = "rtl-ais"; - version = "0.8.1"; + version = "20151213"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ rtl-sdr libusb1 ]; @@ -10,7 +10,7 @@ stdenv.mkDerivation { owner = "dgiardini"; repo = "rtl-ais"; rev = "0e85f4e5f9ce7378834c3129bc894580efc24291"; - sha256 = "0wm4zai1vs89mf0zgz52q5w5rj8f3i3v6zg42hfb7aqabi25r3jf"; + sha256 = "sha256-To5cRFwKq7McFOR9s0ccDslceMGi/PeBqwnpHaL6pHI="; }; makeFlags = [ "PREFIX=$(out)" ]; Source url did not change. [result] Failed to update rtl-ais 0.8.1 -> 20151213 https://repology.org/project/rtl-ais/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lomiri.lomiri-system-settings-unwrapped, using log file: /var/log/nixpkgs-update/lomiri.lomiri-system-settings-unwrapped/2024-03-01.log lomiri.lomiri-system-settings-unwrapped 0 -> 1 attrpath: lomiri.lomiri-system-settings-unwrapped 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] Going to be running update for following packages: - lomiri-system-settings-unwrapped-1.0.2 Press Enter key to continue... Running update for: - lomiri-system-settings-unwrapped-1.0.2: UPDATING ... - lomiri-system-settings-unwrapped-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-system-settings-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 haskellPackages.hoauth2-tutorial, using log file: /var/log/nixpkgs-update/haskellPackages.hoauth2-tutorial/2024-03-01.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 python311Packages.simplebayes, using log file: /var/log/nixpkgs-update/python311Packages.simplebayes/2024-03-01.log python311Packages.simplebayes 0 -> 1 attrpath: python311Packages.simplebayes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-simplebayes-1.5.8 Press Enter key to continue... Running update for: - python3.11-simplebayes-1.5.8: UPDATING ... - python3.11-simplebayes-1.5.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simplebayes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.optim, using log file: /var/log/nixpkgs-update/octavePackages.optim/2024-03-01.log octavePackages.optim 0 -> 1 attrpath: octavePackages.optim Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - octave-8.4.0-optim-1.6.2 Press Enter key to continue... Running update for: - octave-8.4.0-optim-1.6.2: UPDATING ... - octave-8.4.0-optim-1.6.2: ERROR --- SHOWING ERROR LOG FOR octave-8.4.0-optim-1.6.2 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR octave-8.4.0-optim-1.6.2 ---------------------- The update script for octave-8.4.0-optim-1.6.2 failed with exit code 1 [result] Failed to update octavePackages.optim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.whoosh, using log file: /var/log/nixpkgs-update/python311Packages.whoosh/2024-03-01.log python311Packages.whoosh 0 -> 1 attrpath: python311Packages.whoosh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-Whoosh-2.7.4 Press Enter key to continue... Running update for: - python3.11-Whoosh-2.7.4: UPDATING ... - python3.11-Whoosh-2.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.whoosh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cron-descriptor, using log file: /var/log/nixpkgs-update/python311Packages.cron-descriptor/2024-03-01.log python311Packages.cron-descriptor 0 -> 1 attrpath: python311Packages.cron-descriptor Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-cron_descriptor-1.4 Press Enter key to continue... Running update for: - python3.11-cron_descriptor-1.4: UPDATING ... - python3.11-cron_descriptor-1.4: ERROR --- SHOWING ERROR LOG FOR python3.11-cron_descriptor-1.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Salamek/cron-descriptor/tarball/1.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Salamek/cron-descriptor/tarball/refs/tags/1.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-cron_descriptor-1.4 ---------------------- The update script for python3.11-cron_descriptor-1.4 failed with exit code 1 [result] Failed to update python311Packages.cron-descriptor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.NAIR, using log file: /var/log/nixpkgs-update/rPackages.NAIR/2024-03-01.log rPackages.NAIR 1.0.2 -> 1.0.3 https://repology.org/project/r:nair/versions attrpath: rPackages.NAIR Checking auto update branch... No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.NAIR 1.0.2 -> 1.0.3 https://repology.org/project/r:nair/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.niaarm, using log file: /var/log/nixpkgs-update/python311Packages.niaarm/2024-03-01.log python311Packages.niaarm 0 -> 1 attrpath: python311Packages.niaarm Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-niaarm-0.3.7 Press Enter key to continue... Running update for: - python3.11-niaarm-0.3.7: UPDATING ... - python3.11-niaarm-0.3.7: ERROR --- SHOWING ERROR LOG FOR python3.11-niaarm-0.3.7 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/firefly-cpp/NiaARM/tarball/0.3.7']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/firefly-cpp/NiaARM/tarball/refs/tags/0.3.7']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-niaarm-0.3.7 ---------------------- The update script for python3.11-niaarm-0.3.7 failed with exit code 1 [result] Failed to update python311Packages.niaarm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.strict-rfc3339, using log file: /var/log/nixpkgs-update/python311Packages.strict-rfc3339/2024-03-01.log python311Packages.strict-rfc3339 0 -> 1 attrpath: python311Packages.strict-rfc3339 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-strict-rfc3339-0.7 Press Enter key to continue... Running update for: - python3.11-strict-rfc3339-0.7: UPDATING ... - python3.11-strict-rfc3339-0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.strict-rfc3339 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO multiple system hashes need to be updated at once [result] Failed to update kodelife 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.HTSeq, using log file: /var/log/nixpkgs-update/python311Packages.HTSeq/2024-03-01.log python311Packages.HTSeq 0 -> 1 attrpath: python311Packages.HTSeq Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-htseq-0.12.4 Press Enter key to continue... Running update for: - python3.11-htseq-0.12.4: UPDATING ... - python3.11-htseq-0.12.4: ERROR --- SHOWING ERROR LOG FOR python3.11-htseq-0.12.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/htseq/htseq/tarball/release_0.12.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/htseq/htseq/tarball/refs/tags/release_0.12.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-htseq-0.12.4 ---------------------- The update script for python3.11-htseq-0.12.4 failed with exit code 1 [result] Failed to update python311Packages.HTSeq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unrar-wrapper, using log file: /var/log/nixpkgs-update/unrar-wrapper/2024-03-01.log unrar-wrapper 0 -> 1 attrpath: unrar-wrapper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - unrar-wrapper-1.0.0 Press Enter key to continue... Running update for: - unrar-wrapper-1.0.0: UPDATING ... - unrar-wrapper-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update unrar-wrapper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xyzservices, using log file: /var/log/nixpkgs-update/python311Packages.xyzservices/2024-03-01.log python311Packages.xyzservices 0 -> 1 attrpath: python311Packages.xyzservices Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-xyzservices-2023.10.1 Press Enter key to continue... Running update for: - python3.11-xyzservices-2023.10.1: UPDATING ... - python3.11-xyzservices-2023.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xyzservices 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fluxcd, using log file: /var/log/nixpkgs-update/fluxcd/2024-03-01.log fluxcd 0 -> 1 attrpath: fluxcd Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - fluxcd-2.2.3 Press Enter key to continue... Running update for: - fluxcd-2.2.3: UPDATING ... - fluxcd-2.2.3: ERROR --- SHOWING ERROR LOG FOR fluxcd-2.2.3 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR fluxcd-2.2.3 ---------------------- The update script for fluxcd-2.2.3 failed with exit code 1 [result] Failed to update fluxcd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libgnomekbd, using log file: /var/log/nixpkgs-update/libgnomekbd/2024-03-01.log libgnomekbd 0 -> 1 attrpath: libgnomekbd Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libgnomekbd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-didyoumean, using log file: /var/log/nixpkgs-update/python311Packages.click-didyoumean/2024-03-01.log python311Packages.click-didyoumean 0 -> 1 attrpath: python311Packages.click-didyoumean Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-click-didyoumean-0.3.0 Press Enter key to continue... Running update for: - python3.11-click-didyoumean-0.3.0: UPDATING ... - python3.11-click-didyoumean-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-didyoumean 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymilter, using log file: /var/log/nixpkgs-update/python311Packages.pymilter/2024-03-01.log python311Packages.pymilter 0 -> 1 attrpath: python311Packages.pymilter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pymilter-1.0.5 Press Enter key to continue... Running update for: - python3.11-pymilter-1.0.5: UPDATING ... - python3.11-pymilter-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymilter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 Going to be running update for following packages: - python3.11-dissect-3.12 Press Enter key to continue... Running update for: - python3.11-dissect-3.12: UPDATING ... - python3.11-dissect-3.12: ERROR --- SHOWING ERROR LOG FOR python3.11-dissect-3.12 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect/tarball/3.12']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect/tarball/refs/tags/3.12']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-dissect-3.12 ---------------------- The update script for python3.11-dissect-3.12 failed with exit code 1 [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 ukmm, using log file: /var/log/nixpkgs-update/ukmm/2024-03-01.log ukmm 0 -> 1 attrpath: ukmm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - ukmm-0.10.1 Press Enter key to continue... Running update for: - ukmm-0.10.1: UPDATING ... - ukmm-0.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ukmm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath minio_legacy_fs, using log file: /var/log/nixpkgs-update/minio_legacy_fs/2024-03-01.log minio_legacy_fs 2022-10-24T18-35-07Z -> 2024-02-26T09-33-48Z https://github.com/minio/minio/releases attrpath: minio_legacy_fs @bachp asked to skip [result] Failed to update minio_legacy_fs 2022-10-24T18-35-07Z -> 2024-02-26T09-33-48Z https://github.com/minio/minio/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath online-judge-template-generator, using log file: /var/log/nixpkgs-update/online-judge-template-generator/2024-03-01.log online-judge-template-generator 0 -> 1 attrpath: online-judge-template-generator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - online-judge-template-generator-4.8.1 Press Enter key to continue... Running update for: - online-judge-template-generator-4.8.1: UPDATING ... - online-judge-template-generator-4.8.1: ERROR --- SHOWING ERROR LOG FOR online-judge-template-generator-4.8.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/online-judge-tools/template-generator/tarball/v4.8.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/online-judge-tools/template-generator/tarball/refs/tags/v4.8.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR online-judge-template-generator-4.8.1 ---------------------- The update script for online-judge-template-generator-4.8.1 failed with exit code 1 [result] Failed to update online-judge-template-generator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.qcheck, using log file: /var/log/nixpkgs-update/ocamlPackages.qcheck/2024-03-01.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-01.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] 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-01.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.aiounifi, using log file: /var/log/nixpkgs-update/python311Packages.aiounifi/2024-03-01.log python311Packages.aiounifi 0 -> 1 attrpath: python311Packages.aiounifi Checking auto update branch... [version] [version] skipping because derivation has 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/a2vqqssqv4s01q1vk57yrhm01r2f462b-packages.json.drv building '/nix/store/a2vqqssqv4s01q1vk57yrhm01r2f462b-packages.json.drv'... Going to be running update for following packages: - python3.11-aiounifi-72 Press Enter key to continue... Running update for: - python3.11-aiounifi-72: UPDATING ... - python3.11-aiounifi-72: ERROR --- SHOWING ERROR LOG FOR python3.11-aiounifi-72 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Kane610/aiounifi/tarball/v72']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Kane610/aiounifi/tarball/refs/tags/v72']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-aiounifi-72 ---------------------- The update script for python3.11-aiounifi-72 failed with exit code 1 [result] Failed to update python311Packages.aiounifi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-builder, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-builder/2024-03-01.log python311Packages.mypy-boto3-builder 0 -> 1 attrpath: python311Packages.mypy-boto3-builder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-mypy-boto3-builder-7.23.1 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-builder-7.23.1: UPDATING ... - python3.11-mypy-boto3-builder-7.23.1: ERROR --- SHOWING ERROR LOG FOR python3.11-mypy-boto3-builder-7.23.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/youtype/mypy_boto3_builder/tarball/7.23.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/youtype/mypy_boto3_builder/tarball/refs/tags/7.23.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-mypy-boto3-builder-7.23.1 ---------------------- The update script for python3.11-mypy-boto3-builder-7.23.1 failed with exit code 1 [result] Failed to update python311Packages.mypy-boto3-builder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmspack, using log file: /var/log/nixpkgs-update/libmspack/2024-03-01.log libmspack 0.10.1 -> 0.11 https://repology.org/project/libmspack/versions attrpath: libmspack Checking auto update branch... No auto update branch exists Old version 0.10.1" not present in master derivation file with contents: {lib, stdenv, fetchurl}: stdenv.mkDerivation rec { pname = "libmspack"; version = "0.10.1alpha"; src = fetchurl { url = "https://www.cabextract.org.uk/libmspack/${pname}-${version}.tar.gz"; sha256 = "13janaqsvm7aqc4agjgd4819pbgqv50j88bh5kci1z70wvg65j5s"; }; meta = { description = "A de/compression library for various Microsoft formats"; homepage = "https://www.cabextract.org.uk/libmspack"; license = lib.licenses.lgpl2Only; platforms = lib.platforms.unix; }; } [result] Failed to update libmspack 0.10.1 -> 0.11 https://repology.org/project/libmspack/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plugwise, using log file: /var/log/nixpkgs-update/python311Packages.plugwise/2024-03-01.log python311Packages.plugwise 0 -> 1 attrpath: python311Packages.plugwise Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-plugwise-0.37.1 Press Enter key to continue... Running update for: - python3.11-plugwise-0.37.1: UPDATING ... - python3.11-plugwise-0.37.1: ERROR --- SHOWING ERROR LOG FOR python3.11-plugwise-0.37.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/plugwise/python-plugwise/tarball/v0.37.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/plugwise/python-plugwise/tarball/refs/tags/v0.37.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-plugwise-0.37.1 ---------------------- The update script for python3.11-plugwise-0.37.1 failed with exit code 1 [result] Failed to update python311Packages.plugwise 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-io, using log file: /var/log/nixpkgs-update/aws-c-io/2024-03-01.log aws-c-io 0.13.36 -> 0.14.5 https://repology.org/project/aws-c-io/versions attrpath: aws-c-io Checking auto update branch... An auto update branch exists with message `aws-c-io: 0.13.36 -> 0.14.5`. New version is 0.14.5. An auto update branch exists with an equal or greater version [result] Failed to update aws-c-io 0.13.36 -> 0.14.5 https://repology.org/project/aws-c-io/versions [options] github_user: r-ryantm, pull_request: YES, batch_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_2_1_1, using log file: /var/log/nixpkgs-update/haskellPackages.brick_2_1_1/2024-03-01.log haskellPackages.brick_2_1_1 2.1.1 -> 2.3.1 https://repology.org/project/haskell:brick/versions attrpath: haskellPackages.brick_2_1_1 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.brick_2_1_1 not compatible with 2.3.1 [result] Failed to update haskellPackages.brick_2_1_1 2.1.1 -> 2.3.1 https://repology.org/project/haskell:brick/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyatmo, using log file: /var/log/nixpkgs-update/python311Packages.pyatmo/2024-03-01.log python311Packages.pyatmo 0 -> 1 attrpath: python311Packages.pyatmo Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pyatmo-8.0.3 Press Enter key to continue... Running update for: - python3.11-pyatmo-8.0.3: UPDATING ... - python3.11-pyatmo-8.0.3: ERROR --- SHOWING ERROR LOG FOR python3.11-pyatmo-8.0.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jabesq-org/pyatmo/tarball/v8.0.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jabesq-org/pyatmo/tarball/refs/tags/v8.0.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pyatmo-8.0.3 ---------------------- The update script for python3.11-pyatmo-8.0.3 failed with exit code 1 [result] Failed to update python311Packages.pyatmo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 python312Packages.mypy-boto3-securityhub, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-securityhub/2024-03-01.log python312Packages.mypy-boto3-securityhub 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-securityhub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-securityhub-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-securityhub-1.34.0: UPDATING ... - python3.12-mypy-boto3-securityhub-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-securityhub 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-loganalytics, using log file: /var/log/nixpkgs-update/python311Packages.azure-loganalytics/2024-03-01.log python311Packages.azure-loganalytics 0 -> 1 attrpath: python311Packages.azure-loganalytics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-azure-loganalytics-0.1.1 Press Enter key to continue... Running update for: - python3.11-azure-loganalytics-0.1.1: UPDATING ... - python3.11-azure-loganalytics-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-loganalytics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openvino, using log file: /var/log/nixpkgs-update/python311Packages.openvino/2024-03-01.log python311Packages.openvino 0 -> 1 attrpath: python311Packages.openvino Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-openvino-2023.3.0 Press Enter key to continue... Running update for: - python3.11-openvino-2023.3.0: UPDATING ... - python3.11-openvino-2023.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openvino 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-pyu2f-0.1.5a ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/google/pyu2f/tarball/0.1.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/google/pyu2f/tarball/refs/tags/0.1.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pyu2f-0.1.5a ---------------------- The update script for python3.11-pyu2f-0.1.5a failed with exit code 1 [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-01.log python311Packages.hahomematic 0 -> 1 attrpath: python311Packages.hahomematic Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-hahomematic-2024.2.4 Press Enter key to continue... Running update for: - python3.11-hahomematic-2024.2.4: UPDATING ... - python3.11-hahomematic-2024.2.4: ERROR --- SHOWING ERROR LOG FOR python3.11-hahomematic-2024.2.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/danielperna84/hahomematic/tarball/2024.2.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/danielperna84/hahomematic/tarball/refs/tags/2024.2.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-hahomematic-2024.2.4 ---------------------- The update script for python3.11-hahomematic-2024.2.4 failed with exit code 1 [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 terraform-providers.linode, using log file: /var/log/nixpkgs-update/terraform-providers.linode/2024-03-01.log terraform-providers.linode 0 -> 1 attrpath: terraform-providers.linode Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.linode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR OpenTabletDriver-0.6.4.0 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR OpenTabletDriver-0.6.4.0 ---------------------- The update script for OpenTabletDriver-0.6.4.0 failed with exit code 1 [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 datafusion-cli, using log file: /var/log/nixpkgs-update/datafusion-cli/2024-03-01.log datafusion-cli 33.0.0 -> 36.0.1 https://repology.org/project/datafusion-cli/versions attrpath: datafusion-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-fdHUaDE6DDYtwgDafnoSRjTG0m7yPhsoaov58ZDlKvY= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A datafusion-cli nix build failed. ---- catalog::tests::query_http_location_test stdout ---- thread 'catalog::tests::query_http_location_test' panicked at src/catalog.rs:173:26: called `Result::unwrap()` on an `Err` value: ObjectStore(Generic { store: "HTTP client", source: reqwest::Error { kind: Builder, source: Os { code: 2, kind: NotFound, message: "No such file or directory" } } }) ---- exec::tests::create_object_store_table_s3 stdout ---- removing secret access key! Error: ObjectStore(Generic { store: "HTTP client", source: reqwest::Error { kind: Builder, source: Os { code: 2, kind: NotFound, message: "No such file or directory" } } }) ---- catalog::tests::query_s3_location_test stdout ---- thread 'catalog::tests::query_s3_location_test' panicked at /build/datafusion-cli-36.0.1-vendor.tar.gz/hyper-rustls-0.23.2/src/config.rs:31:62: could not load platform certs: Os { code: 2, kind: NotFound, message: "No such file or directory" } ---- exec::tests::copy_to_external_object_store_test stdout ---- thread 'exec::tests::copy_to_external_object_store_test' panicked at /build/datafusion-cli-36.0.1-vendor.tar.gz/lazy_static/src/inline_lazy.rs:30:16: Once instance has previously been poisoned failures: catalog::tests::query_gs_location_test catalog::tests::query_http_location_test catalog::tests::query_s3_location_test exec::tests::copy_to_external_object_store_test exec::tests::create_object_store_table_http exec::tests::create_object_store_table_oss exec::tests::create_object_store_table_s3 test result: FAILED. 25 passed; 7 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.00s error: test failed, to rerun pass `--lib` [result] Failed to update datafusion-cli 33.0.0 -> 36.0.1 https://repology.org/project/datafusion-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.mypy-boto3-s3control, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-s3control/2024-03-01.log python311Packages.mypy-boto3-s3control 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-s3control Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-s3control-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-s3control-1.34.0: UPDATING ... - python3.11-mypy-boto3-s3control-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-s3control 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath renderdoc, using log file: /var/log/nixpkgs-update/renderdoc/2024-03-01.log renderdoc 0 -> 1 attrpath: renderdoc Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - renderdoc-1.30 Press Enter key to continue... Running update for: - renderdoc-1.30: UPDATING ... - renderdoc-1.30: ERROR --- SHOWING ERROR LOG FOR renderdoc-1.30 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 357, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update renderdoc.src --- SHOWING ERROR LOG FOR renderdoc-1.30 ---------------------- The update script for renderdoc-1.30 failed with exit code 1 [result] Failed to update renderdoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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.stampr, using log file: /var/log/nixpkgs-update/rPackages.stampr/2024-03-01.log rPackages.stampr 0.3.0 -> 0.3.1 https://repology.org/project/r:stampr/versions attrpath: rPackages.stampr Checking auto update branch... No auto update branch exists Old version 0.3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.stampr 0.3.0 -> 0.3.1 https://repology.org/project/r:stampr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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 haskellPackages.blockfrost-client, using log file: /var/log/nixpkgs-update/haskellPackages.blockfrost-client/2024-03-01.log haskellPackages.blockfrost-client 0.7.1.1 -> 0.8.0.0 https://repology.org/project/haskell:blockfrost-client/versions attrpath: haskellPackages.blockfrost-client Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.blockfrost-client 0.7.1.1 -> 0.8.0.0 https://repology.org/project/haskell:blockfrost-client/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.googlemaps, using log file: /var/log/nixpkgs-update/python311Packages.googlemaps/2024-03-01.log python311Packages.googlemaps 0 -> 1 attrpath: python311Packages.googlemaps Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-googlemaps-4.10.0 Press Enter key to continue... Running update for: - python3.11-googlemaps-4.10.0: UPDATING ... - python3.11-googlemaps-4.10.0: ERROR --- SHOWING ERROR LOG FOR python3.11-googlemaps-4.10.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/googlemaps/google-maps-services-python/tarball/v4.10.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/googlemaps/google-maps-services-python/tarball/refs/tags/v4.10.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-googlemaps-4.10.0 ---------------------- The update script for python3.11-googlemaps-4.10.0 failed with exit code 1 [result] Failed to update python311Packages.googlemaps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19.vmm_clock, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.vmm_clock/2024-03-01.log linuxKernel.packages.linux_4_19.vmm_clock 0.2.0 -> 6.6.18 https://repology.org/project/vmm-clock/versions attrpath: linuxKernel.packages.linux_4_19.vmm_clock 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/vx36z4q9xck5zjjdarzysqmcac9s5z1d-source.drv building '/nix/store/vx36z4q9xck5zjjdarzysqmcac9s5z1d-source.drv'... trying https://github.com/voutilad/vmm_clock/archive/6.6.18.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 'linuxKernel.packages.linux_4_19.vmm_clock.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vx36z4q9xck5zjjdarzysqmcac9s5z1d-source.drv /nix/store/y1zzvd79zrsx8swi8l74d2llargfszc4-vmm_clock-6.6.18.drv building '/nix/store/vx36z4q9xck5zjjdarzysqmcac9s5z1d-source.drv'... trying https://github.com/voutilad/vmm_clock/archive/6.6.18.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/vx36z4q9xck5zjjdarzysqmcac9s5z1d-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/voutilad/vmm_clock/archive/6.6.18.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/vx36z4q9xck5zjjdarzysqmcac9s5z1d-source.drv'. error: 1 dependencies of derivation '/nix/store/y1zzvd79zrsx8swi8l74d2llargfszc4-vmm_clock-6.6.18.drv' failed to build [result] Failed to update linuxKernel.packages.linux_4_19.vmm_clock 0.2.0 -> 6.6.18 https://repology.org/project/vmm-clock/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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 blink1-tool, using log file: /var/log/nixpkgs-update/blink1-tool/2024-03-01.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 confluent-cli, using log file: /var/log/nixpkgs-update/confluent-cli/2024-03-01.log confluent-cli 3.37.0 -> 3.51.0 https://repology.org/project/confluent-cli/versions attrpath: confluent-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] 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 confluent-cli 3.37.0 -> 3.51.0 https://repology.org/project/confluent-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 mate.mate-themes, using log file: /var/log/nixpkgs-update/mate.mate-themes/2024-03-01.log mate.mate-themes 0 -> 1 attrpath: mate.mate-themes mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-themes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath d-spy, using log file: /var/log/nixpkgs-update/d-spy/2024-03-01.log d-spy 0 -> 1 attrpath: d-spy Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update d-spy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mlrose, using log file: /var/log/nixpkgs-update/python311Packages.mlrose/2024-03-01.log python311Packages.mlrose 0 -> 1 attrpath: python311Packages.mlrose Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-mlrose-1.3.0 Press Enter key to continue... Running update for: - python3.11-mlrose-1.3.0: UPDATING ... - python3.11-mlrose-1.3.0: ERROR --- SHOWING ERROR LOG FOR python3.11-mlrose-1.3.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gkhayes/mlrose/tarball/v1.3.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gkhayes/mlrose/tarball/refs/tags/v1.3.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-mlrose-1.3.0 ---------------------- The update script for python3.11-mlrose-1.3.0 failed with exit code 1 [result] Failed to update python311Packages.mlrose 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sshpubkeys, using log file: /var/log/nixpkgs-update/python311Packages.sshpubkeys/2024-03-01.log python311Packages.sshpubkeys 0 -> 1 attrpath: python311Packages.sshpubkeys Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-sshpubkeys-3.3.1 Press Enter key to continue... Running update for: - python3.11-sshpubkeys-3.3.1: UPDATING ... - python3.11-sshpubkeys-3.3.1: ERROR --- SHOWING ERROR LOG FOR python3.11-sshpubkeys-3.3.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ojarva/python-sshpubkeys/tarball/3.3.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ojarva/python-sshpubkeys/tarball/refs/tags/3.3.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-sshpubkeys-3.3.1 ---------------------- The update script for python3.11-sshpubkeys-3.3.1 failed with exit code 1 [result] Failed to update python311Packages.sshpubkeys 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.gdm, using log file: /var/log/nixpkgs-update/gnome.gdm/2024-03-01.log gnome.gdm 0 -> 1 attrpath: gnome.gdm Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gdm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fox, using log file: /var/log/nixpkgs-update/fox/2024-03-01.log fox 1.7.81 -> 1.6.57 https://repology.org/project/fox-toolkit/versions attrpath: fox Checking auto update branch... No auto update branch exists 1.6.57 is not newer than 1.7.81 according to Nix; versionComparison: -1 [result] Failed to update fox 1.7.81 -> 1.6.57 https://repology.org/project/fox-toolkit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gssdp, using log file: /var/log/nixpkgs-update/gssdp/2024-03-01.log gssdp 0 -> 1 attrpath: gssdp Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gssdp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymemcache, using log file: /var/log/nixpkgs-update/python311Packages.pymemcache/2024-03-01.log python311Packages.pymemcache 0 -> 1 attrpath: python311Packages.pymemcache Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pymemcache-4.0.0 Press Enter key to continue... Running update for: - python3.11-pymemcache-4.0.0: UPDATING ... - python3.11-pymemcache-4.0.0: ERROR --- SHOWING ERROR LOG FOR python3.11-pymemcache-4.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pinterest/pymemcache/tarball/v4.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pinterest/pymemcache/tarball/refs/tags/v4.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pymemcache-4.0.0 ---------------------- The update script for python3.11-pymemcache-4.0.0 failed with exit code 1 [result] Failed to update python311Packages.pymemcache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pixel-ring, using log file: /var/log/nixpkgs-update/python311Packages.pixel-ring/2024-03-01.log python311Packages.pixel-ring 0 -> 1 attrpath: python311Packages.pixel-ring Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pixel-ring-0.1.0 Press Enter key to continue... Running update for: - python3.11-pixel-ring-0.1.0: UPDATING ... - python3.11-pixel-ring-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pixel-ring 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-colorful, using log file: /var/log/nixpkgs-update/python311Packages.django-colorful/2024-03-01.log python311Packages.django-colorful 0 -> 1 attrpath: python311Packages.django-colorful Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-colorful-1.3 Press Enter key to continue... Running update for: - python3.11-django-colorful-1.3: UPDATING ... - python3.11-django-colorful-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-colorful 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ding-libs, using log file: /var/log/nixpkgs-update/ding-libs/2024-03-01.log ding-libs 0.6.1 -> 0.6.2 https://repology.org/project/ding-libs/versions attrpath: ding-libs 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/k7b8x8zm4ci1jp8z6n3w43r9lrs3w03k-ding-libs-0.6.2.tar.gz.drv building '/nix/store/k7b8x8zm4ci1jp8z6n3w43r9lrs3w03k-ding-libs-0.6.2.tar.gz.drv'... trying https://releases.pagure.org/SSSD/ding-libs/ding-libs-0.6.2.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 ding-libs-0.6.2.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 'ding-libs.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/k7b8x8zm4ci1jp8z6n3w43r9lrs3w03k-ding-libs-0.6.2.tar.gz.drv /nix/store/ya9p2l08jy01ap12q19cf4l3d52yzhjp-ding-libs-0.6.2.drv building '/nix/store/k7b8x8zm4ci1jp8z6n3w43r9lrs3w03k-ding-libs-0.6.2.tar.gz.drv'... trying https://releases.pagure.org/SSSD/ding-libs/ding-libs-0.6.2.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 ding-libs-0.6.2.tar.gz from any mirror error: builder for '/nix/store/k7b8x8zm4ci1jp8z6n3w43r9lrs3w03k-ding-libs-0.6.2.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://releases.pagure.org/SSSD/ding-libs/ding-libs-0.6.2.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 ding-libs-0.6.2.tar.gz from any mirror For full logs, run 'nix log /nix/store/k7b8x8zm4ci1jp8z6n3w43r9lrs3w03k-ding-libs-0.6.2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/ya9p2l08jy01ap12q19cf4l3d52yzhjp-ding-libs-0.6.2.drv' failed to build [result] Failed to update ding-libs 0.6.1 -> 0.6.2 https://repology.org/project/ding-libs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ipdbplugin, using log file: /var/log/nixpkgs-update/python311Packages.ipdbplugin/2024-03-01.log python311Packages.ipdbplugin 0 -> 1 attrpath: python311Packages.ipdbplugin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ipdbplugin-1.5.0 Press Enter key to continue... Running update for: - python3.11-ipdbplugin-1.5.0: UPDATING ... - python3.11-ipdbplugin-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipdbplugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dctorch, using log file: /var/log/nixpkgs-update/python311Packages.dctorch/2024-03-01.log python311Packages.dctorch 0 -> 1 attrpath: python311Packages.dctorch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dctorch-0.1.2 Press Enter key to continue... Running update for: - python3.11-dctorch-0.1.2: UPDATING ... - python3.11-dctorch-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dctorch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Rmpfr, using log file: /var/log/nixpkgs-update/rPackages.Rmpfr/2024-03-01.log rPackages.Rmpfr 0.9-4 -> 0.9.5 https://repology.org/project/r:rmpfr/versions attrpath: rPackages.Rmpfr Checking auto update branch... No auto update branch exists Old version 0.9-4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Rmpfr 0.9-4 -> 0.9.5 https://repology.org/project/r:rmpfr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-formset-js-improved, using log file: /var/log/nixpkgs-update/python311Packages.django-formset-js-improved/2024-03-01.log python311Packages.django-formset-js-improved 0 -> 1 attrpath: python311Packages.django-formset-js-improved Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-formset-js-improved-0.5.0.3 Press Enter key to continue... Running update for: - python3.11-django-formset-js-improved-0.5.0.3: UPDATING ... - python3.11-django-formset-js-improved-0.5.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-formset-js-improved 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-somafm, using log file: /var/log/nixpkgs-update/mopidy-somafm/2024-03-01.log mopidy-somafm 0 -> 1 attrpath: mopidy-somafm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - mopidy-somafm-2.0.2 Press Enter key to continue... Running update for: - mopidy-somafm-2.0.2: UPDATING ... - mopidy-somafm-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-somafm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath picard, using log file: /var/log/nixpkgs-update/picard/2024-03-01.log picard 0 -> 1 attrpath: picard Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - picard-2.11 Press Enter key to continue... Running update for: - picard-2.11: UPDATING ... - picard-2.11: ERROR --- SHOWING ERROR LOG FOR picard-2.11 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/metabrainz/picard/tarball/release-2.11']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/metabrainz/picard/tarball/refs/tags/release-2.11']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR picard-2.11 ---------------------- The update script for picard-2.11 failed with exit code 1 [result] Failed to update picard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.booleanoperations, using log file: /var/log/nixpkgs-update/python311Packages.booleanoperations/2024-03-01.log python311Packages.booleanoperations 0 -> 1 attrpath: python311Packages.booleanoperations Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-booleanOperations-0.9.0 Press Enter key to continue... Running update for: - python3.11-booleanOperations-0.9.0: UPDATING ... - python3.11-booleanOperations-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.booleanoperations 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath calendar-cli, using log file: /var/log/nixpkgs-update/calendar-cli/2024-03-01.log calendar-cli 0 -> 1 attrpath: calendar-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] Failed with exit code 1 Going to be running update for following packages: - calendar-cli-1.0.1 Press Enter key to continue... Running update for: - calendar-cli-1.0.1: UPDATING ... - calendar-cli-1.0.1: ERROR --- SHOWING ERROR LOG FOR calendar-cli-1.0.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tobixen/calendar-cli/tarball/v0.14.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tobixen/calendar-cli/tarball/refs/tags/v0.14.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR calendar-cli-1.0.1 ---------------------- The update script for calendar-cli-1.0.1 failed with exit code 1 [result] Failed to update calendar-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.aiohttp-retry, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-retry/2024-03-01.log python311Packages.aiohttp-retry 0 -> 1 attrpath: python311Packages.aiohttp-retry Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-aiohttp-retry-2.8.3 Press Enter key to continue... Running update for: - python3.11-aiohttp-retry-2.8.3: UPDATING ... - python3.11-aiohttp-retry-2.8.3: ERROR --- SHOWING ERROR LOG FOR python3.11-aiohttp-retry-2.8.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/inyutin/aiohttp_retry/tarball/v2.8.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/inyutin/aiohttp_retry/tarball/refs/tags/v2.8.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-aiohttp-retry-2.8.3 ---------------------- The update script for python3.11-aiohttp-retry-2.8.3 failed with exit code 1 [result] Failed to update python311Packages.aiohttp-retry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.u-msgpack-python, using log file: /var/log/nixpkgs-update/python311Packages.u-msgpack-python/2024-03-01.log python311Packages.u-msgpack-python 0 -> 1 attrpath: python311Packages.u-msgpack-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] Going to be running update for following packages: - python3.11-u-msgpack-python-2.8.0 Press Enter key to continue... Running update for: - python3.11-u-msgpack-python-2.8.0: UPDATING ... - python3.11-u-msgpack-python-2.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.u-msgpack-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 sweet-nova, using log file: /var/log/nixpkgs-update/sweet-nova/2024-03-01.log sweet-nova 0 -> 1 attrpath: sweet-nova Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - sweet-nova-unstable-2023-09-30 Press Enter key to continue... Running update for: - sweet-nova-unstable-2023-09-30: UPDATING ... - sweet-nova-unstable-2023-09-30: ERROR --- SHOWING ERROR LOG FOR sweet-nova-unstable-2023-09-30 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=sweet-nova-unstable-2023-09-30 + [[ -n '' ]] + pname=sweet-nova + [[ -n '' ]] + version=unstable-2023-09-30 + [[ -n '' ]] + attr_path=sweet-nova + echo '# sweet-nova-unstable-2023-09-30' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=sweet-nova --attr-path=sweet-nova --file="update-git-commits.txt"' + tags='2.0 v1.10.5 v3.0 v4.0' + for tag in $tags + echo '# found sweet-nova version: 2.0' + for tag in $tags + echo '# found sweet-nova version: v1.10.5' + for tag in $tags + echo '# found sweet-nova version: v3.0' + for tag in $tags + echo '# found sweet-nova version: v4.0' + '[' -n '' ']' ++ echo '2.0 v1.10.5 v3.0 v4.0' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags=2.0 ++ echo 2.0 ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/sort --reverse --version-sort + tags=2.0 + for latest_tag in $tags + version_is_ignored 2.0 + local tag=2.0 + '[' -n '' ']' + version_is_unstable 2.0 + local tag=2.0 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 2.0 enforce + local tag=2.0 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 2.0 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=0 + '[' 0 -eq 1 ']' + '[' -n '' -o -n enforce ']' ++ echo 2.0 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.[0-9]+\.([0-9]+).*$,\1,p' + local patchlevel= + (( patchlevel >= 90 )) + return 1 + break + '[' -n 2.0 ']' + '[' unstable-2023-09-30 '!=' 2.0 ']' ++ EDITOR=echo ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. sweet-nova + pfile=/var/cache/nixpkgs-update/worker/worktree/sweet-nova/pkgs/data/themes/sweet-nova/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/sweet-nova/pkgs/data/themes/sweet-nova/default.nix ' + echo ' git commit -m '\''sweet-nova: unstable-2023-09-30 -> 2.0'\''' + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version --print-changes sweet-nova 2.0 error: getting status of '/run/nixpkgs-update-worker': No such file or directory update-source-version: error: Couldn't figure out new hash of 'sweet-nova.src'! --- SHOWING ERROR LOG FOR sweet-nova-unstable-2023-09-30 ---------------------- The update script for sweet-nova-unstable-2023-09-30 failed with exit code 1 [result] Failed to update sweet-nova 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-changelog-shortener, using log file: /var/log/nixpkgs-update/python311Packages.setuptools-changelog-shortener/2024-03-01.log python311Packages.setuptools-changelog-shortener 0 -> 1 attrpath: python311Packages.setuptools-changelog-shortener Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-setuptools-changelog-shortener-0.2.0 Press Enter key to continue... Running update for: - python3.11-setuptools-changelog-shortener-0.2.0: UPDATING ... - python3.11-setuptools-changelog-shortener-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.setuptools-changelog-shortener 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nuheat, using log file: /var/log/nixpkgs-update/python311Packages.nuheat/2024-03-01.log python311Packages.nuheat 0 -> 1 attrpath: python311Packages.nuheat Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-nuheat-1.0.1 Press Enter key to continue... Running update for: - python3.11-nuheat-1.0.1: UPDATING ... - python3.11-nuheat-1.0.1: ERROR --- SHOWING ERROR LOG FOR python3.11-nuheat-1.0.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/broox/python-nuheat/tarball/1.0.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/broox/python-nuheat/tarball/refs/tags/1.0.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-nuheat-1.0.1 ---------------------- The update script for python3.11-nuheat-1.0.1 failed with exit code 1 [result] Failed to update python311Packages.nuheat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wcmatch, using log file: /var/log/nixpkgs-update/python311Packages.wcmatch/2024-03-01.log python311Packages.wcmatch 0 -> 1 attrpath: python311Packages.wcmatch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-wcmatch-8.5.1 Press Enter key to continue... Running update for: - python3.11-wcmatch-8.5.1: UPDATING ... - python3.11-wcmatch-8.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wcmatch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bluetooth-sensor-state-data, using log file: /var/log/nixpkgs-update/python311Packages.bluetooth-sensor-state-data/2024-03-01.log python311Packages.bluetooth-sensor-state-data 0 -> 1 attrpath: python311Packages.bluetooth-sensor-state-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] Failed with exit code 1 Going to be running update for following packages: - python3.11-bluetooth-sensor-state-data-1.6.2 Press Enter key to continue... Running update for: - python3.11-bluetooth-sensor-state-data-1.6.2: UPDATING ... - python3.11-bluetooth-sensor-state-data-1.6.2: ERROR --- SHOWING ERROR LOG FOR python3.11-bluetooth-sensor-state-data-1.6.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Bluetooth-Devices/bluetooth-sensor-state-data/tarball/v1.6.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Bluetooth-Devices/bluetooth-sensor-state-data/tarball/refs/tags/v1.6.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-bluetooth-sensor-state-data-1.6.2 ---------------------- The update script for python3.11-bluetooth-sensor-state-data-1.6.2 failed with exit code 1 [result] Failed to update python311Packages.bluetooth-sensor-state-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 xca, using log file: /var/log/nixpkgs-update/xca/2024-03-01.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.DAPARdata, using log file: /var/log/nixpkgs-update/rPackages.DAPARdata/2024-03-01.log rPackages.DAPARdata 1.32.0 -> 1.32.1 https://repology.org/project/r:dapardata/versions attrpath: rPackages.DAPARdata Checking auto update branch... No auto update branch exists Old version 1.32.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DAPARdata 1.32.0 -> 1.32.1 https://repology.org/project/r:dapardata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath edgetx, using log file: /var/log/nixpkgs-update/edgetx/2024-03-01.log edgetx 2.7.2 -> 2.9.4 https://github.com/EdgeTX/edgetx/releases attrpath: edgetx 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/edgetx/default.nix b/pkgs/applications/misc/edgetx/default.nix index 9e7cf60af1a1..5c9b38453556 100644 --- a/pkgs/applications/misc/edgetx/default.nix +++ b/pkgs/applications/misc/edgetx/default.nix @@ -6,14 +6,14 @@ mkDerivation rec { pname = "edgetx"; - version = "2.7.2"; + version = "2.9.4"; src = fetchFromGitHub { owner = "EdgeTX"; repo = pname; rev = "v${version}"; fetchSubmodules = true; - sha256 = "sha256-bKMAyONy1Udd+2nDVEMrtIsnfqrNuBVMWU7nCqvZ+3E="; + sha256 = "sha256-B+L/v2Z6Qusy/dnL5cfbrJA7UdMjILZquVDoLlr6eHE="; }; nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow qttools ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A edgetx nix build failed. -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE_ARGS: -DBUILD_TESTING=OFF;-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON;-DCMAKE_FIND_FRAMEWORK=LAST;-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF;-DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF;-DCMAKE_INSTALL_BINDIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/bin;-DCMAKE_INSTALL_DOCDIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/share/doc/EdgeTX;-DCMAKE_INSTALL_INCLUDEDIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/include;-DCMAKE_INSTALL_INFODIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/share/info;-DCMAKE_INSTALL_LIBDIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/lib;-DCMAKE_INSTALL_LIBEXECDIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/libexec;-DCMAKE_INSTALL_LOCALEDIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/share/locale;-DCMAKE_INSTALL_MANDIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/share/man;-DCMAKE_INSTALL_NAME_DIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/lib;-DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/include;-DCMAKE_INSTALL_SBINDIR=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/sbin;-DCMAKE_OSX_SYSROOT=;-DCMAKE_POLICY_DEFAULT_CMP0025=NEW;-DCMAKE_SKIP_BUILD_RPATH=ON;-DDFU_UTIL_PATH=/nix/store/3d5r21kmlaqn3g9jndb07lbpg84lj9dc-dfu-util-0.11/bin/dfu-util;-DGTEST_ROOT=/nix/store/b98gmgf0hv1fmwk6sff5q316mpd8h169-source/googletest -- CMAKE_BUILD_TYPE: Release -- Configuring done (0.9s) -- Generating done (0.0s) -- Build files have been written to: /build/source/build cmake: enabled parallel building cmake: enabled parallel installing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash gsettingsschemadir=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/share/gsettings-schemas/edgetx-2.9.4/glib-2.0/schemas/ gsettingsschemadir=/nix/store/c3vw00qkcww5djm71xfdxkgzrqi1x7vd-edgetx-2.9.4/share/gsettings-schemas/edgetx-2.9.4/glib-2.0/schemas/ install make: *** No rule to make target 'install'. Stop. [result] Failed to update edgetx 2.7.2 -> 2.9.4 https://github.com/EdgeTX/edgetx/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wpscan, using log file: /var/log/nixpkgs-update/wpscan/2024-03-01.log wpscan 0 -> 1 attrpath: wpscan 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 wpscan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] 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-01.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/9m61g8vh1k4rn81r28fssrvalw35a1kc-okapi-vendor-1.46.0.tar.gz.drv building '/nix/store/9m61g8vh1k4rn81r28fssrvalw35a1kc-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/9m61g8vh1k4rn81r28fssrvalw35a1kc-okapi-vendor-1.46.0.tar.gz.drv /nix/store/wsqpx2rsjxj1pbspwy20ibpvhyqv4w6a-okapi-1.46.0.drv building '/nix/store/9m61g8vh1k4rn81r28fssrvalw35a1kc-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/9m61g8vh1k4rn81r28fssrvalw35a1kc-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/9m61g8vh1k4rn81r28fssrvalw35a1kc-okapi-vendor-1.46.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/wsqpx2rsjxj1pbspwy20ibpvhyqv4w6a-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 jitsi-videobridge, using log file: /var/log/nixpkgs-update/jitsi-videobridge/2024-03-01.log jitsi-videobridge 0 -> 1 attrpath: jitsi-videobridge Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - jitsi-videobridge2-2.3-67-gb2d4229f Press Enter key to continue... Running update for: - jitsi-videobridge2-2.3-67-gb2d4229f: UPDATING ... - jitsi-videobridge2-2.3-67-gb2d4229f: ERROR --- SHOWING ERROR LOG FOR jitsi-videobridge2-2.3-67-gb2d4229f ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR jitsi-videobridge2-2.3-67-gb2d4229f ---------------------- The update script for jitsi-videobridge2-2.3-67-gb2d4229f failed with exit code 1 [result] Failed to update jitsi-videobridge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-canals-0.11.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/deepset-ai/canals/tarball/v0.10.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/deepset-ai/canals/tarball/refs/tags/v0.10.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-canals-0.11.0 ---------------------- The update script for python3.11-canals-0.11.0 failed with exit code 1 [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-01.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] 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 python311Packages.tidalapi, using log file: /var/log/nixpkgs-update/python311Packages.tidalapi/2024-03-01.log python311Packages.tidalapi 0 -> 1 attrpath: python311Packages.tidalapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-tidalapi-0.7.3 Press Enter key to continue... Running update for: - python3.11-tidalapi-0.7.3: UPDATING ... - python3.11-tidalapi-0.7.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tidalapi/default.nix b/pkgs/development/python-modules/tidalapi/default.nix index 020417ece1df..70d4a50a0257 100644 --- a/pkgs/development/python-modules/tidalapi/default.nix +++ b/pkgs/development/python-modules/tidalapi/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "tidalapi"; - version = "0.7.3"; + version = "0.7.4"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-sIPuo1kd08Quflf7oFxoo1H56cdUDlbNTfFkn8j3jVE="; + hash = "sha256-yxANr1V87/bSPac03jVN69WiO4ec+yF5oZpGTfLeJJ4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.tidalapi nix build failed. Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/wv3r4xrh1c9l6dpimd5wwd89r29rm3yv-tidalapi-0.7.4.tar.gz source root is tidalapi-0.7.4 setting SOURCE_DATE_EPOCH to timestamp 1706448309 of file tidalapi-0.7.4/tidalapi/user.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built tidalapi-0.7.4-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 tidalapi-0.7.4-py3-none-any.whl - typing-extensions not installed [result] Failed to update python311Packages.tidalapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.validators, using log file: /var/log/nixpkgs-update/python311Packages.validators/2024-03-01.log python311Packages.validators 0 -> 1 attrpath: python311Packages.validators Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-validators-0.22.0 Press Enter key to continue... Running update for: - python3.11-validators-0.22.0: UPDATING ... - python3.11-validators-0.22.0: ERROR --- SHOWING ERROR LOG FOR python3.11-validators-0.22.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/python-validators/validators/tarball/0.22.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/python-validators/validators/tarball/refs/tags/0.22.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-validators-0.22.0 ---------------------- The update script for python3.11-validators-0.22.0 failed with exit code 1 [result] Failed to update python311Packages.validators 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytorch, using log file: /var/log/nixpkgs-update/python311Packages.pytorch/2024-03-01.log python311Packages.pytorch 0 -> 1 attrpath: python311Packages.pytorch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-torch-2.2.1 Press Enter key to continue... Running update for: - python3.11-torch-2.2.1: UPDATING ... - python3.11-torch-2.2.1: ERROR --- SHOWING ERROR LOG FOR python3.11-torch-2.2.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-torch-2.2.1 ---------------------- The update script for python3.11-torch-2.2.1 failed with exit code 1 [result] Failed to update python311Packages.pytorch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-whois, using log file: /var/log/nixpkgs-update/python311Packages.python-whois/2024-03-01.log python311Packages.python-whois 0 -> 1 attrpath: python311Packages.python-whois Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-whois-0.8.0 Press Enter key to continue... Running update for: - python3.11-python-whois-0.8.0: UPDATING ... - python3.11-python-whois-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-whois 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ledger-autosync, using log file: /var/log/nixpkgs-update/ledger-autosync/2024-03-01.log ledger-autosync 0 -> 1 attrpath: ledger-autosync Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - ledger-autosync-1.0.3 Press Enter key to continue... Running update for: - ledger-autosync-1.0.3: UPDATING ... - ledger-autosync-1.0.3: ERROR --- SHOWING ERROR LOG FOR ledger-autosync-1.0.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/egh/ledger-autosync/tarball/v1.0.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/egh/ledger-autosync/tarball/refs/tags/v1.0.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR ledger-autosync-1.0.3 ---------------------- The update script for ledger-autosync-1.0.3 failed with exit code 1 [result] Failed to update ledger-autosync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wyoming-openwakeword, using log file: /var/log/nixpkgs-update/wyoming-openwakeword/2024-03-01.log wyoming-openwakeword 0 -> 1 attrpath: wyoming-openwakeword Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - wyoming-openwakeword-1.10.0 Press Enter key to continue... Running update for: - wyoming-openwakeword-1.10.0: UPDATING ... - wyoming-openwakeword-1.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wyoming-openwakeword 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ninja, using log file: /var/log/nixpkgs-update/python311Packages.django-ninja/2024-03-01.log python311Packages.django-ninja 0 -> 1 attrpath: python311Packages.django-ninja Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-django-ninja-1.1.0 Press Enter key to continue... Running update for: - python3.11-django-ninja-1.1.0: UPDATING ... - python3.11-django-ninja-1.1.0: ERROR --- SHOWING ERROR LOG FOR python3.11-django-ninja-1.1.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/vitalik/django-ninja/tarball/v1.1.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/vitalik/django-ninja/tarball/refs/tags/v1.1.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-django-ninja-1.1.0 ---------------------- The update script for python3.11-django-ninja-1.1.0 failed with exit code 1 [result] Failed to update python311Packages.django-ninja 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.berryFunctions, using log file: /var/log/nixpkgs-update/rPackages.berryFunctions/2024-03-01.log rPackages.berryFunctions 1.22.0 -> 1.22.5 https://repology.org/project/r:berryfunctions/versions attrpath: rPackages.berryFunctions 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.berryFunctions 1.22.0 -> 1.22.5 https://repology.org/project/r:berryfunctions/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Informeasure, using log file: /var/log/nixpkgs-update/rPackages.Informeasure/2024-03-01.log rPackages.Informeasure 1.10.0 -> 1.12.1 https://repology.org/project/r:informeasure/versions attrpath: rPackages.Informeasure 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.Informeasure 1.10.0 -> 1.12.1 https://repology.org/project/r:informeasure/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.opa, using log file: /var/log/nixpkgs-update/rPackages.opa/2024-03-01.log rPackages.opa 0.8.1 -> 0.8.2 https://repology.org/project/r:opa/versions attrpath: rPackages.opa Checking auto update branch... No auto update branch exists Old version 0.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.opa 0.8.1 -> 0.8.2 https://repology.org/project/r:opa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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.flowml, using log file: /var/log/nixpkgs-update/rPackages.flowml/2024-03-01.log rPackages.flowml 0.1.2 -> 0.1.3 https://repology.org/project/r:flowml/versions attrpath: rPackages.flowml 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.flowml 0.1.2 -> 0.1.3 https://repology.org/project/r:flowml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hsphase, using log file: /var/log/nixpkgs-update/rPackages.hsphase/2024-03-01.log rPackages.hsphase 2.0.2 -> 2.0.3 https://repology.org/project/r:hsphase/versions attrpath: rPackages.hsphase 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.hsphase 2.0.2 -> 2.0.3 https://repology.org/project/r:hsphase/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.treebase, using log file: /var/log/nixpkgs-update/rPackages.treebase/2024-03-01.log rPackages.treebase 0.1.4 -> 0.1.5 https://repology.org/project/r:treebase/versions attrpath: rPackages.treebase 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.treebase 0.1.4 -> 0.1.5 https://repology.org/project/r:treebase/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tailwindcss-language-server, using log file: /var/log/nixpkgs-update/tailwindcss-language-server/2024-03-01.log tailwindcss-language-server 0.0.16 -> 0.10.5 https://github.com/tailwindlabs/tailwindcss-intellisense/releases attrpath: tailwindcss-language-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] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv building '/nix/store/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv'... trying https://github.com/tailwindlabs/tailwindcss-intellisense/archive/@tailwindcss/language-server@v0.10.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 'tailwindcss-language-server.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv /nix/store/77zwf7mmwa4ghqzzsmxgh90d98rfk6ms-tailwindcss-language-server-0.10.5-npm-deps.drv /nix/store/8r0zlqr5g3clqfsdq9lprf9yfl9n5jx6-tailwindcss-language-server-0.10.5.drv building '/nix/store/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv'... trying https://github.com/tailwindlabs/tailwindcss-intellisense/archive/@tailwindcss/language-server@v0.10.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/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/tailwindlabs/tailwindcss-intellisense/archive/@tailwindcss/language-server@v0.10.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/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv'. error: 1 dependencies of derivation '/nix/store/8r0zlqr5g3clqfsdq9lprf9yfl9n5jx6-tailwindcss-language-server-0.10.5.drv' failed to build [result] Failed to update tailwindcss-language-server 0.0.16 -> 0.10.5 https://github.com/tailwindlabs/tailwindcss-intellisense/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.packbits, using log file: /var/log/nixpkgs-update/python311Packages.packbits/2024-03-01.log python311Packages.packbits 0 -> 1 attrpath: python311Packages.packbits Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-packbits-0.6 Press Enter key to continue... Running update for: - python3.11-packbits-0.6: UPDATING ... - python3.11-packbits-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.packbits 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-rokuecp-0.19.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ctalkington/python-rokuecp/tarball/0.19.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ctalkington/python-rokuecp/tarball/refs/tags/0.19.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-rokuecp-0.19.1 ---------------------- The update script for python3.11-rokuecp-0.19.1 failed with exit code 1 [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-01.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 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/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-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 mpvScripts.vr-reversal, using log file: /var/log/nixpkgs-update/mpvScripts.vr-reversal/2024-03-01.log mpvScripts.vr-reversal 0 -> 1 attrpath: mpvScripts.vr-reversal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - vr-reversal-1.1 Press Enter key to continue... Running update for: - vr-reversal-1.1: UPDATING ... - vr-reversal-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpvScripts.vr-reversal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ledmon, using log file: /var/log/nixpkgs-update/ledmon/2024-03-01.log ledmon 0.92 -> 0.97 https://github.com/intel/ledmon/releases attrpath: ledmon 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/system/ledmon/default.nix b/pkgs/tools/system/ledmon/default.nix index 0ca1aa441db7..dc40cf2433e3 100644 --- a/pkgs/tools/system/ledmon/default.nix +++ b/pkgs/tools/system/ledmon/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "ledmon"; - version = "0.92"; + version = "0.97"; src = fetchFromGitHub { owner = "intel"; repo = "ledmon"; rev = "v${version}"; - sha256 = "1lz59606vf2sws5xwijxyffm8kxcf8p9qbdpczsq1b5mm3dk6lvp"; + sha256 = "sha256-56Gv6fA1dzEMzWZpAo1EcGdwKrK7BRlBUehwheXQpq0="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ledmon nix build failed. got build log for 'ledmon' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/aqnwvjka3q8ps4w1mzixr9v99h0ghi9d-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash MAN_INSTDIR=/nix/store/4zr2a00z6w8rh4s3jy6p7lab2k1d3n31-ledmon-0.97/share/man SYSTEMD_SERVICE_INSTDIR=/nix/store/4zr2a00z6w8rh4s3jy6p7lab2k1d3n31-ledmon-0.97/lib/systemd/system LEDCTL_INSTDIR=/nix/store/4zr2a00z6w8rh4s3jy6p7lab2k1d3n31-ledmon-0.97/sbin LEDMON_INSTDIR=/nix/store/4zr2a00z6w8rh4s3jy6p7lab2k1d3n31-ledmon-0.97/sbin make: *** No targets specified and no makefile found. Stop. [result] Failed to update ledmon 0.92 -> 0.97 https://github.com/intel/ledmon/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elfio, using log file: /var/log/nixpkgs-update/elfio/2024-03-01.log elfio 3.10 -> 3.12 https://repology.org/project/elfio/versions attrpath: elfio 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/elfio/default.nix b/pkgs/development/libraries/elfio/default.nix index 13bdbe735d63..aaa4cc6f11b6 100644 --- a/pkgs/development/libraries/elfio/default.nix +++ b/pkgs/development/libraries/elfio/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "elfio"; - version = "3.10"; + version = "3.12"; src = fetchFromGitHub { owner = "serge1"; repo = "elfio"; rev = "Release_${version}"; - sha256 = "sha256-DuZhkiHXdCplRiOy1Gsu7voVPdCbFt+4qFqlOeOeWQw="; + sha256 = "sha256-tDRBscs2L/3gYgLQvb1+8nNxqkr8v1xBkeDXuOqShX4="; }; nativeBuildInputs = [ cmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A elfio nix build failed. error: downloading 'https://github.com/google/googletest/archive/41fe6be7d738237d1ca53070bd6ddebb73190b58.zip' failed status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: github.com Closing connection --- LOG END --- make[2]: *** [CMakeFiles/googletest-populate.dir/build.make:100: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/googletest-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2  CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1679 (message): Build step for googletest failed: 2 Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:2033 (FetchContent_Populate) tests/CMakeLists.txt:20 (FetchContent_MakeAvailable)  -- Configuring incomplete, errors occurred! [result] Failed to update elfio 3.10 -> 3.12 https://repology.org/project/elfio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-webpack-loader, using log file: /var/log/nixpkgs-update/python311Packages.django-webpack-loader/2024-03-01.log python311Packages.django-webpack-loader 0 -> 1 attrpath: python311Packages.django-webpack-loader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-webpack-loader-3.0.1 Press Enter key to continue... Running update for: - python3.11-django-webpack-loader-3.0.1: UPDATING ... - python3.11-django-webpack-loader-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-webpack-loader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiopvpc, using log file: /var/log/nixpkgs-update/python311Packages.aiopvpc/2024-03-01.log python311Packages.aiopvpc 0 -> 1 attrpath: python311Packages.aiopvpc Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-aiopvpc-4.2.2 Press Enter key to continue... Running update for: - python3.11-aiopvpc-4.2.2: UPDATING ... - python3.11-aiopvpc-4.2.2: ERROR --- SHOWING ERROR LOG FOR python3.11-aiopvpc-4.2.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/azogue/aiopvpc/tarball/v4.2.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/azogue/aiopvpc/tarball/refs/tags/v4.2.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-aiopvpc-4.2.2 ---------------------- The update script for python3.11-aiopvpc-4.2.2 failed with exit code 1 [result] Failed to update python311Packages.aiopvpc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath simp_le, using log file: /var/log/nixpkgs-update/simp_le/2024-03-01.log simp_le 0 -> 1 attrpath: simp_le Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - simp_le-client-0.17.0 Press Enter key to continue... Running update for: - simp_le-client-0.17.0: UPDATING ... - simp_le-client-0.17.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/admin/simp_le/default.nix b/pkgs/tools/admin/simp_le/default.nix index cf908ba33550..91d0ba360168 100644 --- a/pkgs/tools/admin/simp_le/default.nix +++ b/pkgs/tools/admin/simp_le/default.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonApplication rec { pname = "simp_le-client"; - version = "0.17.0"; + version = "0.20.0"; src = fetchPypi { inherit pname version; - sha256 = "0m1jynar4calaffp2zdxr5yy9vnhw2qf2hsfxwzfwf8fqb5h7bjb"; + sha256 = "sha256-p6+OF8MuAzcdTV4/CvZpjGaOrg7xcNuEddk7yC2sXIE="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - simp_le: 0.17.0 -> 0.20.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/266533" [result] Failed to update simp_le 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath charliecloud, using log file: /var/log/nixpkgs-update/charliecloud/2024-03-01.log charliecloud 0.24 -> 0.36 https://github.com/hpc/charliecloud/releases attrpath: charliecloud 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/virtualization/charliecloud/default.nix b/pkgs/applications/virtualization/charliecloud/default.nix index 2889d09183d7..df57e5f684a8 100644 --- a/pkgs/applications/virtualization/charliecloud/default.nix +++ b/pkgs/applications/virtualization/charliecloud/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { - version = "0.24"; + version = "0.36"; pname = "charliecloud"; src = fetchFromGitHub { owner = "hpc"; repo = "charliecloud"; rev = "v${version}"; - sha256 = "sha256-kdaVlwE3vdCxsmJTOUwx8J+9UcBuXbKDwS2MHX2ZPPM="; + sha256 = "sha256-CaF3bet8pHJg/2lKQVtAlV/3bPLrZAo6R0GibCan34I="; }; nativeBuildInputs = [ autoreconfHook makeWrapper ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A charliecloud nix build failed. got build log for 'charliecloud' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ywjj116nbka4xzl010r9ln2avnv591sg-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "autoreconfPhase" } Running phase: autoreconfPhase autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /nix/store/wxsibxw4kdzmnfxh4zgrzsr8dp4q2v7k-autoconf-2.72/bin/autoconf --force configure.ac:310: error: possibly undefined macro: AC_CHECK_LIB If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:510: error: possibly undefined macro: AC_CHECK_HEADER autoreconf: error: /nix/store/wxsibxw4kdzmnfxh4zgrzsr8dp4q2v7k-autoconf-2.72/bin/autoconf failed with exit status: 1 [result] Failed to update charliecloud 0.24 -> 0.36 https://github.com/hpc/charliecloud/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.case, using log file: /var/log/nixpkgs-update/python311Packages.case/2024-03-01.log python311Packages.case 0 -> 1 attrpath: python311Packages.case Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-case-1.5.3 Press Enter key to continue... Running update for: - python3.11-case-1.5.3: UPDATING ... - python3.11-case-1.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.case 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.blobfile, using log file: /var/log/nixpkgs-update/python311Packages.blobfile/2024-03-01.log python311Packages.blobfile 0 -> 1 attrpath: python311Packages.blobfile Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-blobfile-2.0.2 Press Enter key to continue... Running update for: - python3.11-blobfile-2.0.2: UPDATING ... - python3.11-blobfile-2.0.2: ERROR --- SHOWING ERROR LOG FOR python3.11-blobfile-2.0.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/blobfile/blobfile/tarball/v2.0.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/blobfile/blobfile/tarball/refs/tags/v2.0.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-blobfile-2.0.2 ---------------------- The update script for python3.11-blobfile-2.0.2 failed with exit code 1 [result] Failed to update python311Packages.blobfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocm-opencl-icd, using log file: /var/log/nixpkgs-update/rocm-opencl-icd/2024-03-01.log rocm-opencl-icd 0 -> 1 attrpath: rocm-opencl-icd Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - clr-5.7.1 Press Enter key to continue... Running update for: - clr-5.7.1: UPDATING ... - clr-5.7.1: ERROR --- SHOWING ERROR LOG FOR clr-5.7.1 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR clr-5.7.1 ---------------------- The update script for clr-5.7.1 failed with exit code 1 [result] Failed to update rocm-opencl-icd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] 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-01.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-01.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] 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.pytun, using log file: /var/log/nixpkgs-update/python311Packages.pytun/2024-03-01.log python311Packages.pytun 0 -> 1 attrpath: python311Packages.pytun Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytun-2.3.0 Press Enter key to continue... Running update for: - python3.11-pytun-2.3.0: UPDATING ... - python3.11-pytun-2.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytun 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.icinga2, using log file: /var/log/nixpkgs-update/terraform-providers.icinga2/2024-03-01.log terraform-providers.icinga2 0 -> 1 attrpath: terraform-providers.icinga2 Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.icinga2 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.xfconf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath maxcso, using log file: /var/log/nixpkgs-update/maxcso/2024-03-01.log maxcso 1.13.0 -> 1.13.0.27 https://repology.org/project/maxcso/versions attrpath: maxcso 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/fzx8jkm2md4q17iin2m231j35crrfb67-source.drv building '/nix/store/fzx8jkm2md4q17iin2m231j35crrfb67-source.drv'... trying https://github.com/unknownbrackets/maxcso/archive/v1.13.0.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 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 'maxcso.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/fzx8jkm2md4q17iin2m231j35crrfb67-source.drv /nix/store/k6r0k365hv7fd61chvvskafkl4cgrb4i-maxcso-1.13.0.27.drv building '/nix/store/fzx8jkm2md4q17iin2m231j35crrfb67-source.drv'... trying https://github.com/unknownbrackets/maxcso/archive/v1.13.0.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 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/fzx8jkm2md4q17iin2m231j35crrfb67-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/unknownbrackets/maxcso/archive/v1.13.0.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 > 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/fzx8jkm2md4q17iin2m231j35crrfb67-source.drv'. error: 1 dependencies of derivation '/nix/store/k6r0k365hv7fd61chvvskafkl4cgrb4i-maxcso-1.13.0.27.drv' failed to build [result] Failed to update maxcso 1.13.0 -> 1.13.0.27 https://repology.org/project/maxcso/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.collpcm, using log file: /var/log/nixpkgs-update/rPackages.collpcm/2024-03-01.log rPackages.collpcm 1.2 -> 1.3 https://repology.org/project/r:collpcm/versions attrpath: rPackages.collpcm Checking auto update branch... No auto update branch exists Old version 1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.collpcm 1.2 -> 1.3 https://repology.org/project/r:collpcm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-tabular-list, using log file: /var/log/nixpkgs-update/haskellPackages.brick-tabular-list/2024-03-01.log haskellPackages.brick-tabular-list 2.2.0.7 -> 2.2.0.9 https://repology.org/project/haskell:brick-tabular-list/versions attrpath: haskellPackages.brick-tabular-list Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.brick-tabular-list 2.2.0.7 -> 2.2.0.9 https://repology.org/project/haskell:brick-tabular-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 gnome-extensions-cli, using log file: /var/log/nixpkgs-update/gnome-extensions-cli/2024-03-01.log gnome-extensions-cli 0 -> 1 attrpath: gnome-extensions-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] Going to be running update for following packages: - gnome-extensions-cli-0.9.5 Press Enter key to continue... Running update for: - gnome-extensions-cli-0.9.5: UPDATING ... - gnome-extensions-cli-0.9.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/desktops/gnome/misc/gnome-extensions-cli/default.nix b/pkgs/desktops/gnome/misc/gnome-extensions-cli/default.nix index 78ff97b1ae1f..5050db4461ba 100644 --- a/pkgs/desktops/gnome/misc/gnome-extensions-cli/default.nix +++ b/pkgs/desktops/gnome/misc/gnome-extensions-cli/default.nix @@ -14,13 +14,13 @@ buildPythonApplication rec { pname = "gnome-extensions-cli"; - version = "0.9.5"; + version = "0.10.1"; format = "pyproject"; src = fetchPypi { pname = "gnome_extensions_cli"; inherit version; - hash = "sha256-4eRVmG5lqK8ql9WpvXsf18znOt7kDSnpQnLfy73doy4="; + hash = "sha256-yAoo3NjNtTZSHmbLKzW2X7Cy2smLNp8/9vo+OPGxlVY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gnome-extensions-cli nix build failed. Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/xagfagqs10df8k02alvdip4hs6zigg4l-gnome_extensions_cli-0.10.1.tar.gz source root is gnome_extensions_cli-0.10.1 setting SOURCE_DATE_EPOCH to timestamp 1707430276 of file gnome_extensions_cli-0.10.1/pyproject.toml @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 gnome_extensions_cli-0.10.1-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for gnome_extensions_cli-0.10.1-py3-none-any.whl - tqdm not installed [result] Failed to update gnome-extensions-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 coq_8_8, using log file: /var/log/nixpkgs-update/coq_8_8/2024-03-01.log coq_8_8 8.8.2 -> 8.19.0 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.0 [result] Failed to update coq_8_8 8.8.2 -> 8.19.0 https://github.com/coq/coq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cexprtk, using log file: /var/log/nixpkgs-update/python311Packages.cexprtk/2024-03-01.log python311Packages.cexprtk 0 -> 1 attrpath: python311Packages.cexprtk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cexprtk-0.4.1 Press Enter key to continue... Running update for: - python3.11-cexprtk-0.4.1: UPDATING ... - python3.11-cexprtk-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cexprtk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.call, using log file: /var/log/nixpkgs-update/haskellPackages.call/2024-03-01.log haskellPackages.call 0.1.4.2 -> 0.2 https://repology.org/project/haskell:call/versions attrpath: haskellPackages.call Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.call 0.1.4.2 -> 0.2 https://repology.org/project/haskell:call/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cups-drv-rastertosag-gdi, using log file: /var/log/nixpkgs-update/cups-drv-rastertosag-gdi/2024-03-01.log cups-drv-rastertosag-gdi 0 -> 1 attrpath: cups-drv-rastertosag-gdi 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] Going to be running update for following packages: - rastertosag-gdi-0.1 Press Enter key to continue... Running update for: - rastertosag-gdi-0.1: UPDATING ... - rastertosag-gdi-0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cups-drv-rastertosag-gdi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-threading, using log file: /var/log/nixpkgs-update/python311Packages.click-threading/2024-03-01.log python311Packages.click-threading 0 -> 1 attrpath: python311Packages.click-threading Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-click-threading-0.5.0 Press Enter key to continue... Running update for: - python3.11-click-threading-0.5.0: UPDATING ... - python3.11-click-threading-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-threading 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yuzuPackages.compat-list, using log file: /var/log/nixpkgs-update/yuzuPackages.compat-list/2024-03-01.log yuzuPackages.compat-list 0 -> 1 attrpath: yuzuPackages.compat-list Checking auto update branch... [version] [version] skipping because derivation has 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/cp4am1waa3g0l7jbwpvnj5wfwh6z6xq1-packages.json.drv building '/nix/store/cp4am1waa3g0l7jbwpvnj5wfwh6z6xq1-packages.json.drv'... Going to be running update for following packages: - yuzu-compatibility-list-unstable-2024-02-26 Press Enter key to continue... Running update for: - yuzu-compatibility-list-unstable-2024-02-26: UPDATING ... - yuzu-compatibility-list-unstable-2024-02-26: ERROR --- SHOWING ERROR LOG FOR yuzu-compatibility-list-unstable-2024-02-26 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; yuzuPackages.compat-list.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/flathub/org.yuzu_emu.yuzu.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp: failed to create directory via template ‘/run/nixpkgs-update-worker/tmp.XXXXXXXXXX’: No such file or directory + tmpdir= --- SHOWING ERROR LOG FOR yuzu-compatibility-list-unstable-2024-02-26 ---------------------- The update script for yuzu-compatibility-list-unstable-2024-02-26 failed with exit code 1 [result] Failed to update yuzuPackages.compat-list 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.seqeval, using log file: /var/log/nixpkgs-update/python311Packages.seqeval/2024-03-01.log python311Packages.seqeval 0 -> 1 attrpath: python311Packages.seqeval Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-seqeval-1.2.2 Press Enter key to continue... Running update for: - python3.11-seqeval-1.2.2: UPDATING ... - python3.11-seqeval-1.2.2: ERROR --- SHOWING ERROR LOG FOR python3.11-seqeval-1.2.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/chakki-works/seqeval/tarball/v1.2.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/chakki-works/seqeval/tarball/refs/tags/v1.2.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-seqeval-1.2.2 ---------------------- The update script for python3.11-seqeval-1.2.2 failed with exit code 1 [result] Failed to update python311Packages.seqeval 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tomli-w, using log file: /var/log/nixpkgs-update/python311Packages.tomli-w/2024-03-01.log python311Packages.tomli-w 0 -> 1 attrpath: python311Packages.tomli-w Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-tomli-w-1.0.0 Press Enter key to continue... Running update for: - python3.11-tomli-w-1.0.0: UPDATING ... - python3.11-tomli-w-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tomli-w 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath doitlive, using log file: /var/log/nixpkgs-update/doitlive/2024-03-01.log doitlive 0 -> 1 attrpath: doitlive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - doitlive-5.0.0 Press Enter key to continue... Running update for: - doitlive-5.0.0: UPDATING ... - doitlive-5.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/doitlive/default.nix b/pkgs/tools/misc/doitlive/default.nix index 9e1d83bb4d98..2c935e48ca67 100644 --- a/pkgs/tools/misc/doitlive/default.nix +++ b/pkgs/tools/misc/doitlive/default.nix @@ -2,12 +2,12 @@ python3Packages.buildPythonApplication rec { pname = "doitlive"; - version = "5.0.0"; + version = "5.1.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-jAoibszDpQJjiNCZDhX3fLniALOG7r9YqaYEySkmMM4="; + hash = "sha256-trzSX58De36W401oVJMGrbPoyD9uksUewrIlq8BbJcU="; }; nativeBuildInputs = with python3Packages; [ setuptools ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A doitlive nix build failed. Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook raise BackendUnavailable(data.get('traceback', '')) pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1126, in _find_and_load_unlocked File "", line 241, in _call_with_frames_removed File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1140, in _find_and_load_unlocked ModuleNotFoundError: No module named 'flit_core' ERROR Backend 'flit_core.buildapi' is not available. [result] Failed to update doitlive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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-01.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 rPackages.phm, using log file: /var/log/nixpkgs-update/rPackages.phm/2024-03-01.log rPackages.phm 1.1.0 -> 1.1.2 https://repology.org/project/r:phm/versions attrpath: rPackages.phm 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.phm 1.1.0 -> 1.1.2 https://repology.org/project/r:phm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-btrfs, using log file: /var/log/nixpkgs-update/python311Packages.dissect-btrfs/2024-03-01.log python311Packages.dissect-btrfs 0 -> 1 attrpath: python311Packages.dissect-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] Failed with exit code 1 Going to be running update for following packages: - python3.11-dissect-btrfs-1.1 Press Enter key to continue... Running update for: - python3.11-dissect-btrfs-1.1: UPDATING ... - python3.11-dissect-btrfs-1.1: ERROR --- SHOWING ERROR LOG FOR python3.11-dissect-btrfs-1.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect.btrfs/tarball/1.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect.btrfs/tarball/refs/tags/1.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-dissect-btrfs-1.1 ---------------------- The update script for python3.11-dissect-btrfs-1.1 failed with exit code 1 [result] Failed to update python311Packages.dissect-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 @andersk asked to skip [result] Failed to update abseil-cpp 20240116.0 -> 20240116.1 https://github.com/abseil/abseil-cpp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tfruns, using log file: /var/log/nixpkgs-update/rPackages.tfruns/2024-03-01.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 haskellPackages.ghc-trace-events, using log file: /var/log/nixpkgs-update/haskellPackages.ghc-trace-events/2024-03-01.log haskellPackages.ghc-trace-events 0.1.2.7 -> 0.1.2.8 https://repology.org/project/haskell:ghc-trace-events/versions attrpath: haskellPackages.ghc-trace-events Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ghc-trace-events 0.1.2.7 -> 0.1.2.8 https://repology.org/project/haskell:ghc-trace-events/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyinstrument, using log file: /var/log/nixpkgs-update/python312Packages.pyinstrument/2024-03-01.log python312Packages.pyinstrument 4.6.0 -> 4.6.2 https://repology.org/project/python:pyinstrument/versions attrpath: python312Packages.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] Failed with exit code 1 Going to be running update for following packages: - python3.12-pyinstrument-4.6.0 Press Enter key to continue... Running update for: - python3.12-pyinstrument-4.6.0: UPDATING ... - python3.12-pyinstrument-4.6.0: ERROR --- SHOWING ERROR LOG FOR python3.12-pyinstrument-4.6.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/joerick/pyinstrument/tarball/v4.6.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/joerick/pyinstrument/tarball/refs/tags/v4.6.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-pyinstrument-4.6.0 ---------------------- The update script for python3.12-pyinstrument-4.6.0 failed with exit code 1 [result] Failed to update python312Packages.pyinstrument 4.6.0 -> 4.6.2 https://repology.org/project/python:pyinstrument/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GPareto, using log file: /var/log/nixpkgs-update/rPackages.GPareto/2024-03-01.log rPackages.GPareto 1.1.7 -> 1.1.8 https://repology.org/project/r:gpareto/versions attrpath: rPackages.GPareto Checking auto update branch... No auto update branch exists Old version 1.1.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GPareto 1.1.7 -> 1.1.8 https://repology.org/project/r:gpareto/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-jffs, using log file: /var/log/nixpkgs-update/python311Packages.dissect-jffs/2024-03-01.log python311Packages.dissect-jffs 0 -> 1 attrpath: python311Packages.dissect-jffs Checking auto update branch... [outpaths] eval start [outpaths] eval end [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-dissect-jffs-1.0 Press Enter key to continue... Running update for: - python3.11-dissect-jffs-1.0: UPDATING ... - python3.11-dissect-jffs-1.0: ERROR --- SHOWING ERROR LOG FOR python3.11-dissect-jffs-1.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect.jffs/tarball/1.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect.jffs/tarball/refs/tags/1.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-dissect-jffs-1.0 ---------------------- The update script for python3.11-dissect-jffs-1.0 failed with exit code 1 [result] Failed to update python311Packages.dissect-jffs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath splat, using log file: /var/log/nixpkgs-update/splat/2024-03-01.log splat 1.4.2 -> 1.5.0b3 https://repology.org/project/splat-signal-propagation/versions attrpath: splat Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/radio/splat/default.nix b/pkgs/applications/radio/splat/default.nix index 59d0fc1fdeb0..ad074ec5f27a 100644 --- a/pkgs/applications/radio/splat/default.nix +++ b/pkgs/applications/radio/splat/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "splat"; - version = "1.4.2"; + version = "1.5.0b3"; src = fetchurl { url = "https://www.qsl.net/kd2bd/${pname}-${version}.tar.bz2"; - hash = "sha256-ObCzFOLpJ73wDR7aS5hl79EouoUDBfmHrsBJxP1Yopw="; + hash = "sha256-N2jNRPvr/JjlT5uTmYl1lyYgSaTmULkwMIofkZN7qxw="; }; nativeBuildInputs = [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A splat nix build failed. got build log for 'splat' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/da3izgcfnb0zdp1w8zgbb6rb5cjg1wpv-splat-1.5.0b3.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/da3izgcfnb0zdp1w8zgbb6rb5cjg1wpv-splat-1.5.0b3.tar.bz2 [result] Failed to update splat 1.4.2 -> 1.5.0b3 https://repology.org/project/splat-signal-propagation/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asyncpg, using log file: /var/log/nixpkgs-update/python311Packages.asyncpg/2024-03-01.log python311Packages.asyncpg 0 -> 1 attrpath: python311Packages.asyncpg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-asyncpg-0.29.0 Press Enter key to continue... Running update for: - python3.11-asyncpg-0.29.0: UPDATING ... - python3.11-asyncpg-0.29.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyncpg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.shapely, using log file: /var/log/nixpkgs-update/python312Packages.shapely/2024-03-01.log python312Packages.shapely 2.0.2 -> 2.0.3 https://github.com/shapely/shapely/releases attrpath: python312Packages.shapely Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-shapely-2.0.2 Press Enter key to continue... Running update for: - python3.12-shapely-2.0.2: UPDATING ... - python3.12-shapely-2.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/shapely/default.nix b/pkgs/development/python-modules/shapely/default.nix index 7f87ddf6befa..822cab758328 100644 --- a/pkgs/development/python-modules/shapely/default.nix +++ b/pkgs/development/python-modules/shapely/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "shapely"; - version = "2.0.2"; + version = "2.0.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-FxPMBMFxuv/Fslm6hTHFiswqMBcHt/Ah2IoV7QkGSec="; + hash = "sha256-TWXQqnkQr3Hvpy/WRH4CqOXdRNqBqYPenXNtbmzL5nQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 66 > 25 [result] Failed to update python312Packages.shapely 2.0.2 -> 2.0.3 https://github.com/shapely/shapely/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysyncthru, using log file: /var/log/nixpkgs-update/python311Packages.pysyncthru/2024-03-01.log python311Packages.pysyncthru 0 -> 1 attrpath: python311Packages.pysyncthru Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pysyncthru-0.8.0 Press Enter key to continue... Running update for: - python3.11-pysyncthru-0.8.0: UPDATING ... - python3.11-pysyncthru-0.8.0: ERROR --- SHOWING ERROR LOG FOR python3.11-pysyncthru-0.8.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/nielstron/pysyncthru/tarball/0.8.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/nielstron/pysyncthru/tarball/refs/tags/0.8.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pysyncthru-0.8.0 ---------------------- The update script for python3.11-pysyncthru-0.8.0 failed with exit code 1 [result] Failed to update python311Packages.pysyncthru 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uhi, using log file: /var/log/nixpkgs-update/python311Packages.uhi/2024-03-01.log python311Packages.uhi 0 -> 1 attrpath: python311Packages.uhi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-uhi-0.4.0 Press Enter key to continue... Running update for: - python3.11-uhi-0.4.0: UPDATING ... - python3.11-uhi-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.uhi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ecs-logging, using log file: /var/log/nixpkgs-update/python311Packages.ecs-logging/2024-03-01.log python311Packages.ecs-logging 0 -> 1 attrpath: python311Packages.ecs-logging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-ecs-logging-2.1.0 Press Enter key to continue... Running update for: - python3.11-ecs-logging-2.1.0: UPDATING ... - python3.11-ecs-logging-2.1.0: ERROR --- SHOWING ERROR LOG FOR python3.11-ecs-logging-2.1.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/elastic/ecs-logging-python/tarball/2.1.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/elastic/ecs-logging-python/tarball/refs/tags/2.1.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-ecs-logging-2.1.0 ---------------------- The update script for python3.11-ecs-logging-2.1.0 failed with exit code 1 [result] Failed to update python311Packages.ecs-logging 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gl3w, using log file: /var/log/nixpkgs-update/gl3w/2024-03-01.log gl3w 0 -> 1 attrpath: gl3w Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - gl3w-unstable-2023-10-10 Press Enter key to continue... Running update for: - gl3w-unstable-2023-10-10: UPDATING ... - gl3w-unstable-2023-10-10: ERROR --- SHOWING ERROR LOG FOR gl3w-unstable-2023-10-10 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; gl3w.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/skaslev/gl3w.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp: failed to create directory via template ‘/run/nixpkgs-update-worker/tmp.XXXXXXXXXX’: No such file or directory + tmpdir= --- SHOWING ERROR LOG FOR gl3w-unstable-2023-10-10 ---------------------- The update script for gl3w-unstable-2023-10-10 failed with exit code 1 [result] Failed to update gl3w 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.requests/2024-03-01.log python311Packages.requests 0 -> 1 attrpath: python311Packages.requests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-requests-2.31.0 Press Enter key to continue... Running update for: - python3.11-requests-2.31.0: UPDATING ... - python3.11-requests-2.31.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eclipses.eclipse-jee, using log file: /var/log/nixpkgs-update/eclipses.eclipse-jee/2024-03-01.log eclipses.eclipse-jee 4.30 -> 2021-09-R https://repology.org/project/eclipse-jee/versions attrpath: eclipses.eclipse-jee Checking auto update branch... No auto update branch exists Old version 4.30" not present in master derivation file with contents: { lib, stdenv, makeDesktopItem, freetype, fontconfig, libX11, libXrender , zlib, jdk, glib, glib-networking, gtk, libXtst, libsecret, gsettings-desktop-schemas, webkitgtk , makeWrapper, perl, ... }: { name, src ? builtins.getAttr stdenv.hostPlatform.system sources, sources ? null, description, productVersion }: stdenv.mkDerivation rec { inherit name src; desktopItem = makeDesktopItem { name = "Eclipse"; exec = "eclipse"; icon = "eclipse"; comment = "Integrated Development Environment"; desktopName = "Eclipse IDE"; genericName = "Integrated Development Environment"; categories = [ "Development" ]; }; nativeBuildInputs = [ makeWrapper perl ]; buildInputs = [ fontconfig freetype glib gsettings-desktop-schemas gtk jdk libX11 libXrender libXtst libsecret zlib ] ++ lib.optional (webkitgtk != null) webkitgtk; buildCommand = '' # Unpack tarball. mkdir -p $out tar xfvz $src -C $out # Patch binaries. interpreter="$(cat $NIX_BINTOOLS/nix-support/dynamic-linker)" libCairo=$out/eclipse/libcairo-swt.so patchelf --set-interpreter $interpreter $out/eclipse/eclipse [ -f $libCairo ] && patchelf --set-rpath ${lib.makeLibraryPath [ freetype fontconfig libX11 libXrender zlib ]} $libCairo # Create wrapper script. Pass -configuration to store # settings in ~/.eclipse/org.eclipse.platform_ rather # than ~/.eclipse/org.eclipse.platform__. productId=$(sed 's/id=//; t; d' $out/eclipse/.eclipseproduct) makeWrapper $out/eclipse/eclipse $out/bin/eclipse \ --prefix PATH : ${jdk}/bin \ --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath ([ glib gtk libXtst libsecret ] ++ lib.optional (webkitgtk != null) webkitgtk)} \ --prefix GIO_EXTRA_MODULES : "${glib-networking}/lib/gio/modules" \ --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH" \ --add-flags "-configuration \$HOME/.eclipse/''${productId}_${productVersion}/configuration" # Create desktop item. mkdir -p $out/share/applications cp ${desktopItem}/share/applications/* $out/share/applications mkdir -p $out/share/pixmaps ln -s $out/eclipse/icon.xpm $out/share/pixmaps/eclipse.xpm # ensure eclipse.ini does not try to use a justj jvm, as those aren't compatible with nix perl -i -p0e 's|-vm\nplugins/org.eclipse.justj.*/jre/bin.*\n||' $out/eclipse/eclipse.ini ''; # */ meta = { homepage = "https://www.eclipse.org/"; inherit description; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; }; } [result] Failed to update eclipses.eclipse-jee 4.30 -> 2021-09-R https://repology.org/project/eclipse-jee/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spacy-pkuseg, using log file: /var/log/nixpkgs-update/python311Packages.spacy-pkuseg/2024-03-01.log python311Packages.spacy-pkuseg 0 -> 1 attrpath: python311Packages.spacy-pkuseg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-spacy-pkuseg-0.0.33 Press Enter key to continue... Running update for: - python3.11-spacy-pkuseg-0.0.33: UPDATING ... - python3.11-spacy-pkuseg-0.0.33: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spacy-pkuseg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libvirt, using log file: /var/log/nixpkgs-update/libvirt/2024-03-01.log libvirt 0 -> 1 attrpath: libvirt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - libvirt-10.0.0 Press Enter key to continue... Running update for: - libvirt-10.0.0: UPDATING ... - libvirt-10.0.0: ERROR --- SHOWING ERROR LOG FOR libvirt-10.0.0 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libvirt-10.0.0 ---------------------- The update script for libvirt-10.0.0 failed with exit code 1 [result] Failed to update libvirt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudaPackages.nccl, using log file: /var/log/nixpkgs-update/cudaPackages.nccl/2024-03-01.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] 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! The diff was empty after rewrites. [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-01.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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 922: scripts/Linux/resources/meshlab.desktop: No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update 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 mailman, using log file: /var/log/nixpkgs-update/mailman/2024-03-01.log mailman 0 -> 1 attrpath: mailman 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] Going to be running update for following packages: - python3.11-mailman-3.3.9 Press Enter key to continue... Running update for: - python3.11-mailman-3.3.9: UPDATING ... - python3.11-mailman-3.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mailman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yle-dl, using log file: /var/log/nixpkgs-update/yle-dl/2024-03-01.log yle-dl 0 -> 1 attrpath: yle-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] Going to be running update for following packages: - yle-dl-20240130 Press Enter key to continue... Running update for: - yle-dl-20240130: UPDATING ... - yle-dl-20240130: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update yle-dl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yubico, using log file: /var/log/nixpkgs-update/python311Packages.yubico/2024-03-01.log python311Packages.yubico 0 -> 1 attrpath: python311Packages.yubico Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-yubico-1.3.3 Press Enter key to continue... Running update for: - python3.11-python-yubico-1.3.3: UPDATING ... - python3.11-python-yubico-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yubico 0 -> 1 [options] github_user: r-ryantm, pull_request: 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 rPackages.HomomorphicEncryption, using log file: /var/log/nixpkgs-update/rPackages.HomomorphicEncryption/2024-03-01.log rPackages.HomomorphicEncryption 0.3.0 -> 0.9.0 https://repology.org/project/r:homomorphicencryption/versions attrpath: rPackages.HomomorphicEncryption Checking auto update branch... No auto update branch exists Old version 0.3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.HomomorphicEncryption 0.3.0 -> 0.9.0 https://repology.org/project/r:homomorphicencryption/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.datapoint, using log file: /var/log/nixpkgs-update/python311Packages.datapoint/2024-03-01.log python311Packages.datapoint 0 -> 1 attrpath: python311Packages.datapoint Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-datapoint-0.9.9 Press Enter key to continue... Running update for: - python3.11-datapoint-0.9.9: UPDATING ... - python3.11-datapoint-0.9.9: ERROR --- SHOWING ERROR LOG FOR python3.11-datapoint-0.9.9 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/EJEP/datapoint-python/tarball/v0.4.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/EJEP/datapoint-python/tarball/refs/tags/v0.4.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-datapoint-0.9.9 ---------------------- The update script for python3.11-datapoint-0.9.9 failed with exit code 1 [result] Failed to update python311Packages.datapoint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xa, using log file: /var/log/nixpkgs-update/xa/2024-03-01.log xa 2.3.14 -> 2.4.0 https://repology.org/project/xa/versions attrpath: xa Checking auto update branch... An auto update branch exists with message `xa: 2.3.14 -> 2.4.0`. New version is 2.4.0. An auto update branch exists with an equal or greater version [result] Failed to update xa 2.3.14 -> 2.4.0 https://repology.org/project/xa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pydf, using log file: /var/log/nixpkgs-update/pydf/2024-03-01.log pydf 0 -> 1 attrpath: pydf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pydf-12 Press Enter key to continue... Running update for: - python3.11-pydf-12: UPDATING ... - python3.11-pydf-12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pydf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-software, using log file: /var/log/nixpkgs-update/gnome.gnome-software/2024-03-01.log gnome.gnome-software 0 -> 1 attrpath: gnome.gnome-software Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-software 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-two-factor-auth, using log file: /var/log/nixpkgs-update/python311Packages.django-two-factor-auth/2024-03-01.log python311Packages.django-two-factor-auth 0 -> 1 attrpath: python311Packages.django-two-factor-auth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-django-two-factor-auth-1.15.5 Press Enter key to continue... Running update for: - python3.11-django-two-factor-auth-1.15.5: UPDATING ... - python3.11-django-two-factor-auth-1.15.5: ERROR --- SHOWING ERROR LOG FOR python3.11-django-two-factor-auth-1.15.5 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jazzband/django-two-factor-auth/tarball/1.15.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jazzband/django-two-factor-auth/tarball/refs/tags/1.15.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-django-two-factor-auth-1.15.5 ---------------------- The update script for python3.11-django-two-factor-auth-1.15.5 failed with exit code 1 [result] Failed to update python311Packages.django-two-factor-auth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyipv8, using log file: /var/log/nixpkgs-update/python311Packages.pyipv8/2024-03-01.log python311Packages.pyipv8 0 -> 1 attrpath: python311Packages.pyipv8 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyipv8-2.12.0 Press Enter key to continue... Running update for: - python3.11-pyipv8-2.12.0: UPDATING ... - python3.11-pyipv8-2.12.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyipv8/default.nix b/pkgs/development/python-modules/pyipv8/default.nix index 6d0f618df8d2..24f0ba95c063 100644 --- a/pkgs/development/python-modules/pyipv8/default.nix +++ b/pkgs/development/python-modules/pyipv8/default.nix @@ -15,11 +15,11 @@ buildPythonPackage rec { pname = "pyipv8"; - version = "2.12.0"; + version = "2.13.0"; src = fetchPypi { inherit pname version; - hash = "sha256-FXvMykUko3v0GmAZYUt5esBuTbxqpjOL4YxrRfE3u5o="; + hash = "sha256-Qp5vqMa7kfSp22C5KAUvut+4YbSXMEZRsHsLevB4QvE="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.pyipv8: 2.12.0 -> 2.13.0`. New version is 2.13.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.pyipv8 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.unliftio-pool, using log file: /var/log/nixpkgs-update/haskellPackages.unliftio-pool/2024-03-01.log haskellPackages.unliftio-pool 0.4.2.0 -> 0.4.3.0 https://repology.org/project/haskell:unliftio-pool/versions attrpath: haskellPackages.unliftio-pool Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.unliftio-pool 0.4.2.0 -> 0.4.3.0 https://repology.org/project/haskell:unliftio-pool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-pyopenssl, using log file: /var/log/nixpkgs-update/python311Packages.types-pyopenssl/2024-03-01.log python311Packages.types-pyopenssl 0 -> 1 attrpath: python311Packages.types-pyopenssl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-types-pyopenssl-24.0.0.20240130 Press Enter key to continue... Running update for: - python3.11-types-pyopenssl-24.0.0.20240130: UPDATING ... - python3.11-types-pyopenssl-24.0.0.20240130: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/types-pyopenssl/default.nix b/pkgs/development/python-modules/types-pyopenssl/default.nix index 7a0a60049296..32859f099955 100644 --- a/pkgs/development/python-modules/types-pyopenssl/default.nix +++ b/pkgs/development/python-modules/types-pyopenssl/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "types-pyopenssl"; - version = "24.0.0.20240130"; + version = "24.0.0.20240228"; format = "setuptools"; src = fetchPypi { pname = "types-pyOpenSSL"; inherit version; - hash = "sha256-yBLlwcNSSfde9ZNXCLKpl9Yqv5dFviIuX5S5WVRyqyU="; + hash = "sha256-zZkHF9iqN0PvDnPg9GLmS1TZDDBCSSMtSP7OTw98PGo="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/0ssy3yjf51q1jqqwjmxai199aj41i56s-python3.11-types-pyopenssl-24.0.0.20240228" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python312Packages.guidance
  • python312Packages.guidance.dist
18 packages built:
  • python311Packages.gptcache
  • python311Packages.gptcache.dist
  • python311Packages.guidance
  • python311Packages.guidance.dist
  • python311Packages.redis-om
  • python311Packages.redis-om.dist
  • python311Packages.types-pyopenssl
  • python311Packages.types-pyopenssl.dist
  • python311Packages.types-redis
  • python311Packages.types-redis.dist
  • python312Packages.gptcache
  • python312Packages.gptcache.dist
  • python312Packages.redis-om
  • python312Packages.redis-om.dist
  • python312Packages.types-pyopenssl
  • python312Packages.types-pyopenssl.dist
  • python312Packages.types-redis
  • python312Packages.types-redis.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.types-pyopenssl is: Typing stubs for pyopenssl meta.homepage for python311Packages.types-pyopenssl is: https://github.com/python/typeshed ###### 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 24.0.0.20240228 with grep in /nix/store/0ssy3yjf51q1jqqwjmxai199aj41i56s-python3.11-types-pyopenssl-24.0.0.20240228 - found 24.0.0.20240228 in filename of file in /nix/store/0ssy3yjf51q1jqqwjmxai199aj41i56s-python3.11-types-pyopenssl-24.0.0.20240228 ---
Rebuild report (if merged into master) (click to expand) ``` 10 total rebuild path(s) 10 package rebuild(s) First fifty rebuilds by attrpath python311Packages.gptcache python311Packages.guidance python311Packages.redis-om python311Packages.types-pyopenssl python311Packages.types-redis python312Packages.gptcache python312Packages.guidance python312Packages.redis-om python312Packages.types-pyopenssl python312Packages.types-redis ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/0ssy3yjf51q1jqqwjmxai199aj41i56s-python3.11-types-pyopenssl-24.0.0.20240228 \ --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.types-pyopenssl https://github.com/r-ryantm/nixpkgs/archive/3819a4a1fba76aa3ac6ec7a7c4e8e3ee093dbbc3.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/3819a4a1fba76aa3ac6ec7a7c4e8e3ee093dbbc3#python311Packages.types-pyopenssl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/0ssy3yjf51q1jqqwjmxai199aj41i56s-python3.11-types-pyopenssl-24.0.0.20240228 ls -la /nix/store/0ssy3yjf51q1jqqwjmxai199aj41i56s-python3.11-types-pyopenssl-24.0.0.20240228/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python312Packages.guidance
  • python312Packages.guidance.dist
18 packages built:
  • python311Packages.gptcache
  • python311Packages.gptcache.dist
  • python311Packages.guidance
  • python311Packages.guidance.dist
  • python311Packages.redis-om
  • python311Packages.redis-om.dist
  • python311Packages.types-pyopenssl
  • python311Packages.types-pyopenssl.dist
  • python311Packages.types-redis
  • python311Packages.types-redis.dist
  • python312Packages.gptcache
  • python312Packages.gptcache.dist
  • python312Packages.redis-om
  • python312Packages.redis-om.dist
  • python312Packages.types-pyopenssl
  • python312Packages.types-pyopenssl.dist
  • python312Packages.types-redis
  • python312Packages.types-redis.dist
--- ###### Maintainer pings cc @gador 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/292497 [result] Success updating python311Packages.types-pyopenssl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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 There might already be an open PR for this update: - digikam: move to `pkgs/by-name`, 8.1.0 -> 8.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/282378" [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-01.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] 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 39875 > 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.pygogo, using log file: /var/log/nixpkgs-update/python311Packages.pygogo/2024-03-01.log python311Packages.pygogo 0 -> 1 attrpath: python311Packages.pygogo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pygogo-0.13.2 Press Enter key to continue... Running update for: - python3.11-pygogo-0.13.2: UPDATING ... - python3.11-pygogo-0.13.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygogo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sumo, using log file: /var/log/nixpkgs-update/python311Packages.sumo/2024-03-01.log python311Packages.sumo 0 -> 1 attrpath: python311Packages.sumo Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-sumo-2.3.8 Press Enter key to continue... Running update for: - python3.11-sumo-2.3.8: UPDATING ... - python3.11-sumo-2.3.8: ERROR --- SHOWING ERROR LOG FOR python3.11-sumo-2.3.8 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/SMTG-Bham/sumo/tarball/v2.3.8']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/SMTG-Bham/sumo/tarball/refs/tags/v2.3.8']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-sumo-2.3.8 ---------------------- The update script for python3.11-sumo-2.3.8 failed with exit code 1 [result] Failed to update python311Packages.sumo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyzerproc, using log file: /var/log/nixpkgs-update/python311Packages.pyzerproc/2024-03-01.log python311Packages.pyzerproc 0 -> 1 attrpath: python311Packages.pyzerproc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyzerproc-0.4.12 Press Enter key to continue... Running update for: - python3.11-pyzerproc-0.4.12: UPDATING ... - python3.11-pyzerproc-0.4.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyzerproc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath onionshare, using log file: /var/log/nixpkgs-update/onionshare/2024-03-01.log onionshare 0 -> 1 attrpath: onionshare Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dfn0g06p3i6n8dgzcbbpkpvdh88p26q5-packages.json.drv building '/nix/store/dfn0g06p3i6n8dgzcbbpkpvdh88p26q5-packages.json.drv'... Going to be running update for following packages: - onionshare-cli-2.6.1 Press Enter key to continue... Running update for: - onionshare-cli-2.6.1: UPDATING ... - onionshare-cli-2.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update onionshare 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath milkytracker, using log file: /var/log/nixpkgs-update/milkytracker/2024-03-01.log milkytracker 0 -> 1 attrpath: milkytracker 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] Going to be running update for following packages: - milkytracker-1.04.00 Press Enter key to continue... Running update for: - milkytracker-1.04.00: UPDATING ... - milkytracker-1.04.00: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update milkytracker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rstfmt, using log file: /var/log/nixpkgs-update/rstfmt/2024-03-01.log rstfmt 0 -> 1 attrpath: rstfmt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - rstfmt-0.0.13 Press Enter key to continue... Running update for: - rstfmt-0.0.13: UPDATING ... - rstfmt-0.0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rstfmt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 python311Packages.pytest-image-diff, using log file: /var/log/nixpkgs-update/python311Packages.pytest-image-diff/2024-03-01.log python311Packages.pytest-image-diff 0 -> 1 attrpath: python311Packages.pytest-image-diff Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pytest-image-diff-0.0.11 Press Enter key to continue... Running update for: - python3.11-pytest-image-diff-0.0.11: UPDATING ... - python3.11-pytest-image-diff-0.0.11: ERROR --- SHOWING ERROR LOG FOR python3.11-pytest-image-diff-0.0.11 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Apkawa/pytest-image-diff/tarball/v0.0.7']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Apkawa/pytest-image-diff/tarball/refs/tags/v0.0.7']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pytest-image-diff-0.0.11 ---------------------- The update script for python3.11-pytest-image-diff-0.0.11 failed with exit code 1 [result] Failed to update python311Packages.pytest-image-diff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath volatility3, using log file: /var/log/nixpkgs-update/volatility3/2024-03-01.log volatility3 0 -> 1 attrpath: volatility3 Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - volatility3-2.5.2 Press Enter key to continue... Running update for: - volatility3-2.5.2: UPDATING ... - volatility3-2.5.2: ERROR --- SHOWING ERROR LOG FOR volatility3-2.5.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/volatilityfoundation/volatility3/tarball/v2.5.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/volatilityfoundation/volatility3/tarball/refs/tags/v2.5.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR volatility3-2.5.2 ---------------------- The update script for volatility3-2.5.2 failed with exit code 1 [result] Failed to update volatility3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pommed_light, using log file: /var/log/nixpkgs-update/pommed_light/2024-03-01.log pommed_light 1.51lw -> 1.52lw https://repology.org/project/pommed-light/versions attrpath: pommed_light 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 pommed_light 1.51lw -> 1.52lw https://repology.org/project/pommed-light/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-graphiql-debug-toolbar, using log file: /var/log/nixpkgs-update/python311Packages.django-graphiql-debug-toolbar/2024-03-01.log python311Packages.django-graphiql-debug-toolbar 0 -> 1 attrpath: python311Packages.django-graphiql-debug-toolbar Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-django-graphiql-debug-toolbar-0.2.0 Press Enter key to continue... Running update for: - python3.11-django-graphiql-debug-toolbar-0.2.0: UPDATING ... - python3.11-django-graphiql-debug-toolbar-0.2.0: ERROR --- SHOWING ERROR LOG FOR python3.11-django-graphiql-debug-toolbar-0.2.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/flavors/django-graphiql-debug-toolbar/tarball/0.2.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/flavors/django-graphiql-debug-toolbar/tarball/refs/tags/0.2.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-django-graphiql-debug-toolbar-0.2.0 ---------------------- The update script for python3.11-django-graphiql-debug-toolbar-0.2.0 failed with exit code 1 [result] Failed to update python311Packages.django-graphiql-debug-toolbar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynetdicom, using log file: /var/log/nixpkgs-update/python311Packages.pynetdicom/2024-03-01.log python311Packages.pynetdicom 0 -> 1 attrpath: python311Packages.pynetdicom Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-pynetdicom-2.0.2 Press Enter key to continue... Running update for: - python3.11-pynetdicom-2.0.2: UPDATING ... - python3.11-pynetdicom-2.0.2: ERROR --- SHOWING ERROR LOG FOR python3.11-pynetdicom-2.0.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pydicom/pynetdicom/tarball/v2.0.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pydicom/pynetdicom/tarball/refs/tags/v2.0.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pynetdicom-2.0.2 ---------------------- The update script for python3.11-pynetdicom-2.0.2 failed with exit code 1 [result] Failed to update python311Packages.pynetdicom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath osu-lazer-bin, using log file: /var/log/nixpkgs-update/osu-lazer-bin/2024-03-01.log osu-lazer-bin 0 -> 1 attrpath: osu-lazer-bin 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 osu-lazer-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.rpmfile, using log file: /var/log/nixpkgs-update/python311Packages.rpmfile/2024-03-01.log python311Packages.rpmfile 0 -> 1 attrpath: python311Packages.rpmfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rpmfile-2.0.0 Press Enter key to continue... Running update for: - python3.11-rpmfile-2.0.0: UPDATING ... - python3.11-rpmfile-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rpmfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.desktop-entry-lib, using log file: /var/log/nixpkgs-update/python312Packages.desktop-entry-lib/2024-03-01.log python312Packages.desktop-entry-lib 3.1 -> 4.2 https://repology.org/project/python:desktop-entry-lib/versions attrpath: python312Packages.desktop-entry-lib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-desktop-entry-lib-3.1 Press Enter key to continue... Running update for: - python3.12-desktop-entry-lib-3.1: UPDATING ... - python3.12-desktop-entry-lib-3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.desktop-entry-lib 3.1 -> 4.2 https://repology.org/project/python:desktop-entry-lib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-magic, using log file: /var/log/nixpkgs-update/python311Packages.python-magic/2024-03-01.log python311Packages.python-magic 0 -> 1 attrpath: python311Packages.python-magic 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] Going to be running update for following packages: - python3.11-python-magic-0.4.27 Press Enter key to continue... Running update for: - python3.11-python-magic-0.4.27: UPDATING ... - python3.11-python-magic-0.4.27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-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.ripe-atlas-sagan, using log file: /var/log/nixpkgs-update/python311Packages.ripe-atlas-sagan/2024-03-01.log python311Packages.ripe-atlas-sagan 0 -> 1 attrpath: python311Packages.ripe-atlas-sagan Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-ripe-atlas-sagan-1.3.1 Press Enter key to continue... Running update for: - python3.11-ripe-atlas-sagan-1.3.1: UPDATING ... - python3.11-ripe-atlas-sagan-1.3.1: ERROR --- SHOWING ERROR LOG FOR python3.11-ripe-atlas-sagan-1.3.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/RIPE-NCC/ripe-atlas-sagan/tarball/v1.3.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/RIPE-NCC/ripe-atlas-sagan/tarball/refs/tags/v1.3.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-ripe-atlas-sagan-1.3.1 ---------------------- The update script for python3.11-ripe-atlas-sagan-1.3.1 failed with exit code 1 [result] Failed to update python311Packages.ripe-atlas-sagan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CBEA, using log file: /var/log/nixpkgs-update/rPackages.CBEA/2024-03-01.log rPackages.CBEA 1.2.0 -> 1.3.0 https://repology.org/project/r:cbea/versions attrpath: rPackages.CBEA 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.CBEA 1.2.0 -> 1.3.0 https://repology.org/project/r:cbea/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.HDMFA, using log file: /var/log/nixpkgs-update/rPackages.HDMFA/2024-03-01.log rPackages.HDMFA 0.1.0 -> 0.1.1 https://repology.org/project/r:hdmfa/versions attrpath: rPackages.HDMFA 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.HDMFA 0.1.0 -> 0.1.1 https://repology.org/project/r:hdmfa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.simStateSpace, using log file: /var/log/nixpkgs-update/rPackages.simStateSpace/2024-03-01.log rPackages.simStateSpace 1.0.1 -> 1.2.0 https://repology.org/project/r:simstatespace/versions attrpath: rPackages.simStateSpace 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.simStateSpace 1.0.1 -> 1.2.0 https://repology.org/project/r:simstatespace/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fenr, using log file: /var/log/nixpkgs-update/rPackages.fenr/2024-03-01.log rPackages.fenr 1.0.0 -> 1.0.5 https://repology.org/project/r:fenr/versions attrpath: rPackages.fenr 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.fenr 1.0.0 -> 1.0.5 https://repology.org/project/r:fenr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.adbcpostgresql, using log file: /var/log/nixpkgs-update/rPackages.adbcpostgresql/2024-03-01.log rPackages.adbcpostgresql 0.8.0.1 -> 0.10.0 https://repology.org/project/r:adbcpostgresql/versions attrpath: rPackages.adbcpostgresql Checking auto update branch... No auto update branch exists Old version 0.8.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.adbcpostgresql 0.8.0.1 -> 0.10.0 https://repology.org/project/r:adbcpostgresql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.localboot, using log file: /var/log/nixpkgs-update/rPackages.localboot/2024-03-01.log rPackages.localboot 0.9.1 -> 0.9.2 https://repology.org/project/r:localboot/versions attrpath: rPackages.localboot Checking auto update branch... No auto update branch exists Old version 0.9.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.localboot 0.9.1 -> 0.9.2 https://repology.org/project/r:localboot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.diseasystore, using log file: /var/log/nixpkgs-update/rPackages.diseasystore/2024-03-01.log rPackages.diseasystore 0.1 -> 0.1.1 https://repology.org/project/r:diseasystore/versions attrpath: rPackages.diseasystore Checking auto update branch... No auto update branch exists Old version 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.diseasystore 0.1 -> 0.1.1 https://repology.org/project/r:diseasystore/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vim-vint, using log file: /var/log/nixpkgs-update/vim-vint/2024-03-01.log vim-vint 0 -> 1 attrpath: vim-vint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - vim-vint-0.3.21 Press Enter key to continue... Running update for: - vim-vint-0.3.21: UPDATING ... - vim-vint-0.3.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vim-vint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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-01.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] Failed with exit code 1 this derivation will be built: /nix/store/n6bz9mv47sr5iahacq5j4avvw65bq8i0-packages.json.drv building '/nix/store/n6bz9mv47sr5iahacq5j4avvw65bq8i0-packages.json.drv'... Going to be running update for following packages: - python3.11-weconnect-0.60.1 Press Enter key to continue... Running update for: - python3.11-weconnect-0.60.1: UPDATING ... - python3.11-weconnect-0.60.1: ERROR --- SHOWING ERROR LOG FOR python3.11-weconnect-0.60.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tillsteinbach/WeConnect-python/tarball/v0.60.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tillsteinbach/WeConnect-python/tarball/refs/tags/v0.60.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-weconnect-0.60.1 ---------------------- The update script for python3.11-weconnect-0.60.1 failed with exit code 1 [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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR doq-0.10.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/heavenshell/py-doq/tarball/0.10.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/heavenshell/py-doq/tarball/refs/tags/0.10.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR doq-0.10.0 ---------------------- The update script for doq-0.10.0 failed with exit code 1 [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-01.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] 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 dsq, using log file: /var/log/nixpkgs-update/dsq/2024-03-01.log dsq 0 -> 1 attrpath: dsq 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] Going to be running update for following packages: - dsq-0.23.0 Press Enter key to continue... Running update for: - dsq-0.23.0: UPDATING ... - dsq-0.23.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dsq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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-01.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] Failed with exit code 1 Going to be running update for following packages: - python3.11-hydrus-559 Press Enter key to continue... Running update for: - python3.11-hydrus-559: UPDATING ... - python3.11-hydrus-559: ERROR --- SHOWING ERROR LOG FOR python3.11-hydrus-559 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/hydrusnetwork/hydrus/tarball/v564']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/hydrusnetwork/hydrus/tarball/refs/tags/v564']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-hydrus-559 ---------------------- The update script for python3.11-hydrus-559 failed with exit code 1 [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-01.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-01.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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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.418 [/nix/store/g84hh38az42sjfm8z2l3g83nxp47ih91-dotnet-sdk-6.0.418/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-01.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] 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-01.log puredata 0.54-0 -> 0.54.1 https://repology.org/project/pd/versions attrpath: puredata Checking auto update branch... An auto update branch exists with message `puredata: 0.54-0 -> 0.54-1`. New version is 0.54.1. An auto update branch exists with an equal or greater version [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-01.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-01.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.detectron2, using log file: /var/log/nixpkgs-update/python311Packages.detectron2/2024-03-01.log python311Packages.detectron2 0 -> 1 attrpath: python311Packages.detectron2 Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-detectron2-0.6 Press Enter key to continue... Running update for: - python3.11-detectron2-0.6: UPDATING ... - python3.11-detectron2-0.6: ERROR --- SHOWING ERROR LOG FOR python3.11-detectron2-0.6 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/facebookresearch/detectron2/tarball/v0.6']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/facebookresearch/detectron2/tarball/refs/tags/v0.6']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-detectron2-0.6 ---------------------- The update script for python3.11-detectron2-0.6 failed with exit code 1 [result] Failed to update python311Packages.detectron2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.log brlaser 6 -> 6.2.6 https://repology.org/project/brlaser/versions attrpath: brlaser Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/attrsets.nix:419:5: 418| set: 419| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 420| (stack trace truncated; use '--show-trace' to show the full trace) error: syntax error, unexpected FLOAT, expecting '.' or '=' at /var/cache/nixpkgs-update/worker/worktree/brlaser/pkgs/misc/cups/drivers/brlaser/default.nix:11:11: 10| rev = "v${version}"; 11| sha256.2.6 = "1995s6.2.69ksq1fz0vb34v0ndiqncrinbrlpmp70rkl6.2.6az7kag99s80"; | ^ 12| }; stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/attrsets.nix:419:5: 418| set: 419| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 420| (stack trace truncated; use '--show-trace' to show the full trace) error: syntax error, unexpected FLOAT, expecting '.' or '=' at /var/cache/nixpkgs-update/worker/worktree/brlaser/pkgs/misc/cups/drivers/brlaser/default.nix:11:11: 10| rev = "v${version}"; 11| sha256.2.6 = "1995s6.2.69ksq1fz0vb34v0ndiqncrinbrlpmp70rkl6.2.6az7kag99s80"; | ^ 12| }; stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/attrsets.nix:419:5: 418| set: 419| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 420| (stack trace truncated; use '--show-trace' to show the full trace) error: syntax error, unexpected FLOAT, expecting '.' or '=' at /var/cache/nixpkgs-update/worker/worktree/brlaser/pkgs/misc/cups/drivers/brlaser/default.nix:11:11: 10| rev = "v${version}"; 11| sha256.2.6 = "1995s6.2.69ksq1fz0vb34v0ndiqncrinbrlpmp70rkl6.2.6az7kag99s80"; | ^ 12| }; [result] Failed to update brlaser 6 -> 6.2.6 https://repology.org/project/brlaser/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-allpairspy-2.5.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/thombashi/allpairspy/tarball/v2.5.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/thombashi/allpairspy/tarball/refs/tags/v2.5.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-allpairspy-2.5.1 ---------------------- The update script for python3.11-allpairspy-2.5.1 failed with exit code 1 [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 onioncircuits, using log file: /var/log/nixpkgs-update/onioncircuits/2024-03-01.log onioncircuits 0 -> 1 attrpath: onioncircuits 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] Going to be running update for following packages: - onioncircuits-0.7 Press Enter key to continue... Running update for: - onioncircuits-0.7: UPDATING ... - onioncircuits-0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update onioncircuits 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-examples, using log file: /var/log/nixpkgs-update/python311Packages.pytest-examples/2024-03-01.log python311Packages.pytest-examples 0 -> 1 attrpath: python311Packages.pytest-examples Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pytest-examples-0.0.10 Press Enter key to continue... Running update for: - python3.11-pytest-examples-0.0.10: UPDATING ... - python3.11-pytest-examples-0.0.10: ERROR --- SHOWING ERROR LOG FOR python3.11-pytest-examples-0.0.10 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pydantic/pytest-examples/tarball/v0.0.10']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pydantic/pytest-examples/tarball/refs/tags/v0.0.10']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pytest-examples-0.0.10 ---------------------- The update script for python3.11-pytest-examples-0.0.10 failed with exit code 1 [result] Failed to update python311Packages.pytest-examples 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pendulum, using log file: /var/log/nixpkgs-update/python311Packages.pendulum/2024-03-01.log python311Packages.pendulum 0 -> 1 attrpath: python311Packages.pendulum Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pendulum-2.1.2 Press Enter key to continue... Running update for: - python3.11-pendulum-2.1.2: UPDATING ... - python3.11-pendulum-2.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pendulum/default.nix b/pkgs/development/python-modules/pendulum/default.nix index 631494a1d9a3..b72239f85aa7 100644 --- a/pkgs/development/python-modules/pendulum/default.nix +++ b/pkgs/development/python-modules/pendulum/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "pendulum"; - version = "2.1.2"; + version = "3.0.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "b06a0ca1bfe41c990bbf0c029f0b6501a7f2ec4e38bfec730712015e8860f207"; + sha256 = "sha256-XQNJmN6kBOwx+uJ69rIs/xcI+DCh7XNTvk0QGbufWE4="; }; preBuild = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 502 > 25 [result] Failed to update python311Packages.pendulum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ms, using log file: /var/log/nixpkgs-update/aspellDicts.ms/2024-03-01.log aspellDicts.ms 0 -> 1 attrpath: aspellDicts.ms Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - aspell-dict-ms-0.50-0 Press Enter key to continue... Running update for: - aspell-dict-ms-0.50-0: UPDATING ... - aspell-dict-ms-0.50-0: ERROR --- SHOWING ERROR LOG FOR aspell-dict-ms-0.50-0 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR aspell-dict-ms-0.50-0 ---------------------- The update script for aspell-dict-ms-0.50-0 failed with exit code 1 [result] Failed to update aspellDicts.ms 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sweet, using log file: /var/log/nixpkgs-update/sweet/2024-03-01.log sweet 4.0 -> 4.0^20240121 https://repology.org/project/sweet-theme/versions attrpath: sweet 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 sweet 4.0 -> 4.0^20240121 https://repology.org/project/sweet-theme/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.fits, using log file: /var/log/nixpkgs-update/octavePackages.fits/2024-03-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR octave-8.4.0-fits-1.0.7 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR octave-8.4.0-fits-1.0.7 ---------------------- The update script for octave-8.4.0-fits-1.0.7 failed with exit code 1 [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-01.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] 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 remarkable-mouse, using log file: /var/log/nixpkgs-update/remarkable-mouse/2024-03-01.log remarkable-mouse 0 -> 1 attrpath: remarkable-mouse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - remarkable-mouse-7.1.1 Press Enter key to continue... Running update for: - remarkable-mouse-7.1.1: UPDATING ... - remarkable-mouse-7.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update remarkable-mouse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hatch-vcs, using log file: /var/log/nixpkgs-update/python311Packages.hatch-vcs/2024-03-01.log python311Packages.hatch-vcs 0 -> 1 attrpath: python311Packages.hatch-vcs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-hatch-vcs-0.4.0 Press Enter key to continue... Running update for: - python3.11-hatch-vcs-0.4.0: UPDATING ... - python3.11-hatch-vcs-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hatch-vcs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypdf2, using log file: /var/log/nixpkgs-update/python311Packages.pypdf2/2024-03-01.log python311Packages.pypdf2 0 -> 1 attrpath: python311Packages.pypdf2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-PyPDF2-3.0.1 Press Enter key to continue... Running update for: - python3.11-PyPDF2-3.0.1: UPDATING ... - python3.11-PyPDF2-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypdf2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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.RLSeq, using log file: /var/log/nixpkgs-update/rPackages.RLSeq/2024-03-01.log rPackages.RLSeq 1.5.2 -> 1.6.0 https://repology.org/project/r:rlseq/versions attrpath: rPackages.RLSeq Checking auto update branch... No auto update branch exists Old version 1.5.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.RLSeq 1.5.2 -> 1.6.0 https://repology.org/project/r:rlseq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath p3x-onenote, using log file: /var/log/nixpkgs-update/p3x-onenote/2024-03-01.log p3x-onenote 2023.4.117 -> 2024.4.124 https://repology.org/project/p3x-onenote/versions attrpath: p3x-onenote Checking auto update branch... An auto update branch exists with message `p3x-onenote: 2023.4.117 -> 2024.4.124`. New version is 2024.4.124. An auto update branch exists with an equal or greater version [result] Failed to update p3x-onenote 2023.4.117 -> 2024.4.124 https://repology.org/project/p3x-onenote/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cq-editor, using log file: /var/log/nixpkgs-update/cq-editor/2024-03-01.log cq-editor 0 -> 1 attrpath: cq-editor Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - cq-editor-0.1.1 Press Enter key to continue... Running update for: - cq-editor-0.1.1: UPDATING ... - cq-editor-0.1.1: ERROR --- SHOWING ERROR LOG FOR cq-editor-0.1.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/CadQuery/CQ-editor/tarball/0.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/CadQuery/CQ-editor/tarball/refs/tags/0.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR cq-editor-0.1.1 ---------------------- The update script for cq-editor-0.1.1 failed with exit code 1 [result] Failed to update cq-editor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.protobuf, using log file: /var/log/nixpkgs-update/python311Packages.protobuf/2024-03-01.log python311Packages.protobuf 0 -> 1 attrpath: python311Packages.protobuf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-protobuf-4.24.4 Press Enter key to continue... Running update for: - python3.11-protobuf-4.24.4: UPDATING ... - python3.11-protobuf-4.24.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.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.linode-api, using log file: /var/log/nixpkgs-update/python311Packages.linode-api/2024-03-01.log python311Packages.linode-api 0 -> 1 attrpath: python311Packages.linode-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] Failed with exit code 1 Going to be running update for following packages: - python3.11-linode-api-5.10.0 Press Enter key to continue... Running update for: - python3.11-linode-api-5.10.0: UPDATING ... - python3.11-linode-api-5.10.0: ERROR --- SHOWING ERROR LOG FOR python3.11-linode-api-5.10.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/linode/linode_api4-python/tarball/v5.12.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/linode/linode_api4-python/tarball/refs/tags/v5.12.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-linode-api-5.10.0 ---------------------- The update script for python3.11-linode-api-5.10.0 failed with exit code 1 [result] Failed to update python311Packages.linode-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 postsrsd, using log file: /var/log/nixpkgs-update/postsrsd/2024-03-01.log postsrsd 1.12 -> 2.0.8 https://github.com/roehling/postsrsd/releases attrpath: postsrsd 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/mail/postsrsd/default.nix b/pkgs/servers/mail/postsrsd/default.nix index 99e3dbfdc435..e4b60eabdb62 100644 --- a/pkgs/servers/mail/postsrsd/default.nix +++ b/pkgs/servers/mail/postsrsd/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "postsrsd"; - version = "1.12"; + version = "2.0.8"; src = fetchFromGitHub { owner = "roehling"; repo = "postsrsd"; rev = version; - sha256 = "sha256-aSI9TR1wSyMA0SKkbavk+IugRfW4ZEgpzrNiXn0F5ak="; + sha256 = "sha256-e6tFFl5Eyph1+oYNqal7Rp+Z/JHHSsj5qBSxY2YYLts="; }; cmakeFlags = [ "-DGENERATE_SRS_SECRET=OFF" "-DINIT_FLAVOR=systemd" ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A postsrsd nix build failed. status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: github.com Closing connection --- LOG END --- make[2]: *** [CMakeFiles/confuse-populate.dir/build.make:100: confuse-populate-prefix/src/confuse-populate-stamp/confuse-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/confuse-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2  CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1679 (message): Build step for confuse failed: 2 Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:2033 (FetchContent_Populate) cmake/utils.cmake:14 (FetchContent_MakeAvailable) CMakeLists.txt:203 (add_autotools_dependency)  -- Configuring incomplete, errors occurred! [result] Failed to update postsrsd 1.12 -> 2.0.8 https://github.com/roehling/postsrsd/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.faster-fifo, using log file: /var/log/nixpkgs-update/python311Packages.faster-fifo/2024-03-01.log python311Packages.faster-fifo 0 -> 1 attrpath: python311Packages.faster-fifo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-faster-fifo-1.4.5 Press Enter key to continue... Running update for: - python3.11-faster-fifo-1.4.5: UPDATING ... - python3.11-faster-fifo-1.4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.faster-fifo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.dtkwidget, using log file: /var/log/nixpkgs-update/deepin.dtkwidget/2024-03-01.log deepin.dtkwidget 5.6.17 -> 5.6.23 https://github.com/linuxdeepin/dtkwidget/releases attrpath: deepin.dtkwidget deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.dtkwidget 5.6.17 -> 5.6.23 https://github.com/linuxdeepin/dtkwidget/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-survival, using log file: /var/log/nixpkgs-update/python311Packages.scikit-survival/2024-03-01.log python311Packages.scikit-survival 0 -> 1 attrpath: python311Packages.scikit-survival Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-scikit-survival-0.22.2 Press Enter key to continue... Running update for: - python3.11-scikit-survival-0.22.2: UPDATING ... - python3.11-scikit-survival-0.22.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scikit-survival 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oracledb, using log file: /var/log/nixpkgs-update/python311Packages.oracledb/2024-03-01.log python311Packages.oracledb 0 -> 1 attrpath: python311Packages.oracledb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-oracledb-2.0.1 Press Enter key to continue... Running update for: - python3.11-oracledb-2.0.1: UPDATING ... - python3.11-oracledb-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oracledb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gtk-vnc, using log file: /var/log/nixpkgs-update/gtk-vnc/2024-03-01.log gtk-vnc 0 -> 1 attrpath: gtk-vnc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gtk-vnc-1.3.1 Press Enter key to continue... Running update for: - gtk-vnc-1.3.1: UPDATING ... - gtk-vnc-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gtk-vnc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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-01.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] 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR strictdoc-0.0.40 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/strictdoc-project/strictdoc/tarball/0.0.47']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/strictdoc-project/strictdoc/tarball/refs/tags/0.0.47']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR strictdoc-0.0.40 ---------------------- The update script for strictdoc-0.0.40 failed with exit code 1 [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 rPackages.coga, using log file: /var/log/nixpkgs-update/rPackages.coga/2024-03-01.log rPackages.coga 1.2.1 -> 1.2.2 https://repology.org/project/r:coga/versions attrpath: rPackages.coga 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.coga 1.2.1 -> 1.2.2 https://repology.org/project/r:coga/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cnvkit, using log file: /var/log/nixpkgs-update/python311Packages.cnvkit/2024-03-01.log python311Packages.cnvkit 0 -> 1 attrpath: python311Packages.cnvkit Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-cnvkit-0.9.10 Press Enter key to continue... Running update for: - python3.11-cnvkit-0.9.10: UPDATING ... - python3.11-cnvkit-0.9.10: ERROR --- SHOWING ERROR LOG FOR python3.11-cnvkit-0.9.10 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/etal/cnvkit/tarball/v0.9.10']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/etal/cnvkit/tarball/refs/tags/v0.9.10']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-cnvkit-0.9.10 ---------------------- The update script for python3.11-cnvkit-0.9.10 failed with exit code 1 [result] Failed to update python311Packages.cnvkit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aiodnsbrute, using log file: /var/log/nixpkgs-update/aiodnsbrute/2024-03-01.log aiodnsbrute 0 -> 1 attrpath: aiodnsbrute Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - aiodnsbrute-0.3.3 Press Enter key to continue... Running update for: - aiodnsbrute-0.3.3: UPDATING ... - aiodnsbrute-0.3.3: ERROR --- SHOWING ERROR LOG FOR aiodnsbrute-0.3.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/blark/aiodnsbrute/tarball/v0.3.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/blark/aiodnsbrute/tarball/refs/tags/v0.3.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR aiodnsbrute-0.3.3 ---------------------- The update script for aiodnsbrute-0.3.3 failed with exit code 1 [result] Failed to update aiodnsbrute 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libcxxrt, using log file: /var/log/nixpkgs-update/libcxxrt/2024-03-01.log libcxxrt 0 -> 1 attrpath: libcxxrt Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libcxxrt-unstable-2024-02-05 Press Enter key to continue... Running update for: - libcxxrt-unstable-2024-02-05: UPDATING ... - libcxxrt-unstable-2024-02-05: ERROR --- SHOWING ERROR LOG FOR libcxxrt-unstable-2024-02-05 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; libcxxrt.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/libcxxrt/libcxxrt.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp: failed to create directory via template ‘/run/nixpkgs-update-worker/tmp.XXXXXXXXXX’: No such file or directory + tmpdir= --- SHOWING ERROR LOG FOR libcxxrt-unstable-2024-02-05 ---------------------- The update script for libcxxrt-unstable-2024-02-05 failed with exit code 1 [result] Failed to update libcxxrt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-servicecatalog, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-servicecatalog/2024-03-01.log python311Packages.mypy-boto3-servicecatalog 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-servicecatalog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-servicecatalog-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-servicecatalog-1.34.0: UPDATING ... - python3.11-mypy-boto3-servicecatalog-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-servicecatalog 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiokef, using log file: /var/log/nixpkgs-update/python311Packages.aiokef/2024-03-01.log python311Packages.aiokef 0 -> 1 attrpath: python311Packages.aiokef Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-aiokef-0.2.17 Press Enter key to continue... Running update for: - python3.11-aiokef-0.2.17: UPDATING ... - python3.11-aiokef-0.2.17: ERROR --- SHOWING ERROR LOG FOR python3.11-aiokef-0.2.17 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/basnijholt/aiokef/tarball/v0.2.17']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/basnijholt/aiokef/tarball/refs/tags/v0.2.17']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-aiokef-0.2.17 ---------------------- The update script for python3.11-aiokef-0.2.17 failed with exit code 1 [result] Failed to update python311Packages.aiokef 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR imdshift-1.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ayushpriya10/IMDShift/tarball/v1.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ayushpriya10/IMDShift/tarball/refs/tags/v1.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR imdshift-1.0.0 ---------------------- The update script for imdshift-1.0.0 failed with exit code 1 [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 joypixels, using log file: /var/log/nixpkgs-update/joypixels/2024-03-01.log joypixels 6.6.0 -> 8.0.0 https://repology.org/project/fonts:joypixels/versions attrpath: joypixels Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#joypixels.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: … in the condition of the assert statement at /nix/store/mz7drsiaggcysnd5b82hlpky3nd981z9-source/pkgs/data/fonts/joypixels/default.nix:63:9: 62| 63| src = assert !acceptLicense -> throwLicense; | ^ 64| with systemSpecific; fetchurl { … in the right operand of the IMPL (->) operator at /nix/store/mz7drsiaggcysnd5b82hlpky3nd981z9-source/pkgs/data/fonts/joypixels/default.nix:63:31: 62| 63| src = assert !acceptLicense -> throwLicense; | ^ 64| with systemSpecific; fetchurl { (stack trace truncated; use '--show-trace' to show the full trace) error: Use of the JoyPixels font requires acceptance of the license. - JoyPixels Free License Agreement 6.0 [1] - JoyPixels NixOS License Appendix [2] You can express acceptance by setting acceptLicense to true in your configuration. Note that this is not a free license so it requires allowing unfree licenses. configuration.nix: nixpkgs.config.allowUnfree = true; nixpkgs.config.joypixels.acceptLicense = true; config.nix: allowUnfree = true; joypixels.acceptLicense = true; [1]: https://cdn.joypixels.com/distributions/nixos/license/free-license.pdf [2]: https://cdn.joypixels.com/distributions/nixos/appendix/joypixels-license-appendix.pdf Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#joypixels.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/joypixels' does not provide attribute 'packages.x86_64-linux.joypixels.originalSrc', 'legacyPackages.x86_64-linux.joypixels.originalSrc' or 'joypixels.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#joypixels --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 joypixels 6.6.0 -> 8.0.0 https://repology.org/project/fonts:joypixels/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asgiref, using log file: /var/log/nixpkgs-update/python311Packages.asgiref/2024-03-01.log python311Packages.asgiref 0 -> 1 attrpath: python311Packages.asgiref Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-asgiref-3.7.2 Press Enter key to continue... Running update for: - python3.11-asgiref-3.7.2: UPDATING ... - python3.11-asgiref-3.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asgiref 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.keyboard, using log file: /var/log/nixpkgs-update/python311Packages.keyboard/2024-03-01.log python311Packages.keyboard 0 -> 1 attrpath: python311Packages.keyboard Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-keyboard-0.13.5 Press Enter key to continue... Running update for: - python3.11-keyboard-0.13.5: UPDATING ... - python3.11-keyboard-0.13.5: ERROR --- SHOWING ERROR LOG FOR python3.11-keyboard-0.13.5 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/boppreh/keyboard/tarball/v0.13.5']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/boppreh/keyboard/tarball/refs/tags/v0.13.5']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-keyboard-0.13.5 ---------------------- The update script for python3.11-keyboard-0.13.5 failed with exit code 1 [result] Failed to update python311Packages.keyboard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytimeparse2, using log file: /var/log/nixpkgs-update/python311Packages.pytimeparse2/2024-03-01.log python311Packages.pytimeparse2 0 -> 1 attrpath: python311Packages.pytimeparse2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytimeparse2-1.7.1 Press Enter key to continue... Running update for: - python3.11-pytimeparse2-1.7.1: UPDATING ... - python3.11-pytimeparse2-1.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytimeparse2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath srelay, using log file: /var/log/nixpkgs-update/srelay/2024-03-01.log srelay 0.4.8 -> 0.4.8p3 https://repology.org/project/srelay/versions attrpath: srelay 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/nh9fy7jrllx826pjqaavj46j6mamwz90-srelay-0.4.8p3.tar.gz.drv building '/nix/store/nh9fy7jrllx826pjqaavj46j6mamwz90-srelay-0.4.8p3.tar.gz.drv'... trying https://downloads.sourceforge.net/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.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/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.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:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.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/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.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/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 350 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/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.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 srelay-0.4.8p3.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 'srelay.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/nh9fy7jrllx826pjqaavj46j6mamwz90-srelay-0.4.8p3.tar.gz.drv /nix/store/vrmw77wl4ym0mx8km6cnvjnjdxv50y52-srelay-0.4.8p3.drv building '/nix/store/nh9fy7jrllx826pjqaavj46j6mamwz90-srelay-0.4.8p3.tar.gz.drv'... trying https://downloads.sourceforge.net/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.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/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.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/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1277 0 --:--:-- --:--:-- --:--:-- 1289 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 244 0 --:--:-- --:--:-- --:--:-- 244 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/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 350 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/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.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 srelay-0.4.8p3.tar.gz from any mirror error: builder for '/nix/store/nh9fy7jrllx826pjqaavj46j6mamwz90-srelay-0.4.8p3.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 244 0 --:--:-- --:--:-- --:--:-- 244 > 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/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 350 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/project/socks-relay/socks-relay/srelay-0.4.8p3/srelay-0.4.8p3.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 srelay-0.4.8p3.tar.gz from any mirror For full logs, run 'nix log /nix/store/nh9fy7jrllx826pjqaavj46j6mamwz90-srelay-0.4.8p3.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/vrmw77wl4ym0mx8km6cnvjnjdxv50y52-srelay-0.4.8p3.drv' failed to build [result] Failed to update srelay 0.4.8 -> 0.4.8p3 https://repology.org/project/srelay/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath c0, using log file: /var/log/nixpkgs-update/c0/2024-03-01.log c0 0 -> 1 attrpath: c0 Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - c0-unstable-2023-09-05 Press Enter key to continue... Running update for: - c0-unstable-2023-09-05: UPDATING ... - c0-unstable-2023-09-05: ERROR --- SHOWING ERROR LOG FOR c0-unstable-2023-09-05 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url=https://bitbucket.org/c0-lang/c0.git + shift 1 + case "$flag" in + url=https://bitbucket.org/c0-lang/c0.git + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z https://bitbucket.org/c0-lang/c0.git ]] ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp: failed to create directory via template ‘/run/nixpkgs-update-worker/tmp.XXXXXXXXXX’: No such file or directory + tmpdir= --- SHOWING ERROR LOG FOR c0-unstable-2023-09-05 ---------------------- The update script for c0-unstable-2023-09-05 failed with exit code 1 [result] Failed to update c0 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.discid, using log file: /var/log/nixpkgs-update/python311Packages.discid/2024-03-01.log python311Packages.discid 0 -> 1 attrpath: python311Packages.discid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-discid-1.2.0 Press Enter key to continue... Running update for: - python3.11-discid-1.2.0: UPDATING ... - python3.11-discid-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.discid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mymcplus, using log file: /var/log/nixpkgs-update/mymcplus/2024-03-01.log mymcplus 0 -> 1 attrpath: mymcplus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - mymcplus-3.0.5 Press Enter key to continue... Running update for: - mymcplus-3.0.5: UPDATING ... - mymcplus-3.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mymcplus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yubikey-touch-detector, using log file: /var/log/nixpkgs-update/yubikey-touch-detector/2024-03-01.log yubikey-touch-detector 1.10.1 -> 1.11.0 https://github.com/maximbaz/yubikey-touch-detector/releases attrpath: yubikey-touch-detector Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - yubikey-touch-detector: 1.10.1 -> 1.11.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285882" [result] Failed to update yubikey-touch-detector 1.10.1 -> 1.11.0 https://github.com/maximbaz/yubikey-touch-detector/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pybrowserid, using log file: /var/log/nixpkgs-update/python311Packages.pybrowserid/2024-03-01.log python311Packages.pybrowserid 0 -> 1 attrpath: python311Packages.pybrowserid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-PyBrowserID-0.14.0 Press Enter key to continue... Running update for: - python3.11-PyBrowserID-0.14.0: UPDATING ... - python3.11-PyBrowserID-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pybrowserid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.autobahn, using log file: /var/log/nixpkgs-update/python311Packages.autobahn/2024-03-01.log python311Packages.autobahn 0 -> 1 attrpath: python311Packages.autobahn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-autobahn-23.6.2 Press Enter key to continue... Running update for: - python3.11-autobahn-23.6.2: UPDATING ... - python3.11-autobahn-23.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.autobahn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bird-lg, using log file: /var/log/nixpkgs-update/bird-lg/2024-03-01.log bird-lg 1.3.1 -> 1.3.6 https://github.com/xddxdd/bird-lg-go/releases attrpath: bird-lg Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#bird-lg.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/bird-lg' does not provide attribute 'packages.x86_64-linux.bird-lg.src', 'legacyPackages.x86_64-linux.bird-lg.src' or 'bird-lg.src' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#bird-lg.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/bird-lg' does not provide attribute 'packages.x86_64-linux.bird-lg.originalSrc', 'legacyPackages.x86_64-linux.bird-lg.originalSrc' or 'bird-lg.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#bird-lg --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 bird-lg 1.3.1 -> 1.3.6 https://github.com/xddxdd/bird-lg-go/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xborders, using log file: /var/log/nixpkgs-update/xborders/2024-03-01.log xborders 0 -> 1 attrpath: xborders Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-xborders-3.4 Press Enter key to continue... Running update for: - python3.11-xborders-3.4: UPDATING ... - python3.11-xborders-3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update xborders 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-pyqtgraph-0.13.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pyqtgraph/pyqtgraph/tarball/pyqtgraph-0.13.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pyqtgraph/pyqtgraph/tarball/refs/tags/pyqtgraph-0.13.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pyqtgraph-0.13.3 ---------------------- The update script for python3.11-pyqtgraph-0.13.3 failed with exit code 1 [result] Failed to update 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 monophony, using log file: /var/log/nixpkgs-update/monophony/2024-03-01.log monophony 0 -> 1 attrpath: monophony Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - monophony-2.6.1 Press Enter key to continue... Running update for: - monophony-2.6.1: UPDATING ... - monophony-2.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update monophony 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-optparse, using log file: /var/log/nixpkgs-update/haskellPackages.proto-lens-optparse/2024-03-01.log haskellPackages.proto-lens-optparse 0.1.1.10 -> 0.1.1.11 https://repology.org/project/haskell:proto-lens-optparse/versions attrpath: haskellPackages.proto-lens-optparse Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.proto-lens-optparse 0.1.1.10 -> 0.1.1.11 https://repology.org/project/haskell:proto-lens-optparse/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfantom, using log file: /var/log/nixpkgs-update/python311Packages.pyfantom/2024-03-01.log python311Packages.pyfantom 0 -> 1 attrpath: python311Packages.pyfantom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyfantom-unstable-2013-12-18 Press Enter key to continue... Running update for: - python3.11-pyfantom-unstable-2013-12-18: UPDATING ... - python3.11-pyfantom-unstable-2013-12-18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfantom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.overrides, using log file: /var/log/nixpkgs-update/python311Packages.overrides/2024-03-01.log python311Packages.overrides 0 -> 1 attrpath: python311Packages.overrides Checking auto update branch... [version] [version] skipping because derivation has 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/kr4zpkywr1349zbkcgxqs3n83wvz0kmw-packages.json.drv building '/nix/store/kr4zpkywr1349zbkcgxqs3n83wvz0kmw-packages.json.drv'... Going to be running update for following packages: - python3.11-overrides-7.6.0 Press Enter key to continue... Running update for: - python3.11-overrides-7.6.0: UPDATING ... - python3.11-overrides-7.6.0: ERROR --- SHOWING ERROR LOG FOR python3.11-overrides-7.6.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/mkorpela/overrides/tarball/7.7.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/mkorpela/overrides/tarball/refs/tags/7.7.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-overrides-7.6.0 ---------------------- The update script for python3.11-overrides-7.6.0 failed with exit code 1 [result] Failed to update python311Packages.overrides 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nucleiparser, using log file: /var/log/nixpkgs-update/nucleiparser/2024-03-01.log nucleiparser 0 -> 1 attrpath: nucleiparser Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - nucleiparser-0.2.1 Press Enter key to continue... Running update for: - nucleiparser-0.2.1: UPDATING ... - nucleiparser-0.2.1: ERROR --- SHOWING ERROR LOG FOR nucleiparser-0.2.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Sinkmanu/nucleiparser/tarball/0.2.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Sinkmanu/nucleiparser/tarball/refs/tags/0.2.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR nucleiparser-0.2.1 ---------------------- The update script for nucleiparser-0.2.1 failed with exit code 1 [result] Failed to update nucleiparser 0 -> 1 [options] github_user: r-ryantm, pull_request: 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 python311Packages.hyperlink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fixtures, using log file: /var/log/nixpkgs-update/python311Packages.fixtures/2024-03-01.log python311Packages.fixtures 0 -> 1 attrpath: python311Packages.fixtures Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-fixtures-4.1.0 Press Enter key to continue... Running update for: - python3.11-fixtures-4.1.0: UPDATING ... - python3.11-fixtures-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fixtures 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-executable, using log file: /var/log/nixpkgs-update/python311Packages.dissect-executable/2024-03-01.log python311Packages.dissect-executable 0 -> 1 attrpath: python311Packages.dissect-executable Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-dissect-executable-1.4 Press Enter key to continue... Running update for: - python3.11-dissect-executable-1.4: UPDATING ... - python3.11-dissect-executable-1.4: ERROR --- SHOWING ERROR LOG FOR python3.11-dissect-executable-1.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect.executable/tarball/1.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect.executable/tarball/refs/tags/1.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-dissect-executable-1.4 ---------------------- The update script for python3.11-dissect-executable-1.4 failed with exit code 1 [result] Failed to update python311Packages.dissect-executable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath async-profiler, using log file: /var/log/nixpkgs-update/async-profiler/2024-03-01.log async-profiler 2.9 -> 3.0 https://github.com/jvm-profiling-tools/async-profiler/releases attrpath: async-profiler 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/async-profiler/default.nix b/pkgs/development/tools/async-profiler/default.nix index 57bb70c1dff1..51600d04bd2c 100644 --- a/pkgs/development/tools/async-profiler/default.nix +++ b/pkgs/development/tools/async-profiler/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "async-profiler"; - version = "2.9"; + version = "3.0"; src = fetchFromGitHub { owner = "jvm-profiling-tools"; repo = "async-profiler"; rev = "v${version}"; - sha256 = "sha256-ngLUg6Fq6Ay06klGa/y8lod8W6rYMqhMhXFn5OBCSpk="; + sha256 = "sha256-0CCJoRjRLq4LpiRD0ibzK8So9qSQymePCTYUI60Oy2k="; }; nativeBuildInputs = [ makeWrapper ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A async-profiler nix build failed. unpacking source archive /nix/store/vl17zb9p95nybr8hqmv439rzcn9zzm5x-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash ldd: /bin/ls: $No such file or directory mkdir -p build/bin mkdir -p build/lib for f in src/*.cpp; do echo '#include "'$f'"'; done |\ g++ -O3 -fno-exceptions -fno-omit-frame-pointer -fvisibility=hidden -Wl,-z,defs -fwhole-program -momit-leaf-frame-pointer -DPROFILER_VERSION=\"3.0\" -I/nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/include -Isrc/helper -I/nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/include/linux -fPIC -shared -o build/lib/libasyncProfiler.so -xc++ - -ldl -lpthread -lrt gcc -O3 -fno-exceptions -DPROFILER_VERSION=\"3.0\" -o build/bin/asprof src/launcher/*.cpp src/jattach/*.c strip build/bin/asprof mkdir -p build/api /nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/bin/javac --release 8 -Xlint:-options -d build/api src/api/one/profiler/AsyncProfiler.java src/api/one/profiler/AsyncProfilerMXBean.java src/api/one/profiler/Counter.java src/api/one/profiler/Events.java /nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/bin/jar cf build/lib/async-profiler.jar -C build/api . rm -f -r build/api mkdir -p build/converter /nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/bin/javac --release 8 -Xlint:-options -d build/converter src/converter/one/proto/Proto.java src/converter/one/jfr/Element.java src/converter/one/jfr/MethodRef.java src/converter/one/jfr/Dictionary.java src/converter/one/jfr/JfrClass.java src/converter/one/jfr/StackTrace.java src/converter/one/jfr/JfrReader.java src/converter/one/jfr/ClassRef.java src/converter/one/jfr/event/LiveObject.java src/converter/one/jfr/event/Event.java src/converter/one/jfr/event/EventAggregator.java src/converter/one/jfr/event/ExecutionSample.java src/converter/one/jfr/event/ObjectCount.java src/converter/one/jfr/event/ContendedLock.java src/converter/one/jfr/event/AllocationSample.java src/converter/one/jfr/event/GCHeapSummary.java src/converter/one/jfr/event/CPULoad.java src/converter/one/jfr/JfrField.java src/converter/Classifier.java src/converter/Arguments.java src/converter/FlameGraph.java src/converter/jfr2flame.java src/converter/CollapsedStacks.java src/converter/Main.java src/converter/jfr2pprof.java src/converter/jfr2nflx.java /nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/bin/jar cfe build/lib/converter.jar Main -C build/converter . -C src/res . rm -f -r build/converter @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install: cannot stat '/nix/store/vl17zb9p95nybr8hqmv439rzcn9zzm5x-source/profiler.sh': No such file or directory [result] Failed to update async-profiler 2.9 -> 3.0 https://github.com/jvm-profiling-tools/async-profiler/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-pymilvus-2.3.6 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/milvus-io/pymilvus/tarball/v2.3.6']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/milvus-io/pymilvus/tarball/refs/tags/v2.3.6']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pymilvus-2.3.6 ---------------------- The update script for python3.11-pymilvus-2.3.6 failed with exit code 1 [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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR cp210x-program-0.4.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/VCTLabs/cp210x-program/tarball/0.4.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/VCTLabs/cp210x-program/tarball/refs/tags/0.4.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR cp210x-program-0.4.1 ---------------------- The update script for cp210x-program-0.4.1 failed with exit code 1 [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 currently don't know how to update perl [result] Failed to update perl538Packages.CompressRawLzma 2.206 -> 2.209 https://github.com/pmqs/Compress-Raw-Lzma/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.genesysr, using log file: /var/log/nixpkgs-update/rPackages.genesysr/2024-03-01.log rPackages.genesysr 2.1.0 -> 2.1.1 https://repology.org/project/r:genesysr/versions attrpath: rPackages.genesysr 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.genesysr 2.1.0 -> 2.1.1 https://repology.org/project/r:genesysr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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 rPackages.readtext, using log file: /var/log/nixpkgs-update/rPackages.readtext/2024-03-01.log rPackages.readtext 0.90 -> 0.91 https://repology.org/project/r:readtext/versions attrpath: rPackages.readtext Checking auto update branch... No auto update branch exists Old version 0.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.readtext 0.90 -> 0.91 https://repology.org/project/r:readtext/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.catboost, using log file: /var/log/nixpkgs-update/python312Packages.catboost/2024-03-01.log python312Packages.catboost 1.2.2 -> 1.2.3 https://github.com/catboost/catboost/releases attrpath: python312Packages.catboost Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-catboost-1.2.2 Press Enter key to continue... Running update for: - python3.12-catboost-1.2.2: UPDATING ... - python3.12-catboost-1.2.2: ERROR --- SHOWING ERROR LOG FOR python3.12-catboost-1.2.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/catboost/catboost/tarball/v1.2.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/catboost/catboost/tarball/refs/tags/v1.2.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-catboost-1.2.2 ---------------------- The update script for python3.12-catboost-1.2.2 failed with exit code 1 [result] Failed to update python312Packages.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 rPackages.regDIF, using log file: /var/log/nixpkgs-update/rPackages.regDIF/2024-03-01.log rPackages.regDIF 1.1.0 -> 1.1.1 https://repology.org/project/r:regdif/versions attrpath: rPackages.regDIF 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.regDIF 1.1.0 -> 1.1.1 https://repology.org/project/r:regdif/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pidgin, using log file: /var/log/nixpkgs-update/pidgin/2024-03-01.log pidgin 2.14.12 -> 2.14.13 https://repology.org/project/pidgin/versions attrpath: pidgin Checking auto update branch... An auto update branch exists with message `pidgin: 2.14.12 -> 2.14.13`. New version is 2.14.13. An auto update branch exists with an equal or greater version [result] Failed to update pidgin 2.14.12 -> 2.14.13 https://repology.org/project/pidgin/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath steampipe, using log file: /var/log/nixpkgs-update/steampipe/2024-03-01.log steampipe 0.21.7 -> 0.21.8 https://github.com/turbot/steampipe/releases attrpath: steampipe Checking auto update branch... An auto update branch exists with message `steampipe: 0.21.7 -> 0.21.8`. New version is 0.21.8. An auto update branch exists with an equal or greater version [result] Failed to update steampipe 0.21.7 -> 0.21.8 https://github.com/turbot/steampipe/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath neocities-cli, using log file: /var/log/nixpkgs-update/neocities-cli/2024-03-01.log neocities-cli 0 -> 1 attrpath: neocities-cli Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update neocities-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 deepin.deepin-voice-note, using log file: /var/log/nixpkgs-update/deepin.deepin-voice-note/2024-03-01.log deepin.deepin-voice-note 6.0.15 -> 6.0.17 https://github.com/linuxdeepin/deepin-voice-note/releases attrpath: deepin.deepin-voice-note deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-voice-note 6.0.15 -> 6.0.17 https://github.com/linuxdeepin/deepin-voice-note/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dingz, using log file: /var/log/nixpkgs-update/python311Packages.dingz/2024-03-01.log python311Packages.dingz 0 -> 1 attrpath: python311Packages.dingz Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-dingz-0.5.0 Press Enter key to continue... Running update for: - python3.11-dingz-0.5.0: UPDATING ... - python3.11-dingz-0.5.0: ERROR --- SHOWING ERROR LOG FOR python3.11-dingz-0.5.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/home-assistant-ecosystem/python-dingz/tarball/0.5.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/home-assistant-ecosystem/python-dingz/tarball/refs/tags/0.5.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-dingz-0.5.0 ---------------------- The update script for python3.11-dingz-0.5.0 failed with exit code 1 [result] Failed to update python311Packages.dingz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stack-data, using log file: /var/log/nixpkgs-update/python311Packages.stack-data/2024-03-01.log python311Packages.stack-data 0 -> 1 attrpath: python311Packages.stack-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] Going to be running update for following packages: - python3.11-stack-data-0.2.0 Press Enter key to continue... Running update for: - python3.11-stack-data-0.2.0: UPDATING ... - python3.11-stack-data-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stack-data 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.falcon, using log file: /var/log/nixpkgs-update/python311Packages.falcon/2024-03-01.log python311Packages.falcon 0 -> 1 attrpath: python311Packages.falcon Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-falcon-3.1.1 Press Enter key to continue... Running update for: - python3.11-falcon-3.1.1: UPDATING ... - python3.11-falcon-3.1.1: ERROR --- SHOWING ERROR LOG FOR python3.11-falcon-3.1.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/falconry/falcon/tarball/3.1.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/falconry/falcon/tarball/refs/tags/3.1.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-falcon-3.1.1 ---------------------- The update script for python3.11-falcon-3.1.1 failed with exit code 1 [result] Failed to update python311Packages.falcon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyemd, using log file: /var/log/nixpkgs-update/python311Packages.pyemd/2024-03-01.log python311Packages.pyemd 0 -> 1 attrpath: python311Packages.pyemd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyemd-1.0.0 Press Enter key to continue... Running update for: - python3.11-pyemd-1.0.0: UPDATING ... - python3.11-pyemd-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyemd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.esquisse, using log file: /var/log/nixpkgs-update/rPackages.esquisse/2024-03-01.log rPackages.esquisse 1.1.2 -> 1.2.0 https://repology.org/project/r:esquisse/versions attrpath: rPackages.esquisse 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.esquisse 1.1.2 -> 1.2.0 https://repology.org/project/r:esquisse/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.subplex, using log file: /var/log/nixpkgs-update/rPackages.subplex/2024-03-01.log rPackages.subplex 1.8 -> 1.8.3 https://repology.org/project/r:subplex/versions attrpath: rPackages.subplex Checking auto update branch... No auto update branch exists Old version 1.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.subplex 1.8 -> 1.8.3 https://repology.org/project/r:subplex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-beautifulsoup4, using log file: /var/log/nixpkgs-update/python311Packages.types-beautifulsoup4/2024-03-01.log python311Packages.types-beautifulsoup4 0 -> 1 attrpath: python311Packages.types-beautifulsoup4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a2h7agjj356mk63n8dv8r2mijj1rmrgy-packages.json.drv building '/nix/store/a2h7agjj356mk63n8dv8r2mijj1rmrgy-packages.json.drv'... Going to be running update for following packages: - python3.11-types-beautifulsoup4-4.12.0.20240229 Press Enter key to continue... Running update for: - python3.11-types-beautifulsoup4-4.12.0.20240229: UPDATING ... - python3.11-types-beautifulsoup4-4.12.0.20240229: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-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 libhttpseverywhere, using log file: /var/log/nixpkgs-update/libhttpseverywhere/2024-03-01.log libhttpseverywhere 0 -> 1 attrpath: libhttpseverywhere 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 libhttpseverywhere 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.VBTree, using log file: /var/log/nixpkgs-update/rPackages.VBTree/2024-03-01.log rPackages.VBTree 0.1.0 -> 0.1.1 https://repology.org/project/r:vbtree/versions attrpath: rPackages.VBTree 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.VBTree 0.1.0 -> 0.1.1 https://repology.org/project/r:vbtree/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-appconfiguration, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-appconfiguration/2024-03-01.log python311Packages.azure-mgmt-appconfiguration 0 -> 1 attrpath: python311Packages.azure-mgmt-appconfiguration Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-azure-mgmt-appconfiguration-3.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-appconfiguration-3.0.0: UPDATING ... - python3.11-azure-mgmt-appconfiguration-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-appconfiguration 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.eiswarnung, using log file: /var/log/nixpkgs-update/python311Packages.eiswarnung/2024-03-01.log python311Packages.eiswarnung 0 -> 1 attrpath: python311Packages.eiswarnung Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-eiswarnung-2.0.0 Press Enter key to continue... Running update for: - python3.11-eiswarnung-2.0.0: UPDATING ... - python3.11-eiswarnung-2.0.0: ERROR --- SHOWING ERROR LOG FOR python3.11-eiswarnung-2.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/klaasnicolaas/python-eiswarnung/tarball/v2.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/klaasnicolaas/python-eiswarnung/tarball/refs/tags/v2.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-eiswarnung-2.0.0 ---------------------- The update script for python3.11-eiswarnung-2.0.0 failed with exit code 1 [result] Failed to update python311Packages.eiswarnung 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goldwarden, using log file: /var/log/nixpkgs-update/goldwarden/2024-03-01.log goldwarden 0 -> 1 attrpath: goldwarden 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] Going to be running update for following packages: - goldwarden-0.2.13 Press Enter key to continue... Running update for: - goldwarden-0.2.13: UPDATING ... - goldwarden-0.2.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update goldwarden 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath godot3-export-templates, using log file: /var/log/nixpkgs-update/godot3-export-templates/2024-03-01.log godot3-export-templates 3.5.2 -> 4.2.1-stable https://github.com/godotengine/godot/releases attrpath: godot3-export-templates 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/jfr0mivzpmlhldj8y47q58y6apz4hwx8-source.drv building '/nix/store/jfr0mivzpmlhldj8y47q58y6apz4hwx8-source.drv'... trying https://github.com/godotengine/godot/archive/4.2.1-stable-stable.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 'godot3-export-templates.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/jfr0mivzpmlhldj8y47q58y6apz4hwx8-source.drv /nix/store/8fp34d0p0r9wnggs6l7mgnrnzkr7hj1a-godot3-export-templates-4.2.1-stable.drv building '/nix/store/jfr0mivzpmlhldj8y47q58y6apz4hwx8-source.drv'... trying https://github.com/godotengine/godot/archive/4.2.1-stable-stable.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/jfr0mivzpmlhldj8y47q58y6apz4hwx8-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/godotengine/godot/archive/4.2.1-stable-stable.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/jfr0mivzpmlhldj8y47q58y6apz4hwx8-source.drv'. error: 1 dependencies of derivation '/nix/store/8fp34d0p0r9wnggs6l7mgnrnzkr7hj1a-godot3-export-templates-4.2.1-stable.drv' failed to build [result] Failed to update godot3-export-templates 3.5.2 -> 4.2.1-stable https://github.com/godotengine/godot/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO 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-01.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] 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 gpicview, using log file: /var/log/nixpkgs-update/gpicview/2024-03-01.log gpicview 0.2.4 -> 0.2.5 https://repology.org/project/gpicview/versions attrpath: gpicview 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 gpicview 0.2.4 -> 0.2.5 https://repology.org/project/gpicview/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pybluez, using log file: /var/log/nixpkgs-update/python311Packages.pybluez/2024-03-01.log python311Packages.pybluez 0 -> 1 attrpath: python311Packages.pybluez Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pybluez-unstable-2022-01-28 Press Enter key to continue... Running update for: - python3.11-pybluez-unstable-2022-01-28: UPDATING ... - python3.11-pybluez-unstable-2022-01-28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pybluez 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyreadstat, using log file: /var/log/nixpkgs-update/python311Packages.pyreadstat/2024-03-01.log python311Packages.pyreadstat 0 -> 1 attrpath: python311Packages.pyreadstat Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pyreadstat-1.2.6 Press Enter key to continue... Running update for: - python3.11-pyreadstat-1.2.6: UPDATING ... - python3.11-pyreadstat-1.2.6: ERROR --- SHOWING ERROR LOG FOR python3.11-pyreadstat-1.2.6 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Roche/pyreadstat/tarball/v1.2.6']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Roche/pyreadstat/tarball/refs/tags/v1.2.6']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pyreadstat-1.2.6 ---------------------- The update script for python3.11-pyreadstat-1.2.6 failed with exit code 1 [result] Failed to update python311Packages.pyreadstat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 sublime, using log file: /var/log/nixpkgs-update/sublime/2024-03-01.log sublime 2.0.2 -> 4169 https://repology.org/project/sublime-text/versions attrpath: sublime 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 sublime 2.0.2 -> 4169 https://repology.org/project/sublime-text/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath crystal, using log file: /var/log/nixpkgs-update/crystal/2024-03-01.log crystal 1.9.2 -> 1.11.2 https://github.com/crystal-lang/crystal/releases attrpath: crystal Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - crystal: 1.9 -> 1.11 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286273" [result] Failed to update crystal 1.9.2 -> 1.11.2 https://github.com/crystal-lang/crystal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qudida, using log file: /var/log/nixpkgs-update/python311Packages.qudida/2024-03-01.log python311Packages.qudida 0 -> 1 attrpath: python311Packages.qudida Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-qudida-0.0.4 Press Enter key to continue... Running update for: - python3.11-qudida-0.0.4: UPDATING ... - python3.11-qudida-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qudida 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cache, using log file: /var/log/nixpkgs-update/python311Packages.pytest-cache/2024-03-01.log python311Packages.pytest-cache 0 -> 1 attrpath: python311Packages.pytest-cache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-cache-1.0 Press Enter key to continue... Running update for: - python3.11-pytest-cache-1.0: UPDATING ... - python3.11-pytest-cache-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-cache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.msprime, using log file: /var/log/nixpkgs-update/python311Packages.msprime/2024-03-01.log python311Packages.msprime 0 -> 1 attrpath: python311Packages.msprime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-msprime-1.3.1 Press Enter key to continue... Running update for: - python3.11-msprime-1.3.1: UPDATING ... - python3.11-msprime-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.msprime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.trainer, using log file: /var/log/nixpkgs-update/python311Packages.trainer/2024-03-01.log python311Packages.trainer 0 -> 1 attrpath: python311Packages.trainer Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-trainer-0.0.36 Press Enter key to continue... Running update for: - python3.11-trainer-0.0.36: UPDATING ... - python3.11-trainer-0.0.36: ERROR --- SHOWING ERROR LOG FOR python3.11-trainer-0.0.36 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/coqui-ai/Trainer/tarball/v0.0.36']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/coqui-ai/Trainer/tarball/refs/tags/v0.0.36']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-trainer-0.0.36 ---------------------- The update script for python3.11-trainer-0.0.36 failed with exit code 1 [result] Failed to update python311Packages.trainer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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-01.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/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-source.drv building '/nix/store/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-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/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-source.drv /nix/store/63gfgnbddcbnqv326galr2pzxq7v94sn-stix-two-2.13.b171.drv building '/nix/store/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-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 238k 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/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-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 238k 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/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-source.drv'. error: 1 dependencies of derivation '/nix/store/63gfgnbddcbnqv326galr2pzxq7v94sn-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 python311Packages.pytest-xdist, using log file: /var/log/nixpkgs-update/python311Packages.pytest-xdist/2024-03-01.log python311Packages.pytest-xdist 0 -> 1 attrpath: python311Packages.pytest-xdist Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-xdist-3.5.0 Press Enter key to continue... Running update for: - python3.11-pytest-xdist-3.5.0: UPDATING ... - python3.11-pytest-xdist-3.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-xdist 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vkbasalt-cli, using log file: /var/log/nixpkgs-update/vkbasalt-cli/2024-03-01.log vkbasalt-cli 0 -> 1 attrpath: vkbasalt-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] Going to be running update for following packages: - vkbasalt-cli-3.1.1 Press Enter key to continue... Running update for: - vkbasalt-cli-3.1.1: UPDATING ... - vkbasalt-cli-3.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vkbasalt-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.warrant, using log file: /var/log/nixpkgs-update/python311Packages.warrant/2024-03-01.log python311Packages.warrant 0 -> 1 attrpath: python311Packages.warrant 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] Going to be running update for following packages: - python3.11-warrant-0.6.1 Press Enter key to continue... Running update for: - python3.11-warrant-0.6.1: UPDATING ... - python3.11-warrant-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.warrant 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zxtune, using log file: /var/log/nixpkgs-update/zxtune/2024-03-01.log zxtune 0 -> 1 attrpath: zxtune Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - zxtune-5056 Press Enter key to continue... Running update for: - zxtune-5056: UPDATING ... - zxtune-5056: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zxtune 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hug, using log file: /var/log/nixpkgs-update/python311Packages.hug/2024-03-01.log python311Packages.hug 0 -> 1 attrpath: python311Packages.hug Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-hug-2.6.0 Press Enter key to continue... Running update for: - python3.11-hug-2.6.0: UPDATING ... - python3.11-hug-2.6.0: ERROR --- SHOWING ERROR LOG FOR python3.11-hug-2.6.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/hugapi/hug/tarball/2.6.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/hugapi/hug/tarball/refs/tags/2.6.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-hug-2.6.0 ---------------------- The update script for python3.11-hug-2.6.0 failed with exit code 1 [result] Failed to update python311Packages.hug 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spr, using log file: /var/log/nixpkgs-update/spr/2024-03-01.log spr 1.3.4 -> 1.3.5 https://github.com/getcord/spr/releases attrpath: spr 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/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv building '/nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv'... trying https://crates.io/api/v1/crates/spr/1.3.5/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 spr-1.3.5.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 'spr.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv /nix/store/v0rz106a3hlbgbyzxnx2p4csrxmx93di-spr-1.3.5-vendor.tar.gz.drv /nix/store/b6d5b1a98s6q2zaya5h1ld7dqqpqg8fa-spr-1.3.5.drv building '/nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv'... trying https://crates.io/api/v1/crates/spr/1.3.5/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 spr-1.3.5.tar.gz from any mirror error: builder for '/nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying https://crates.io/api/v1/crates/spr/1.3.5/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 spr-1.3.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/b6d5b1a98s6q2zaya5h1ld7dqqpqg8fa-spr-1.3.5.drv' failed to build [result] Failed to update spr 1.3.4 -> 1.3.5 https://github.com/getcord/spr/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.srvlookup, using log file: /var/log/nixpkgs-update/python311Packages.srvlookup/2024-03-01.log python311Packages.srvlookup 0 -> 1 attrpath: python311Packages.srvlookup Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-srvlookup-3.0.0 Press Enter key to continue... Running update for: - python3.11-srvlookup-3.0.0: UPDATING ... - python3.11-srvlookup-3.0.0: ERROR --- SHOWING ERROR LOG FOR python3.11-srvlookup-3.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gmr/srvlookup/tarball/3.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gmr/srvlookup/tarball/refs/tags/3.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-srvlookup-3.0.0 ---------------------- The update script for python3.11-srvlookup-3.0.0 failed with exit code 1 [result] Failed to update python311Packages.srvlookup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.construct-classes, using log file: /var/log/nixpkgs-update/python311Packages.construct-classes/2024-03-01.log python311Packages.construct-classes 0 -> 1 attrpath: python311Packages.construct-classes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-construct-classes-0.1.2 Press Enter key to continue... Running update for: - python3.11-construct-classes-0.1.2: UPDATING ... - python3.11-construct-classes-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.construct-classes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pg8000, using log file: /var/log/nixpkgs-update/python311Packages.pg8000/2024-03-01.log python311Packages.pg8000 0 -> 1 attrpath: python311Packages.pg8000 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pg8000-1.30.3 Press Enter key to continue... Running update for: - python3.11-pg8000-1.30.3: UPDATING ... - python3.11-pg8000-1.30.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pg8000/default.nix b/pkgs/development/python-modules/pg8000/default.nix index 12144a0bb8d2..3bd937c6d492 100644 --- a/pkgs/development/python-modules/pg8000/default.nix +++ b/pkgs/development/python-modules/pg8000/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pg8000"; - version = "1.30.3"; + version = "1.30.5"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Tnx1dHpDpJwVYj+SWDu24dAj6ubq8sLh5t5Nf7f6QE8="; + hash = "sha256-By960AzXI2lcsun8AsHfuEx4FFXpe43m9MQoHuoIB4w="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 632 > 25 [result] Failed to update python311Packages.pg8000 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] 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 lerc, using log file: /var/log/nixpkgs-update/lerc/2024-03-01.log lerc 4.0.0 -> 4.0.1 https://repology.org/project/lerc/versions attrpath: lerc 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 lerc 4.0.0 -> 4.0.1 https://repology.org/project/lerc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.zlibbioc, using log file: /var/log/nixpkgs-update/rPackages.zlibbioc/2024-03-01.log rPackages.zlibbioc 1.48.0 -> 1.49.0 https://repology.org/project/r:zlibbioc/versions attrpath: rPackages.zlibbioc Checking auto update branch... No auto update branch exists Old version 1.48.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.zlibbioc 1.48.0 -> 1.49.0 https://repology.org/project/r:zlibbioc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gibo, using log file: /var/log/nixpkgs-update/gibo/2024-03-01.log gibo 1.0.6 -> 3.0.11 https://github.com/simonwhitaker/gibo/releases attrpath: gibo 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/l4441naqkl41skpa0fsva736r3k0026q-source.drv building '/nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv'... trying https://github.com/simonwhitaker/gibo/archive/3.0.11.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'gibo.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv /nix/store/wi9qc0h93vls322a1s953i59jran2ad1-gibo-3.0.11.drv building '/nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv'... trying https://github.com/simonwhitaker/gibo/archive/3.0.11.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/simonwhitaker/gibo/archive/3.0.11.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv'. error: 1 dependencies of derivation '/nix/store/wi9qc0h93vls322a1s953i59jran2ad1-gibo-3.0.11.drv' failed to build [result] Failed to update gibo 1.0.6 -> 3.0.11 https://github.com/simonwhitaker/gibo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.convertdate, using log file: /var/log/nixpkgs-update/python311Packages.convertdate/2024-03-01.log python311Packages.convertdate 0 -> 1 attrpath: python311Packages.convertdate Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-convertdate-2.4.0 Press Enter key to continue... Running update for: - python3.11-convertdate-2.4.0: UPDATING ... - python3.11-convertdate-2.4.0: ERROR --- SHOWING ERROR LOG FOR python3.11-convertdate-2.4.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fitnr/convertdate/tarball/v2.4.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fitnr/convertdate/tarball/refs/tags/v2.4.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-convertdate-2.4.0 ---------------------- The update script for python3.11-convertdate-2.4.0 failed with exit code 1 [result] Failed to update python311Packages.convertdate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shazamio, using log file: /var/log/nixpkgs-update/python311Packages.shazamio/2024-03-01.log python311Packages.shazamio 0 -> 1 attrpath: python311Packages.shazamio Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-shazamio-0.4.0.1 Press Enter key to continue... Running update for: - python3.11-shazamio-0.4.0.1: UPDATING ... - python3.11-shazamio-0.4.0.1: ERROR --- SHOWING ERROR LOG FOR python3.11-shazamio-0.4.0.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/shazamio/ShazamIO/tarball/0.5.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/shazamio/ShazamIO/tarball/refs/tags/0.5.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-shazamio-0.4.0.1 ---------------------- The update script for python3.11-shazamio-0.4.0.1 failed with exit code 1 [result] Failed to update python311Packages.shazamio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath compass, using log file: /var/log/nixpkgs-update/compass/2024-03-01.log compass 0 -> 1 attrpath: compass 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 compass 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-01.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 python311Packages.noise, using log file: /var/log/nixpkgs-update/python311Packages.noise/2024-03-01.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] 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR libretro-2048-unstable-2023-02-20 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-2048-unstable-2023-02-20 ---------------------- The update script for libretro-2048-unstable-2023-02-20 failed with exit code 1 [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-01.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] 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 pt, using log file: /var/log/nixpkgs-update/pt/2024-03-01.log pt 0 -> 1 attrpath: pt 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 pt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath source-sans, using log file: /var/log/nixpkgs-update/source-sans/2024-03-01.log source-sans 3.052 -> 3.052R https://github.com/adobe-fonts/source-sans/releases attrpath: source-sans 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/pmijprrvyaxhxar3x8p3ncdw65vgfxnz-source.drv building '/nix/store/pmijprrvyaxhxar3x8p3ncdw65vgfxnz-source.drv'... trying https://github.com/adobe-fonts/source-sans/archive/3.052RR.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'source-sans.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/pmijprrvyaxhxar3x8p3ncdw65vgfxnz-source.drv /nix/store/nb66nlhzfslf9fna621qrnw7ixlfa6gc-source-sans-3.052R.drv building '/nix/store/pmijprrvyaxhxar3x8p3ncdw65vgfxnz-source.drv'... trying https://github.com/adobe-fonts/source-sans/archive/3.052RR.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/pmijprrvyaxhxar3x8p3ncdw65vgfxnz-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/adobe-fonts/source-sans/archive/3.052RR.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/pmijprrvyaxhxar3x8p3ncdw65vgfxnz-source.drv'. error: 1 dependencies of derivation '/nix/store/nb66nlhzfslf9fna621qrnw7ixlfa6gc-source-sans-3.052R.drv' failed to build [result] Failed to update source-sans 3.052 -> 3.052R https://github.com/adobe-fonts/source-sans/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.graphlayouts, using log file: /var/log/nixpkgs-update/rPackages.graphlayouts/2024-03-01.log rPackages.graphlayouts 1.0.2 -> 1.1.0 https://repology.org/project/r:graphlayouts/versions attrpath: rPackages.graphlayouts Checking auto update branch... No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.graphlayouts 1.0.2 -> 1.1.0 https://repology.org/project/r:graphlayouts/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyemby, using log file: /var/log/nixpkgs-update/python311Packages.pyemby/2024-03-01.log python311Packages.pyemby 0 -> 1 attrpath: python311Packages.pyemby Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyemby-1.9 Press Enter key to continue... Running update for: - python3.11-pyemby-1.9: UPDATING ... - python3.11-pyemby-1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyemby 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath redisinsight, using log file: /var/log/nixpkgs-update/redisinsight/2024-03-01.log redisinsight 2.32 -> 2.44.0 https://github.com/RedisInsight/RedisInsight/releases attrpath: redisinsight 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 redisinsight 2.32 -> 2.44.0 https://github.com/RedisInsight/RedisInsight/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.papis-python-rofi, using log file: /var/log/nixpkgs-update/python311Packages.papis-python-rofi/2024-03-01.log python311Packages.papis-python-rofi 0 -> 1 attrpath: python311Packages.papis-python-rofi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-papis-python-rofi-1.0.3 Press Enter key to continue... Running update for: - python3.11-papis-python-rofi-1.0.3: UPDATING ... - python3.11-papis-python-rofi-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.papis-python-rofi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypillowfight, using log file: /var/log/nixpkgs-update/python311Packages.pypillowfight/2024-03-01.log python311Packages.pypillowfight 0 -> 1 attrpath: python311Packages.pypillowfight Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pypillowfight-0.3.0 Press Enter key to continue... Running update for: - python3.11-pypillowfight-0.3.0: UPDATING ... - python3.11-pypillowfight-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypillowfight 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.youtubeaio, using log file: /var/log/nixpkgs-update/python311Packages.youtubeaio/2024-03-01.log python311Packages.youtubeaio 0 -> 1 attrpath: python311Packages.youtubeaio Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-youtubeaio-1.1.5 Press Enter key to continue... Running update for: - python3.11-youtubeaio-1.1.5: UPDATING ... - python3.11-youtubeaio-1.1.5: ERROR --- SHOWING ERROR LOG FOR python3.11-youtubeaio-1.1.5 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/joostlek/python-youtube/tarball/v1.1.5']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/joostlek/python-youtube/tarball/refs/tags/v1.1.5']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-youtubeaio-1.1.5 ---------------------- The update script for python3.11-youtubeaio-1.1.5 failed with exit code 1 [result] Failed to update python311Packages.youtubeaio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath raiseorlaunch, using log file: /var/log/nixpkgs-update/raiseorlaunch/2024-03-01.log raiseorlaunch 0 -> 1 attrpath: raiseorlaunch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - raiseorlaunch-2.3.5 Press Enter key to continue... Running update for: - raiseorlaunch-2.3.5: UPDATING ... - raiseorlaunch-2.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update raiseorlaunch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qogir-icon-theme, using log file: /var/log/nixpkgs-update/qogir-icon-theme/2024-03-01.log qogir-icon-theme 0 -> 1 attrpath: qogir-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] Going to be running update for following packages: - qogir-icon-theme-2023-06-05 Press Enter key to continue... Running update for: - qogir-icon-theme-2023-06-05: UPDATING ... - qogir-icon-theme-2023-06-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update qogir-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 rPackages.rgbif, using log file: /var/log/nixpkgs-update/rPackages.rgbif/2024-03-01.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 python311Packages.baron, using log file: /var/log/nixpkgs-update/python311Packages.baron/2024-03-01.log python311Packages.baron 0 -> 1 attrpath: python311Packages.baron Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-baron-0.10.1 Press Enter key to continue... Running update for: - python3.11-baron-0.10.1: UPDATING ... - python3.11-baron-0.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.baron 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath buku, using log file: /var/log/nixpkgs-update/buku/2024-03-01.log buku 0 -> 1 attrpath: buku Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - buku-4.8 Press Enter key to continue... Running update for: - buku-4.8: UPDATING ... - buku-4.8: ERROR --- SHOWING ERROR LOG FOR buku-4.8 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jarun/buku/tarball/v4.8']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jarun/buku/tarball/refs/tags/v4.8']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR buku-4.8 ---------------------- The update script for buku-4.8 failed with exit code 1 [result] Failed to update buku 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyrtlsdr, using log file: /var/log/nixpkgs-update/python311Packages.pyrtlsdr/2024-03-01.log python311Packages.pyrtlsdr 0 -> 1 attrpath: python311Packages.pyrtlsdr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyrtlsdr-0.3.0 Press Enter key to continue... Running update for: - python3.11-pyrtlsdr-0.3.0: UPDATING ... - python3.11-pyrtlsdr-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrtlsdr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO multi-platform srcs in file. [result] Failed to update electron-bin 26.3.0 -> 28.2.5 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath loxodo, using log file: /var/log/nixpkgs-update/loxodo/2024-03-01.log loxodo 0 -> 1 attrpath: loxodo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - loxodo-unstable-2021-02-08 Press Enter key to continue... Running update for: - loxodo-unstable-2021-02-08: UPDATING ... - loxodo-unstable-2021-02-08: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update loxodo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lightwave2, using log file: /var/log/nixpkgs-update/python311Packages.lightwave2/2024-03-01.log python311Packages.lightwave2 0 -> 1 attrpath: python311Packages.lightwave2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-lightwave2-0.8.23 Press Enter key to continue... Running update for: - python3.11-lightwave2-0.8.23: UPDATING ... - python3.11-lightwave2-0.8.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lightwave2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.kubernetes, using log file: /var/log/nixpkgs-update/terraform-providers.kubernetes/2024-03-01.log terraform-providers.kubernetes 0 -> 1 attrpath: terraform-providers.kubernetes Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.kubernetes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath prowlarr, using log file: /var/log/nixpkgs-update/prowlarr/2024-03-01.log prowlarr 0 -> 1 attrpath: prowlarr Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - prowlarr-1.13.3.4273 Press Enter key to continue... Running update for: - prowlarr-1.13.3.4273: UPDATING ... - prowlarr-1.13.3.4273: ERROR --- SHOWING ERROR LOG FOR prowlarr-1.13.3.4273 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR prowlarr-1.13.3.4273 ---------------------- The update script for prowlarr-1.13.3.4273 failed with exit code 1 [result] Failed to update prowlarr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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/bh6mxl6bcipdaachakn3j00aildv10ac-cccc-3.2.0.tar.gz.drv building '/nix/store/bh6mxl6bcipdaachakn3j00aildv10ac-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 988 0 --:--:-- --:--:-- --:--:-- 985 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/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 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/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/bh6mxl6bcipdaachakn3j00aildv10ac-cccc-3.2.0.tar.gz.drv /nix/store/4p9nkjj4gpr0k10fgfv5zqiw47y13gjg-cccc-3.2.0.drv building '/nix/store/bh6mxl6bcipdaachakn3j00aildv10ac-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 1295 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/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: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: builder for '/nix/store/bh6mxl6bcipdaachakn3j00aildv10ac-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: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 For full logs, run 'nix log /nix/store/bh6mxl6bcipdaachakn3j00aildv10ac-cccc-3.2.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/4p9nkjj4gpr0k10fgfv5zqiw47y13gjg-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 python311Packages.nodeenv, using log file: /var/log/nixpkgs-update/python311Packages.nodeenv/2024-03-01.log python311Packages.nodeenv 0 -> 1 attrpath: python311Packages.nodeenv Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-nodeenv-1.8.0 Press Enter key to continue... Running update for: - python3.11-nodeenv-1.8.0: UPDATING ... - python3.11-nodeenv-1.8.0: ERROR --- SHOWING ERROR LOG FOR python3.11-nodeenv-1.8.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ekalinin/nodeenv/tarball/1.8.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ekalinin/nodeenv/tarball/refs/tags/1.8.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-nodeenv-1.8.0 ---------------------- The update script for python3.11-nodeenv-1.8.0 failed with exit code 1 [result] Failed to update python311Packages.nodeenv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-env, using log file: /var/log/nixpkgs-update/python311Packages.pytest-env/2024-03-01.log python311Packages.pytest-env 0 -> 1 attrpath: python311Packages.pytest-env Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-env-1.1.3 Press Enter key to continue... Running update for: - python3.11-pytest-env-1.1.3: UPDATING ... - python3.11-pytest-env-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-env 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath newsflash, using log file: /var/log/nixpkgs-update/newsflash/2024-03-01.log newsflash 0 -> 1 attrpath: newsflash Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - newsflash-3.1.3 Press Enter key to continue... Running update for: - newsflash-3.1.3: UPDATING ... - newsflash-3.1.3: ERROR --- SHOWING ERROR LOG FOR newsflash-3.1.3 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix=v. + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=newsflash-3.1.3 + [[ -n '' ]] + pname=newsflash + [[ -n '' ]] + version=3.1.3 + [[ -n '' ]] + attr_path=newsflash + echo '# newsflash-3.1.3' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=newsflash --attr-path=newsflash --file="update-git-commits.txt"' warning: redirecting to https://gitlab.com/news-flash/news_flash_gtk.git/ + tags='v.2.3.0 v.2.3.1 v.3.0.0 v.3.0.1 v.3.0.2 v.3.1.0 v.3.1.1 v.3.1.2 v.3.1.3 v.3.1.4 v.3.1.5' + for tag in $tags + echo '# found newsflash version: v.2.3.0' + for tag in $tags + echo '# found newsflash version: v.2.3.1' + for tag in $tags + echo '# found newsflash version: v.3.0.0' + for tag in $tags + echo '# found newsflash version: v.3.0.1' + for tag in $tags + echo '# found newsflash version: v.3.0.2' + for tag in $tags + echo '# found newsflash version: v.3.1.0' + for tag in $tags + echo '# found newsflash version: v.3.1.1' + for tag in $tags + echo '# found newsflash version: v.3.1.2' + for tag in $tags + echo '# found newsflash version: v.3.1.3' + for tag in $tags + echo '# found newsflash version: v.3.1.4' + for tag in $tags + echo '# found newsflash version: v.3.1.5' + '[' -n v. ']' ++ echo 'v.2.3.0 v.2.3.1 v.3.0.0 v.3.0.1 v.3.0.2 v.3.1.0 v.3.1.1 v.3.1.2 v.3.1.3 v.3.1.4 v.3.1.5' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^v.' + tags='v.2.3.0 v.2.3.1 v.3.0.0 v.3.0.1 v.3.0.2 v.3.1.0 v.3.1.1 v.3.1.2 v.3.1.3 v.3.1.4 v.3.1.5' ++ echo 'v.2.3.0 v.2.3.1 v.3.0.0 v.3.0.1 v.3.0.2 v.3.1.0 v.3.1.1 v.3.1.2 v.3.1.3 v.3.1.4 v.3.1.5' ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -e 's,^v.,,' + tags='2.3.0 2.3.1 3.0.0 3.0.1 3.0.2 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5' ++ echo '2.3.0 2.3.1 3.0.0 3.0.1 3.0.2 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags='2.3.0 2.3.1 3.0.0 3.0.1 3.0.2 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5' ++ echo '2.3.0 2.3.1 3.0.0 3.0.1 3.0.2 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5' ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/sort --reverse --version-sort + tags='3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.2 3.0.1 3.0.0 2.3.1 2.3.0' + for latest_tag in $tags + version_is_ignored 3.1.5 + local tag=3.1.5 + '[' -n '' ']' + version_is_unstable 3.1.5 + local tag=3.1.5 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 3.1.5 enforce + local tag=3.1.5 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 3.1.5 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=1 + '[' 1 -eq 1 ']' + return 0 + echo '# use potential development version: newsflash-3.1.5' + break + '[' -n 3.1.5 ']' + '[' 3.1.3 '!=' 3.1.5 ']' ++ EDITOR=echo ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. newsflash + pfile=/var/cache/nixpkgs-update/worker/worktree/newsflash/pkgs/applications/networking/feedreaders/newsflash/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/newsflash/pkgs/applications/networking/feedreaders/newsflash/default.nix ' + echo ' git commit -m '\''newsflash: 3.1.3 -> 3.1.5'\''' + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version --print-changes newsflash 3.1.5 error: getting status of '/run/nixpkgs-update-worker': No such file or directory update-source-version: error: Couldn't figure out new hash of 'newsflash.src'! --- SHOWING ERROR LOG FOR newsflash-3.1.3 ---------------------- The update script for newsflash-3.1.3 failed with exit code 1 [result] Failed to update newsflash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asgi-csrf, using log file: /var/log/nixpkgs-update/python311Packages.asgi-csrf/2024-03-01.log python311Packages.asgi-csrf 0 -> 1 attrpath: python311Packages.asgi-csrf Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-asgi-csrf-0.9 Press Enter key to continue... Running update for: - python3.11-asgi-csrf-0.9: UPDATING ... - python3.11-asgi-csrf-0.9: ERROR --- SHOWING ERROR LOG FOR python3.11-asgi-csrf-0.9 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/simonw/asgi-csrf/tarball/0.9']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/simonw/asgi-csrf/tarball/refs/tags/0.9']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-asgi-csrf-0.9 ---------------------- The update script for python3.11-asgi-csrf-0.9 failed with exit code 1 [result] Failed to update python311Packages.asgi-csrf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nrf-command-line-tools, using log file: /var/log/nixpkgs-update/nrf-command-line-tools/2024-03-01.log nrf-command-line-tools 10.23.2 -> 10.23.4 https://repology.org/project/nrf-command-line-tools/versions attrpath: nrf-command-line-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 nrf-command-line-tools 10.23.2 -> 10.23.4 https://repology.org/project/nrf-command-line-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 rPackages.loadeR, using log file: /var/log/nixpkgs-update/rPackages.loadeR/2024-03-01.log rPackages.loadeR 1.1.6 -> 1.1.8 https://repology.org/project/r:loader/versions attrpath: rPackages.loadeR Checking auto update branch... No auto update branch exists Old version 1.1.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.loadeR 1.1.6 -> 1.1.8 https://repology.org/project/r:loader/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.lmw, using log file: /var/log/nixpkgs-update/rPackages.lmw/2024-03-01.log rPackages.lmw 0.0.1 -> 0.0.2 https://repology.org/project/r:lmw/versions attrpath: rPackages.lmw 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.lmw 0.0.1 -> 0.0.2 https://repology.org/project/r:lmw/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Haplin, using log file: /var/log/nixpkgs-update/rPackages.Haplin/2024-03-01.log rPackages.Haplin 7.3.0 -> 7.3.1 https://repology.org/project/r:haplin/versions attrpath: rPackages.Haplin Checking auto update branch... No auto update branch exists Old version 7.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.Haplin 7.3.0 -> 7.3.1 https://repology.org/project/r:haplin/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spduration, using log file: /var/log/nixpkgs-update/rPackages.spduration/2024-03-01.log rPackages.spduration 0.17.1 -> 0.17.2 https://repology.org/project/r:spduration/versions attrpath: rPackages.spduration Checking auto update branch... No auto update branch exists Old version 0.17.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.spduration 0.17.1 -> 0.17.2 https://repology.org/project/r:spduration/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.toml, using log file: /var/log/nixpkgs-update/lua54Packages.toml/2024-03-01.log lua54Packages.toml 0.3.0-0 -> 0.4.0 https://github.com/LebJe/toml.lua/releases attrpath: lua54Packages.toml Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.toml 0.3.0-0 -> 0.4.0 https://github.com/LebJe/toml.lua/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.remaCor, using log file: /var/log/nixpkgs-update/rPackages.remaCor/2024-03-01.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.RobExtremes, using log file: /var/log/nixpkgs-update/rPackages.RobExtremes/2024-03-01.log rPackages.RobExtremes 1.2.0 -> 1.3.0 https://repology.org/project/r:robextremes/versions attrpath: rPackages.RobExtremes 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.RobExtremes 1.2.0 -> 1.3.0 https://repology.org/project/r:robextremes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-test-utils, using log file: /var/log/nixpkgs-update/python312Packages.pytest-test-utils/2024-03-01.log python312Packages.pytest-test-utils 0.0.8 -> 0.1.0 https://repology.org/project/python:pytest-test-utils/versions attrpath: python312Packages.pytest-test-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.12-pytest-test-utils-0.0.8 Press Enter key to continue... Running update for: - python3.12-pytest-test-utils-0.0.8: UPDATING ... - python3.12-pytest-test-utils-0.0.8: ERROR --- SHOWING ERROR LOG FOR python3.12-pytest-test-utils-0.0.8 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/iterative/pytest-test-utils/tarball/0.0.8']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/iterative/pytest-test-utils/tarball/refs/tags/0.0.8']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-pytest-test-utils-0.0.8 ---------------------- The update script for python3.12-pytest-test-utils-0.0.8 failed with exit code 1 [result] Failed to update python312Packages.pytest-test-utils 0.0.8 -> 0.1.0 https://repology.org/project/python:pytest-test-utils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PearsonDS, using log file: /var/log/nixpkgs-update/rPackages.PearsonDS/2024-03-01.log rPackages.PearsonDS 1.3.0 -> 1.3.1 https://repology.org/project/r:pearsonds/versions attrpath: rPackages.PearsonDS 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.PearsonDS 1.3.0 -> 1.3.1 https://repology.org/project/r:pearsonds/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.shaperglot, using log file: /var/log/nixpkgs-update/python312Packages.shaperglot/2024-03-01.log python312Packages.shaperglot 0.3.1 -> 0.5.0 https://github.com/googlefonts/shaperglot/releases attrpath: python312Packages.shaperglot Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-shaperglot-0.3.1 Press Enter key to continue... Running update for: - python3.12-shaperglot-0.3.1: UPDATING ... - python3.12-shaperglot-0.3.1: ERROR --- SHOWING ERROR LOG FOR python3.12-shaperglot-0.3.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/googlefonts/shaperglot/tarball/v0.5.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/googlefonts/shaperglot/tarball/refs/tags/v0.5.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-shaperglot-0.3.1 ---------------------- The update script for python3.12-shaperglot-0.3.1 failed with exit code 1 [result] Failed to update python312Packages.shaperglot 0.3.1 -> 0.5.0 https://github.com/googlefonts/shaperglot/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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 androidStudioPackages.beta, using log file: /var/log/nixpkgs-update/androidStudioPackages.beta/2024-03-01.log androidStudioPackages.beta 2023.2.1.22 -> 2023.2.1.23 https://repology.org/project/android-studio/versions attrpath: androidStudioPackages.beta Checking auto update branch... No auto update branch exists Old version 2023.2.1.22" not present in master derivation file with contents: { channel, pname, version, sha256Hash }: { alsa-lib , bash , buildFHSEnv , cacert , coreutils , dbus , e2fsprogs , expat , fetchurl , findutils , file , fontsConf , git , glxinfo , gnugrep , gnused , gnutar , gtk2, gnome_vfs, glib, GConf , gzip , fontconfig , freetype , libpulseaudio , libGL , libuuid , libX11 , libxcb , libXcomposite , libXcursor , libXdamage , libXext , libXfixes , libXi , libXrandr , libXrender , libXtst , makeWrapper , ncurses5 , nspr , nss_latest , pciutils , pkgsi686Linux , ps , setxkbmap , lib , stdenv , systemd , unzip , usbutils , which , runCommand , xkeyboard_config , zlib , makeDesktopItem , tiling_wm # if we are using a tiling wm, need to set _JAVA_AWT_WM_NONREPARENTING in wrapper }: let drvName = "android-studio-${channel}-${version}"; filename = "android-studio-${version}-linux.tar.gz"; androidStudio = stdenv.mkDerivation { name = "${drvName}-unwrapped"; src = fetchurl { url = "https://dl.google.com/dl/android/studio/ide-zips/${version}/${filename}"; sha256 = sha256Hash; }; nativeBuildInputs = [ unzip makeWrapper ]; # Causes the shebangs in interpreter scripts deployed to mobile devices to be patched, which Android does not understand dontPatchShebangs = true; installPhase = '' cp -r . $out wrapProgram $out/bin/studio.sh \ --set-default JAVA_HOME "$out/jbr" \ --set ANDROID_EMULATOR_USE_SYSTEM_LIBS 1 \ --set QT_XKB_CONFIG_ROOT "${xkeyboard_config}/share/X11/xkb" \ ${lib.optionalString tiling_wm "--set _JAVA_AWT_WM_NONREPARENTING 1"} \ --set FONTCONFIG_FILE ${fontsConf} \ --prefix PATH : "${lib.makeBinPath [ # Checked in studio.sh coreutils findutils gnugrep which gnused # For Android emulator file glxinfo pciutils setxkbmap # Used during setup wizard gnutar gzip # Runtime stuff git ps usbutils ]}" \ --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ # Crash at startup without these fontconfig freetype libXext libXi libXrender libXtst # No crash, but attempted to load at startup e2fsprogs # Gradle wants libstdc++.so.6 stdenv.cc.cc.lib # mksdcard wants 32 bit libstdc++.so.6 pkgsi686Linux.stdenv.cc.cc.lib # aapt wants libz.so.1 zlib pkgsi686Linux.zlib # Support multiple monitors libXrandr # For Android emulator alsa-lib dbus expat libpulseaudio libuuid libX11 libxcb libXcomposite libXcursor libXdamage libXfixes libGL nspr nss_latest systemd # For GTKLookAndFeel gtk2 gnome_vfs glib GConf ]}" # AS launches LLDBFrontend with a custom LD_LIBRARY_PATH wrapProgram $(find $out -name LLDBFrontend) --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ ncurses5 zlib ]}" ''; }; desktopItem = makeDesktopItem { name = pname; exec = pname; icon = pname; desktopName = "Android Studio (${channel} channel)"; comment = "The official Android IDE"; categories = [ "Development" "IDE" ]; startupNotify = true; startupWMClass = "jetbrains-studio"; }; # Android Studio downloads prebuilt binaries as part of the SDK. These tools # (e.g. `mksdcard`) have `/lib/ld-linux.so.2` set as the interpreter. An FHS # environment is used as a work around for that. fhsEnv = buildFHSEnv { name = "${drvName}-fhs-env"; multiPkgs = pkgs: [ ncurses5 # Flutter can only search for certs Fedora-way. (runCommand "fedoracert" {} '' mkdir -p $out/etc/pki/tls/ ln -s ${cacert}/etc/ssl/certs $out/etc/pki/tls/certs '') ]; }; in runCommand drvName { startScript = '' #!${bash}/bin/bash ${fhsEnv}/bin/${drvName}-fhs-env ${androidStudio}/bin/studio.sh "$@" ''; preferLocalBuild = true; allowSubstitutes = false; passthru = { unwrapped = androidStudio; }; meta = with lib; { description = "The Official IDE for Android (${channel} channel)"; longDescription = '' Android Studio is the official IDE for Android app development, based on IntelliJ IDEA. ''; homepage = if channel == "stable" then "https://developer.android.com/studio/index.html" else "https://developer.android.com/studio/preview/index.html"; license = with licenses; [ asl20 unfree ]; # The code is under Apache-2.0, but: # If one selects Help -> Licenses in Android Studio, the dialog shows the following: # "Android Studio includes proprietary code subject to separate license, # including JetBrains CLion(R) (www.jetbrains.com/clion) and IntelliJ(R) # IDEA Community Edition (www.jetbrains.com/idea)." # Also: For actual development the Android SDK is required and the Google # binaries are also distributed as proprietary software (unlike the # source-code itself). platforms = [ "x86_64-linux" ]; maintainers = with maintainers; rec { stable = [ alapshin msfjarvis ]; beta = [ alapshin msfjarvis ]; canary = [ alapshin msfjarvis ]; dev = canary; }."${channel}"; mainProgram = pname; }; } '' mkdir -p $out/{bin,share/pixmaps} echo -n "$startScript" > $out/bin/${pname} chmod +x $out/bin/${pname} ln -s ${androidStudio}/bin/studio.png $out/share/pixmaps/${pname}.png ln -s ${desktopItem}/share/applications $out/share/applications '' [result] Failed to update androidStudioPackages.beta 2023.2.1.22 -> 2023.2.1.23 https://repology.org/project/android-studio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mdsh, using log file: /var/log/nixpkgs-update/mdsh/2024-03-01.log mdsh 0.7.0 -> 0.8.0 https://repology.org/project/mdsh/versions attrpath: mdsh Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - mdsh: 0.7.0 -> 0.8.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292345" [result] Failed to update mdsh 0.7.0 -> 0.8.0 https://repology.org/project/mdsh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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 rPackages.namer, using log file: /var/log/nixpkgs-update/rPackages.namer/2024-03-01.log rPackages.namer 0.1.6 -> 0.1.8 https://repology.org/project/r:namer/versions attrpath: rPackages.namer Checking auto update branch... No auto update branch exists Old version 0.1.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.namer 0.1.6 -> 0.1.8 https://repology.org/project/r:namer/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pg, using log file: /var/log/nixpkgs-update/rubyPackages_3_2.pg/2024-03-01.log rubyPackages_3_2.pg 1.5.4 -> 1.5.5 https://repology.org/project/ruby:pg/versions attrpath: rubyPackages_3_2.pg 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.pg 1.5.4 -> 1.5.5 https://repology.org/project/ruby:pg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wavpack, using log file: /var/log/nixpkgs-update/wavpack/2024-03-01.log wavpack 5.6.0 -> 5.7.0 https://repology.org/project/wavpack/versions attrpath: wavpack 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/wavpack/default.nix b/pkgs/development/libraries/wavpack/default.nix index bb0a43d24c0f..4cd3007043cf 100644 --- a/pkgs/development/libraries/wavpack/default.nix +++ b/pkgs/development/libraries/wavpack/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "wavpack"; - version = "5.6.0"; + version = "5.7.0"; enableParallelBuilding = true; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { owner = "dbry"; repo = "WavPack"; rev = version; - hash = "sha256-fWAGE87JTNTnYoxrkMf3I8C53kZrQiiBy3Zyg0cw8Og="; + hash = "sha256-vFZxg1mVqE7Kp38vEGA5V8m2tjqhssFsUZURixhlfk0="; }; outputs = [ "out" "dev" "doc" "man" ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/md2zpi6vg11w4bn8faxbzxk1d28f7xmx-wavpack-5.7.0" 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/wavpack/versions. meta.description for wavpack is: Hybrid audio compression format meta.homepage for wavpack is: https://www.wavpack.com/ meta.changelog for wavpack is: https://github.com/dbry/WavPack/releases/tag/5.7.0 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/dbry/WavPack/releases/tag/5.7.0) - [Compare changes on GitHub](https://github.com/dbry/WavPack/compare/5.6.0...5.7.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.7.0 with grep in /nix/store/md2zpi6vg11w4bn8faxbzxk1d28f7xmx-wavpack-5.7.0 - found 5.7.0 in filename of file in /nix/store/md2zpi6vg11w4bn8faxbzxk1d28f7xmx-wavpack-5.7.0 ---
Rebuild report (if merged into master) (click to expand) ``` 4435 total rebuild path(s) 4435 package rebuild(s) First fifty rebuilds by attrpath CHOWTapeModel ChowKick CuboCore.corepdf CuboCore.coretoppings EmptyEpsilon MIDIVisualizer MMA OVMFFull SDL2 SDL2_Pango SDL2_gfx SDL2_image SDL2_image_2_0 SDL2_image_2_6 SDL2_mixer SDL2_mixer_2_0 SDL2_net SDL2_sound SDL2_ttf SDL_audiolib SDL_compat SDL_gpu Sylk _1oom _20kly _7kaa _86Box _90secondportraits aaxtomp3 abbaye-des-morts abracadabra abuse activitywatch adapta-gtk-theme adenum adl adriconf adwsteamgtk aegisub ahoviewer aitrack ajour akkoma alass alephone alfaview alfis allegro allegro4 allegro5 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/md2zpi6vg11w4bn8faxbzxk1d28f7xmx-wavpack-5.7.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A wavpack https://github.com/r-ryantm/nixpkgs/archive/d7a5c00b59bc763f26cf01f6864114a166acb410.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d7a5c00b59bc763f26cf01f6864114a166acb410#wavpack ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/md2zpi6vg11w4bn8faxbzxk1d28f7xmx-wavpack-5.7.0 ls -la /nix/store/md2zpi6vg11w4bn8faxbzxk1d28f7xmx-wavpack-5.7.0/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @codyopel 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/292515 [result] Success updating wavpack 5.6.0 -> 5.7.0 https://repology.org/project/wavpack/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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 gromacsDouble, using log file: /var/log/nixpkgs-update/gromacsDouble/2024-03-01.log gromacsDouble 2024 -> 2024.1 https://repology.org/project/gromacs/versions attrpath: gromacsDouble 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 gromacsDouble 2024 -> 2024.1 https://repology.org/project/gromacs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.paleobioDB, using log file: /var/log/nixpkgs-update/rPackages.paleobioDB/2024-03-01.log rPackages.paleobioDB 0.7.0 -> 1.0.0 https://repology.org/project/r:paleobiodb/versions attrpath: rPackages.paleobioDB Checking auto update branch... No auto update branch exists Old version 0.7.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.paleobioDB 0.7.0 -> 1.0.0 https://repology.org/project/r:paleobiodb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sundials, using log file: /var/log/nixpkgs-update/sundials/2024-03-01.log sundials 6.7.0 -> 7.0.0 https://repology.org/project/sundials/versions attrpath: sundials 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/sundials/default.nix b/pkgs/development/libraries/sundials/default.nix index d53d15a3f71a..e229e770da10 100644 --- a/pkgs/development/libraries/sundials/default.nix +++ b/pkgs/development/libraries/sundials/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "sundials"; - version = "6.7.0"; + version = "7.0.0"; outputs = [ "out" "examples" ]; src = fetchurl { url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz"; - hash = "sha256-XxE6FWSp0tmP+VJJ9IcaTIFaBdu5uIZqgrE6sVjDets="; + hash = "sha256-12KnlQ70CX++nSifZ6j7cXoLn5D4ftghcOtcNsCgeYk="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/mdm5fp03dl7h58vlwn5x249f3a4hfdf0-sundials-7.0.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)
8 packages marked as broken and skipped:
  • octavePackages.fem-fenics
  • octavePackages.image-acquisition
  • octavePackages.level-set
  • octavePackages.parallel
  • octavePackages.sparsersb
  • octavePackages.tisean
  • octavePackages.vibes
  • octavePackages.vrml
2 packages failed to build:
  • python311Packages.scikits-odes
  • python311Packages.scikits-odes.dist
77 packages built:
  • gama
  • jupyter-all
  • librsb
  • minc_widgets
  • octave
  • octaveFull
  • octavePackages.arduino
  • octavePackages.audio
  • octavePackages.bim
  • octavePackages.bsltl
  • octavePackages.cgi
  • octavePackages.communications
  • octavePackages.control
  • octavePackages.data-smoothing
  • octavePackages.database
  • octavePackages.dataframe
  • octavePackages.dicom
  • octavePackages.divand
  • octavePackages.doctest
  • octavePackages.econometrics
  • octavePackages.financial
  • octavePackages.fits
  • octavePackages.fpl
  • octavePackages.fuzzy-logic-toolkit
  • octavePackages.ga
  • octavePackages.general
  • octavePackages.generate_html
  • octavePackages.geometry
  • octavePackages.gsl
  • octavePackages.image
  • octavePackages.instrument-control
  • octavePackages.interval
  • octavePackages.io
  • octavePackages.linear-algebra
  • octavePackages.lssa
  • octavePackages.ltfat
  • octavePackages.mapping
  • octavePackages.matgeom
  • octavePackages.miscellaneous
  • octavePackages.msh
  • octavePackages.mvn
  • octavePackages.nan
  • octavePackages.ncarray
  • octavePackages.netcdf
  • octavePackages.nurbs
  • octavePackages.ocl
  • octavePackages.octclip
  • octavePackages.octproj
  • octavePackages.optics
  • octavePackages.optim
  • octavePackages.optiminterp
  • octavePackages.quaternion
  • octavePackages.queueing
  • octavePackages.signal
  • octavePackages.sockets
  • octavePackages.splines
  • octavePackages.statistics
  • octavePackages.stk
  • octavePackages.strings
  • octavePackages.struct
  • octavePackages.symbolic
  • octavePackages.tsa
  • octavePackages.video
  • octavePackages.windows
  • octavePackages.zeromq
  • openems
  • python311Packages.python-csxcad
  • python311Packages.python-csxcad.dist
  • python311Packages.python-openems
  • python311Packages.python-openems.dist
  • python312Packages.python-csxcad
  • python312Packages.python-csxcad.dist
  • python312Packages.python-openems
  • python312Packages.python-openems.dist
  • sundials
  • sundials.examples
  • vpv
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/sundials/versions. meta.description for sundials is: Suite of nonlinear differential/algebraic equation solvers meta.homepage for sundials is: https://computing.llnl.gov/projects/sundials ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/LLNL/sundials/releases/tag/v7.0.0) - [Compare changes on GitHub](https://github.com/LLNL/sundials/compare/v6.7.0...v7.0.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 7.0.0 with grep in /nix/store/mdm5fp03dl7h58vlwn5x249f3a4hfdf0-sundials-7.0.0 - found 7.0.0 in filename of file in /nix/store/mdm5fp03dl7h58vlwn5x249f3a4hfdf0-sundials-7.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 81 total rebuild path(s) 81 package rebuild(s) First fifty rebuilds by attrpath gama jupyter-all librsb minc_widgets octave octaveFull octavePackages.arduino octavePackages.audio octavePackages.bim octavePackages.bsltl octavePackages.cgi octavePackages.communications octavePackages.control octavePackages.data-smoothing octavePackages.database octavePackages.dataframe octavePackages.dicom octavePackages.divand octavePackages.doctest octavePackages.econometrics octavePackages.fem-fenics octavePackages.financial octavePackages.fits octavePackages.fpl octavePackages.fuzzy-logic-toolkit octavePackages.ga octavePackages.general octavePackages.generate_html octavePackages.geometry octavePackages.gsl octavePackages.image octavePackages.image-acquisition octavePackages.instrument-control octavePackages.interval octavePackages.io octavePackages.level-set octavePackages.linear-algebra octavePackages.lssa octavePackages.ltfat octavePackages.mapping octavePackages.matgeom octavePackages.miscellaneous octavePackages.msh octavePackages.mvn octavePackages.nan octavePackages.ncarray octavePackages.netcdf octavePackages.nurbs octavePackages.ocl octavePackages.octclip ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/mdm5fp03dl7h58vlwn5x249f3a4hfdf0-sundials-7.0.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A sundials https://github.com/r-ryantm/nixpkgs/archive/d46e11739ee04d56b42804aff3c2acc9c1d49980.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d46e11739ee04d56b42804aff3c2acc9c1d49980#sundials ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/mdm5fp03dl7h58vlwn5x249f3a4hfdf0-sundials-7.0.0 ls -la /nix/store/mdm5fp03dl7h58vlwn5x249f3a4hfdf0-sundials-7.0.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
8 packages marked as broken and skipped:
  • octavePackages.fem-fenics
  • octavePackages.image-acquisition
  • octavePackages.level-set
  • octavePackages.parallel
  • octavePackages.sparsersb
  • octavePackages.tisean
  • octavePackages.vibes
  • octavePackages.vrml
2 packages failed to build:
  • python311Packages.scikits-odes
  • python311Packages.scikits-odes.dist
77 packages built:
  • gama
  • jupyter-all
  • librsb
  • minc_widgets
  • octave
  • octaveFull
  • octavePackages.arduino
  • octavePackages.audio
  • octavePackages.bim
  • octavePackages.bsltl
  • octavePackages.cgi
  • octavePackages.communications
  • octavePackages.control
  • octavePackages.data-smoothing
  • octavePackages.database
  • octavePackages.dataframe
  • octavePackages.dicom
  • octavePackages.divand
  • octavePackages.doctest
  • octavePackages.econometrics
  • octavePackages.financial
  • octavePackages.fits
  • octavePackages.fpl
  • octavePackages.fuzzy-logic-toolkit
  • octavePackages.ga
  • octavePackages.general
  • octavePackages.generate_html
  • octavePackages.geometry
  • octavePackages.gsl
  • octavePackages.image
  • octavePackages.instrument-control
  • octavePackages.interval
  • octavePackages.io
  • octavePackages.linear-algebra
  • octavePackages.lssa
  • octavePackages.ltfat
  • octavePackages.mapping
  • octavePackages.matgeom
  • octavePackages.miscellaneous
  • octavePackages.msh
  • octavePackages.mvn
  • octavePackages.nan
  • octavePackages.ncarray
  • octavePackages.netcdf
  • octavePackages.nurbs
  • octavePackages.ocl
  • octavePackages.octclip
  • octavePackages.octproj
  • octavePackages.optics
  • octavePackages.optim
  • octavePackages.optiminterp
  • octavePackages.quaternion
  • octavePackages.queueing
  • octavePackages.signal
  • octavePackages.sockets
  • octavePackages.splines
  • octavePackages.statistics
  • octavePackages.stk
  • octavePackages.strings
  • octavePackages.struct
  • octavePackages.symbolic
  • octavePackages.tsa
  • octavePackages.video
  • octavePackages.windows
  • octavePackages.zeromq
  • openems
  • python311Packages.python-csxcad
  • python311Packages.python-csxcad.dist
  • python311Packages.python-openems
  • python311Packages.python-openems.dist
  • python312Packages.python-csxcad
  • python312Packages.python-csxcad.dist
  • python312Packages.python-openems
  • python312Packages.python-openems.dist
  • sundials
  • sundials.examples
  • vpv
--- ###### Maintainer pings cc @idontgetoutmuch 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/292531 [result] Success updating sundials 6.7.0 -> 7.0.0 https://repology.org/project/sundials/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath direnv, using log file: /var/log/nixpkgs-update/direnv/2024-03-01.log direnv 2.33.0 -> 2.34.0 https://github.com/direnv/direnv/releases attrpath: direnv 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-QGPcNgA/iiGt0CdFs2kR3zLL5/SWulSyyf/pW212JpU=" [golangModuleVersion] Replaced vendorHash with sha256-FfKvLPv+jUT5s2qQ7QlzBMArI+acj7nhpE8FGMPpp5E= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/direnv/default.nix b/pkgs/tools/misc/direnv/default.nix index 9395cade650b..4bb9d9bacaff 100644 --- a/pkgs/tools/misc/direnv/default.nix +++ b/pkgs/tools/misc/direnv/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "direnv"; - version = "2.33.0"; + version = "2.34.0"; src = fetchFromGitHub { owner = "direnv"; repo = "direnv"; rev = "v${version}"; - sha256 = "sha256-/xOqJ3dr+3S502rXHVBcHhgBCctoMYnWpfLqgrxIoN8="; + sha256 = "sha256-EvzqLS/FiWrbIXDkp0L/T8QNKnRGuQkbMWajI3X3BDw="; }; - vendorHash = "sha256-QGPcNgA/iiGt0CdFs2kR3zLL5/SWulSyyf/pW212JpU="; + vendorHash = "sha256-FfKvLPv+jUT5s2qQ7QlzBMArI+acj7nhpE8FGMPpp5E="; # we have no bash at the moment for windows BASH_PATH = [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/iwymjihzrc017zafhga2ai71mkxa2m6s-direnv-2.34.0" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 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 = 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 = 10 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 = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 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 = 13 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 = 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 = 16 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 = 16 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 = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 13 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 = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 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 = 16 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 = 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 = 13 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 = 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 = 16 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 = 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 = 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)
4 packages built:
  • direnv
  • mise
  • nix-direnv
  • vimPlugins.direnv-vim
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/direnv/direnv/releases. meta.description for direnv is: A shell extension that manages your environment meta.homepage for direnv is: https://direnv.net ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/direnv/direnv/releases/tag/v2.34.0) - [Compare changes on GitHub](https://github.com/direnv/direnv/compare/v2.33.0...v2.34.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.34.0 with grep in /nix/store/iwymjihzrc017zafhga2ai71mkxa2m6s-direnv-2.34.0 - found 2.34.0 in filename of file in /nix/store/iwymjihzrc017zafhga2ai71mkxa2m6s-direnv-2.34.0 ---
Rebuild report (if merged into master) (click to expand) ``` 4 total rebuild path(s) 4 package rebuild(s) First fifty rebuilds by attrpath direnv mise nix-direnv vimPlugins.direnv-vim ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/iwymjihzrc017zafhga2ai71mkxa2m6s-direnv-2.34.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 direnv https://github.com/r-ryantm/nixpkgs/archive/a825b8d029ba5f3a5281e123c981ed22d45b04d6.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a825b8d029ba5f3a5281e123c981ed22d45b04d6#direnv ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/iwymjihzrc017zafhga2ai71mkxa2m6s-direnv-2.34.0 ls -la /nix/store/iwymjihzrc017zafhga2ai71mkxa2m6s-direnv-2.34.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:
  • direnv
  • mise
  • nix-direnv
  • vimPlugins.direnv-vim
--- ###### Maintainer pings cc @zimbatm 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/292564 [result] Success updating direnv 2.33.0 -> 2.34.0 https://github.com/direnv/direnv/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mold-wrapped, using log file: /var/log/nixpkgs-update/mold-wrapped/2024-03-01.log mold-wrapped 2.4.0 -> 2.4.1 https://github.com/rui314/mold/releases attrpath: mold-wrapped Checking auto update branch... No auto update branch exists Old version 2.4.0" not present in master derivation file with contents: # The Nixpkgs CC is not directly usable, since it doesn't know where # the C library and standard header files are. Therefore the compiler # produced by that package cannot be installed directly in a user # environment and used from the command line. So we use a wrapper # script that sets up the right environment variables so that the # compiler and the linker just "work". { name ? "" , lib , stdenvNoCC , bintools ? null, libc ? null, coreutils ? null, shell ? stdenvNoCC.shell, gnugrep ? null , netbsd ? null, netbsdCross ? null , sharedLibraryLoader ? if libc == null then null else if stdenvNoCC.targetPlatform.isNetBSD then if !(targetPackages ? netbsdCross) then netbsd.ld_elf_so else if libc != targetPackages.netbsdCross.headers then targetPackages.netbsdCross.ld_elf_so else null else lib.getLib libc , nativeTools, noLibc ? false, nativeLibc, nativePrefix ? "" , propagateDoc ? bintools != null && bintools ? man , extraPackages ? [], extraBuildCommands ? "" , isGNU ? bintools.isGNU or false , isLLVM ? bintools.isLLVM or false , isCCTools ? bintools.isCCTools or false , buildPackages ? {} , targetPackages ? {} , useMacosReexportHack ? false , wrapGas ? false # Note: the hardening flags are part of the bintools-wrapper, rather than # the cc-wrapper, because a few of them are handled by the linker. , defaultHardeningFlags ? with stdenvNoCC; [ "bindnow" "format" "fortify" "fortify3" "pic" "relro" "stackprotector" "strictoverflow" ] ++ lib.optional ( # Musl-based platforms will keep "pie", other platforms will not. # If you change this, make sure to update section `{#sec-hardening-in-nixpkgs}` # in the nixpkgs manual to inform users about the defaults. targetPlatform.libc == "musl" # Except when: # - static aarch64, where compilation works, but produces segfaulting dynamically linked binaries. # - static armv7l, where compilation fails. && !(targetPlatform.isAarch && targetPlatform.isStatic) ) "pie" # Darwin code signing support utilities , postLinkSignHook ? null, signingUtils ? null }: with lib; assert nativeTools -> !propagateDoc && nativePrefix != ""; assert !nativeTools -> bintools != null && coreutils != null && gnugrep != null; assert !(nativeLibc && noLibc); assert (noLibc || nativeLibc) == (libc == null); let stdenv = stdenvNoCC; inherit (stdenv) hostPlatform targetPlatform; # Prefix for binaries. Customarily ends with a dash separator. # # TODO(@Ericson2314) Make unconditional, or optional but always true by # default. targetPrefix = lib.optionalString (targetPlatform != hostPlatform) (targetPlatform.config + "-"); bintoolsVersion = lib.getVersion bintools; bintoolsName = lib.removePrefix targetPrefix (lib.getName bintools); libc_bin = lib.optionalString (libc != null) (getBin libc); libc_dev = lib.optionalString (libc != null) (getDev libc); libc_lib = lib.optionalString (libc != null) (getLib libc); bintools_bin = lib.optionalString (!nativeTools) (getBin bintools); # The wrapper scripts use 'cat' and 'grep', so we may need coreutils. coreutils_bin = lib.optionalString (!nativeTools) (getBin coreutils); # See description in cc-wrapper. suffixSalt = replaceStrings ["-" "."] ["_" "_"] targetPlatform.config; # The dynamic linker has different names on different platforms. This is a # shell glob that ought to match it. dynamicLinker = /**/ if sharedLibraryLoader == null then "" else if targetPlatform.libc == "musl" then "${sharedLibraryLoader}/lib/ld-musl-*" else if targetPlatform.libc == "uclibc" then "${sharedLibraryLoader}/lib/ld*-uClibc.so.1" else if (targetPlatform.libc == "bionic" && targetPlatform.is32bit) then "/system/bin/linker" else if (targetPlatform.libc == "bionic" && targetPlatform.is64bit) then "/system/bin/linker64" else if targetPlatform.libc == "nblibc" then "${sharedLibraryLoader}/libexec/ld.elf_so" else if targetPlatform.system == "i686-linux" then "${sharedLibraryLoader}/lib/ld-linux.so.2" else if targetPlatform.system == "x86_64-linux" then "${sharedLibraryLoader}/lib/ld-linux-x86-64.so.2" # ELFv1 (.1) or ELFv2 (.2) ABI else if targetPlatform.isPower64 then "${sharedLibraryLoader}/lib/ld64.so.*" # ARM with a wildcard, which can be "" or "-armhf". else if (with targetPlatform; isAarch32 && isLinux) then "${sharedLibraryLoader}/lib/ld-linux*.so.3" else if targetPlatform.system == "aarch64-linux" then "${sharedLibraryLoader}/lib/ld-linux-aarch64.so.1" else if targetPlatform.system == "powerpc-linux" then "${sharedLibraryLoader}/lib/ld.so.1" else if targetPlatform.isMips then "${sharedLibraryLoader}/lib/ld.so.1" # `ld-linux-riscv{32,64}-.so.1` else if targetPlatform.isRiscV then "${sharedLibraryLoader}/lib/ld-linux-riscv*.so.1" else if targetPlatform.isLoongArch64 then "${sharedLibraryLoader}/lib/ld-linux-loongarch*.so.1" else if targetPlatform.isDarwin then "/usr/lib/dyld" else if targetPlatform.isFreeBSD then "/libexec/ld-elf.so.1" else if lib.hasSuffix "pc-gnu" targetPlatform.config then "ld.so.1" else ""; expand-response-params = lib.optionalString (buildPackages ? stdenv && buildPackages.stdenv.hasCC && buildPackages.stdenv.cc != "/dev/null") (import ../expand-response-params { inherit (buildPackages) stdenv; }); in stdenv.mkDerivation { pname = targetPrefix + (if name != "" then name else "${bintoolsName}-wrapper"); version = lib.optionalString (bintools != null) bintoolsVersion; preferLocalBuild = true; outputs = [ "out" ] ++ optionals propagateDoc ([ "man" ] ++ optional (bintools ? info) "info"); passthru = { inherit targetPrefix suffixSalt; inherit bintools libc nativeTools nativeLibc nativePrefix isGNU isLLVM; emacsBufferSetup = pkgs: '' ; We should handle propagation here too (mapc (lambda (arg) (when (file-directory-p (concat arg "/lib")) (setenv "NIX_LDFLAGS_${suffixSalt}" (concat (getenv "NIX_LDFLAGS_${suffixSalt}") " -L" arg "/lib"))) (when (file-directory-p (concat arg "/lib64")) (setenv "NIX_LDFLAGS_${suffixSalt}" (concat (getenv "NIX_LDFLAGS_${suffixSalt}") " -L" arg "/lib64")))) '(${concatStringsSep " " (map (pkg: "\"${pkg}\"") pkgs)})) ''; inherit defaultHardeningFlags; }; dontBuild = true; dontConfigure = true; enableParallelBuilding = true; unpackPhase = '' src=$PWD ''; installPhase = '' mkdir -p $out/bin $out/nix-support wrap() { local dst="$1" local wrapper="$2" export prog="$3" export use_response_file_by_default=${if isCCTools then "1" else "0"} substituteAll "$wrapper" "$out/bin/$dst" chmod +x "$out/bin/$dst" } '' + (if nativeTools then '' echo ${nativePrefix} > $out/nix-support/orig-bintools ldPath="${nativePrefix}/bin" '' else '' echo $bintools_bin > $out/nix-support/orig-bintools ldPath="${bintools_bin}/bin" '' # Solaris needs an additional ld wrapper. + optionalString (targetPlatform.isSunOS && nativePrefix != "") '' ldPath="${nativePrefix}/bin" exec="$ldPath/${targetPrefix}ld" wrap ld-solaris ${./ld-solaris-wrapper.sh} '') # If we are asked to wrap `gas` and this bintools has it, # then symlink it (`as` will be symlinked next). # This is mainly for the wrapped gnat-bootstrap on x86-64 Darwin, # as it must have both the GNU assembler from cctools (installed as `gas`) # and the Clang integrated assembler (installed as `as`). # See pkgs/os-specific/darwin/binutils/default.nix for details. + lib.optionalString wrapGas '' if [ -e $ldPath/${targetPrefix}gas ]; then ln -s $ldPath/${targetPrefix}gas $out/bin/${targetPrefix}gas fi '' # Create symlinks for rest of the binaries. + '' for binary in objdump objcopy size strings as ar nm gprof dwp c++filt addr2line \ ranlib readelf elfedit dlltool dllwrap windmc windres; do if [ -e $ldPath/${targetPrefix}''${binary} ]; then ln -s $ldPath/${targetPrefix}''${binary} $out/bin/${targetPrefix}''${binary} fi done '' + (if !useMacosReexportHack then '' if [ -e ''${ld:-$ldPath/${targetPrefix}ld} ]; then wrap ${targetPrefix}ld ${./ld-wrapper.sh} ''${ld:-$ldPath/${targetPrefix}ld} fi '' else '' ldInner="${targetPrefix}ld-reexport-delegate" wrap "$ldInner" ${./macos-sierra-reexport-hack.bash} ''${ld:-$ldPath/${targetPrefix}ld} wrap "${targetPrefix}ld" ${./ld-wrapper.sh} "$out/bin/$ldInner" unset ldInner '') + '' for variant in $ldPath/${targetPrefix}ld.*; do basename=$(basename "$variant") wrap $basename ${./ld-wrapper.sh} $variant done ''; strictDeps = true; depsTargetTargetPropagated = extraPackages; setupHooks = [ ../setup-hooks/role.bash ./setup-hook.sh ]; postFixup = ## ## General libc support ## optionalString (libc != null) ('' touch "$out/nix-support/libc-ldflags" echo "-L${libc_lib}${libc.libdir or "/lib"}" >> $out/nix-support/libc-ldflags echo "${libc_lib}" > $out/nix-support/orig-libc echo "${libc_dev}" > $out/nix-support/orig-libc-dev '' ## ## Dynamic linker support ## + optionalString (sharedLibraryLoader != null) '' if [[ -z ''${dynamicLinker+x} ]]; then echo "Don't know the name of the dynamic linker for platform '${targetPlatform.config}', so guessing instead." >&2 local dynamicLinker="${sharedLibraryLoader}/lib/ld*.so.?" fi '' # Expand globs to fill array of options + '' dynamicLinker=($dynamicLinker) case ''${#dynamicLinker[@]} in 0) echo "No dynamic linker found for platform '${targetPlatform.config}'." >&2;; 1) echo "Using dynamic linker: '$dynamicLinker'" >&2;; *) echo "Multiple dynamic linkers found for platform '${targetPlatform.config}'." >&2;; esac if [ -n "''${dynamicLinker-}" ]; then echo $dynamicLinker > $out/nix-support/dynamic-linker ${if targetPlatform.isDarwin then '' printf "export LD_DYLD_PATH=%q\n" "$dynamicLinker" >> $out/nix-support/setup-hook '' else lib.optionalString (sharedLibraryLoader != null) '' if [ -e ${sharedLibraryLoader}/lib/32/ld-linux.so.2 ]; then echo ${sharedLibraryLoader}/lib/32/ld-linux.so.2 > $out/nix-support/dynamic-linker-m32 fi touch $out/nix-support/ld-set-dynamic-linker ''} fi '') ## ## User env support ## # Propagate the underling unwrapped bintools so that if you # install the wrapper, you get tools like objdump (same for any # binaries of libc). + optionalString (!nativeTools) '' printWords ${bintools_bin} ${lib.optionalString (libc != null) libc_bin} > $out/nix-support/propagated-user-env-packages '' ## ## Man page and info support ## + optionalString propagateDoc ('' ln -s ${bintools.man} $man '' + optionalString (bintools ? info) '' ln -s ${bintools.info} $info '') ## ## Hardening support ## # some linkers on some platforms don't support specific -z flags + '' export hardening_unsupported_flags="" if [[ "$($ldPath/${targetPrefix}ld -z now 2>&1 || true)" =~ un(recognized|known)\ option ]]; then hardening_unsupported_flags+=" bindnow" fi if [[ "$($ldPath/${targetPrefix}ld -z relro 2>&1 || true)" =~ un(recognized|known)\ option ]]; then hardening_unsupported_flags+=" relro" fi '' + optionalString hostPlatform.isCygwin '' hardening_unsupported_flags+=" pic" '' + optionalString (targetPlatform.isAvr || targetPlatform.isWindows) '' hardening_unsupported_flags+=" relro bindnow" '' + optionalString stdenv.targetPlatform.isDarwin '' echo "-arch ${targetPlatform.darwinArch}" >> $out/nix-support/libc-ldflags '' ## ## GNU specific extra strip flags ## # TODO(@sternenseemann): make a generic strip wrapper? + optionalString (bintools.isGNU or false) '' wrap ${targetPrefix}strip ${./gnu-binutils-strip-wrapper.sh} \ "${bintools_bin}/bin/${targetPrefix}strip" '' ### ### Remove certain timestamps from final binaries ### + optionalString (stdenv.targetPlatform.isDarwin && !(bintools.isGNU or false)) '' echo "export ZERO_AR_DATE=1" >> $out/nix-support/setup-hook '' + '' for flags in "$out/nix-support"/*flags*; do substituteInPlace "$flags" --replace $'\n' ' ' done substituteAll ${./add-flags.sh} $out/nix-support/add-flags.sh substituteAll ${./add-hardening.sh} $out/nix-support/add-hardening.sh substituteAll ${../wrapper-common/utils.bash} $out/nix-support/utils.bash '' ### ### Ensure consistent LC_VERSION_MIN_MACOSX ### + optionalString stdenv.targetPlatform.isDarwin ( let inherit (stdenv.targetPlatform) darwinPlatform darwinSdkVersion darwinMinVersion darwinMinVersionVariable; in '' export darwinPlatform=${darwinPlatform} export darwinMinVersion=${darwinMinVersion} export darwinSdkVersion=${darwinSdkVersion} export darwinMinVersionVariable=${darwinMinVersionVariable} substituteAll ${./add-darwin-ldflags-before.sh} $out/nix-support/add-local-ldflags-before.sh '' ) ## ## Code signing on Apple Silicon ## + optionalString (targetPlatform.isDarwin && targetPlatform.isAarch64) '' echo 'source ${postLinkSignHook}' >> $out/nix-support/post-link-hook export signingUtils=${signingUtils} wrap \ ${targetPrefix}install_name_tool \ ${./darwin-install_name_tool-wrapper.sh} \ "${bintools_bin}/bin/${targetPrefix}install_name_tool" wrap \ ${targetPrefix}strip ${./darwin-strip-wrapper.sh} \ "${bintools_bin}/bin/${targetPrefix}strip" '' ## ## Extra custom steps ## + extraBuildCommands; env = { # for substitution in utils.bash expandResponseParams = "${expand-response-params}/bin/expand-response-params"; shell = getBin shell + shell.shellPath or ""; gnugrep_bin = lib.optionalString (!nativeTools) gnugrep; wrapperName = "BINTOOLS_WRAPPER"; inherit dynamicLinker targetPrefix suffixSalt coreutils_bin; inherit bintools_bin libc_bin libc_dev libc_lib; default_hardening_flags_str = builtins.toString defaultHardeningFlags; }; meta = let bintools_ = lib.optionalAttrs (bintools != null) bintools; in (lib.optionalAttrs (bintools_ ? meta) (removeAttrs bintools.meta ["priority"])) // { description = lib.attrByPath ["meta" "description"] "System binary utilities" bintools_ + " (wrapper script)"; priority = 10; } // optionalAttrs useMacosReexportHack { platforms = lib.platforms.darwin; }; } [result] Failed to update mold-wrapped 2.4.0 -> 2.4.1 https://github.com/rui314/mold/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nnpdf, using log file: /var/log/nixpkgs-update/nnpdf/2024-03-01.log nnpdf 4.0.8 -> 4.0.9 https://github.com/NNPDF/nnpdf/releases attrpath: nnpdf 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/physics/nnpdf/default.nix b/pkgs/applications/science/physics/nnpdf/default.nix index a53940d38d74..26e8247f85e3 100644 --- a/pkgs/applications/science/physics/nnpdf/default.nix +++ b/pkgs/applications/science/physics/nnpdf/default.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "nnpdf"; - version = "4.0.8"; + version = "4.0.9"; src = fetchFromGitHub { owner = "NNPDF"; repo = pname; rev = version; - hash = "sha256-hGCA2K/fD6UZa9WD42IDmZV1oxNgjFaXkjOZKGgGSBg="; + hash = "sha256-PyhkHlOlzKfDxUX91NkeZWjdEzFR4PW0Yh5Yz6ZA27g="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/paagiq5s6jkvn3yn11ilg21kzjah2gw7-nnpdf-4.0.9" 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 = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 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 = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 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 = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 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 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)
6 packages failed to build:
  • python311Packages.n3fit
  • python311Packages.n3fit.dist
  • validphys2 (python311Packages.validphys2)
  • validphys2.dist (python311Packages.validphys2.dist)
  • python312Packages.validphys2
  • python312Packages.validphys2.dist
2 packages built:
  • nnpdf (python311Packages.nnpdf)
  • python312Packages.nnpdf
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/NNPDF/nnpdf/releases. meta.description for nnpdf is: An open-source machine learning framework for global analyses of parton distributions meta.homepage for nnpdf is: https://docs.nnpdf.science/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/NNPDF/nnpdf/releases/tag/4.0.9) - [Compare changes on GitHub](https://github.com/NNPDF/nnpdf/compare/4.0.8...4.0.9) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.0.9 in filename of file in /nix/store/paagiq5s6jkvn3yn11ilg21kzjah2gw7-nnpdf-4.0.9 ---
Rebuild report (if merged into master) (click to expand) ``` 7 total rebuild path(s) 7 package rebuild(s) First fifty rebuilds by attrpath nnpdf python311Packages.n3fit python311Packages.nnpdf python311Packages.validphys2 python312Packages.nnpdf python312Packages.validphys2 validphys2 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/paagiq5s6jkvn3yn11ilg21kzjah2gw7-nnpdf-4.0.9 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A nnpdf https://github.com/r-ryantm/nixpkgs/archive/401d342998bd9033f2ba919f8ef23afd3f757188.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/401d342998bd9033f2ba919f8ef23afd3f757188#nnpdf ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/paagiq5s6jkvn3yn11ilg21kzjah2gw7-nnpdf-4.0.9 ls -la /nix/store/paagiq5s6jkvn3yn11ilg21kzjah2gw7-nnpdf-4.0.9/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
6 packages failed to build:
  • python311Packages.n3fit
  • python311Packages.n3fit.dist
  • validphys2 (python311Packages.validphys2)
  • validphys2.dist (python311Packages.validphys2.dist)
  • python312Packages.validphys2
  • python312Packages.validphys2.dist
2 packages built:
  • nnpdf (python311Packages.nnpdf)
  • python312Packages.nnpdf
--- ###### 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/292571 [result] Success updating nnpdf 4.0.8 -> 4.0.9 https://github.com/NNPDF/nnpdf/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tabby, using log file: /var/log/nixpkgs-update/tabby/2024-03-01.log tabby 0.7.0 -> 0.8.3 https://github.com/TabbyML/tabby/releases attrpath: tabby 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 'tabby.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/kxkwy608i9qamrwmn74vlsrlyqx9zq4n-tabby-0.8.3-vendor.tar.gz.drv /nix/store/w9yr0c2w2pck0fmcrbpnmaphlwd3y0fi-cudatoolkit-12.2.2.drv /nix/store/5pyw998f6qc2sjrpx22dql6000irfb4a-tabby-0.8.3.drv these 4 paths will be fetched (85.56 MiB download, 324.08 MiB unpacked): /nix/store/k308k75j5ndrxrb3ba469c7b20hdcnf5-qtwebchannel-6.6.2 /nix/store/khs6fwddwhhn0pxnl3szzw0zxf26q226-qtwebchannel-6.6.2-dev /nix/store/drc7lzrf3mblcyb97aslq05vn9yscfxp-qtwebengine-6.6.2 /nix/store/18b4wcn1hyc35v2drg4idpzg3bbxpan2-qtwebengine-6.6.2-dev building '/nix/store/kxkwy608i9qamrwmn74vlsrlyqx9zq4n-tabby-0.8.3-vendor.tar.gz.drv'... copying path '/nix/store/k308k75j5ndrxrb3ba469c7b20hdcnf5-qtwebchannel-6.6.2' from 'https://cache.nixos.org'... copying path '/nix/store/khs6fwddwhhn0pxnl3szzw0zxf26q226-qtwebchannel-6.6.2-dev' from 'https://cache.nixos.org'... copying path '/nix/store/drc7lzrf3mblcyb97aslq05vn9yscfxp-qtwebengine-6.6.2' from 'https://cache.nixos.org'... Running phase: unpackPhase unpacking source archive /nix/store/alzjyjijc19wqilkd15fjc0qnmwiqxjf-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/tree-sitter/tree-sitter-c/?rev=212a80f#212a80f86452bb1316324fa0db730cf52f29e05a" source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=a714740#a71474021410973b29bfe99440d57bcd750246b1" 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/kxkwy608i9qamrwmn74vlsrlyqx9zq4n-tabby-0.8.3-vendor.tar.gz.drv' failed with exit code 1; last 16 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/alzjyjijc19wqilkd15fjc0qnmwiqxjf-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/tree-sitter/tree-sitter-c/?rev=212a80f#212a80f86452bb1316324fa0db730cf52f29e05a" > source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=a714740#a71474021410973b29bfe99440d57bcd750246b1" > > 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/kxkwy608i9qamrwmn74vlsrlyqx9zq4n-tabby-0.8.3-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/5pyw998f6qc2sjrpx22dql6000irfb4a-tabby-0.8.3.drv' failed to build [result] Failed to update tabby 0.7.0 -> 0.8.3 https://github.com/TabbyML/tabby/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.ezyrb, using log file: /var/log/nixpkgs-update/python312Packages.ezyrb/2024-03-01.log python312Packages.ezyrb 1.3.0.post2402 -> 1.3.0.post2403 https://github.com/mathLab/EZyRB/releases attrpath: python312Packages.ezyrb Checking auto update branch... [version] [version] skipping because derivation has 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/9y3zxdr654yq186php9sm2gf0vvav5mv-packages.json.drv building '/nix/store/9y3zxdr654yq186php9sm2gf0vvav5mv-packages.json.drv'... Going to be running update for following packages: - python3.12-ezyrb-1.3.0.post2402 Press Enter key to continue... Running update for: - python3.12-ezyrb-1.3.0.post2402: UPDATING ... - python3.12-ezyrb-1.3.0.post2402: ERROR --- SHOWING ERROR LOG FOR python3.12-ezyrb-1.3.0.post2402 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/mathLab/EZyRB/tarball/v1.3.0.post2403']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/mathLab/EZyRB/tarball/refs/tags/v1.3.0.post2403']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-ezyrb-1.3.0.post2402 ---------------------- The update script for python3.12-ezyrb-1.3.0.post2402 failed with exit code 1 [result] Failed to update python312Packages.ezyrb 1.3.0.post2402 -> 1.3.0.post2403 https://github.com/mathLab/EZyRB/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.cyclonedx-python-lib, using log file: /var/log/nixpkgs-update/python312Packages.cyclonedx-python-lib/2024-03-01.log python312Packages.cyclonedx-python-lib 6.4.1 -> 6.4.2 https://github.com/CycloneDX/cyclonedx-python-lib/releases attrpath: python312Packages.cyclonedx-python-lib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/nc7fdj23y4g9rbfq5mm8abs6k84cc7kd-packages.json.drv building '/nix/store/nc7fdj23y4g9rbfq5mm8abs6k84cc7kd-packages.json.drv'... Going to be running update for following packages: - python3.12-cyclonedx-python-lib-6.4.1 Press Enter key to continue... Running update for: - python3.12-cyclonedx-python-lib-6.4.1: UPDATING ... - python3.12-cyclonedx-python-lib-6.4.1: ERROR --- SHOWING ERROR LOG FOR python3.12-cyclonedx-python-lib-6.4.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/CycloneDX/cyclonedx-python-lib/tarball/v6.4.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/CycloneDX/cyclonedx-python-lib/tarball/refs/tags/v6.4.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-cyclonedx-python-lib-6.4.1 ---------------------- The update script for python3.12-cyclonedx-python-lib-6.4.1 failed with exit code 1 [result] Failed to update python312Packages.cyclonedx-python-lib 6.4.1 -> 6.4.2 https://github.com/CycloneDX/cyclonedx-python-lib/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yesplaymusic, using log file: /var/log/nixpkgs-update/yesplaymusic/2024-03-01.log yesplaymusic 0.4.7 -> 0.4.8 https://github.com/qier222/YesPlayMusic/releases attrpath: yesplaymusic 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 yesplaymusic 0.4.7 -> 0.4.8 https://github.com/qier222/YesPlayMusic/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.py-serializable, using log file: /var/log/nixpkgs-update/python312Packages.py-serializable/2024-03-01.log python312Packages.py-serializable 1.0.1 -> 1.0.2 https://github.com/madpah/serializable/releases attrpath: python312Packages.py-serializable Checking auto update branch... [version] [version] skipping because derivation has 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/1ia77h7wsp2pffcwyixzvvr2zslshj4v-packages.json.drv building '/nix/store/1ia77h7wsp2pffcwyixzvvr2zslshj4v-packages.json.drv'... Going to be running update for following packages: - python3.12-py-serializable-1.0.1 Press Enter key to continue... Running update for: - python3.12-py-serializable-1.0.1: UPDATING ... - python3.12-py-serializable-1.0.1: ERROR --- SHOWING ERROR LOG FOR python3.12-py-serializable-1.0.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/madpah/serializable/tarball/v1.0.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/madpah/serializable/tarball/refs/tags/v1.0.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-py-serializable-1.0.1 ---------------------- The update script for python3.12-py-serializable-1.0.1 failed with exit code 1 [result] Failed to update python312Packages.py-serializable 1.0.1 -> 1.0.2 https://github.com/madpah/serializable/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zsh-forgit, using log file: /var/log/nixpkgs-update/zsh-forgit/2024-03-01.log zsh-forgit 24.02.0 -> 24.03.0 https://github.com/wfxr/forgit/releases attrpath: zsh-forgit Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/shells/zsh/zsh-forgit/default.nix b/pkgs/shells/zsh/zsh-forgit/default.nix index 28847369a9c8..4823b39cb65b 100644 --- a/pkgs/shells/zsh/zsh-forgit/default.nix +++ b/pkgs/shells/zsh/zsh-forgit/default.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "zsh-forgit"; - version = "24.02.0"; + version = "24.03.0"; src = fetchFromGitHub { owner = "wfxr"; repo = "forgit"; rev = version; - sha256 = "sha256-DoOtrnEJwSxkCZtsVek+3w9RZH7j7LTvdleBC88xyfI="; + sha256 = "sha256-E8zL5HPUHhb3V03yTIF6IQ83bmqrrRt0KHxYbmtzCQ4="; }; strictDeps = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A zsh-forgit nix build failed. got build log for 'zsh-forgit' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/m8sbigibdpwj58dxx96q48kwq74bwry3-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'forgit.plugin.zsh') substituteStream(): WARNING: pattern \$INSTALL_DIR/bin/git-forgit doesn't match anything in file 'forgit.plugin.zsh' @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": "installPhase" } Running phase: installPhase install: cannot stat 'completions/git-forgit.zsh': No such file or directory [result] Failed to update zsh-forgit 24.02.0 -> 24.03.0 https://github.com/wfxr/forgit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nghttp2, using log file: /var/log/nixpkgs-update/nghttp2/2024-03-01.log nghttp2 1.59.0 -> 1.60.0 https://github.com/nghttp2/nghttp2/releases attrpath: nghttp2 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/nghttp2/default.nix b/pkgs/development/libraries/nghttp2/default.nix index f4ae615b6e94..805fe6e3bb20 100644 --- a/pkgs/development/libraries/nghttp2/default.nix +++ b/pkgs/development/libraries/nghttp2/default.nix @@ -32,11 +32,11 @@ assert enableJemalloc -> enableApp; stdenv.mkDerivation rec { pname = "nghttp2"; - version = "1.59.0"; + version = "1.60.0"; src = fetchurl { url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-A1P8u6ENKl9304ouSS5eZ3tjexdxI0WkcyXDw1+0d/g="; + sha256 = "sha256-W4wmgdQstLMcs+DaDggb+jAl1cNZKN6PYHAVUgFbAM4="; }; outputs = [ "out" "dev" "lib" "doc" "man" ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/6fvvz2c7qkgg7b9iaf0c1r9fghhh2w77-nghttp2-1.60.0" nghttp2.tests took longer than 10m and timed out. Other output: these 33 derivations will be built: /nix/store/k4zl39v6w0m5mxw9zpvzlfp8kx3iddik-curl-8.6.0.drv /nix/store/lmgs9w5sxghwbkxxa2gawsw0jalx27wz-cmake-3.28.2.drv /nix/store/i2vzzlgnc2vpmyqixwy2qs6wjdkw9364-brotli-1.1.0.drv /nix/store/h9kcl6a838784xac9y9nqpa9mi59ji4h-curl-8.6.0.drv /nix/store/az700phkxwqqwc170cc9g8b6ibsa1nmz-git-2.43.1.drv /nix/store/6da3ndc0lxx5m0nk7h8xy8qw5kzzs6ry-python3.11-hatch-vcs-0.4.0.drv /nix/store/99wh50y97vjnszva90aqz0y1rw9s88m2-python3.11-filelock-3.13.1.drv /nix/store/k71m7syccvfxy4whs6rlza0gbq4kmazy-python3.11-execnet-2.0.2.drv /nix/store/8j1lsxqpwnr3zfn3yzrzqjv0h7qq3d6c-python3.11-pytest-xdist-3.5.0.drv /nix/store/gqy2qdylz5sqzh068rl68m8kkcn2ljqh-python3.11-brotlicffi-1.1.0.0.drv /nix/store/g05y6dzcahrkqj3f9sq1a2z9dghkyxxv-python3.11-requests-2.31.0.drv /nix/store/2zcp3ydmp1sn47hhsn7jpyw23h25qnah-python3.11-sphinx-7.2.6.drv /nix/store/0gsqqkl9vzmzb7ydsdi48qq3n5qajal0-python3.11-pip-23.3.1.drv /nix/store/20dj21gmzyzx803xj0w07xzj80zjp3ia-woff2-1.0.2.drv /nix/store/1y8dy9gzw0vgffp4hy3dbzw6kgsz4kbk-libselinux-3.6.drv /nix/store/4iyrlid8gm60k01h868hf11f3fgad82b-glib-2.78.4.drv /nix/store/70c76ih8llwcd5ba8sqivd6sii1h0b4s-zeromq-4.3.5.drv /nix/store/bx79kwmwjq5gj6hnrhwy7j110rbqy5vv-libjpeg-turbo-3.0.2.drv /nix/store/jklv7iphj8l364chqn1kyxl0m1z85bwz-freetype-2.13.2.drv /nix/store/nkzp4vkxn1svrk0z71rgh72d6754npyv-libdeflate-1.19.drv /nix/store/x2cq18kwavgivg6xa4kgrzjdj50svd4j-libtiff-4.6.0.drv /nix/store/gg3akn7bjpqp1w8yw6148pixjydxdi4s-fontforge-20230101.drv /nix/store/yki8bhji3ddv6i2k8w78rq81cz6wxi5h-dejavu-fonts-full-2.37.drv /nix/store/1rqfc6jyyzb6lknbwc1y7icj656hirsm-dejavu-fonts-minimal-2.37.drv /nix/store/n1pgsk9nwvpg9ys0503x6lakc1f6ic79-absolute_shlib_path.patch.drv /nix/store/9bs4mw8myg6lzihgwlzqhj432g2w4qm4-fontconfig-2.15.0.drv /nix/store/jcn8x4fkh6sy3q56vz2a8ds274ky9kdx-cairo-1.18.0.drv /nix/store/w7jzb49x2rl63q4s48aqf60mqqiyc428-absolute_gir_path.patch.drv /nix/store/mjv556bg35m85an2akzfsn97yb108b6h-gobject-introspection-1.78.1.drv /nix/store/f13ci15p5kxwzm1x6lyykjpb5lscv0ff-gobject-introspection-wrapped-1.78.1.drv /nix/store/6rapx9sdwdbkn69c2hs45d0h570amp4g-setup-hook.sh.drv /nix/store/ks6cskj505gn99p41z2pm327fw5fb8nd-vala-0.56.14.drv /nix/store/57cpmigxaqdi357k2b6q9a7jq7q8j3nk-libsoup-2.74.3.drv these 30 paths will be fetched (100.65 MiB download, 234.81 MiB unpacked): /nix/store/dy7bbfrgva3ncd9x5zrhk5fvdsdrawd3-CMAKE_CROSSCOMPILING_EMULATOR=env-fix.patch /nix/store/1s907rgx6sajpzzyy6blm17ri1fi631l-cairo-1.18.0.tar.xz /nix/store/dc6iapslj5v3gj8r4h7pqc9pwbvdrn2i-cmake-3.28.2.tar.gz /nix/store/4lq6wxf9nlj4fa06s0v3759shizbrhvq-execnet-2.0.2.tar.gz /nix/store/x34wx0diyljadg6d5s3a49wcpszn3r18-filelock-3.13.1.tar.gz /nix/store/q68ilqwipa5phhypma3c19gwvbsn9cc9-fontconfig-2.15.0.tar.xz /nix/store/ppyfqjkrzrx4d7j8cahzx7hj52rs8sdm-freetype-2.13.2.tar.xz /nix/store/aqw12ri4xj8wlqnyvnpyfrd6hzpamrab-git-2.43.1.tar.xz /nix/store/zcc0wdlp0nz1nsp1p8ig47l0rp4l8fyy-glib-2.78.4.tar.xz /nix/store/lj03h46yjipa1ymjl1l80rv1pc9a3rc3-gobject-introspection-1.78.1.tar.xz /nix/store/7awcxhrsn331wslpq7lhscp3yf81zbz7-hatch_vcs-0.4.0.tar.gz /nix/store/dc6390ggv5lqmdhawhpjjxz16m6vydp7-libselinux-3.6.tar.gz /nix/store/70zqycxbsmdp55wnbl045p5jc178pc27-libsoup-2.74.3.tar.xz /nix/store/jzjka5kpdl455kvqq22g9df9vi4m3sm2-perl5.38.2-Font-TTF-1.06 /nix/store/9pf5pznnb2kdk4wbbzrpz6jjxaa0bxmy-pytest-xdist-3.5.0.tar.gz /nix/store/la2zqlv3471i0fkpil2m72lfx9rci9ir-raw /nix/store/flpqq7s1wn515y7scfmddjy57n3lc9a9-requests-2.31.0.tar.gz /nix/store/97zv8kqclazyckapna88q8fx13bxb3vp-revert-runpath.patch /nix/store/5ha21dax8rfvk2911y0154zjahh07khf-source /nix/store/5lflmmn1mc9cd3zp1zw76v580n4f3f80-source /nix/store/63bz241sf97sbg39gxygjb1921zm18gi-source /nix/store/8kwb1faz3192w535cvgv5849xz0ag3da-source /nix/store/bjxk53zcfpzkprxlqa5nk8cr9h8cs0ff-source /nix/store/g5s3sgig2w7f9z8kdpnf01pv4y9nkmr1-source /nix/store/glmk0aqyjsm5a5v4k48m81gvmf309z9d-source /nix/store/jwccijaf52nbmprjqf3s817vgzpkczrg-source /nix/store/mdi00sy3rfwjg8vs32q6arcw9hcnjmlh-source /nix/store/v7wik3xar8rkap69d5smm047rfcigq4p-source /nix/store/vprn87ba1hf2y8wjlnnf61kjb53qv6qm-source /nix/store/6cgw7112b7jb5wiwjyq50rxcq6wrfdxa-vala-0.56.14.tar.xz copying path '/nix/store/70zqycxbsmdp55wnbl045p5jc178pc27-libsoup-2.74.3.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/zcc0wdlp0nz1nsp1p8ig47l0rp4l8fyy-glib-2.78.4.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/lj03h46yjipa1ymjl1l80rv1pc9a3rc3-gobject-introspection-1.78.1.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/97zv8kqclazyckapna88q8fx13bxb3vp-revert-runpath.patch' from 'https://cache.nixos.org'... copying path '/nix/store/mdi00sy3rfwjg8vs32q6arcw9hcnjmlh-source' from 'https://cache.nixos.org'... copying path '/nix/store/6cgw7112b7jb5wiwjyq50rxcq6wrfdxa-vala-0.56.14.tar.xz' from 'https://cache.nixos.org'... building '/nix/store/n1pgsk9nwvpg9ys0503x6lakc1f6ic79-absolute_shlib_path.patch.drv'... building '/nix/store/6rapx9sdwdbkn69c2hs45d0h570amp4g-setup-hook.sh.drv'... copying path '/nix/store/dc6iapslj5v3gj8r4h7pqc9pwbvdrn2i-cmake-3.28.2.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/dc6390ggv5lqmdhawhpjjxz16m6vydp7-libselinux-3.6.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/la2zqlv3471i0fkpil2m72lfx9rci9ir-raw' from 'https://cache.nixos.org'... copying path '/nix/store/1s907rgx6sajpzzyy6blm17ri1fi631l-cairo-1.18.0.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/vprn87ba1hf2y8wjlnnf61kjb53qv6qm-source' from 'https://cache.nixos.org'... copying path '/nix/store/q68ilqwipa5phhypma3c19gwvbsn9cc9-fontconfig-2.15.0.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/ppyfqjkrzrx4d7j8cahzx7hj52rs8sdm-freetype-2.13.2.tar.xz' from 'https://cache.nixos.org'... building '/nix/store/k4zl39v6w0m5mxw9zpvzlfp8kx3iddik-curl-8.6.0.drv'... copying path '/nix/store/8kwb1faz3192w535cvgv5849xz0ag3da-source' from 'https://cache.nixos.org'... copying path '/nix/store/x34wx0diyljadg6d5s3a49wcpszn3r18-filelock-3.13.1.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/flpqq7s1wn515y7scfmddjy57n3lc9a9-requests-2.31.0.tar.gz' from 'https://cache.nixos.org'... Running phase: unpackPhase unpacking source archive /nix/store/pnhlna6z5qj11lykf37yqgfmn415k2f2-curl-8.6.0.tar.xz copying path '/nix/store/dy7bbfrgva3ncd9x5zrhk5fvdsdrawd3-CMAKE_CROSSCOMPILING_EMULATOR=env-fix.patch' from 'https://cache.nixos.org'... copying path '/nix/store/4lq6wxf9nlj4fa06s0v3759shizbrhvq-execnet-2.0.2.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/aqw12ri4xj8wlqnyvnpyfrd6hzpamrab-git-2.43.1.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/7awcxhrsn331wslpq7lhscp3yf81zbz7-hatch_vcs-0.4.0.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/jzjka5kpdl455kvqq22g9df9vi4m3sm2-perl5.38.2-Font-TTF-1.06' from 'https://cache.nixos.org'... copying path '/nix/store/9pf5pznnb2kdk4wbbzrpz6jjxaa0bxmy-pytest-xdist-3.5.0.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/5ha21dax8rfvk2911y0154zjahh07khf-source' from 'https://cache.nixos.org'... copying path '/nix/store/5lflmmn1mc9cd3zp1zw76v580n4f3f80-source' from 'https://cache.nixos.org'... copying path '/nix/store/63bz241sf97sbg39gxygjb1921zm18gi-source' from 'https://cache.nixos.org'... copying path '/nix/store/bjxk53zcfpzkprxlqa5nk8cr9h8cs0ff-source' from 'https://cache.nixos.org'... copying path '/nix/store/g5s3sgig2w7f9z8kdpnf01pv4y9nkmr1-source' from 'https://cache.nixos.org'... copying path '/nix/store/glmk0aqyjsm5a5v4k48m81gvmf309z9d-source' from 'https://cache.nixos.org'... copying path '/nix/store/jwccijaf52nbmprjqf3s817vgzpkczrg-source' from 'https://cache.nixos.org'... copying path '/nix/store/v7wik3xar8rkap69d5smm047rfcigq4p-source' from 'https://cache.nixos.org'... source root is curl-8.6.0 setting SOURCE_DATE_EPOCH to timestamp 1706684678 of file curl-8.6.0/src/tool_hugehelp.c Running phase: patchPhase patching script interpreter paths in scripts scripts/cd2cd: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" scripts/cd2nroff: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" scripts/nroff2cd: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" scripts/coverage.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" cannot link '/nix/store/.links/1yjbqg9qhwnv5qbqwdfpdwilw6178j8lp4qjmrjnxhvj4fnh0md9' to '/nix/store/jwccijaf52nbmprjqf3s817vgzpkczrg-source/setup.py': No space left on device scripts/firefox-db2pem.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" scripts/cdall: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" cannot link '/nix/store/.links/1ssgd846zhs9rqfvnq9807qhm78fx0rx0xhi2h7rwqis79rpk61v' to '/nix/store/bjxk53zcfpzkprxlqa5nk8cr9h8cs0ff-source/jdpostct.c': No space left on device scripts/checksrc.pl: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" scripts/mk-ca-bundle.pl: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" scripts/completion.pl: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" Running phase: updateAutotoolsGnuConfigScriptsPhase Updating Autotools / GNU config script to a newer upstream version: ./config.sub cannot link '/nix/store/.links/00vaymry0gh1fmj0i7xfhcg8kfizl0jk7n762wzwbigr4q1lpjm7' to '/nix/store/63bz241sf97sbg39gxygjb1921zm18gi-source/doc/functions/TIFFReadRGBATile.rst': No space left on device Updating Autotools / GNU config script to a newer upstream version: ./config.guess cannot link '/nix/store/.links/18yrijmfl94gcx6dzm7g3k94ph10abripk3ph0wj6pw1dxlcjng9' to '/nix/store/bjxk53zcfpzkprxlqa5nk8cr9h8cs0ff-source/java/doc/stylesheet.css': No space left on device Running phase: configurePhase fixing libtool script ./ltmain.sh ./configure patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0 --bindir=/nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/bin --sbindir=/nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/sbin --includedir=/nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/include --oldincludedir=/nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/include --mandir=/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man --infodir=/nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/share/info --docdir=/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/doc/curl --libdir=/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib --libexecdir=/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/libexec --localedir=/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/locale --disable-manual --disable-ares --disable-ldap --disable-ldaps --disable-websockets --with-ca-fallback --without-nghttp3 --without-ngtcp2 --without-librtmp --without-rustls --without-zstd --without-libpsl --without-brotli --without-gnutls --without-libidn2 --with-openssl=/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev --with-libssh2=/nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev --without-wolfssl --with-gssapi=/nix/store/anwzqdcjdllrqpb7g2f84p8dpki87xzi-libkrb5-1.21.2-dev checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... yes checking whether to enable debug build options... no checking whether to enable compiler optimizer... (assumed) yes checking whether to enable strict compiler warnings... no checking whether to enable compiler warnings as errors... no checking whether to enable curl debug memory tracking... no checking whether to enable hiding of library internal symbols... yes checking whether to enable c-ares for DNS lookups... no checking whether to disable dependency on -lrt... (assumed no) checking whether to enable ECH support... no checking for path separator... : checking for sed... /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed checking for grep... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep checking that grep -E works... yes checking for a BSD-compatible install... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for stdio.h... yes cannot link '/nix/store/.links/1l4hdwa6nr01bxmk7dwzd84bchijakpmp2dlrv6346vzy7l0vvsw' to '/nix/store/glmk0aqyjsm5a5v4k48m81gvmf309z9d-source/fontforgeexe/transform.c': No space left on device checking for stdlib.h... yes cannot link '/nix/store/.links/1pw7gxgildhjn8h8m303zz72nrxfl34a3cc7yhbvzivbiq9zrmn2' to '/nix/store/glmk0aqyjsm5a5v4k48m81gvmf309z9d-source/fontforgeexe/pixmaps/2012/palettespiroup.png': No space left on device checking for string.h... yes checking for inttypes.h... yes cannot link '/nix/store/.links/1v4jban6dabsc7kkwp7k99r0p576m8sp6rmy3gmph8plx4a2vnfn' to '/nix/store/glmk0aqyjsm5a5v4k48m81gvmf309z9d-source/doc/sphinx/olddocs/_images/markclass.png': No space left on device checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for stdatomic.h... yes checking if _Atomic is available... yes checking for a sed that does not truncate output... (cached) /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed checking for code coverage support... no checking whether build environment is sane... yes checking for a race-free mkdir -p... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking curl version... 8.6.0 checking for httpd... no checking for apache2... no checking for apachectl... no checking for apxs... no configure: httpd/apache2 not in PATH, http tests disabled configure: apxs not in PATH, http tests disabled checking for nghttpx... no checking for caddy... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for grep that handles long lines and -e... (cached) /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep checking for egrep... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep -E checking if OS is AIX (to define _ALL_SOURCE)... no checking if _THREAD_SAFE is already defined... no checking if _THREAD_SAFE is actually needed... no checking if _THREAD_SAFE is onwards defined... no checking if _REENTRANT is already defined... no checking if _REENTRANT is actually needed... no checking if _REENTRANT is onwards defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed checking for fgrep... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse nm output from gcc object... ok checking for sysroot... no checking for a working dd... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/dd checking how to truncate binary pipes... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether to build shared libraries with -version-info... yes checking whether to build shared libraries with -no-undefined... no checking whether to build shared libraries with -mimpure-text... no checking whether to build shared libraries with PIC... yes checking whether to build static libraries with PIC... yes checking whether to build shared libraries only... yes checking whether to build static libraries only... no checking for windres... no checking for inline... inline checking if cpp -P is needed... yes checking if cpp -P works... yes checking if compiler is DEC/Compaq/HP C... no checking if compiler is HP-UX C... no checking if compiler is IBM C... no checking if compiler is Intel C... no checking if compiler is clang... no checking if compiler is GNU C... yes checking compiler version... gcc '1302' (raw: '13.2.0') checking if compiler is SGI MIPSpro C... no checking if compiler is SGI MIPS C... no checking if compiler is SunPro C... no checking if compiler is Tiny C... no checking whether build target is a native Windows one... no checking if compiler accepts some basic options... yes configure: compiler options added: -Werror-implicit-function-declaration checking if compiler optimizer assumed setting might be used... yes checking if compiler accepts optimizer enabling options... yes configure: compiler options added: -O2 checking if compiler accepts strict warning options... yes configure: compiler options added: -Wno-system-headers checking if compiler halts on compilation errors... yes checking if compiler halts on negative sized arrays... yes checking if compiler halts on function prototype mismatch... yes checking if compiler supports hiding library internal symbols... yes checking whether build target supports WIN32 file API... no checking whether build target supports WIN32 crypto API... no checking for good-to-use Darwin CFLAGS... no checking whether to link macOS CoreFoundation, CoreServices, and SystemConfiguration frameworks... no checking to see if the compiler supports __builtin_available()... no checking whether to support http... yes checking whether to support ftp... yes checking whether to support file... yes checking whether to support ldap... no checking whether to support ldaps... no checking whether to support rtsp... yes checking whether to support proxies... yes checking whether to support dict... yes checking whether to support telnet... yes checking whether to support tftp... yes checking whether to support pop3... yes checking whether to support imap... yes checking whether to support smb... yes checking whether to support smtp... yes checking whether to support gopher... yes checking whether to support mqtt... no checking whether to provide built-in manual... no checking whether to enable generation of C code... yes checking whether to use libgcc... no checking if X/Open network library is required... no checking for gethostbyname... yes checking whether build target is a native Windows one... (cached) no checking for proto/bsdsocket.h... no checking for connect in libraries... yes checking for sys/types.h... (cached) yes checking for sys/time.h... yes checking for monotonic clock_gettime... yes checking for clock_gettime in libraries... no additional lib required checking if monotonic clock_gettime works... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for raw monotonic clock_gettime... yes checking for zlib options with pkg-config... found checking for zlib.h... yes configure: found both libz and libz.h header checking whether to enable IPv6... yes checking if struct sockaddr_in6 has sin6_scope_id member... yes checking if argv can be written to... yes checking if GSS-API support is requested... yes checking for mit-krb5-gssapi options with pkg-config... found checking for gss.h... no checking for gssapi/gssapi.h... yes checking for gssapi/gssapi_generic.h... yes checking for gssapi/gssapi_krb5.h... yes checking if GSS-API headers declare GSS_C_NT_HOSTBASED_SERVICE... yes checking for mit-krb5-gssapi options with pkg-config... found checking if we can link against GSS-API library... yes checking whether to enable Windows native SSL/TLS... no checking whether to enable Secure Transport... no checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no configure: PKG_CONFIG_LIBDIR will be set to "/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/lib/pkgconfig" checking for openssl options with pkg-config... found configure: pkg-config: SSL_LIBS: "-lssl -lcrypto" configure: pkg-config: SSL_LDFLAGS: "-L/nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib" configure: pkg-config: SSL_CPPFLAGS: "-I/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/include" checking for HMAC_Update in -lcrypto... yes checking for SSL_connect in -lssl... yes checking for openssl/x509.h... yes checking for openssl/rsa.h... yes checking for openssl/crypto.h... yes checking for openssl/pem.h... yes checking for openssl/ssl.h... yes checking for openssl/err.h... yes checking for BoringSSL... no checking for AWS-LC... no checking for libressl... no checking for OpenSSL >= v3... yes checking for SSL_set_quic_use_legacy_codepoint... no configure: OpenSSL version does not speak QUIC API configure: Added /nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib to CURL_LIBRARY_PATH checking for "/dev/urandom"... yes checking for SRP support in OpenSSL... yes checking for QUIC support in OpenSSL... no configure: built with one SSL backend checking default CA cert bundle/path... configure: want unset ca no no checking whether to use builtin CA store of SSL library... yes checking for library containing gsasl_init... no configure: WARNING: libgsasl was not found checking for libssh2_session_block_directions in -lssh2... yes checking for libssh2.h... yes configure: Added /nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev/lib to CURL_LIBRARY_PATH checking whether versioned symbols are wanted... no checking whether to enable Windows native IDN (Windows native builds only)... no checking whether to build with libidn2... no checking for libnghttp2 options with pkg-config... found configure: -l is -lnghttp2 configure: -I is -I/nix/store/b4wlia8c9p1p431qdvzvhlnr35whr5my-nghttp2-1.60.0-dev/include configure: -L is -L/nix/store/vlr5chfakwm57zzdpxvijj68w5r54ik3-nghttp2-1.60.0-lib/lib checking for nghttp2_session_get_stream_local_window_size in -lnghttp2... yes checking for nghttp2/nghttp2.h... yes configure: Added /nix/store/vlr5chfakwm57zzdpxvijj68w5r54ik3-nghttp2-1.60.0-lib/lib to CURL_LIBRARY_PATH checking for fish options with pkg-config... no checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for arpa/inet.h... yes checking for net/if.h... yes checking for netinet/in.h... yes checking for netinet/in6.h... no checking for sys/un.h... yes checking for linux/tcp.h... yes checking for netinet/tcp.h... yes checking for netinet/udp.h... yes checking for netdb.h... yes checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking for sys/param.h... yes checking for termios.h... yes checking for termio.h... yes checking for fcntl.h... yes checking for io.h... no checking for pwd.h... yes checking for utime.h... yes checking for sys/utime.h... no checking for sys/poll.h... yes checking for poll.h... yes checking for socket.h... no checking for sys/resource.h... yes checking for libgen.h... yes checking for locale.h... yes checking for stdbool.h... yes checking for sys/filio.h... no checking for sys/wait.h... yes checking for setjmp.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/socket.h... (cached) yes checking for struct timeval... yes checking run-time libs availability... fine checking size of size_t... 8 checking size of long... 8 checking size of int... 4 checking size of time_t... 8 checking size of off_t... 8 checking size of curl_off_t... 8 checking size of curl_socket_t... 4 checking for long long... yes checking for ssize_t... yes checking for bool... yes checking for sa_family_t... yes checking for suseconds_t... yes checking if time_t is unsigned... no checking for in_addr_t... yes checking for struct sockaddr_storage... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking for select... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for recv... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for send... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for MSG_NOSIGNAL... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking if alarm can be linked... yes checking if alarm is prototyped... yes checking if alarm is compilable... yes checking if alarm usage allowed... yes checking if alarm might be used... yes checking for sys/types.h... (cached) yes checking for strings.h... (cached) yes checking for sys/types.h... (cached) yes checking for libgen.h... (cached) yes checking if basename can be linked... yes checking if basename is prototyped... yes checking if basename is compilable... yes checking if basename usage allowed... yes checking if basename might be used... yes checking for sys/types.h... (cached) yes checking for socket.h... (cached) no checking if closesocket can be linked... no checking if closesocket might be used... no checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking if CloseSocket can be linked... no checking if CloseSocket might be used... no checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking if fcntl can be linked... yes checking if fcntl is prototyped... yes checking if fcntl is compilable... yes checking if fcntl usage allowed... yes checking if fcntl might be used... yes checking if fcntl O_NONBLOCK is compilable... yes checking if fcntl O_NONBLOCK usage allowed... yes checking if fcntl O_NONBLOCK might be used... yes checking whether build target is a native Windows one... (cached) no checking for sys/types.h... (cached) yes checking for netdb.h... (cached) yes checking if freeaddrinfo can be linked... yes checking if freeaddrinfo is prototyped... yes checking if freeaddrinfo is compilable... yes checking if freeaddrinfo usage allowed... yes checking if freeaddrinfo might be used... yes checking for sys/types.h... (cached) yes checking for sys/xattr.h... yes checking if fsetxattr can be linked... yes checking if fsetxattr is prototyped... yes checking if fsetxattr takes 5 args.... yes checking if fsetxattr is compilable... yes checking if fsetxattr usage allowed... yes checking if fsetxattr might be used... yes checking if ftruncate can be linked... yes checking if ftruncate is prototyped... yes checking if ftruncate is compilable... yes checking if ftruncate usage allowed... yes checking if ftruncate might be used... yes checking for sys/types.h... (cached) yes checking if getaddrinfo can be linked... yes checking if getaddrinfo is prototyped... yes checking if getaddrinfo is compilable... yes checking if getaddrinfo seems to work... yes checking if getaddrinfo usage allowed... yes checking if getaddrinfo might be used... yes checking if getaddrinfo is threadsafe... yes checking if gethostbyname can be linked... yes checking if gethostbyname is prototyped... yes checking if gethostbyname is compilable... yes checking if gethostbyname usage allowed... yes checking if gethostbyname might be used... yes checking if gethostbyname_r can be linked... yes checking if gethostbyname_r is prototyped... yes checking if gethostbyname_r takes 3 args.... no checking if gethostbyname_r takes 5 args.... no checking if gethostbyname_r takes 6 args.... yes checking if gethostbyname_r is compilable... yes checking if gethostbyname_r usage allowed... yes checking if gethostbyname_r might be used... yes checking if gethostname can be linked... yes checking if gethostname is prototyped... yes checking if gethostname is compilable... yes checking for gethostname arg 2 data type... size_t checking if gethostname usage allowed... yes checking if gethostname might be used... yes checking if getpeername can be linked... yes checking if getpeername is prototyped... yes checking if getpeername is compilable... yes checking if getpeername usage allowed... yes checking if getpeername might be used... yes checking if getsockname can be linked... yes checking if getsockname is prototyped... yes checking if getsockname is compilable... yes checking if getsockname usage allowed... yes checking if getsockname might be used... yes checking for net/if.h... (cached) yes checking if if_nametoindex can be linked... yes checking if if_nametoindex is prototyped... yes checking if if_nametoindex is compilable... yes checking if if_nametoindex usage allowed... yes checking if if_nametoindex might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for ifaddrs.h... yes checking if getifaddrs can be linked... yes checking if getifaddrs is prototyped... yes checking if getifaddrs is compilable... yes checking if getifaddrs seems to work... yes checking if getifaddrs usage allowed... yes checking if getifaddrs might be used... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking if gmtime_r can be linked... yes checking if gmtime_r is prototyped... yes checking if gmtime_r is compilable... yes checking if gmtime_r seems to work... yes checking if gmtime_r usage allowed... yes checking if gmtime_r might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking if inet_ntop can be linked... yes checking if inet_ntop is prototyped... yes checking if inet_ntop is compilable... yes checking if inet_ntop seems to work... yes checking if inet_ntop usage allowed... yes checking if inet_ntop might be used... yes checking if inet_pton can be linked... yes checking if inet_pton is prototyped... yes checking if inet_pton is compilable... yes checking if inet_pton seems to work... yes checking if inet_pton usage allowed... yes checking if inet_pton might be used... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for stropts.h... no checking if ioctl can be linked... yes checking if ioctl is prototyped... yes checking if ioctl is compilable... yes checking if ioctl usage allowed... yes checking if ioctl might be used... yes checking if ioctl FIONBIO is compilable... yes checking if ioctl FIONBIO usage allowed... yes checking if ioctl FIONBIO might be used... yes checking if ioctl SIOCGIFADDR is compilable... yes checking if ioctl SIOCGIFADDR usage allowed... yes checking if ioctl SIOCGIFADDR might be used... yes checking if ioctlsocket can be linked... no checking if ioctlsocket might be used... no checking if IoctlSocket can be linked... no checking if IoctlSocket might be used... no checking if memrchr can be linked... yes checking if memrchr is prototyped... no checking if memrchr might be used... no checking for sys/types.h... (cached) yes checking for poll.h... (cached) yes checking for sys/poll.h... (cached) yes checking if poll can be linked... yes checking if poll is prototyped... yes checking if poll is compilable... yes checking if poll seems to work... yes checking if poll usage allowed... yes checking if poll might be used... yes checking for sys/types.h... (cached) yes checking if sigaction can be linked... yes checking if sigaction is prototyped... yes checking if sigaction is compilable... yes checking if sigaction usage allowed... yes checking if sigaction might be used... yes checking if siginterrupt can be linked... yes checking if siginterrupt is prototyped... yes checking if siginterrupt is compilable... yes checking if siginterrupt usage allowed... yes checking if siginterrupt might be used... yes checking if signal can be linked... yes checking if signal is prototyped... yes checking if signal is compilable... yes checking if signal usage allowed... yes checking if signal might be used... yes checking for sys/types.h... (cached) yes checking if sigsetjmp can be linked... no checking if sigsetjmp seems a macro... yes checking if sigsetjmp is compilable... yes checking if sigsetjmp usage allowed... yes checking if sigsetjmp might be used... yes checking if socket can be linked... yes checking if socket is prototyped... yes checking if socket is compilable... yes checking if socket usage allowed... yes checking if socket might be used... yes checking if socketpair can be linked... yes checking if socketpair is prototyped... yes checking if socketpair is compilable... yes checking if socketpair usage allowed... yes checking if socketpair might be used... yes checking if strcasecmp can be linked... yes checking if strcasecmp is prototyped... yes checking if strcasecmp is compilable... yes checking if strcasecmp usage allowed... yes checking if strcasecmp might be used... yes checking if strcmpi can be linked... no checking if strcmpi might be used... no checking if strdup can be linked... yes checking if strdup is prototyped... yes checking if strdup is compilable... yes checking if strdup usage allowed... yes checking if strdup might be used... yes checking if strerror_r can be linked... yes checking if strerror_r is prototyped... yes checking if strerror_r is compilable... yes checking if strerror_r is glibc like... no checking if strerror_r is POSIX like... yes checking if strerror_r seems to work... yes checking if strerror_r usage allowed... yes checking if strerror_r might be used... yes checking if stricmp can be linked... no checking if stricmp might be used... no checking if strtok_r can be linked... yes checking if strtok_r is prototyped... yes checking if strtok_r is compilable... yes checking if strtok_r usage allowed... yes checking if strtok_r might be used... yes checking if strtoll can be linked... yes checking if strtoll is prototyped... yes checking if strtoll is compilable... yes checking if strtoll usage allowed... yes checking if strtoll might be used... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether getpwuid_r is declared... yes checking for _fseeki64... no checking deeper for _fseeki64... but still no checking for arc4random... yes checking for fnmatch... yes checking for fseeko... yes checking for geteuid... yes checking for getpass_r... no checking deeper for getpass_r... but still no checking for getppid... yes checking for getpwuid... yes checking for getpwuid_r... yes checking for getrlimit... yes checking for gettimeofday... yes checking for if_nametoindex... yes checking for mach_absolute_time... no checking deeper for mach_absolute_time... but still no checking for pipe... yes checking for sched_yield... yes checking for sendmsg... yes checking for setlocale... yes checking for setmode... no checking deeper for setmode... but still no checking for setrlimit... yes checking for snprintf... yes checking for utime... yes checking for utimes... yes checking whether fseeko is declared... yes checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK checking for perl... /nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl checking for gnroff... no checking for nroff... no configure: WARNING: disabling built-in manual checking whether to enable the threaded resolver... yes checking whether to use POSIX threads for threaded resolver... auto checking for pthread.h... yes checking for pthread_create... yes checking convert -I options to -isystem... yes checking whether to enable verbose strings... yes checking whether to enable SSPI support (Windows native builds only)... no checking whether to enable basic authentication method... yes checking whether to enable bearer authentication method... yes checking whether to enable digest authentication method... yes checking whether to enable kerberos authentication method... yes checking whether to enable negotiate authentication method... yes checking whether to enable aws sig methods... yes checking whether to support NTLM... yes checking whether to enable NTLM delegation to winbind's helper... no checking whether to enable TLS-SRP authentication... yes checking whether to enable Unix domain sockets... auto checking for struct sockaddr_un.sun_path... yes checking whether to support cookies... yes checking whether to support socketpair... yes checking whether to support HTTP authentication... yes checking whether to support DoH... yes checking whether to support the MIME API... yes checking whether to support binding connections locally... yes checking whether to support the form API... yes checking whether to support date parsing... yes checking whether to support netrc parsing... yes checking whether to support progress-meter... yes checking whether to support DNS shuffling... yes checking whether to support curl_easy_option*... yes checking whether to support alt-svc... yes checking whether to support headers-api... yes checking whether to support HSTS... yes checking for SSL_set0_wbio... yes checking whether to support WebSockets... no checking whether hiding of library internal symbols will actually happen... yes checking if this build supports HTTPS-proxy... yes configure: using LIBS: -lnghttp2 -lssh2 -lssh2 -lssl -lcrypto -lssl -lcrypto -L/nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib -lgssapi_krb5 -lz configure: LIBS note: LIBS should only be used to specify libraries (-lname). configure: WARNING: Continuing even with errors mentioned immediately above this line. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating docs/Makefile config.status: creating docs/examples/Makefile config.status: creating docs/libcurl/Makefile config.status: creating docs/libcurl/opts/Makefile config.status: creating docs/cmdline-opts/Makefile config.status: creating include/Makefile config.status: creating include/curl/Makefile config.status: creating src/Makefile config.status: creating lib/Makefile config.status: creating scripts/Makefile config.status: creating lib/libcurl.vers config.status: creating lib/libcurl.plist config.status: creating tests/Makefile config.status: creating tests/config config.status: creating tests/certs/Makefile config.status: creating tests/certs/scripts/Makefile config.status: creating tests/data/Makefile config.status: creating tests/server/Makefile config.status: creating tests/libtest/Makefile config.status: creating tests/unit/Makefile config.status: creating tests/http/config.ini config.status: creating tests/http/Makefile config.status: creating tests/http/clients/Makefile config.status: creating packages/Makefile config.status: creating packages/vms/Makefile config.status: creating curl-config config.status: creating libcurl.pc config.status: creating lib/curl_config.h config.status: executing depfiles commands config.status: executing libtool commands configure: Configured to build curl/libcurl: Host setup: x86_64-pc-linux-gnu Install prefix: /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0 Compiler: gcc CFLAGS: -Werror-implicit-function-declaration -O2 -Wno-system-headers CPPFLAGS: -isystem /nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -isystem /nix/store/anwzqdcjdllrqpb7g2f84p8dpki87xzi-libkrb5-1.21.2-dev/include -isystem /nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/include -isystem /nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev/include -isystem /nix/store/b4wlia8c9p1p431qdvzvhlnr35whr5my-nghttp2-1.60.0-dev/include LDFLAGS: -L/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib -L/nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib -L/nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev/lib -L/nix/store/vlr5chfakwm57zzdpxvijj68w5r54ik3-nghttp2-1.60.0-lib/lib LIBS: -lnghttp2 -lssh2 -lssh2 -lssl -lcrypto -lssl -lcrypto -L/nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib -lgssapi_krb5 -lz curl version: 8.6.0 SSL: enabled (OpenSSL v3+) SSH: enabled (libSSH2) zlib: enabled brotli: no (--with-brotli) zstd: no (--with-zstd) GSS-API: enabled (MIT Kerberos/Heimdal) GSASL: no (libgsasl not found) TLS-SRP: enabled resolver: POSIX threaded IPv6: enabled Unix sockets: enabled IDN: no (--with-{libidn2,winidn}) Build libcurl: Shared=yes, Static=no Built-in manual: no (--enable-manual) --libcurl option: enabled (--disable-libcurl-option) Verbose errors: enabled (--disable-verbose) Code coverage: disabled SSPI: no (--enable-sspi) ca cert bundle: no ca cert path: no ca fallback: yes LDAP: no (--enable-ldap / --with-ldap-lib / --with-lber-lib) LDAPS: no (--enable-ldaps) RTSP: enabled RTMP: no (--with-librtmp) PSL: no (libpsl disabled) Alt-svc: enabled (--disable-alt-svc) Headers API: enabled (--disable-headers-api) HSTS: enabled (--disable-hsts) HTTP1: enabled (internal) HTTP2: enabled (nghttp2) HTTP3: no (--with-ngtcp2 --with-nghttp3, --with-quiche, --with-openssl-quic, --with-msh3) ECH: no (--enable-ech) WebSockets: no (--enable-websockets) Protocols: DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS MQTT POP3 POP3S RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP Features: AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile NTLM SPNEGO SSL TLS-SRP UnixSockets alt-svc libz threadsafe Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash Making all in lib make[1]: Entering directory '/build/curl-8.6.0/lib' make all-am make[2]: Entering directory '/build/curl-8.6.0/lib' CC libcurl_la-altsvc.lo CC libcurl_la-amigaos.lo CC libcurl_la-asyn-ares.lo CC libcurl_la-asyn-thread.lo CC libcurl_la-bufq.lo CC libcurl_la-base64.lo CC libcurl_la-bufref.lo CC libcurl_la-c-hyper.lo CC libcurl_la-cf-h1-proxy.lo CC libcurl_la-cf-h2-proxy.lo CC libcurl_la-cf-haproxy.lo CC libcurl_la-cf-https-connect.lo CC libcurl_la-cf-socket.lo CC libcurl_la-cfilters.lo CC libcurl_la-conncache.lo CC libcurl_la-connect.lo CC libcurl_la-content_encoding.lo CC libcurl_la-cookie.lo CC libcurl_la-curl_addrinfo.lo CC libcurl_la-curl_des.lo CC libcurl_la-curl_endian.lo CC libcurl_la-curl_fnmatch.lo CC libcurl_la-curl_get_line.lo CC libcurl_la-curl_gethostname.lo CC libcurl_la-curl_gssapi.lo CC libcurl_la-curl_memrchr.lo CC libcurl_la-curl_multibyte.lo CC libcurl_la-curl_ntlm_core.lo CC libcurl_la-curl_ntlm_wb.lo CC libcurl_la-curl_path.lo CC libcurl_la-curl_range.lo CC libcurl_la-curl_rtmp.lo CC libcurl_la-curl_sasl.lo CC libcurl_la-curl_sspi.lo CC libcurl_la-curl_threads.lo CC libcurl_la-curl_trc.lo CC libcurl_la-dict.lo CC libcurl_la-doh.lo CC libcurl_la-dynbuf.lo CC libcurl_la-dynhds.lo CC libcurl_la-easy.lo CC libcurl_la-easygetopt.lo CC libcurl_la-easyoptions.lo CC libcurl_la-escape.lo CC libcurl_la-file.lo CC libcurl_la-fileinfo.lo CC libcurl_la-fopen.lo CC libcurl_la-formdata.lo CC libcurl_la-ftp.lo CC libcurl_la-ftplistparser.lo CC libcurl_la-getenv.lo CC libcurl_la-getinfo.lo CC libcurl_la-gopher.lo CC libcurl_la-hash.lo CC libcurl_la-headers.lo CC libcurl_la-hmac.lo CC libcurl_la-hostasyn.lo CC libcurl_la-hostip.lo CC libcurl_la-hostip4.lo CC libcurl_la-hostip6.lo CC libcurl_la-hostsyn.lo CC libcurl_la-hsts.lo CC libcurl_la-http.lo CC libcurl_la-http1.lo CC libcurl_la-http2.lo CC libcurl_la-http_aws_sigv4.lo CC libcurl_la-http_chunks.lo CC libcurl_la-http_digest.lo CC libcurl_la-http_negotiate.lo CC libcurl_la-http_ntlm.lo CC libcurl_la-http_proxy.lo CC libcurl_la-idn.lo CC libcurl_la-if2ip.lo CC libcurl_la-imap.lo CC libcurl_la-inet_ntop.lo CC libcurl_la-inet_pton.lo CC libcurl_la-krb5.lo CC libcurl_la-ldap.lo CC libcurl_la-llist.lo CC libcurl_la-macos.lo CC libcurl_la-md4.lo CC libcurl_la-md5.lo CC libcurl_la-memdebug.lo CC libcurl_la-mime.lo CC libcurl_la-mprintf.lo CC libcurl_la-mqtt.lo CC libcurl_la-multi.lo CC libcurl_la-netrc.lo CC libcurl_la-nonblock.lo CC libcurl_la-noproxy.lo CC libcurl_la-openldap.lo CC libcurl_la-parsedate.lo CC libcurl_la-pingpong.lo CC libcurl_la-pop3.lo CC libcurl_la-progress.lo CC libcurl_la-psl.lo CC libcurl_la-rand.lo CC libcurl_la-rename.lo CC libcurl_la-rtsp.lo CC libcurl_la-select.lo CC libcurl_la-sendf.lo CC libcurl_la-setopt.lo CC libcurl_la-sha256.lo CC libcurl_la-share.lo CC libcurl_la-slist.lo CC libcurl_la-smb.lo CC libcurl_la-smtp.lo CC libcurl_la-socketpair.lo CC libcurl_la-socks.lo CC libcurl_la-socks_gssapi.lo CC libcurl_la-socks_sspi.lo CC libcurl_la-speedcheck.lo CC libcurl_la-splay.lo CC libcurl_la-strcase.lo CC libcurl_la-strdup.lo CC libcurl_la-strerror.lo CC libcurl_la-strtok.lo CC libcurl_la-strtoofft.lo CC libcurl_la-system_win32.lo CC libcurl_la-telnet.lo CC libcurl_la-tftp.lo CC libcurl_la-timediff.lo CC libcurl_la-timeval.lo CC libcurl_la-transfer.lo CC libcurl_la-url.lo CC libcurl_la-urlapi.lo CC libcurl_la-version.lo CC libcurl_la-version_win32.lo CC libcurl_la-warnless.lo CC libcurl_la-ws.lo CC vauth/libcurl_la-cleartext.lo CC vauth/libcurl_la-cram.lo CC vauth/libcurl_la-digest.lo CC vauth/libcurl_la-digest_sspi.lo CC vauth/libcurl_la-gsasl.lo CC vauth/libcurl_la-krb5_gssapi.lo CC vauth/libcurl_la-krb5_sspi.lo CC vauth/libcurl_la-ntlm.lo CC vauth/libcurl_la-ntlm_sspi.lo CC vauth/libcurl_la-oauth2.lo CC vauth/libcurl_la-spnego_gssapi.lo CC vauth/libcurl_la-spnego_sspi.lo CC vauth/libcurl_la-vauth.lo CC vtls/libcurl_la-bearssl.lo CC vtls/libcurl_la-gtls.lo CC vtls/libcurl_la-hostcheck.lo CC vtls/libcurl_la-keylog.lo CC vtls/libcurl_la-mbedtls.lo CC vtls/libcurl_la-mbedtls_threadlock.lo CC vtls/libcurl_la-openssl.lo CC vtls/libcurl_la-rustls.lo CC vtls/libcurl_la-schannel.lo CC vtls/libcurl_la-schannel_verify.lo CC vtls/libcurl_la-sectransp.lo CC vtls/libcurl_la-vtls.lo CC vtls/libcurl_la-wolfssl.lo CC vtls/libcurl_la-x509asn1.lo CC vquic/libcurl_la-curl_msh3.lo CC vquic/libcurl_la-curl_ngtcp2.lo CC vquic/libcurl_la-curl_osslq.lo CC vquic/libcurl_la-curl_quiche.lo CC vquic/libcurl_la-vquic.lo CC vquic/libcurl_la-vquic-tls.lo CC vssh/libcurl_la-libssh.lo CC vssh/libcurl_la-libssh2.lo CC vssh/libcurl_la-wolfssh.lo CCLD libcurl.la make[2]: Leaving directory '/build/curl-8.6.0/lib' make[1]: Leaving directory '/build/curl-8.6.0/lib' Making all in src make[1]: Entering directory '/build/curl-8.6.0/src' Making all in ../docs make[2]: Entering directory '/build/curl-8.6.0/docs' Making all in . make[3]: Entering directory '/build/curl-8.6.0/docs' if test "..x" != "..x" -a -e "./curl.1"; then \ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 "./curl.1" /build/curl-8.6.0/docs/curl.1 \ && touch -r "./curl.1" /build/curl-8.6.0/docs/curl.1; fi RENDER mk-ca-bundle.1 cd cmdline-opts && make make[4]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' GENERATE ../../docs/curl.1 make[4]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' make[3]: Leaving directory '/build/curl-8.6.0/docs' Making all in cmdline-opts make[3]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' Making all in libcurl make[3]: Entering directory '/build/curl-8.6.0/docs/libcurl' Making all in opts make[4]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' RENDER CURLINFO_ACTIVESOCKET.3 RENDER CURLINFO_APPCONNECT_TIME.3 RENDER CURLINFO_APPCONNECT_TIME_T.3 RENDER CURLINFO_CAINFO.3 RENDER CURLINFO_CAPATH.3 RENDER CURLINFO_CERTINFO.3 RENDER CURLINFO_CONDITION_UNMET.3 RENDER CURLINFO_CONNECT_TIME.3 RENDER CURLINFO_CONNECT_TIME_T.3 RENDER CURLINFO_CONN_ID.3 RENDER CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 RENDER CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 RENDER CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 RENDER CURLINFO_CONTENT_LENGTH_UPLOAD.3 RENDER CURLINFO_CONTENT_TYPE.3 RENDER CURLINFO_COOKIELIST.3 RENDER CURLINFO_EFFECTIVE_METHOD.3 RENDER CURLINFO_EFFECTIVE_URL.3 RENDER CURLINFO_FILETIME.3 RENDER CURLINFO_FILETIME_T.3 RENDER CURLINFO_FTP_ENTRY_PATH.3 RENDER CURLINFO_HEADER_SIZE.3 RENDER CURLINFO_HTTP_CONNECTCODE.3 RENDER CURLINFO_HTTP_VERSION.3 RENDER CURLINFO_HTTPAUTH_AVAIL.3 RENDER CURLINFO_LASTSOCKET.3 RENDER CURLINFO_LOCAL_IP.3 RENDER CURLINFO_LOCAL_PORT.3 RENDER CURLINFO_NAMELOOKUP_TIME.3 RENDER CURLINFO_NAMELOOKUP_TIME_T.3 RENDER CURLINFO_NUM_CONNECTS.3 RENDER CURLINFO_OS_ERRNO.3 RENDER CURLINFO_PRETRANSFER_TIME.3 RENDER CURLINFO_PRETRANSFER_TIME_T.3 RENDER CURLINFO_PRIMARY_IP.3 RENDER CURLINFO_PRIMARY_PORT.3 RENDER CURLINFO_PRIVATE.3 RENDER CURLINFO_PROXY_ERROR.3 RENDER CURLINFO_PROTOCOL.3 RENDER CURLINFO_PROXY_SSL_VERIFYRESULT.3 RENDER CURLINFO_PROXYAUTH_AVAIL.3 RENDER CURLINFO_QUEUE_TIME_T.3 RENDER CURLINFO_REDIRECT_COUNT.3 RENDER CURLINFO_REDIRECT_TIME.3 RENDER CURLINFO_REDIRECT_TIME_T.3 RENDER CURLINFO_REDIRECT_URL.3 RENDER CURLINFO_REFERER.3 RENDER CURLINFO_REQUEST_SIZE.3 RENDER CURLINFO_RESPONSE_CODE.3 RENDER CURLINFO_RETRY_AFTER.3 RENDER CURLINFO_RTSP_CLIENT_CSEQ.3 RENDER CURLINFO_RTSP_CSEQ_RECV.3 RENDER CURLINFO_RTSP_SERVER_CSEQ.3 RENDER CURLINFO_RTSP_SESSION_ID.3 RENDER CURLINFO_SCHEME.3 RENDER CURLINFO_SIZE_DOWNLOAD.3 RENDER CURLINFO_SIZE_DOWNLOAD_T.3 RENDER CURLINFO_SIZE_UPLOAD.3 RENDER CURLINFO_SIZE_UPLOAD_T.3 RENDER CURLINFO_SPEED_DOWNLOAD.3 RENDER CURLINFO_SPEED_DOWNLOAD_T.3 RENDER CURLINFO_SPEED_UPLOAD.3 RENDER CURLINFO_SPEED_UPLOAD_T.3 RENDER CURLINFO_SSL_ENGINES.3 RENDER CURLINFO_SSL_VERIFYRESULT.3 RENDER CURLINFO_STARTTRANSFER_TIME.3 RENDER CURLINFO_STARTTRANSFER_TIME_T.3 RENDER CURLINFO_TLS_SESSION.3 RENDER CURLINFO_TLS_SSL_PTR.3 RENDER CURLINFO_TOTAL_TIME.3 RENDER CURLINFO_TOTAL_TIME_T.3 RENDER CURLINFO_XFER_ID.3 RENDER CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 RENDER CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 RENDER CURLMOPT_MAX_CONCURRENT_STREAMS.3 RENDER CURLMOPT_MAX_HOST_CONNECTIONS.3 RENDER CURLMOPT_MAX_PIPELINE_LENGTH.3 RENDER CURLMOPT_MAX_TOTAL_CONNECTIONS.3 RENDER CURLMOPT_MAXCONNECTS.3 RENDER CURLMOPT_PIPELINING.3 RENDER CURLMOPT_PIPELINING_SERVER_BL.3 RENDER CURLMOPT_PIPELINING_SITE_BL.3 RENDER CURLMOPT_PUSHDATA.3 RENDER CURLMOPT_PUSHFUNCTION.3 RENDER CURLMOPT_SOCKETDATA.3 RENDER CURLMOPT_SOCKETFUNCTION.3 RENDER CURLMOPT_TIMERDATA.3 RENDER CURLMOPT_TIMERFUNCTION.3 RENDER CURLOPT_ABSTRACT_UNIX_SOCKET.3 RENDER CURLOPT_ACCEPT_ENCODING.3 RENDER CURLOPT_ACCEPTTIMEOUT_MS.3 RENDER CURLOPT_ADDRESS_SCOPE.3 RENDER CURLOPT_ALTSVC.3 RENDER CURLOPT_ALTSVC_CTRL.3 RENDER CURLOPT_APPEND.3 RENDER CURLOPT_AUTOREFERER.3 RENDER CURLOPT_AWS_SIGV4.3 RENDER CURLOPT_BUFFERSIZE.3 RENDER CURLOPT_CAINFO.3 RENDER CURLOPT_CAINFO_BLOB.3 RENDER CURLOPT_CAPATH.3 RENDER CURLOPT_CA_CACHE_TIMEOUT.3 RENDER CURLOPT_CERTINFO.3 RENDER CURLOPT_CHUNK_BGN_FUNCTION.3 RENDER CURLOPT_CHUNK_DATA.3 RENDER CURLOPT_CHUNK_END_FUNCTION.3 RENDER CURLOPT_CLOSESOCKETDATA.3 RENDER CURLOPT_CLOSESOCKETFUNCTION.3 RENDER CURLOPT_CONNECT_ONLY.3 RENDER CURLOPT_CONNECT_TO.3 RENDER CURLOPT_CONNECTTIMEOUT.3 RENDER CURLOPT_CONNECTTIMEOUT_MS.3 RENDER CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 RENDER CURLOPT_CONV_FROM_UTF8_FUNCTION.3 RENDER CURLOPT_CONV_TO_NETWORK_FUNCTION.3 RENDER CURLOPT_COOKIE.3 RENDER CURLOPT_COOKIEFILE.3 RENDER CURLOPT_COOKIEJAR.3 RENDER CURLOPT_COOKIELIST.3 RENDER CURLOPT_COOKIESESSION.3 RENDER CURLOPT_COPYPOSTFIELDS.3 RENDER CURLOPT_CRLF.3 RENDER CURLOPT_CRLFILE.3 RENDER CURLOPT_CURLU.3 RENDER CURLOPT_CUSTOMREQUEST.3 RENDER CURLOPT_DEBUGDATA.3 RENDER CURLOPT_DEBUGFUNCTION.3 RENDER CURLOPT_DEFAULT_PROTOCOL.3 RENDER CURLOPT_DIRLISTONLY.3 RENDER CURLOPT_DISALLOW_USERNAME_IN_URL.3 RENDER CURLOPT_DNS_CACHE_TIMEOUT.3 RENDER CURLOPT_DNS_INTERFACE.3 RENDER CURLOPT_DNS_LOCAL_IP4.3 RENDER CURLOPT_DNS_LOCAL_IP6.3 RENDER CURLOPT_DNS_SERVERS.3 RENDER CURLOPT_DNS_SHUFFLE_ADDRESSES.3 RENDER CURLOPT_DNS_USE_GLOBAL_CACHE.3 RENDER CURLOPT_DOH_SSL_VERIFYHOST.3 RENDER CURLOPT_DOH_SSL_VERIFYPEER.3 RENDER CURLOPT_DOH_SSL_VERIFYSTATUS.3 RENDER CURLOPT_DOH_URL.3 RENDER CURLOPT_EGDSOCKET.3 RENDER CURLOPT_ERRORBUFFER.3 RENDER CURLOPT_EXPECT_100_TIMEOUT_MS.3 RENDER CURLOPT_FAILONERROR.3 RENDER CURLOPT_FILETIME.3 RENDER CURLOPT_FNMATCH_DATA.3 RENDER CURLOPT_FNMATCH_FUNCTION.3 RENDER CURLOPT_FOLLOWLOCATION.3 RENDER CURLOPT_FORBID_REUSE.3 RENDER CURLOPT_FRESH_CONNECT.3 RENDER CURLOPT_FTP_ACCOUNT.3 RENDER CURLOPT_FTP_ALTERNATIVE_TO_USER.3 RENDER CURLOPT_FTP_CREATE_MISSING_DIRS.3 RENDER CURLOPT_FTP_FILEMETHOD.3 RENDER CURLOPT_FTP_SKIP_PASV_IP.3 RENDER CURLOPT_FTP_SSL_CCC.3 RENDER CURLOPT_FTP_USE_EPRT.3 RENDER CURLOPT_FTP_USE_EPSV.3 RENDER CURLOPT_FTP_USE_PRET.3 RENDER CURLOPT_FTPPORT.3 RENDER CURLOPT_FTPSSLAUTH.3 RENDER CURLOPT_GSSAPI_DELEGATION.3 RENDER CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 RENDER CURLOPT_HAPROXYPROTOCOL.3 RENDER CURLOPT_HAPROXY_CLIENT_IP.3 RENDER CURLOPT_HEADER.3 RENDER CURLOPT_HEADERDATA.3 RENDER CURLOPT_HEADERFUNCTION.3 RENDER CURLOPT_HEADEROPT.3 RENDER CURLOPT_HSTS.3 RENDER CURLOPT_HSTS_CTRL.3 RENDER CURLOPT_HSTSREADDATA.3 RENDER CURLOPT_HSTSREADFUNCTION.3 RENDER CURLOPT_HSTSWRITEDATA.3 RENDER CURLOPT_HSTSWRITEFUNCTION.3 RENDER CURLOPT_HTTP09_ALLOWED.3 RENDER CURLOPT_HTTP200ALIASES.3 RENDER CURLOPT_HTTP_CONTENT_DECODING.3 RENDER CURLOPT_HTTP_TRANSFER_DECODING.3 RENDER CURLOPT_HTTP_VERSION.3 RENDER CURLOPT_HTTPAUTH.3 RENDER CURLOPT_HTTPGET.3 RENDER CURLOPT_HTTPHEADER.3 RENDER CURLOPT_HTTPPOST.3 RENDER CURLOPT_HTTPPROXYTUNNEL.3 RENDER CURLOPT_IGNORE_CONTENT_LENGTH.3 RENDER CURLOPT_INFILESIZE.3 RENDER CURLOPT_INFILESIZE_LARGE.3 RENDER CURLOPT_INTERFACE.3 RENDER CURLOPT_INTERLEAVEDATA.3 RENDER CURLOPT_INTERLEAVEFUNCTION.3 RENDER CURLOPT_IOCTLDATA.3 RENDER CURLOPT_IOCTLFUNCTION.3 RENDER CURLOPT_IPRESOLVE.3 RENDER CURLOPT_ISSUERCERT.3 RENDER CURLOPT_ISSUERCERT_BLOB.3 RENDER CURLOPT_KEEP_SENDING_ON_ERROR.3 RENDER CURLOPT_KEYPASSWD.3 RENDER CURLOPT_KRBLEVEL.3 RENDER CURLOPT_LOCALPORT.3 RENDER CURLOPT_LOCALPORTRANGE.3 RENDER CURLOPT_LOGIN_OPTIONS.3 RENDER CURLOPT_LOW_SPEED_LIMIT.3 RENDER CURLOPT_LOW_SPEED_TIME.3 RENDER CURLOPT_MAIL_AUTH.3 RENDER CURLOPT_MAIL_FROM.3 RENDER CURLOPT_MAIL_RCPT.3 RENDER CURLOPT_MAIL_RCPT_ALLOWFAILS.3 RENDER CURLOPT_MAX_RECV_SPEED_LARGE.3 RENDER CURLOPT_MAX_SEND_SPEED_LARGE.3 RENDER CURLOPT_MAXAGE_CONN.3 RENDER CURLOPT_MAXCONNECTS.3 RENDER CURLOPT_MAXFILESIZE.3 RENDER CURLOPT_MAXFILESIZE_LARGE.3 RENDER CURLOPT_MAXLIFETIME_CONN.3 RENDER CURLOPT_MAXREDIRS.3 RENDER CURLOPT_MIME_OPTIONS.3 RENDER CURLOPT_MIMEPOST.3 RENDER CURLOPT_NETRC.3 RENDER CURLOPT_NETRC_FILE.3 RENDER CURLOPT_NEW_DIRECTORY_PERMS.3 RENDER CURLOPT_NEW_FILE_PERMS.3 RENDER CURLOPT_NOBODY.3 RENDER CURLOPT_NOPROGRESS.3 RENDER CURLOPT_NOPROXY.3 RENDER CURLOPT_NOSIGNAL.3 RENDER CURLOPT_OPENSOCKETDATA.3 RENDER CURLOPT_OPENSOCKETFUNCTION.3 RENDER CURLOPT_PASSWORD.3 RENDER CURLOPT_PATH_AS_IS.3 RENDER CURLOPT_PINNEDPUBLICKEY.3 RENDER CURLOPT_PIPEWAIT.3 RENDER CURLOPT_PORT.3 RENDER CURLOPT_POST.3 RENDER CURLOPT_POSTFIELDS.3 RENDER CURLOPT_POSTFIELDSIZE.3 RENDER CURLOPT_POSTFIELDSIZE_LARGE.3 RENDER CURLOPT_POSTQUOTE.3 RENDER CURLOPT_POSTREDIR.3 RENDER CURLOPT_PRE_PROXY.3 RENDER CURLOPT_PREQUOTE.3 RENDER CURLOPT_PREREQDATA.3 RENDER CURLOPT_PREREQFUNCTION.3 RENDER CURLOPT_PRIVATE.3 RENDER CURLOPT_PROGRESSDATA.3 RENDER CURLOPT_PROGRESSFUNCTION.3 RENDER CURLOPT_PROTOCOLS.3 RENDER CURLOPT_PROTOCOLS_STR.3 RENDER CURLOPT_PROXY.3 RENDER CURLOPT_PROXY_CAINFO.3 RENDER CURLOPT_PROXY_CAINFO_BLOB.3 RENDER CURLOPT_PROXY_CAPATH.3 RENDER CURLOPT_PROXY_CRLFILE.3 RENDER CURLOPT_PROXY_ISSUERCERT.3 RENDER CURLOPT_PROXY_ISSUERCERT_BLOB.3 RENDER CURLOPT_PROXY_KEYPASSWD.3 RENDER CURLOPT_PROXY_PINNEDPUBLICKEY.3 RENDER CURLOPT_PROXY_SERVICE_NAME.3 RENDER CURLOPT_PROXY_SSL_CIPHER_LIST.3 RENDER CURLOPT_PROXY_SSL_OPTIONS.3 RENDER CURLOPT_PROXY_SSL_VERIFYHOST.3 RENDER CURLOPT_PROXY_SSL_VERIFYPEER.3 RENDER CURLOPT_PROXY_SSLCERT_BLOB.3 RENDER CURLOPT_PROXY_SSLCERT.3 RENDER CURLOPT_PROXY_SSLCERTTYPE.3 RENDER CURLOPT_PROXY_SSLKEY.3 RENDER CURLOPT_PROXY_SSLKEY_BLOB.3 RENDER CURLOPT_PROXY_SSLKEYTYPE.3 RENDER CURLOPT_PROXY_SSLVERSION.3 RENDER CURLOPT_PROXY_TLS13_CIPHERS.3 RENDER CURLOPT_PROXY_TLSAUTH_PASSWORD.3 RENDER CURLOPT_PROXY_TLSAUTH_TYPE.3 RENDER CURLOPT_PROXY_TLSAUTH_USERNAME.3 RENDER CURLOPT_PROXY_TRANSFER_MODE.3 RENDER CURLOPT_PROXYAUTH.3 RENDER CURLOPT_PROXYHEADER.3 RENDER CURLOPT_PROXYPASSWORD.3 RENDER CURLOPT_PROXYPORT.3 RENDER CURLOPT_PROXYTYPE.3 RENDER CURLOPT_PROXYUSERNAME.3 RENDER CURLOPT_PROXYUSERPWD.3 RENDER CURLOPT_PUT.3 RENDER CURLOPT_QUICK_EXIT.3 RENDER CURLOPT_QUOTE.3 RENDER CURLOPT_RANDOM_FILE.3 RENDER CURLOPT_RANGE.3 RENDER CURLOPT_READDATA.3 RENDER CURLOPT_READFUNCTION.3 RENDER CURLOPT_REDIR_PROTOCOLS.3 RENDER CURLOPT_REDIR_PROTOCOLS_STR.3 RENDER CURLOPT_REFERER.3 RENDER CURLOPT_REQUEST_TARGET.3 RENDER CURLOPT_RESOLVE.3 RENDER CURLOPT_RESOLVER_START_DATA.3 RENDER CURLOPT_RESOLVER_START_FUNCTION.3 RENDER CURLOPT_RESUME_FROM.3 RENDER CURLOPT_RESUME_FROM_LARGE.3 RENDER CURLOPT_RTSP_CLIENT_CSEQ.3 RENDER CURLOPT_RTSP_REQUEST.3 RENDER CURLOPT_RTSP_SERVER_CSEQ.3 RENDER CURLOPT_RTSP_SESSION_ID.3 RENDER CURLOPT_RTSP_STREAM_URI.3 RENDER CURLOPT_RTSP_TRANSPORT.3 RENDER CURLOPT_SASL_AUTHZID.3 RENDER CURLOPT_SASL_IR.3 RENDER CURLOPT_SEEKDATA.3 RENDER CURLOPT_SEEKFUNCTION.3 RENDER CURLOPT_SERVER_RESPONSE_TIMEOUT.3 RENDER CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 RENDER CURLOPT_SERVICE_NAME.3 RENDER CURLOPT_SHARE.3 RENDER CURLOPT_SOCKOPTDATA.3 RENDER CURLOPT_SOCKOPTFUNCTION.3 RENDER CURLOPT_SOCKS5_AUTH.3 RENDER CURLOPT_SOCKS5_GSSAPI_NEC.3 RENDER CURLOPT_SOCKS5_GSSAPI_SERVICE.3 RENDER CURLOPT_SSH_AUTH_TYPES.3 RENDER CURLOPT_SSH_COMPRESSION.3 RENDER CURLOPT_SSH_HOSTKEYDATA.3 RENDER CURLOPT_SSH_HOSTKEYFUNCTION.3 RENDER CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 RENDER CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 RENDER CURLOPT_SSH_KEYDATA.3 RENDER CURLOPT_SSH_KEYFUNCTION.3 RENDER CURLOPT_SSH_KNOWNHOSTS.3 RENDER CURLOPT_SSH_PRIVATE_KEYFILE.3 RENDER CURLOPT_SSH_PUBLIC_KEYFILE.3 RENDER CURLOPT_SSL_CIPHER_LIST.3 RENDER CURLOPT_SSL_CTX_DATA.3 RENDER CURLOPT_SSL_CTX_FUNCTION.3 RENDER CURLOPT_SSL_EC_CURVES.3 RENDER CURLOPT_SSL_ENABLE_ALPN.3 RENDER CURLOPT_SSL_ENABLE_NPN.3 RENDER CURLOPT_SSL_FALSESTART.3 RENDER CURLOPT_SSL_OPTIONS.3 RENDER CURLOPT_SSL_SESSIONID_CACHE.3 RENDER CURLOPT_SSL_VERIFYHOST.3 RENDER CURLOPT_SSL_VERIFYPEER.3 RENDER CURLOPT_SSL_VERIFYSTATUS.3 RENDER CURLOPT_SSLCERT.3 RENDER CURLOPT_SSLCERT_BLOB.3 RENDER CURLOPT_SSLCERTTYPE.3 RENDER CURLOPT_SSLENGINE.3 RENDER CURLOPT_SSLENGINE_DEFAULT.3 RENDER CURLOPT_SSLKEY.3 RENDER CURLOPT_SSLKEY_BLOB.3 RENDER CURLOPT_SSLKEYTYPE.3 RENDER CURLOPT_SSLVERSION.3 RENDER CURLOPT_STDERR.3 RENDER CURLOPT_STREAM_DEPENDS.3 RENDER CURLOPT_STREAM_DEPENDS_E.3 RENDER CURLOPT_STREAM_WEIGHT.3 RENDER CURLOPT_SUPPRESS_CONNECT_HEADERS.3 RENDER CURLOPT_TCP_FASTOPEN.3 RENDER CURLOPT_TCP_KEEPALIVE.3 RENDER CURLOPT_TCP_KEEPIDLE.3 RENDER CURLOPT_TCP_KEEPINTVL.3 RENDER CURLOPT_TCP_NODELAY.3 RENDER CURLOPT_TELNETOPTIONS.3 RENDER CURLOPT_TFTP_BLKSIZE.3 RENDER CURLOPT_TFTP_NO_OPTIONS.3 RENDER CURLOPT_TIMECONDITION.3 RENDER CURLOPT_TIMEOUT.3 RENDER CURLOPT_TIMEOUT_MS.3 RENDER CURLOPT_TIMEVALUE.3 RENDER CURLOPT_TIMEVALUE_LARGE.3 RENDER CURLOPT_TLS13_CIPHERS.3 RENDER CURLOPT_TLSAUTH_PASSWORD.3 RENDER CURLOPT_TLSAUTH_TYPE.3 RENDER CURLOPT_TLSAUTH_USERNAME.3 RENDER CURLOPT_TRAILERDATA.3 RENDER CURLOPT_TRAILERFUNCTION.3 RENDER CURLOPT_TRANSFER_ENCODING.3 RENDER CURLOPT_TRANSFERTEXT.3 RENDER CURLOPT_UNIX_SOCKET_PATH.3 RENDER CURLOPT_UNRESTRICTED_AUTH.3 RENDER CURLOPT_UPKEEP_INTERVAL_MS.3 RENDER CURLOPT_UPLOAD.3 RENDER CURLOPT_UPLOAD_BUFFERSIZE.3 RENDER CURLOPT_URL.3 RENDER CURLOPT_USE_SSL.3 RENDER CURLOPT_USERAGENT.3 RENDER CURLOPT_USERNAME.3 RENDER CURLOPT_USERPWD.3 RENDER CURLOPT_VERBOSE.3 RENDER CURLOPT_WILDCARDMATCH.3 RENDER CURLOPT_WRITEDATA.3 RENDER CURLOPT_WRITEFUNCTION.3 RENDER CURLOPT_WS_OPTIONS.3 RENDER CURLOPT_XFERINFODATA.3 RENDER CURLOPT_XFERINFOFUNCTION.3 RENDER CURLOPT_XOAUTH2_BEARER.3 RENDER CURLSHOPT_LOCKFUNC.3 RENDER CURLSHOPT_SHARE.3 RENDER CURLSHOPT_UNLOCKFUNC.3 RENDER CURLSHOPT_UNSHARE.3 RENDER CURLSHOPT_USERDATA.3 make[4]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[4]: Entering directory '/build/curl-8.6.0/docs/libcurl' RENDER curl_easy_cleanup.3 RENDER curl_easy_duphandle.3 RENDER curl_easy_escape.3 RENDER curl_easy_getinfo.3 RENDER curl_easy_header.3 RENDER curl_easy_init.3 RENDER curl_easy_nextheader.3 RENDER curl_easy_option_by_id.3 RENDER curl_easy_option_by_name.3 RENDER curl_easy_option_next.3 RENDER curl_easy_pause.3 RENDER curl_easy_perform.3 RENDER curl_easy_recv.3 RENDER curl_easy_reset.3 RENDER curl_easy_send.3 RENDER curl_easy_strerror.3 RENDER curl_easy_setopt.3 RENDER curl_easy_unescape.3 RENDER curl_easy_upkeep.3 RENDER curl_escape.3 RENDER curl_formadd.3 RENDER curl_formfree.3 RENDER curl_formget.3 RENDER curl_free.3 RENDER curl_getdate.3 RENDER curl_getenv.3 RENDER curl_global_cleanup.3 RENDER curl_global_init.3 RENDER curl_global_init_mem.3 RENDER curl_global_trace.3 RENDER curl_global_sslset.3 RENDER curl_mime_addpart.3 RENDER curl_mime_data.3 RENDER curl_mime_data_cb.3 RENDER curl_mime_encoder.3 RENDER curl_mime_filedata.3 RENDER curl_mime_filename.3 RENDER curl_mime_free.3 RENDER curl_mime_headers.3 RENDER curl_mime_init.3 RENDER curl_mime_name.3 RENDER curl_mime_subparts.3 RENDER curl_mime_type.3 RENDER curl_mprintf.3 RENDER curl_multi_add_handle.3 RENDER curl_multi_assign.3 RENDER curl_multi_cleanup.3 RENDER curl_multi_fdset.3 RENDER curl_multi_get_handles.3 RENDER curl_multi_info_read.3 RENDER curl_multi_init.3 RENDER curl_multi_perform.3 RENDER curl_multi_poll.3 RENDER curl_multi_remove_handle.3 RENDER curl_multi_setopt.3 RENDER curl_multi_socket.3 RENDER curl_multi_socket_action.3 RENDER curl_multi_socket_all.3 RENDER curl_multi_strerror.3 RENDER curl_multi_timeout.3 RENDER curl_multi_wakeup.3 RENDER curl_multi_wait.3 RENDER curl_pushheader_bynum.3 RENDER curl_pushheader_byname.3 RENDER curl_share_cleanup.3 RENDER curl_share_init.3 RENDER curl_share_setopt.3 RENDER curl_share_strerror.3 RENDER curl_slist_append.3 RENDER curl_slist_free_all.3 RENDER curl_strequal.3 RENDER curl_strnequal.3 RENDER curl_unescape.3 RENDER curl_url.3 RENDER curl_url_cleanup.3 RENDER curl_url_dup.3 RENDER curl_url_get.3 RENDER curl_url_set.3 RENDER curl_url_strerror.3 RENDER curl_version.3 RENDER curl_version_info.3 RENDER curl_ws_meta.3 RENDER curl_ws_recv.3 RENDER curl_ws_send.3 RENDER libcurl-easy.3 RENDER libcurl-env.3 RENDER libcurl-env-dbg.3 RENDER libcurl-errors.3 RENDER libcurl-multi.3 RENDER libcurl-security.3 RENDER libcurl-share.3 RENDER libcurl-symbols.3 RENDER libcurl-thread.3 RENDER libcurl-tutorial.3 RENDER libcurl-url.3 RENDER libcurl-ws.3 RENDER libcurl.3 make[4]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[3]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[2]: Leaving directory '/build/curl-8.6.0/docs' make[2]: Entering directory '/build/curl-8.6.0/src' CC slist_wc.o CC tool_binmode.o CC tool_bname.o CC tool_cb_dbg.o CC tool_cb_hdr.o CC tool_cb_prg.o CC tool_cb_rea.o CC tool_cb_see.o CC tool_cb_wrt.o CC tool_cfgable.o CC tool_dirhie.o CC tool_doswin.o CC tool_easysrc.o CC tool_filetime.o CC tool_findfile.o CC tool_formparse.o CC tool_getparam.o CC tool_getpass.o CC tool_helpers.o CC tool_help.o echo '#include "tool_hugehelp.h"' >> tool_hugehelp.c CC tool_ipfs.o CC tool_libinfo.o CC tool_listhelp.o CC tool_main.o CC tool_msgs.o CC tool_operate.o CC tool_operhlp.o CC tool_paramhlp.o CC tool_parsecfg.o CC tool_progress.o CC tool_setopt.o CC tool_sleep.o CC tool_stderr.o CC tool_strdup.o CC tool_urlglob.o CC tool_util.o CC tool_vms.o CC tool_writeout.o CC tool_writeout_json.o CC tool_xattr.o CC var.o CC tool_hugehelp.o CC ../lib/base64.o CC ../lib/curl_multibyte.o CC ../lib/dynbuf.o CC ../lib/nonblock.o CC ../lib/strtoofft.o CC ../lib/timediff.o CC ../lib/version_win32.o CC ../lib/warnless.o CCLD curl make[2]: Leaving directory '/build/curl-8.6.0/src' make[1]: Leaving directory '/build/curl-8.6.0/src' make[1]: Entering directory '/build/curl-8.6.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/build/curl-8.6.0' Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash pkgconfigdir=/nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/lib/pkgconfig m4datadir=/nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/share/aclocal aclocaldir=/nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/share/aclocal install Making install in lib make[1]: Entering directory '/build/curl-8.6.0/lib' make[2]: Entering directory '/build/curl-8.6.0/lib' make[2]: Nothing to be done for 'install-data-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib' /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash ../libtool --mode=install /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c libcurl.la '/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib' libtool: install: /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c .libs/libcurl.so.4.8.0 /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib/libcurl.so.4.8.0 libtool: install: (cd /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib && { ln -s -f libcurl.so.4.8.0 libcurl.so.4 || { rm -f libcurl.so.4 && ln -s libcurl.so.4.8.0 libcurl.so.4; }; }) libtool: install: (cd /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib && { ln -s -f libcurl.so.4.8.0 libcurl.so || { rm -f libcurl.so && ln -s libcurl.so.4.8.0 libcurl.so; }; }) libtool: install: /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c .libs/libcurl.lai /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib/libcurl.la libtool: finish: PATH="/nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin:/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin:/nix/store/xwsq5dj63439l1pphrb76zjrididi3vn-patchelf-0.15.0/bin:/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin:/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/bin:/nix/store/ssarggxx3laydmfkq1dlv4ilcsw7phfq-glibc-2.38-44-bin/bin:/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin:/nix/store/cc92grinhsyp2mq5sxlmz06z68gz1h98-binutils-wrapper-2.40/bin:/nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin:/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin:/nix/store/i6y16f2jzcv1g1k12qdkislh3yqk2rl7-findutils-4.9.0/bin:/nix/store/xcmwf4l5n35cislpzhbhqbnd31wwsbll-diffutils-3.10/bin:/nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin:/nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin:/nix/store/78q5np4llnqhshx72kxm7w7q31pj0v7b-gawk-5.2.2/bin:/nix/store/dxbzps4w5rikj7jdcyjcw98lk517gf0h-gnutar-1.35/bin:/nix/store/zyyb8vi6jg1swr5f34rxgi9izck2r88h-gzip-1.13/bin:/nix/store/b0gdx2hz2nyf9ap2n0zixczc7k2kqk9j-bzip2-1.0.8-bin/bin:/nix/store/w0q0c4jham4h0cbvi3ygydl6hrcmzn6x-gnumake-4.4.1/bin:/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin:/nix/store/8hsz6cchg5yw1wz89mab5f89k3j7l03m-patch-2.7.6/bin:/nix/store/xl7x35n2v2m398hki8q4ib235zn3hv20-xz-5.4.6-bin/bin:/nix/store/8ja6nib32kv3h9z6jwlh95b5ayma7wfx-file-5.45/bin:/sbin" ldconfig -n /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib ---------------------------------------------------------------------- Libraries have been installed in: /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[2]: Leaving directory '/build/curl-8.6.0/lib' make[1]: Leaving directory '/build/curl-8.6.0/lib' Making install in src make[1]: Entering directory '/build/curl-8.6.0/src' Making install in ../docs make[2]: Entering directory '/build/curl-8.6.0/docs' Making install in . make[3]: Entering directory '/build/curl-8.6.0/docs' make[4]: Entering directory '/build/curl-8.6.0/docs' make[4]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man1' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl-config.1 /build/curl-8.6.0/docs/curl.1 mk-ca-bundle.1 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man1' make[4]: Leaving directory '/build/curl-8.6.0/docs' make[3]: Leaving directory '/build/curl-8.6.0/docs' Making install in cmdline-opts make[3]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' make[4]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' make[3]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' Making install in libcurl make[3]: Entering directory '/build/curl-8.6.0/docs/libcurl' Making install in opts make[4]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[5]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[5]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_ACTIVESOCKET.3 CURLINFO_APPCONNECT_TIME.3 CURLINFO_APPCONNECT_TIME_T.3 CURLINFO_CAINFO.3 CURLINFO_CAPATH.3 CURLINFO_CERTINFO.3 CURLINFO_CONDITION_UNMET.3 CURLINFO_CONNECT_TIME.3 CURLINFO_CONNECT_TIME_T.3 CURLINFO_CONN_ID.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 CURLINFO_CONTENT_LENGTH_UPLOAD.3 CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 CURLINFO_CONTENT_TYPE.3 CURLINFO_COOKIELIST.3 CURLINFO_EFFECTIVE_METHOD.3 CURLINFO_EFFECTIVE_URL.3 CURLINFO_FILETIME.3 CURLINFO_FILETIME_T.3 CURLINFO_FTP_ENTRY_PATH.3 CURLINFO_HEADER_SIZE.3 CURLINFO_HTTP_CONNECTCODE.3 CURLINFO_HTTP_VERSION.3 CURLINFO_HTTPAUTH_AVAIL.3 CURLINFO_LASTSOCKET.3 CURLINFO_LOCAL_IP.3 CURLINFO_LOCAL_PORT.3 CURLINFO_NAMELOOKUP_TIME.3 CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO_NUM_CONNECTS.3 CURLINFO_OS_ERRNO.3 CURLINFO_PRETRANSFER_TIME.3 CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_PORT.3 CURLINFO_PRIVATE.3 CURLINFO_PROTOCOL.3 CURLINFO_PROXY_ERROR.3 CURLINFO_PROXY_SSL_VERIFYRESULT.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_PROXYAUTH_AVAIL.3 CURLINFO_QUEUE_TIME_T.3 CURLINFO_REDIRECT_COUNT.3 CURLINFO_REDIRECT_TIME.3 CURLINFO_REDIRECT_TIME_T.3 CURLINFO_REDIRECT_URL.3 CURLINFO_REFERER.3 CURLINFO_REQUEST_SIZE.3 CURLINFO_RESPONSE_CODE.3 CURLINFO_RETRY_AFTER.3 CURLINFO_RTSP_CLIENT_CSEQ.3 CURLINFO_RTSP_CSEQ_RECV.3 CURLINFO_RTSP_SERVER_CSEQ.3 CURLINFO_RTSP_SESSION_ID.3 CURLINFO_SCHEME.3 CURLINFO_SIZE_DOWNLOAD.3 CURLINFO_SIZE_DOWNLOAD_T.3 CURLINFO_SIZE_UPLOAD.3 CURLINFO_SIZE_UPLOAD_T.3 CURLINFO_SPEED_DOWNLOAD.3 CURLINFO_SPEED_DOWNLOAD_T.3 CURLINFO_SPEED_UPLOAD.3 CURLINFO_SPEED_UPLOAD_T.3 CURLINFO_SSL_ENGINES.3 CURLINFO_SSL_VERIFYRESULT.3 CURLINFO_STARTTRANSFER_TIME.3 CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO_TLS_SESSION.3 CURLINFO_TLS_SSL_PTR.3 CURLINFO_TOTAL_TIME.3 CURLINFO_TOTAL_TIME_T.3 CURLINFO_XFER_ID.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAX_CONCURRENT_STREAMS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_PIPELINING.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLMOPT_PIPELINING_SERVER_BL.3 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_PUSHDATA.3 CURLMOPT_PUSHFUNCTION.3 CURLMOPT_SOCKETDATA.3 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_ABSTRACT_UNIX_SOCKET.3 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_ALTSVC.3 CURLOPT_ALTSVC_CTRL.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_AWS_SIGV4.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAINFO_BLOB.3 CURLOPT_CAPATH.3 CURLOPT_CA_CACHE_TIMEOUT.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_TO.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_COPYPOSTFIELDS.3 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CURLU.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 CURLOPT_DEFAULT_PROTOCOL.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DISALLOW_USERNAME_IN_URL.3 CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_SHUFFLE_ADDRESSES.3 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_DOH_SSL_VERIFYHOST.3 CURLOPT_DOH_SSL_VERIFYPEER.3 CURLOPT_DOH_SSL_VERIFYSTATUS.3 CURLOPT_DOH_URL.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_FTPPORT.3 CURLOPT_FTPSSLAUTH.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 CURLOPT_HAPROXYPROTOCOL.3 CURLOPT_HAPROXY_CLIENT_IP.3 CURLOPT_HEADER.3 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HSTS.3 CURLOPT_HSTS_CTRL.3 CURLOPT_HSTSREADDATA.3 CURLOPT_HSTSREADFUNCTION.3 CURLOPT_HSTSWRITEDATA.3 CURLOPT_HSTSWRITEFUNCTION.3 CURLOPT_HTTP09_ALLOWED.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTPGET.3 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_ISSUERCERT_BLOB.3 CURLOPT_KEEP_SENDING_ON_ERROR.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_LOCALPORT.3 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 CURLOPT_MAIL_RCPT.3 CURLOPT_MAIL_RCPT_ALLOWFAILS.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_MAXAGE_CONN.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAXLIFETIME_CONN.3 CURLOPT_MAXREDIRS.3 CURLOPT_MIME_OPTIONS.3 CURLOPT_MIMEPOST.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PATH_AS_IS.3 CURLOPT_PINNEDPUBLICKEY.3 CURLOPT_PIPEWAIT.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PRE_PROXY.3 CURLOPT_PREQUOTE.3 CURLOPT_PREREQDATA.3 CURLOPT_PREREQFUNCTION.3 CURLOPT_PRIVATE.3 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROTOCOLS_STR.3 CURLOPT_PROXY.3 CURLOPT_PROXY_CAINFO.3 CURLOPT_PROXY_CAINFO_BLOB.3 CURLOPT_PROXY_CAPATH.3 CURLOPT_PROXY_CRLFILE.3 CURLOPT_PROXY_ISSUERCERT.3 CURLOPT_PROXY_ISSUERCERT_BLOB.3 CURLOPT_PROXY_KEYPASSWD.3 CURLOPT_PROXY_PINNEDPUBLICKEY.3 CURLOPT_PROXY_SERVICE_NAME.3 CURLOPT_PROXY_SSL_CIPHER_LIST.3 CURLOPT_PROXY_SSL_OPTIONS.3 CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_PROXY_SSL_VERIFYPEER.3 CURLOPT_PROXY_SSLCERT.3 CURLOPT_PROXY_SSLCERT_BLOB.3 CURLOPT_PROXY_SSLCERTTYPE.3 CURLOPT_PROXY_SSLKEY.3 CURLOPT_PROXY_SSLKEY_BLOB.3 CURLOPT_PROXY_SSLKEYTYPE.3 CURLOPT_PROXY_SSLVERSION.3 CURLOPT_PROXY_TLS13_CIPHERS.3 CURLOPT_PROXY_TLSAUTH_PASSWORD.3 CURLOPT_PROXY_TLSAUTH_TYPE.3 CURLOPT_PROXY_TLSAUTH_USERNAME.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXYTYPE.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PROXYUSERNAME.3 CURLOPT_PROXYUSERPWD.3 CURLOPT_PUT.3 CURLOPT_QUICK_EXIT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REDIR_PROTOCOLS_STR.3 CURLOPT_REFERER.3 CURLOPT_REQUEST_TARGET.3 CURLOPT_RESOLVE.3 CURLOPT_RESOLVER_START_DATA.3 CURLOPT_RESOLVER_START_FUNCTION.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_AUTHZID.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SERVER_RESPONSE_TIMEOUT.3 CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 CURLOPT_SERVICE_NAME.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_COMPRESSION.3 CURLOPT_SSH_HOSTKEYDATA.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_SSH_HOSTKEYFUNCTION.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_EC_CURVES.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSL_FALSESTART.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_SSLCERT.3 CURLOPT_SSLCERT_BLOB.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEY_BLOB.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSLVERSION.3 CURLOPT_STDERR.3 CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS_E.3 CURLOPT_STREAM_WEIGHT.3 CURLOPT_SUPPRESS_CONNECT_HEADERS.3 CURLOPT_TCP_FASTOPEN.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TFTP_NO_OPTIONS.3 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TIMEVALUE_LARGE.3 CURLOPT_TLS13_CIPHERS.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 CURLOPT_TRAILERDATA.3 CURLOPT_TRAILERFUNCTION.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_TRANSFERTEXT.3 CURLOPT_UNIX_SOCKET_PATH.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPKEEP_INTERVAL_MS.3 CURLOPT_UPLOAD.3 CURLOPT_UPLOAD_BUFFERSIZE.3 CURLOPT_URL.3 CURLOPT_USE_SSL.3 CURLOPT_USERAGENT.3 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_WS_OPTIONS.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 CURLSHOPT_LOCKFUNC.3 CURLSHOPT_SHARE.3 CURLSHOPT_UNLOCKFUNC.3 CURLSHOPT_UNSHARE.3 CURLSHOPT_USERDATA.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' make[5]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[4]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[4]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[5]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[5]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 libcurl.m4 '/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_trace.3 curl_global_sslset.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 curl_mime_headers.3 curl_mime_init.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wakeup.3 curl_multi_wait.3 curl_pushheader_bynum.3 curl_pushheader_byname.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 libcurl-easy.3 libcurl-env.3 libcurl-env-dbg.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' make[5]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[4]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[3]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[2]: Leaving directory '/build/curl-8.6.0/docs' make[2]: Entering directory '/build/curl-8.6.0/src' make[3]: Entering directory '/build/curl-8.6.0/src' make[3]: Nothing to be done for 'install-data-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/bin' /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash ../libtool --mode=install /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c curl '/nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/bin' libtool: install: /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c .libs/curl /nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/bin/curl make[3]: Leaving directory '/build/curl-8.6.0/src' make[2]: Leaving directory '/build/curl-8.6.0/src' make[1]: Leaving directory '/build/curl-8.6.0/src' make[1]: Entering directory '/build/curl-8.6.0' make[2]: Entering directory '/build/curl-8.6.0' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/bin' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/lib/pkgconfig' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c curl-config '/nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/bin' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 libcurl.pc '/nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/lib/pkgconfig' make install-data-hook make[3]: Entering directory '/build/curl-8.6.0' (cd include && make install) make[4]: Entering directory '/build/curl-8.6.0/include' Making install in curl make[5]: Entering directory '/build/curl-8.6.0/include/curl' make[6]: Entering directory '/build/curl-8.6.0/include/curl' make[6]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/include/curl' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h typecheck-gcc.h system.h urlapi.h options.h header.h websockets.h '/nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/include/curl' make[6]: Leaving directory '/build/curl-8.6.0/include/curl' make[5]: Leaving directory '/build/curl-8.6.0/include/curl' make[5]: Entering directory '/build/curl-8.6.0/include' make[6]: Entering directory '/build/curl-8.6.0/include' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/build/curl-8.6.0/include' make[5]: Leaving directory '/build/curl-8.6.0/include' make[4]: Leaving directory '/build/curl-8.6.0/include' (cd docs && make install) make[4]: Entering directory '/build/curl-8.6.0/docs' Making install in . make[5]: Entering directory '/build/curl-8.6.0/docs' make[6]: Entering directory '/build/curl-8.6.0/docs' make[6]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man1' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl-config.1 /build/curl-8.6.0/docs/curl.1 mk-ca-bundle.1 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man1' make[6]: Leaving directory '/build/curl-8.6.0/docs' make[5]: Leaving directory '/build/curl-8.6.0/docs' Making install in cmdline-opts make[5]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' make[6]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' make[5]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' Making install in libcurl make[5]: Entering directory '/build/curl-8.6.0/docs/libcurl' Making install in opts make[6]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[7]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[7]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_ACTIVESOCKET.3 CURLINFO_APPCONNECT_TIME.3 CURLINFO_APPCONNECT_TIME_T.3 CURLINFO_CAINFO.3 CURLINFO_CAPATH.3 CURLINFO_CERTINFO.3 CURLINFO_CONDITION_UNMET.3 CURLINFO_CONNECT_TIME.3 CURLINFO_CONNECT_TIME_T.3 CURLINFO_CONN_ID.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 CURLINFO_CONTENT_LENGTH_UPLOAD.3 CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 CURLINFO_CONTENT_TYPE.3 CURLINFO_COOKIELIST.3 CURLINFO_EFFECTIVE_METHOD.3 CURLINFO_EFFECTIVE_URL.3 CURLINFO_FILETIME.3 CURLINFO_FILETIME_T.3 CURLINFO_FTP_ENTRY_PATH.3 CURLINFO_HEADER_SIZE.3 CURLINFO_HTTP_CONNECTCODE.3 CURLINFO_HTTP_VERSION.3 CURLINFO_HTTPAUTH_AVAIL.3 CURLINFO_LASTSOCKET.3 CURLINFO_LOCAL_IP.3 CURLINFO_LOCAL_PORT.3 CURLINFO_NAMELOOKUP_TIME.3 CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO_NUM_CONNECTS.3 CURLINFO_OS_ERRNO.3 CURLINFO_PRETRANSFER_TIME.3 CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_PORT.3 CURLINFO_PRIVATE.3 CURLINFO_PROTOCOL.3 CURLINFO_PROXY_ERROR.3 CURLINFO_PROXY_SSL_VERIFYRESULT.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_PROXYAUTH_AVAIL.3 CURLINFO_QUEUE_TIME_T.3 CURLINFO_REDIRECT_COUNT.3 CURLINFO_REDIRECT_TIME.3 CURLINFO_REDIRECT_TIME_T.3 CURLINFO_REDIRECT_URL.3 CURLINFO_REFERER.3 CURLINFO_REQUEST_SIZE.3 CURLINFO_RESPONSE_CODE.3 CURLINFO_RETRY_AFTER.3 CURLINFO_RTSP_CLIENT_CSEQ.3 CURLINFO_RTSP_CSEQ_RECV.3 CURLINFO_RTSP_SERVER_CSEQ.3 CURLINFO_RTSP_SESSION_ID.3 CURLINFO_SCHEME.3 CURLINFO_SIZE_DOWNLOAD.3 CURLINFO_SIZE_DOWNLOAD_T.3 CURLINFO_SIZE_UPLOAD.3 CURLINFO_SIZE_UPLOAD_T.3 CURLINFO_SPEED_DOWNLOAD.3 CURLINFO_SPEED_DOWNLOAD_T.3 CURLINFO_SPEED_UPLOAD.3 CURLINFO_SPEED_UPLOAD_T.3 CURLINFO_SSL_ENGINES.3 CURLINFO_SSL_VERIFYRESULT.3 CURLINFO_STARTTRANSFER_TIME.3 CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO_TLS_SESSION.3 CURLINFO_TLS_SSL_PTR.3 CURLINFO_TOTAL_TIME.3 CURLINFO_TOTAL_TIME_T.3 CURLINFO_XFER_ID.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAX_CONCURRENT_STREAMS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_PIPELINING.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLMOPT_PIPELINING_SERVER_BL.3 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_PUSHDATA.3 CURLMOPT_PUSHFUNCTION.3 CURLMOPT_SOCKETDATA.3 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_ABSTRACT_UNIX_SOCKET.3 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_ALTSVC.3 CURLOPT_ALTSVC_CTRL.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_AWS_SIGV4.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAINFO_BLOB.3 CURLOPT_CAPATH.3 CURLOPT_CA_CACHE_TIMEOUT.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_TO.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_COPYPOSTFIELDS.3 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CURLU.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 CURLOPT_DEFAULT_PROTOCOL.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DISALLOW_USERNAME_IN_URL.3 CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_SHUFFLE_ADDRESSES.3 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_DOH_SSL_VERIFYHOST.3 CURLOPT_DOH_SSL_VERIFYPEER.3 CURLOPT_DOH_SSL_VERIFYSTATUS.3 CURLOPT_DOH_URL.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_FTPPORT.3 CURLOPT_FTPSSLAUTH.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 CURLOPT_HAPROXYPROTOCOL.3 CURLOPT_HAPROXY_CLIENT_IP.3 CURLOPT_HEADER.3 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HSTS.3 CURLOPT_HSTS_CTRL.3 CURLOPT_HSTSREADDATA.3 CURLOPT_HSTSREADFUNCTION.3 CURLOPT_HSTSWRITEDATA.3 CURLOPT_HSTSWRITEFUNCTION.3 CURLOPT_HTTP09_ALLOWED.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTPGET.3 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_ISSUERCERT_BLOB.3 CURLOPT_KEEP_SENDING_ON_ERROR.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_LOCALPORT.3 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 CURLOPT_MAIL_RCPT.3 CURLOPT_MAIL_RCPT_ALLOWFAILS.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_MAXAGE_CONN.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAXLIFETIME_CONN.3 CURLOPT_MAXREDIRS.3 CURLOPT_MIME_OPTIONS.3 CURLOPT_MIMEPOST.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PATH_AS_IS.3 CURLOPT_PINNEDPUBLICKEY.3 CURLOPT_PIPEWAIT.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PRE_PROXY.3 CURLOPT_PREQUOTE.3 CURLOPT_PREREQDATA.3 CURLOPT_PREREQFUNCTION.3 CURLOPT_PRIVATE.3 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROTOCOLS_STR.3 CURLOPT_PROXY.3 CURLOPT_PROXY_CAINFO.3 CURLOPT_PROXY_CAINFO_BLOB.3 CURLOPT_PROXY_CAPATH.3 CURLOPT_PROXY_CRLFILE.3 CURLOPT_PROXY_ISSUERCERT.3 CURLOPT_PROXY_ISSUERCERT_BLOB.3 CURLOPT_PROXY_KEYPASSWD.3 CURLOPT_PROXY_PINNEDPUBLICKEY.3 CURLOPT_PROXY_SERVICE_NAME.3 CURLOPT_PROXY_SSL_CIPHER_LIST.3 CURLOPT_PROXY_SSL_OPTIONS.3 CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_PROXY_SSL_VERIFYPEER.3 CURLOPT_PROXY_SSLCERT.3 CURLOPT_PROXY_SSLCERT_BLOB.3 CURLOPT_PROXY_SSLCERTTYPE.3 CURLOPT_PROXY_SSLKEY.3 CURLOPT_PROXY_SSLKEY_BLOB.3 CURLOPT_PROXY_SSLKEYTYPE.3 CURLOPT_PROXY_SSLVERSION.3 CURLOPT_PROXY_TLS13_CIPHERS.3 CURLOPT_PROXY_TLSAUTH_PASSWORD.3 CURLOPT_PROXY_TLSAUTH_TYPE.3 CURLOPT_PROXY_TLSAUTH_USERNAME.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXYTYPE.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PROXYUSERNAME.3 CURLOPT_PROXYUSERPWD.3 CURLOPT_PUT.3 CURLOPT_QUICK_EXIT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REDIR_PROTOCOLS_STR.3 CURLOPT_REFERER.3 CURLOPT_REQUEST_TARGET.3 CURLOPT_RESOLVE.3 CURLOPT_RESOLVER_START_DATA.3 CURLOPT_RESOLVER_START_FUNCTION.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_AUTHZID.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SERVER_RESPONSE_TIMEOUT.3 CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 CURLOPT_SERVICE_NAME.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_COMPRESSION.3 CURLOPT_SSH_HOSTKEYDATA.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_SSH_HOSTKEYFUNCTION.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_EC_CURVES.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSL_FALSESTART.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_SSLCERT.3 CURLOPT_SSLCERT_BLOB.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEY_BLOB.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSLVERSION.3 CURLOPT_STDERR.3 CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS_E.3 CURLOPT_STREAM_WEIGHT.3 CURLOPT_SUPPRESS_CONNECT_HEADERS.3 CURLOPT_TCP_FASTOPEN.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TFTP_NO_OPTIONS.3 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TIMEVALUE_LARGE.3 CURLOPT_TLS13_CIPHERS.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 CURLOPT_TRAILERDATA.3 CURLOPT_TRAILERFUNCTION.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_TRANSFERTEXT.3 CURLOPT_UNIX_SOCKET_PATH.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPKEEP_INTERVAL_MS.3 CURLOPT_UPLOAD.3 CURLOPT_UPLOAD_BUFFERSIZE.3 CURLOPT_URL.3 CURLOPT_USE_SSL.3 CURLOPT_USERAGENT.3 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_WS_OPTIONS.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 CURLSHOPT_LOCKFUNC.3 CURLSHOPT_SHARE.3 CURLSHOPT_UNLOCKFUNC.3 CURLSHOPT_UNSHARE.3 CURLSHOPT_USERDATA.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' make[7]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[6]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[6]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[7]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[7]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 libcurl.m4 '/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_trace.3 curl_global_sslset.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 curl_mime_headers.3 curl_mime_init.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wakeup.3 curl_multi_wait.3 curl_pushheader_bynum.3 curl_pushheader_byname.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 libcurl-easy.3 libcurl-env.3 libcurl-env-dbg.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' make[7]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[6]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[5]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[4]: Leaving directory '/build/curl-8.6.0/docs' (cd docs/libcurl && make install) make[4]: Entering directory '/build/curl-8.6.0/docs/libcurl' Making install in opts make[5]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[6]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[6]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_ACTIVESOCKET.3 CURLINFO_APPCONNECT_TIME.3 CURLINFO_APPCONNECT_TIME_T.3 CURLINFO_CAINFO.3 CURLINFO_CAPATH.3 CURLINFO_CERTINFO.3 CURLINFO_CONDITION_UNMET.3 CURLINFO_CONNECT_TIME.3 CURLINFO_CONNECT_TIME_T.3 CURLINFO_CONN_ID.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 CURLINFO_CONTENT_LENGTH_UPLOAD.3 CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 CURLINFO_CONTENT_TYPE.3 CURLINFO_COOKIELIST.3 CURLINFO_EFFECTIVE_METHOD.3 CURLINFO_EFFECTIVE_URL.3 CURLINFO_FILETIME.3 CURLINFO_FILETIME_T.3 CURLINFO_FTP_ENTRY_PATH.3 CURLINFO_HEADER_SIZE.3 CURLINFO_HTTP_CONNECTCODE.3 CURLINFO_HTTP_VERSION.3 CURLINFO_HTTPAUTH_AVAIL.3 CURLINFO_LASTSOCKET.3 CURLINFO_LOCAL_IP.3 CURLINFO_LOCAL_PORT.3 CURLINFO_NAMELOOKUP_TIME.3 CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO_NUM_CONNECTS.3 CURLINFO_OS_ERRNO.3 CURLINFO_PRETRANSFER_TIME.3 CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_PORT.3 CURLINFO_PRIVATE.3 CURLINFO_PROTOCOL.3 CURLINFO_PROXY_ERROR.3 CURLINFO_PROXY_SSL_VERIFYRESULT.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_PROXYAUTH_AVAIL.3 CURLINFO_QUEUE_TIME_T.3 CURLINFO_REDIRECT_COUNT.3 CURLINFO_REDIRECT_TIME.3 CURLINFO_REDIRECT_TIME_T.3 CURLINFO_REDIRECT_URL.3 CURLINFO_REFERER.3 CURLINFO_REQUEST_SIZE.3 CURLINFO_RESPONSE_CODE.3 CURLINFO_RETRY_AFTER.3 CURLINFO_RTSP_CLIENT_CSEQ.3 CURLINFO_RTSP_CSEQ_RECV.3 CURLINFO_RTSP_SERVER_CSEQ.3 CURLINFO_RTSP_SESSION_ID.3 CURLINFO_SCHEME.3 CURLINFO_SIZE_DOWNLOAD.3 CURLINFO_SIZE_DOWNLOAD_T.3 CURLINFO_SIZE_UPLOAD.3 CURLINFO_SIZE_UPLOAD_T.3 CURLINFO_SPEED_DOWNLOAD.3 CURLINFO_SPEED_DOWNLOAD_T.3 CURLINFO_SPEED_UPLOAD.3 CURLINFO_SPEED_UPLOAD_T.3 CURLINFO_SSL_ENGINES.3 CURLINFO_SSL_VERIFYRESULT.3 CURLINFO_STARTTRANSFER_TIME.3 CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO_TLS_SESSION.3 CURLINFO_TLS_SSL_PTR.3 CURLINFO_TOTAL_TIME.3 CURLINFO_TOTAL_TIME_T.3 CURLINFO_XFER_ID.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAX_CONCURRENT_STREAMS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_PIPELINING.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLMOPT_PIPELINING_SERVER_BL.3 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_PUSHDATA.3 CURLMOPT_PUSHFUNCTION.3 CURLMOPT_SOCKETDATA.3 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_ABSTRACT_UNIX_SOCKET.3 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_ALTSVC.3 CURLOPT_ALTSVC_CTRL.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_AWS_SIGV4.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAINFO_BLOB.3 CURLOPT_CAPATH.3 CURLOPT_CA_CACHE_TIMEOUT.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_TO.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_COPYPOSTFIELDS.3 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CURLU.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 CURLOPT_DEFAULT_PROTOCOL.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DISALLOW_USERNAME_IN_URL.3 CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_SHUFFLE_ADDRESSES.3 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_DOH_SSL_VERIFYHOST.3 CURLOPT_DOH_SSL_VERIFYPEER.3 CURLOPT_DOH_SSL_VERIFYSTATUS.3 CURLOPT_DOH_URL.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_FTPPORT.3 CURLOPT_FTPSSLAUTH.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 CURLOPT_HAPROXYPROTOCOL.3 CURLOPT_HAPROXY_CLIENT_IP.3 CURLOPT_HEADER.3 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HSTS.3 CURLOPT_HSTS_CTRL.3 CURLOPT_HSTSREADDATA.3 CURLOPT_HSTSREADFUNCTION.3 CURLOPT_HSTSWRITEDATA.3 CURLOPT_HSTSWRITEFUNCTION.3 CURLOPT_HTTP09_ALLOWED.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTPGET.3 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_ISSUERCERT_BLOB.3 CURLOPT_KEEP_SENDING_ON_ERROR.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_LOCALPORT.3 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 CURLOPT_MAIL_RCPT.3 CURLOPT_MAIL_RCPT_ALLOWFAILS.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_MAXAGE_CONN.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAXLIFETIME_CONN.3 CURLOPT_MAXREDIRS.3 CURLOPT_MIME_OPTIONS.3 CURLOPT_MIMEPOST.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PATH_AS_IS.3 CURLOPT_PINNEDPUBLICKEY.3 CURLOPT_PIPEWAIT.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PRE_PROXY.3 CURLOPT_PREQUOTE.3 CURLOPT_PREREQDATA.3 CURLOPT_PREREQFUNCTION.3 CURLOPT_PRIVATE.3 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROTOCOLS_STR.3 CURLOPT_PROXY.3 CURLOPT_PROXY_CAINFO.3 CURLOPT_PROXY_CAINFO_BLOB.3 CURLOPT_PROXY_CAPATH.3 CURLOPT_PROXY_CRLFILE.3 CURLOPT_PROXY_ISSUERCERT.3 CURLOPT_PROXY_ISSUERCERT_BLOB.3 CURLOPT_PROXY_KEYPASSWD.3 CURLOPT_PROXY_PINNEDPUBLICKEY.3 CURLOPT_PROXY_SERVICE_NAME.3 CURLOPT_PROXY_SSL_CIPHER_LIST.3 CURLOPT_PROXY_SSL_OPTIONS.3 CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_PROXY_SSL_VERIFYPEER.3 CURLOPT_PROXY_SSLCERT.3 CURLOPT_PROXY_SSLCERT_BLOB.3 CURLOPT_PROXY_SSLCERTTYPE.3 CURLOPT_PROXY_SSLKEY.3 CURLOPT_PROXY_SSLKEY_BLOB.3 CURLOPT_PROXY_SSLKEYTYPE.3 CURLOPT_PROXY_SSLVERSION.3 CURLOPT_PROXY_TLS13_CIPHERS.3 CURLOPT_PROXY_TLSAUTH_PASSWORD.3 CURLOPT_PROXY_TLSAUTH_TYPE.3 CURLOPT_PROXY_TLSAUTH_USERNAME.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXYTYPE.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PROXYUSERNAME.3 CURLOPT_PROXYUSERPWD.3 CURLOPT_PUT.3 CURLOPT_QUICK_EXIT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REDIR_PROTOCOLS_STR.3 CURLOPT_REFERER.3 CURLOPT_REQUEST_TARGET.3 CURLOPT_RESOLVE.3 CURLOPT_RESOLVER_START_DATA.3 CURLOPT_RESOLVER_START_FUNCTION.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_AUTHZID.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SERVER_RESPONSE_TIMEOUT.3 CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 CURLOPT_SERVICE_NAME.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_COMPRESSION.3 CURLOPT_SSH_HOSTKEYDATA.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_SSH_HOSTKEYFUNCTION.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_EC_CURVES.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSL_FALSESTART.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_SSLCERT.3 CURLOPT_SSLCERT_BLOB.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEY_BLOB.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSLVERSION.3 CURLOPT_STDERR.3 CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS_E.3 CURLOPT_STREAM_WEIGHT.3 CURLOPT_SUPPRESS_CONNECT_HEADERS.3 CURLOPT_TCP_FASTOPEN.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TFTP_NO_OPTIONS.3 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TIMEVALUE_LARGE.3 CURLOPT_TLS13_CIPHERS.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 CURLOPT_TRAILERDATA.3 CURLOPT_TRAILERFUNCTION.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_TRANSFERTEXT.3 CURLOPT_UNIX_SOCKET_PATH.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPKEEP_INTERVAL_MS.3 CURLOPT_UPLOAD.3 CURLOPT_UPLOAD_BUFFERSIZE.3 CURLOPT_URL.3 CURLOPT_USE_SSL.3 CURLOPT_USERAGENT.3 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_WS_OPTIONS.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 CURLSHOPT_LOCKFUNC.3 CURLSHOPT_SHARE.3 CURLSHOPT_UNLOCKFUNC.3 CURLSHOPT_UNSHARE.3 CURLSHOPT_USERDATA.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' make[6]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[5]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[5]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[6]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[6]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 libcurl.m4 '/nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_trace.3 curl_global_sslset.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 curl_mime_headers.3 curl_mime_init.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wakeup.3 curl_multi_wait.3 curl_pushheader_bynum.3 curl_pushheader_byname.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 libcurl-easy.3 libcurl-env.3 libcurl-env-dbg.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3' make[6]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[5]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[4]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[3]: Leaving directory '/build/curl-8.6.0' make[2]: Leaving directory '/build/curl-8.6.0' make[1]: Leaving directory '/build/curl-8.6.0' Moving /nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/bin/curl-config to /nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/bin/curl-config make: Entering directory '/build/curl-8.6.0/scripts' /nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl ./completion.pl --curl ../src/curl --shell zsh > _curl /nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl ./completion.pl --curl ../src/curl --shell fish > curl.fish make[1]: Entering directory '/build/curl-8.6.0/scripts' make[1]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/zsh/site-functions /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/fish/vendor_completions.d /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 _curl /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/zsh/site-functions/_curl /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl.fish /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/fish/vendor_completions.d/curl.fish make[1]: Leaving directory '/build/curl-8.6.0/scripts' make: Leaving directory '/build/curl-8.6.0/scripts' Running phase: fixupPhase Moving /nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/man3 to /nix/store/ads1a3p52gj48gnm6zag6s9al4m1s2qv-curl-8.6.0-devdoc/share/man/man3 Moving /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/share/aclocal to /nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/share/aclocal Patching '/nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/lib/pkgconfig/libcurl.pc' includedir to output /nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev separating debug info from /nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/bin/curl (build ID 7e97254ca89fd7c3bf879d37c67dc5d810d1eb71) shrinking RPATHs of ELF executables and libraries in /nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin shrinking /nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/bin/curl checking for references to /build/ in /nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin... patching script interpreter paths in /nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin stripping (with command strip and flags -S -p) in /nix/store/y23pbw5y9v898b12ingx1b93d7knzw11-curl-8.6.0-bin/bin shrinking RPATHs of ELF executables and libraries in /nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev checking for references to /build/ in /nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev... patching script interpreter paths in /nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev /nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/bin/curl-config: interpreter directive changed from "#! /bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" stripping (with command strip and flags -S -p) in /nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/lib /nix/store/b8g8z2jkf600qxlmlm8icslv81qc6jal-curl-8.6.0-dev/bin separating debug info from /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib/libcurl.so.4.8.0 (build ID da7aaa9835c6fbb649f33ee083f6dca7c8f70be4) shrinking RPATHs of ELF executables and libraries in /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0 shrinking /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib/libcurl.so.4.8.0 checking for references to /build/ in /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0... patching script interpreter paths in /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0 stripping (with command strip and flags -S -p) in /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib shrinking RPATHs of ELF executables and libraries in /nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man checking for references to /build/ in /nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man... gzipping man pages under /nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man/share/man/ patching script interpreter paths in /nix/store/2081m09q9h65y7i6fdgwdx7xg7xsvvdx-curl-8.6.0-man shrinking RPATHs of ELF executables and libraries in /nix/store/ads1a3p52gj48gnm6zag6s9al4m1s2qv-curl-8.6.0-devdoc checking for references to /build/ in /nix/store/ads1a3p52gj48gnm6zag6s9al4m1s2qv-curl-8.6.0-devdoc... gzipping man pages under /nix/store/ads1a3p52gj48gnm6zag6s9al4m1s2qv-curl-8.6.0-devdoc/share/man/ patching script interpreter paths in /nix/store/ads1a3p52gj48gnm6zag6s9al4m1s2qv-curl-8.6.0-devdoc shrinking RPATHs of ELF executables and libraries in /nix/store/civb0qslw8d2lhs9jj68rxz9m0pbv63j-curl-8.6.0-debug checking for references to /build/ in /nix/store/civb0qslw8d2lhs9jj68rxz9m0pbv63j-curl-8.6.0-debug... patching script interpreter paths in /nix/store/civb0qslw8d2lhs9jj68rxz9m0pbv63j-curl-8.6.0-debug stripping (with command strip and flags -S -p) in /nix/store/civb0qslw8d2lhs9jj68rxz9m0pbv63j-curl-8.6.0-debug/lib building '/nix/store/lmgs9w5sxghwbkxxa2gawsw0jalx27wz-cmake-3.28.2.drv'... Running phase: unpackPhase unpacking source archive /nix/store/dc6iapslj5v3gj8r4h7pqc9pwbvdrn2i-cmake-3.28.2.tar.gz source root is cmake-3.28.2 setting SOURCE_DATE_EPOCH to timestamp 1706558492 of file cmake-3.28.2/configure Running phase: patchPhase applying patch /nix/store/k0qj9nfiy76y67ga43pszjqdk8f3915i-001-search-path.diff patching file Modules/Platform/UnixPaths.cmake Hunk #1 succeeded at 29 (offset 3 lines). Hunk #2 succeeded at 48 (offset 4 lines). patching file Modules/Platform/WindowsPaths.cmake Hunk #1 succeeded at 71 (offset 1 line). applying patch /nix/store/7yjka9xvfmk5s2cn1alkqlmkbqifcgv6-002-application-services.diff patching file Source/CMakeLists.txt Hunk #1 succeeded at 1011 (offset 95 lines). patching file Source/cmGlobalXCodeGenerator.cxx Hunk #1 succeeded at 58 (offset 2 lines). patching file Utilities/cmlibarchive/CMakeLists.txt Hunk #1 succeeded at 2066 (offset 25 lines). applying patch /nix/store/rq41inv92jszcs5x62nc5cci5hapbjpw-003-libuv-application-services.diff patching file Utilities/cmlibuv/CMakeLists.txt Hunk #1 succeeded at 195 (offset 2 lines). patching file Utilities/cmlibuv/src/unix/fsevents.c Hunk #3 succeeded at 913 (offset -7 lines). Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase fixing cmake files... patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" configure flags: --prefix=/nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2 --parallel=24 CC=gcc CXX=g++ CXXFLAGS=-Wno-elaborated-enum-base --docdir=share/doc/cmake-3.28.2 --no-system-cppdap --no-system-jsoncpp --system-libs -- -DCMAKE_CXX_COMPILER:STRING=c++ -DCMAKE_C_COMPILER:STRING=cc -DCMAKE_AR:STRING=/nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ar -DCMAKE_RANLIB:STRING=/nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ranlib -DCMAKE_STRIP:STRING=/nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/strip -DCMAKE_USE_OPENSSL:BOOL=TRUE -DBUILD_CursesDialog:BOOL=FALSE --------------------------------------------- CMake 3.28.2, Copyright 2000-2023 Kitware, Inc. and Contributors C compiler on this system is: gcc C++ compiler on this system is: g++ -Wno-elaborated-enum-base Makefile processor on this system is: make g++ has setenv g++ has unsetenv g++ does not have environ in stdlib.h g++ has stl wstring g++ has --------------------------------------------- g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmAddCompileDefinitionsCommand.cxx -o cmAddCompileDefinitionsCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmAddCustomCommandCommand.cxx -o cmAddCustomCommandCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmAddCustomTargetCommand.cxx -o cmAddCustomTargetCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmAddDefinitionsCommand.cxx -o cmAddDefinitionsCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmAddDependenciesCommand.cxx -o cmAddDependenciesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmAddExecutableCommand.cxx -o cmAddExecutableCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmAddLibraryCommand.cxx -o cmAddLibraryCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmAddSubDirectoryCommand.cxx -o cmAddSubDirectoryCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmAddTestCommand.cxx -o cmAddTestCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmArgumentParser.cxx -o cmArgumentParser.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsLinker.cxx -o cmBinUtilsLinker.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsLinuxELFGetRuntimeDependenciesTool.cxx -o cmBinUtilsLinuxELFGetRuntimeDependenciesTool.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsLinuxELFLinker.cxx -o cmBinUtilsLinuxELFLinker.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.cxx -o cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.cxx -o cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsMacOSMachOLinker.cxx -o cmBinUtilsMacOSMachOLinker.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.cxx -o cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsWindowsPEGetRuntimeDependenciesTool.cxx -o cmBinUtilsWindowsPEGetRuntimeDependenciesTool.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.cxx -o cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsWindowsPELinker.cxx -o cmBinUtilsWindowsPELinker.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.cxx -o cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBlockCommand.cxx -o cmBlockCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBreakCommand.cxx -o cmBreakCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmBuildCommand.cxx -o cmBuildCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCMakeLanguageCommand.cxx -o cmCMakeLanguageCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCMakeMinimumRequired.cxx -o cmCMakeMinimumRequired.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmList.cxx -o cmList.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCMakePath.cxx -o cmCMakePath.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCMakePathCommand.cxx -o cmCMakePathCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCMakePolicyCommand.cxx -o cmCMakePolicyCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCPackPropertiesGenerator.cxx -o cmCPackPropertiesGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCacheManager.cxx -o cmCacheManager.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCommand.cxx -o cmCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCommandArgumentParserHelper.cxx -o cmCommandArgumentParserHelper.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCommands.cxx -o cmCommands.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCommonTargetGenerator.cxx -o cmCommonTargetGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmComputeComponentGraph.cxx -o cmComputeComponentGraph.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmComputeLinkDepends.cxx -o cmComputeLinkDepends.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmComputeLinkInformation.cxx -o cmComputeLinkInformation.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmComputeTargetDepends.cxx -o cmComputeTargetDepends.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmConsoleBuf.cxx -o cmConsoleBuf.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmConditionEvaluator.cxx -o cmConditionEvaluator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmConfigureFileCommand.cxx -o cmConfigureFileCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmContinueCommand.cxx -o cmContinueCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCoreTryCompile.cxx -o cmCoreTryCompile.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCreateTestSourceList.cxx -o cmCreateTestSourceList.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCryptoHash.cxx -o cmCryptoHash.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCustomCommand.cxx -o cmCustomCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCustomCommandGenerator.cxx -o cmCustomCommandGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCustomCommandLines.cxx -o cmCustomCommandLines.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCxxModuleMapper.cxx -o cmCxxModuleMapper.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmCxxModuleUsageEffects.cxx -o cmCxxModuleUsageEffects.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmDefinePropertyCommand.cxx -o cmDefinePropertyCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmDefinitions.cxx -o cmDefinitions.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmDocumentationFormatter.cxx -o cmDocumentationFormatter.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmELF.cxx -o cmELF.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmEnableLanguageCommand.cxx -o cmEnableLanguageCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmEnableTestingCommand.cxx -o cmEnableTestingCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmEvaluatedTargetProperty.cxx -o cmEvaluatedTargetProperty.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExecProgramCommand.cxx -o cmExecProgramCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExecuteProcessCommand.cxx -o cmExecuteProcessCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExpandedCommandArgument.cxx -o cmExpandedCommandArgument.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExperimental.cxx -o cmExperimental.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExportBuildFileGenerator.cxx -o cmExportBuildFileGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExportFileGenerator.cxx -o cmExportFileGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExportInstallFileGenerator.cxx -o cmExportInstallFileGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExportSet.cxx -o cmExportSet.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExportTryCompileFileGenerator.cxx -o cmExportTryCompileFileGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExprParserHelper.cxx -o cmExprParserHelper.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmExternalMakefileProjectGenerator.cxx -o cmExternalMakefileProjectGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFileCommand.cxx -o cmFileCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFileCopier.cxx -o cmFileCopier.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFileInstaller.cxx -o cmFileInstaller.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFileSet.cxx -o cmFileSet.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFileTime.cxx -o cmFileTime.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFileTimeCache.cxx -o cmFileTimeCache.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFileTimes.cxx -o cmFileTimes.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFindBase.cxx -o cmFindBase.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFindCommon.cxx -o cmFindCommon.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFindFileCommand.cxx -o cmFindFileCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFindLibraryCommand.cxx -o cmFindLibraryCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFindPackageCommand.cxx -o cmFindPackageCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFindPathCommand.cxx -o cmFindPathCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFindProgramCommand.cxx -o cmFindProgramCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmForEachCommand.cxx -o cmForEachCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFunctionBlocker.cxx -o cmFunctionBlocker.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFunctionCommand.cxx -o cmFunctionCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmFSPermissions.cxx -o cmFSPermissions.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGeneratedFileStream.cxx -o cmGeneratedFileStream.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGeneratorExpression.cxx -o cmGeneratorExpression.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGeneratorExpressionContext.cxx -o cmGeneratorExpressionContext.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGeneratorExpressionDAGChecker.cxx -o cmGeneratorExpressionDAGChecker.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGeneratorExpressionEvaluationFile.cxx -o cmGeneratorExpressionEvaluationFile.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGeneratorExpressionEvaluator.cxx -o cmGeneratorExpressionEvaluator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGeneratorExpressionLexer.cxx -o cmGeneratorExpressionLexer.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGeneratorExpressionNode.cxx -o cmGeneratorExpressionNode.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGeneratorExpressionParser.cxx -o cmGeneratorExpressionParser.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGeneratorTarget.cxx -o cmGeneratorTarget.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGetCMakePropertyCommand.cxx -o cmGetCMakePropertyCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGetDirectoryPropertyCommand.cxx -o cmGetDirectoryPropertyCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGetFilenameComponentCommand.cxx -o cmGetFilenameComponentCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGetPipes.cxx -o cmGetPipes.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGetPropertyCommand.cxx -o cmGetPropertyCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGetSourceFilePropertyCommand.cxx -o cmGetSourceFilePropertyCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGetTargetPropertyCommand.cxx -o cmGetTargetPropertyCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGetTestPropertyCommand.cxx -o cmGetTestPropertyCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGlobalCommonGenerator.cxx -o cmGlobalCommonGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGlobVerificationManager.cxx -o cmGlobVerificationManager.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmHexFileConverter.cxx -o cmHexFileConverter.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmIfCommand.cxx -o cmIfCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmImportedCxxModuleInfo.cxx -o cmImportedCxxModuleInfo.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmIncludeCommand.cxx -o cmIncludeCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmIncludeGuardCommand.cxx -o cmIncludeGuardCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmIncludeDirectoryCommand.cxx -o cmIncludeDirectoryCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmIncludeRegularExpressionCommand.cxx -o cmIncludeRegularExpressionCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallCommand.cxx -o cmInstallCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallCommandArguments.cxx -o cmInstallCommandArguments.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallCxxModuleBmiGenerator.cxx -o cmInstallCxxModuleBmiGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallDirectoryGenerator.cxx -o cmInstallDirectoryGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallExportGenerator.cxx -o cmInstallExportGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallFileSetGenerator.cxx -o cmInstallFileSetGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallFilesCommand.cxx -o cmInstallFilesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallFilesGenerator.cxx -o cmInstallFilesGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallGenerator.cxx -o cmInstallGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallGetRuntimeDependenciesGenerator.cxx -o cmInstallGetRuntimeDependenciesGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallImportedRuntimeArtifactsGenerator.cxx -o cmInstallImportedRuntimeArtifactsGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallRuntimeDependencySet.cxx -o cmInstallRuntimeDependencySet.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallRuntimeDependencySetGenerator.cxx -o cmInstallRuntimeDependencySetGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallScriptGenerator.cxx -o cmInstallScriptGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallSubdirectoryGenerator.cxx -o cmInstallSubdirectoryGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallTargetGenerator.cxx -o cmInstallTargetGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstallTargetsCommand.cxx -o cmInstallTargetsCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmInstalledFile.cxx -o cmInstalledFile.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmJSONHelpers.cxx -o cmJSONHelpers.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmJSONState.cxx -o cmJSONState.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmLDConfigLDConfigTool.cxx -o cmLDConfigLDConfigTool.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmLDConfigTool.cxx -o cmLDConfigTool.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmLinkDirectoriesCommand.cxx -o cmLinkDirectoriesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmLinkItem.cxx -o cmLinkItem.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmLinkItemGraphVisitor.cxx -o cmLinkItemGraphVisitor.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmLinkLineComputer.cxx -o cmLinkLineComputer.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmLinkLineDeviceComputer.cxx -o cmLinkLineDeviceComputer.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmListCommand.cxx -o cmListCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmListFileCache.cxx -o cmListFileCache.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmLocalCommonGenerator.cxx -o cmLocalCommonGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMSVC60LinkLineComputer.cxx -o cmMSVC60LinkLineComputer.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMacroCommand.cxx -o cmMacroCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMakeDirectoryCommand.cxx -o cmMakeDirectoryCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMakefile.cxx -o cmMakefile.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMarkAsAdvancedCommand.cxx -o cmMarkAsAdvancedCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMathCommand.cxx -o cmMathCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMessageCommand.cxx -o cmMessageCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMessenger.cxx -o cmMessenger.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmNewLineStyle.cxx -o cmNewLineStyle.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmOSXBundleGenerator.cxx -o cmOSXBundleGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmOptionCommand.cxx -o cmOptionCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmOrderDirectories.cxx -o cmOrderDirectories.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmOutputConverter.cxx -o cmOutputConverter.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmParseArgumentsCommand.cxx -o cmParseArgumentsCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmPathLabel.cxx -o cmPathLabel.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmPolicies.cxx -o cmPolicies.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmProcessOutput.cxx -o cmProcessOutput.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmProjectCommand.cxx -o cmProjectCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmValue.cxx -o cmValue.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmPropertyDefinition.cxx -o cmPropertyDefinition.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmPropertyMap.cxx -o cmPropertyMap.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGccDepfileLexerHelper.cxx -o cmGccDepfileLexerHelper.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGccDepfileReader.cxx -o cmGccDepfileReader.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmReturnCommand.cxx -o cmReturnCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmPlaceholderExpander.cxx -o cmPlaceholderExpander.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmPlistParser.cxx -o cmPlistParser.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmRulePlaceholderExpander.cxx -o cmRulePlaceholderExpander.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmRuntimeDependencyArchive.cxx -o cmRuntimeDependencyArchive.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmScriptGenerator.cxx -o cmScriptGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSearchPath.cxx -o cmSearchPath.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSeparateArgumentsCommand.cxx -o cmSeparateArgumentsCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSetCommand.cxx -o cmSetCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSetDirectoryPropertiesCommand.cxx -o cmSetDirectoryPropertiesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSetPropertyCommand.cxx -o cmSetPropertyCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSetSourceFilesPropertiesCommand.cxx -o cmSetSourceFilesPropertiesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSetTargetPropertiesCommand.cxx -o cmSetTargetPropertiesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSetTestsPropertiesCommand.cxx -o cmSetTestsPropertiesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSiteNameCommand.cxx -o cmSiteNameCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSourceFile.cxx -o cmSourceFile.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSourceFileLocation.cxx -o cmSourceFileLocation.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmStandardLevelResolver.cxx -o cmStandardLevelResolver.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmState.cxx -o cmState.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmStateDirectory.cxx -o cmStateDirectory.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmStateSnapshot.cxx -o cmStateSnapshot.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmString.cxx -o cmString.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmStringAlgorithms.cxx -o cmStringAlgorithms.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmStringReplaceHelper.cxx -o cmStringReplaceHelper.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmStringCommand.cxx -o cmStringCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSubcommandTable.cxx -o cmSubcommandTable.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSubdirCommand.cxx -o cmSubdirCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmSystemTools.cxx -o cmSystemTools.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTarget.cxx -o cmTarget.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTargetCompileDefinitionsCommand.cxx -o cmTargetCompileDefinitionsCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTargetCompileFeaturesCommand.cxx -o cmTargetCompileFeaturesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTargetCompileOptionsCommand.cxx -o cmTargetCompileOptionsCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTargetIncludeDirectoriesCommand.cxx -o cmTargetIncludeDirectoriesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTargetLinkLibrariesCommand.cxx -o cmTargetLinkLibrariesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTargetLinkOptionsCommand.cxx -o cmTargetLinkOptionsCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTargetPrecompileHeadersCommand.cxx -o cmTargetPrecompileHeadersCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTargetPropCommandBase.cxx -o cmTargetPropCommandBase.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTargetPropertyComputer.cxx -o cmTargetPropertyComputer.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTargetSourcesCommand.cxx -o cmTargetSourcesCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTest.cxx -o cmTest.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTestGenerator.cxx -o cmTestGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTimestamp.cxx -o cmTimestamp.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTransformDepfile.cxx -o cmTransformDepfile.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTryCompileCommand.cxx -o cmTryCompileCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmTryRunCommand.cxx -o cmTryRunCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmUnsetCommand.cxx -o cmUnsetCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmUVHandlePtr.cxx -o cmUVHandlePtr.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmUVProcessChain.cxx -o cmUVProcessChain.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmVersion.cxx -o cmVersion.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmWhileCommand.cxx -o cmWhileCommand.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmWindowsRegistry.cxx -o cmWindowsRegistry.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmWorkingDirectory.cxx -o cmWorkingDirectory.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmXcFramework.cxx -o cmXcFramework.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmake.cxx -o cmake.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmakemain.cxx -o cmakemain.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmcmd.cxx -o cmcmd.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cm_fileno.cxx -o cm_fileno.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmDepends.cxx -o cmDepends.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmDependsC.cxx -o cmDependsC.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmDependsCompiler.cxx -o cmDependsCompiler.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmGlobalUnixMakefileGenerator3.cxx -o cmGlobalUnixMakefileGenerator3.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmLocalUnixMakefileGenerator3.cxx -o cmLocalUnixMakefileGenerator3.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMakefileExecutableTargetGenerator.cxx -o cmMakefileExecutableTargetGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMakefileLibraryTargetGenerator.cxx -o cmMakefileLibraryTargetGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMakefileTargetGenerator.cxx -o cmMakefileTargetGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmMakefileUtilityTargetGenerator.cxx -o cmMakefileUtilityTargetGenerator.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/cmProcessTools.cxx -o cmProcessTools.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/std/cm/bits/fs_path.cxx -o fs_path.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/std/cm/bits/string_view.cxx -o string_view.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/LexerParser/cmCommandArgumentLexer.cxx -o cmCommandArgumentLexer.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/LexerParser/cmCommandArgumentParser.cxx -o cmCommandArgumentParser.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/LexerParser/cmExprLexer.cxx -o cmExprLexer.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/LexerParser/cmExprParser.cxx -o cmExprParser.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/LexerParser/cmGccDepfileLexer.cxx -o cmGccDepfileLexer.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Source/LexerParser/cmListFileLexer.c -o cmListFileLexer.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/Directory.cxx -o Directory.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/EncodingCXX.cxx -o EncodingCXX.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/FStream.cxx -o FStream.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/Glob.cxx -o Glob.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/RegularExpression.cxx -o RegularExpression.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/Status.cxx -o Status.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -DKWSYS_CXX_HAS_SETENV=1 -DKWSYS_CXX_HAS_UNSETENV=1 -DKWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H=0 -DKWSYS_CXX_HAS_UTIMENSAT=0 -DKWSYS_CXX_HAS_UTIMES=0 -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/SystemTools.cxx -o SystemTools.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/EncodingC.c -o EncodingC.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/ProcessUNIX.c -o ProcessUNIX.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -DKWSYS_STRING_C -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/String.c -o String.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/System.c -o System.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /build/cmake-3.28.2/Source/kwsys/Terminal.c -o Terminal.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/strscpy.c -o uv-src-strscpy.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/strtok.c -o uv-src-strtok.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/timer.c -o uv-src-timer.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/uv-common.c -o uv-src-uv-common.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/cmake-bootstrap.c -o uv-src-unix-cmake-bootstrap.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/core.c -o uv-src-unix-core.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/fs.c -o uv-src-unix-fs.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/loop.c -o uv-src-unix-loop.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/loop-watcher.c -o uv-src-unix-loop-watcher.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/no-fsevents.c -o uv-src-unix-no-fsevents.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/pipe.c -o uv-src-unix-pipe.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/poll.c -o uv-src-unix-poll.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/posix-hrtime.c -o uv-src-unix-posix-hrtime.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/posix-poll.c -o uv-src-unix-posix-poll.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/process.c -o uv-src-unix-process.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/signal.c -o uv-src-unix-signal.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/stream.c -o uv-src-unix-stream.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/tcp.c -o uv-src-unix-tcp.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -D_GNU_SOURCE -I/build/cmake-3.28.2/Utilities/cmlibuv/include -I/build/cmake-3.28.2/Utilities/cmlibuv/src/unix -I/build/cmake-3.28.2/Utilities/cmlibuv/src -c /build/cmake-3.28.2/Utilities/cmlibuv/src/unix/tty.c -o uv-src-unix-tty.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/cmlibrhash/librhash/algorithms.c -o rhash-librhash-algorithms.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/cmlibrhash/librhash/byte_order.c -o rhash-librhash-byte_order.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/cmlibrhash/librhash/hex.c -o rhash-librhash-hex.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/cmlibrhash/librhash/md5.c -o rhash-librhash-md5.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/cmlibrhash/librhash/rhash.c -o rhash-librhash-rhash.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/cmlibrhash/librhash/sha1.c -o rhash-librhash-sha1.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/cmlibrhash/librhash/sha256.c -o rhash-librhash-sha256.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/cmlibrhash/librhash/sha3.c -o rhash-librhash-sha3.c.o gcc -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities -c /build/cmake-3.28.2/Utilities/cmlibrhash/librhash/sha512.c -o rhash-librhash-sha512.c.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -I/build/cmake-3.28.2/Utilities/cmjsoncpp/include -c /build/cmake-3.28.2/Utilities/cmjsoncpp/src/lib_json/json_reader.cpp -o jsoncpp-src-lib_json-json_reader.cpp.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -I/build/cmake-3.28.2/Utilities/cmjsoncpp/include -c /build/cmake-3.28.2/Utilities/cmjsoncpp/src/lib_json/json_value.cpp -o jsoncpp-src-lib_json-json_value.cpp.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities -I/build/cmake-3.28.2/Utilities/cmjsoncpp/include -c /build/cmake-3.28.2/Utilities/cmjsoncpp/src/lib_json/json_writer.cpp -o jsoncpp-src-lib_json-json_writer.cpp.o g++ -Wno-elaborated-enum-base -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -DCMake_HAVE_CXX_FILESYSTEM=1 -I/build/cmake-3.28.2/Bootstrap.cmk -I/build/cmake-3.28.2/Source -I/build/cmake-3.28.2/Source/LexerParser -I/build/cmake-3.28.2/Utilities/std -I/build/cmake-3.28.2/Utilities cmAddCompileDefinitionsCommand.o cmAddCustomCommandCommand.o cmAddCustomTargetCommand.o cmAddDefinitionsCommand.o cmAddDependenciesCommand.o cmAddExecutableCommand.o cmAddLibraryCommand.o cmAddSubDirectoryCommand.o cmAddTestCommand.o cmArgumentParser.o cmBinUtilsLinker.o cmBinUtilsLinuxELFGetRuntimeDependenciesTool.o cmBinUtilsLinuxELFLinker.o cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.o cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.o cmBinUtilsMacOSMachOLinker.o cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.o cmBinUtilsWindowsPEGetRuntimeDependenciesTool.o cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.o cmBinUtilsWindowsPELinker.o cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.o cmBlockCommand.o cmBreakCommand.o cmBuildCommand.o cmCMakeLanguageCommand.o cmCMakeMinimumRequired.o cmList.o cmCMakePath.o cmCMakePathCommand.o cmCMakePolicyCommand.o cmCPackPropertiesGenerator.o cmCacheManager.o cmCommand.o cmCommandArgumentParserHelper.o cmCommands.o cmCommonTargetGenerator.o cmComputeComponentGraph.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmComputeTargetDepends.o cmConsoleBuf.o cmConditionEvaluator.o cmConfigureFileCommand.o cmContinueCommand.o cmCoreTryCompile.o cmCreateTestSourceList.o cmCryptoHash.o cmCustomCommand.o cmCustomCommandGenerator.o cmCustomCommandLines.o cmCxxModuleMapper.o cmCxxModuleUsageEffects.o cmDefinePropertyCommand.o cmDefinitions.o cmDocumentationFormatter.o cmELF.o cmEnableLanguageCommand.o cmEnableTestingCommand.o cmEvaluatedTargetProperty.o cmExecProgramCommand.o cmExecuteProcessCommand.o cmExpandedCommandArgument.o cmExperimental.o cmExportBuildFileGenerator.o cmExportFileGenerator.o cmExportInstallFileGenerator.o cmExportSet.o cmExportTryCompileFileGenerator.o cmExprParserHelper.o cmExternalMakefileProjectGenerator.o cmFileCommand.o cmFileCopier.o cmFileInstaller.o cmFileSet.o cmFileTime.o cmFileTimeCache.o cmFileTimes.o cmFindBase.o cmFindCommon.o cmFindFileCommand.o cmFindLibraryCommand.o cmFindPackageCommand.o cmFindPathCommand.o cmFindProgramCommand.o cmForEachCommand.o cmFunctionBlocker.o cmFunctionCommand.o cmFSPermissions.o cmGeneratedFileStream.o cmGeneratorExpression.o cmGeneratorExpressionContext.o cmGeneratorExpressionDAGChecker.o cmGeneratorExpressionEvaluationFile.o cmGeneratorExpressionEvaluator.o cmGeneratorExpressionLexer.o cmGeneratorExpressionNode.o cmGeneratorExpressionParser.o cmGeneratorTarget.o cmGetCMakePropertyCommand.o cmGetDirectoryPropertyCommand.o cmGetFilenameComponentCommand.o cmGetPipes.o cmGetPropertyCommand.o cmGetSourceFilePropertyCommand.o cmGetTargetPropertyCommand.o cmGetTestPropertyCommand.o cmGlobalCommonGenerator.o cmGlobalGenerator.o cmGlobVerificationManager.o cmHexFileConverter.o cmIfCommand.o cmImportedCxxModuleInfo.o cmIncludeCommand.o cmIncludeGuardCommand.o cmIncludeDirectoryCommand.o cmIncludeRegularExpressionCommand.o cmInstallCommand.o cmInstallCommandArguments.o cmInstallCxxModuleBmiGenerator.o cmInstallDirectoryGenerator.o cmInstallExportGenerator.o cmInstallFileSetGenerator.o cmInstallFilesCommand.o cmInstallFilesGenerator.o cmInstallGenerator.o cmInstallGetRuntimeDependenciesGenerator.o cmInstallImportedRuntimeArtifactsGenerator.o cmInstallRuntimeDependencySet.o cmInstallRuntimeDependencySetGenerator.o cmInstallScriptGenerator.o cmInstallSubdirectoryGenerator.o cmInstallTargetGenerator.o cmInstallTargetsCommand.o cmInstalledFile.o cmJSONHelpers.o cmJSONState.o cmLDConfigLDConfigTool.o cmLDConfigTool.o cmLinkDirectoriesCommand.o cmLinkItem.o cmLinkItemGraphVisitor.o cmLinkLineComputer.o cmLinkLineDeviceComputer.o cmListCommand.o cmListFileCache.o cmLocalCommonGenerator.o cmLocalGenerator.o cmMSVC60LinkLineComputer.o cmMacroCommand.o cmMakeDirectoryCommand.o cmMakefile.o cmMarkAsAdvancedCommand.o cmMathCommand.o cmMessageCommand.o cmMessenger.o cmNewLineStyle.o cmOSXBundleGenerator.o cmOptionCommand.o cmOrderDirectories.o cmOutputConverter.o cmParseArgumentsCommand.o cmPathLabel.o cmPolicies.o cmProcessOutput.o cmProjectCommand.o cmValue.o cmPropertyDefinition.o cmPropertyMap.o cmGccDepfileLexerHelper.o cmGccDepfileReader.o cmReturnCommand.o cmPlaceholderExpander.o cmPlistParser.o cmRulePlaceholderExpander.o cmRuntimeDependencyArchive.o cmScriptGenerator.o cmSearchPath.o cmSeparateArgumentsCommand.o cmSetCommand.o cmSetDirectoryPropertiesCommand.o cmSetPropertyCommand.o cmSetSourceFilesPropertiesCommand.o cmSetTargetPropertiesCommand.o cmSetTestsPropertiesCommand.o cmSiteNameCommand.o cmSourceFile.o cmSourceFileLocation.o cmStandardLevelResolver.o cmState.o cmStateDirectory.o cmStateSnapshot.o cmString.o cmStringAlgorithms.o cmStringReplaceHelper.o cmStringCommand.o cmSubcommandTable.o cmSubdirCommand.o cmSystemTools.o cmTarget.o cmTargetCompileDefinitionsCommand.o cmTargetCompileFeaturesCommand.o cmTargetCompileOptionsCommand.o cmTargetIncludeDirectoriesCommand.o cmTargetLinkLibrariesCommand.o cmTargetLinkOptionsCommand.o cmTargetPrecompileHeadersCommand.o cmTargetPropCommandBase.o cmTargetPropertyComputer.o cmTargetSourcesCommand.o cmTest.o cmTestGenerator.o cmTimestamp.o cmTransformDepfile.o cmTryCompileCommand.o cmTryRunCommand.o cmUnsetCommand.o cmUVHandlePtr.o cmUVProcessChain.o cmVersion.o cmWhileCommand.o cmWindowsRegistry.o cmWorkingDirectory.o cmXcFramework.o cmake.o cmakemain.o cmcmd.o cm_fileno.o cmDepends.o cmDependsC.o cmDependsCompiler.o cmGlobalUnixMakefileGenerator3.o cmLocalUnixMakefileGenerator3.o cmMakefileExecutableTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o cmMakefileUtilityTargetGenerator.o cmProcessTools.o fs_path.o string_view.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmExprLexer.o cmExprParser.o cmGccDepfileLexer.o cmListFileLexer.o Directory.o EncodingCXX.o FStream.o Glob.o RegularExpression.o Status.o SystemTools.o EncodingC.o ProcessUNIX.o String.o System.o Terminal.o uv-src-strscpy.c.o uv-src-strtok.c.o uv-src-timer.c.o uv-src-uv-common.c.o uv-src-unix-cmake-bootstrap.c.o uv-src-unix-core.c.o uv-src-unix-fs.c.o uv-src-unix-loop.c.o uv-src-unix-loop-watcher.c.o uv-src-unix-no-fsevents.c.o uv-src-unix-pipe.c.o uv-src-unix-poll.c.o uv-src-unix-posix-hrtime.c.o uv-src-unix-posix-poll.c.o uv-src-unix-process.c.o uv-src-unix-signal.c.o uv-src-unix-stream.c.o uv-src-unix-tcp.c.o uv-src-unix-tty.c.o rhash-librhash-algorithms.c.o rhash-librhash-byte_order.c.o rhash-librhash-hex.c.o rhash-librhash-md5.c.o rhash-librhash-rhash.c.o rhash-librhash-sha1.c.o rhash-librhash-sha256.c.o rhash-librhash-sha3.c.o rhash-librhash-sha512.c.o jsoncpp-src-lib_json-json_reader.cpp.o jsoncpp-src-lib_json-json_value.cpp.o jsoncpp-src-lib_json-json_writer.cpp.o -ldl -lrt -o cmake loading initial cache file /build/cmake-3.28.2/Bootstrap.cmk/InitialCacheFlags.cmake -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Checking if compiler supports C11 _Thread_local -- Checking if compiler supports C11 _Thread_local - yes -- Checking if compiler supports needed C++17 constructs -- Checking if compiler supports needed C++17 constructs - yes -- Checking if compiler supports C++ make_unique -- Checking if compiler supports C++ make_unique - yes -- Checking if compiler supports C++ filesystem -- Checking if compiler supports C++ filesystem - yes -- Looking for unsetenv -- Looking for unsetenv - found -- Looking for environ -- Looking for environ - not found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Checking whether wstring is available -- Checking whether wstring is available - yes -- Checking whether C compiler has ptrdiff_t in stddef.h -- Checking whether C compiler has ptrdiff_t in stddef.h - yes -- Checking whether C compiler has ssize_t in unistd.h -- Checking whether C compiler has ssize_t in unistd.h - yes -- Checking whether C compiler has clock_gettime -- Checking whether C compiler has clock_gettime - yes -- Checking whether CXX compiler has setenv -- Checking whether CXX compiler has setenv - yes -- Checking whether CXX compiler has unsetenv -- Checking whether CXX compiler has unsetenv - yes -- Checking whether CXX compiler has environ in stdlib.h -- Checking whether CXX compiler has environ in stdlib.h - no -- Checking whether CXX compiler has utimes -- Checking whether CXX compiler has utimes - yes -- Checking whether CXX compiler has utimensat -- Checking whether CXX compiler has utimensat - yes -- Checking whether CXX compiler struct stat has st_mtim member -- Checking whether CXX compiler struct stat has st_mtim member - yes -- Checking whether CXX compiler struct stat has st_mtimespec member -- Checking whether CXX compiler struct stat has st_mtimespec member - no -- Looking for include files sys/types.h, ifaddrs.h -- Looking for include files sys/types.h, ifaddrs.h - found -- Checking whether CXX compiler has rlimit64 -- Checking whether CXX compiler has rlimit64 - yes -- Looking for C++ include execinfo.h -- Looking for C++ include execinfo.h - found -- Checking whether backtrace works with this C++ compiler -- Checking whether backtrace works with this C++ compiler - yes -- Looking for C++ include dlfcn.h -- Looking for C++ include dlfcn.h - found -- Checking whether dladdr works with this C++ compiler -- Checking whether dladdr works with this C++ compiler - yes -- Looking for C++ include cxxabi.h -- Looking for C++ include cxxabi.h - found -- Checking whether cxxabi works with this C++ compiler -- Checking whether cxxabi works with this C++ compiler - yes -- Checking whether CXX compiler has getloadavg -- Checking whether CXX compiler has getloadavg - yes -- Checking whether is available -- Checking whether is available - yes -- Using system-installed BZIP2 -- Using system-installed CURL -- Using system-installed EXPAT -- Using system-installed FORM -- Using system-installed LIBARCHIVE -- Using system-installed LIBLZMA -- Using system-installed LIBRHASH -- Using system-installed LIBUV -- Using system-installed NGHTTP2 -- Using system-installed ZLIB -- Using system-installed ZSTD -- Found LibRHash: /nix/store/q2090lmcdf6l0fpvhqlc7ai2547q5n12-rhash-1.4.4/lib/librhash.so -- Found ZLIB: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found CURL: /nix/store/28nxqrd4xh2micy9b6vq33kndf8vxajz-curl-8.6.0/lib/libcurl.so (found version "8.6.0") -- Found EXPAT: /nix/store/rf6ks8cj035fc6p1prv6alvnl161hilr-expat-2.6.0/lib/libexpat.so (found version "2.6.0") -- Found LibArchive: /nix/store/cf5mx61ch5h4gahjkxsdrig4h8cfhlwy-libarchive-3.7.2-lib/lib/libarchive.so (found suitable version "3.7.2", minimum required is "3.3.3") -- Found LibUV: /nix/store/ayl3qrwyc007w8hv9djm07519sl3pmha-libuv-1.48.0/lib/libuv.so (found suitable version "1.48.0", minimum required is "1.28.0") -- Looking for a Fortran compiler -- Looking for a Fortran compiler - NOTFOUND -- Performing Test run_pic_test -- Performing Test run_pic_test - Success -- Performing Test run_inlines_hidden_test -- Performing Test run_inlines_hidden_test - Success -- Configuring done (6.4s) -- Generating done (0.1s) -- Build files have been written to: /build/cmake-3.28.2 --------------------------------------------- CMake has bootstrapped. Now run make. configurePhase completed in 1 minutes 30 seconds Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/ProcessUNIX.c.o [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/ProcessUNIX.c.o [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Base64.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Base64.c.o [ 1%] Building CXX object Utilities/std/CMakeFiles/cmstd.dir/cm/bits/fs_path.cxx.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/EncodingC.c.o [ 1%] Building CXX object Utilities/std/CMakeFiles/cmstd.dir/cm/bits/string_view.cxx.o [ 1%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_reader.cpp.o [ 1%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/MD5.c.o [ 1%] Building C object Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_valgrind.dir/ret0.c.o [ 1%] Building C object Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_purify.dir/ret0.c.o [ 1%] Building C object Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_BC.dir/ret0.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/detect_jobserver.dir/detect_jobserver.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/exit_code.dir/exit_code.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/color_warning.dir/color_warning.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/fake_build_command.dir/fake_build_command.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/pseudo_llvm-rc.dir/pseudo_llvm-rc.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/print_stdin.dir/print_stdin.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/pseudo_emulator.dir/pseudo_emulator.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/pseudo_emulator_custom_command.dir/pseudo_emulator_custom_command.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/pseudo_emulator_custom_command_arg.dir/pseudo_emulator_custom_command_arg.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/pseudo_tidy.dir/pseudo_tidy.c.o [ 1%] Building C object Tests/RunCMake/CMakeFiles/pseudo_iwyu.dir/pseudo_iwyu.c.o [ 1%] Linking C executable BC [ 1%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_C.c.o [ 1%] Linking C executable purify [ 2%] Linking C executable valgrind [ 2%] Linking C executable fake_build_command [ 2%] Linking C executable pseudo_emulator [ 2%] Linking C executable pseudo_iwyu [ 3%] Linking C executable pseudo_llvm-rc [ 4%] Linking C executable pseudo_emulator_custom_command [ 5%] Linking C executable print_stdin [ 5%] Linking C executable color_warning [ 5%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/EncodingC.c.o [ 5%] Linking C executable exit_code [ 5%] Linking C executable pseudo_emulator_custom_command_arg [ 5%] Linking C executable pseudo_tidy [ 5%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Terminal.c.o [ 5%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_C.c.o [ 6%] Linking C executable detect_jobserver [ 6%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/MD5.c.o [ 6%] Built target pseudonl_valgrind [ 6%] Built target pseudonl_BC [ 6%] Built target pseudonl_purify [ 6%] Built target fake_build_command [ 6%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_C.c.o [ 6%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/System.c.o [ 6%] Built target pseudo_emulator [ 6%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Terminal.c.o [ 6%] Building C object Tests/RunCMake/CMakeFiles/pseudo_cpplint.dir/pseudo_cpplint.c.o [ 6%] Built target print_stdin [ 6%] Built target pseudo_emulator_custom_command [ 6%] Built target pseudo_iwyu [ 6%] Building C object Tests/RunCMake/CMakeFiles/pseudo_cppcheck.dir/pseudo_cppcheck.c.o [ 6%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_CXX.cxx.o [ 7%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/System.c.o [ 7%] Built target exit_code [ 8%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_CXX.cxx.o [ 8%] Built target pseudo_llvm-rc [ 8%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/String.c.o [ 8%] Built target pseudo_emulator_custom_command_arg [ 8%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_value.cpp.o [ 9%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Directory.cxx.o [ 9%] Built target color_warning [ 9%] Building CXX object Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/foo.cpp.o [ 9%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/DynamicLoader.cxx.o [ 10%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_writer.cpp.o [ 10%] Built target detect_jobserver [ 10%] Built target pseudo_tidy [ 10%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_CXX.cxx.o [ 10%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/String.c.o [ 10%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/EncodingCXX.cxx.o [ 10%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Glob.cxx.o [ 11%] Linking CXX static library libfoo.a [ 11%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/RegularExpression.cxx.o [ 12%] Linking C executable pseudo_cpplint [ 12%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemTools.cxx.o [ 12%] Linking C executable pseudo_cppcheck [ 13%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/CommandLineArguments.cxx.o [ 13%] Built target foo [ 13%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/FStream.cxx.o [ 13%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.cxx.o [ 13%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Status.cxx.o [ 13%] Built target pseudo_cppcheck [ 13%] Built target pseudo_cpplint [ 13%] Linking CXX executable kwiml_test [ 13%] Linking CXX static library libcmstd.a [ 13%] Built target cmstd [ 13%] Linking C static library libcmsys_c.a [ 13%] Built target cmsys_c [ 13%] Built target kwiml_test [ 13%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/cmsysTestsC.c.o [ 13%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/testEncode.c.o [ 13%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/testTerminal.c.o [ 14%] Building C object Source/kwsys/CMakeFiles/cmsysTestProcess.dir/testProcess.c.o [ 14%] Linking C executable cmsysTestsC [ 14%] Built target cmsysTestsC [ 14%] Linking C executable cmsysTestProcess [ 14%] Built target cmsysTestProcess [ 14%] Linking CXX static library libcmjsoncpp.a [ 14%] Built target cmjsoncpp [ 14%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/content_stream.cpp.o [ 14%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/io.cpp.o [ 14%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/jsoncpp_json_serializer.cpp.o [ 14%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/network.cpp.o [ 15%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/null_json_serializer.cpp.o [ 15%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/protocol_events.cpp.o [ 15%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/protocol_requests.cpp.o [ 15%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/protocol_response.cpp.o [ 15%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/protocol_types.cpp.o [ 15%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/session.cpp.o [ 16%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/socket.cpp.o [ 16%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/typeinfo.cpp.o [ 16%] Building CXX object Utilities/cmcppdap/CMakeFiles/cmcppdap.dir/src/typeof.cpp.o [ 16%] Linking CXX static library libcmsys.a [ 16%] Built target cmsys [ 16%] Building CXX object Source/kwsys/CMakeFiles/testConsoleBufChild.dir/testConsoleBufChild.cxx.o [ 16%] Building CXX object Tests/CMakeLib/CMakeFiles/testEncoding.dir/testEncoding.cxx.o [ 16%] Building C object Source/kwsys/CMakeFiles/cmsysTestDynload.dir/testDynload.c.o [ 17%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/cmsysTestsCxx.cxx.o [ 17%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testConfigure.cxx.o [ 17%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testStatus.cxx.o [ 17%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testSystemTools.cxx.o [ 17%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testCommandLineArguments.cxx.o [ 17%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testCommandLineArguments1.cxx.o [ 18%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testDirectory.cxx.o [ 18%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testEncoding.cxx.o [ 18%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testFStream.cxx.o [ 18%] Linking C shared module libcmsysTestDynload.so [ 18%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testConsoleBuf.cxx.o [ 18%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testSystemInformation.cxx.o [ 18%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testDynamicLoader.cxx.o [ 18%] Built target cmsysTestDynload [ 19%] Linking CXX executable testConsoleBufChild [ 19%] Linking CXX executable testEncoding [ 19%] Built target testConsoleBufChild [ 19%] Built target testEncoding [ 20%] Linking CXX executable cmsysTestsCxx [ 20%] Built target cmsysTestsCxx [ 20%] Linking CXX static library libcmcppdap.a [ 20%] Built target cmcppdap [ 20%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmCommandArgumentLexer.cxx.o [ 20%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmCommandArgumentParser.cxx.o [ 20%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmDependsJavaLexer.cxx.o [ 20%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmDependsJavaParser.cxx.o [ 20%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmExprParser.cxx.o [ 20%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmExprLexer.cxx.o [ 21%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmFortranLexer.cxx.o [ 21%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmFortranParser.cxx.o [ 21%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAffinity.cxx.o [ 21%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmGccDepfileLexer.cxx.o [ 21%] Building C object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmListFileLexer.c.o [ 21%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmArchiveWrite.cxx.o [ 22%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmArgumentParser.cxx.o [ 22%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBase32.cxx.o [ 22%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsLinker.cxx.o [ 22%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsLinuxELFGetRuntimeDependenciesTool.cxx.o [ 22%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsLinuxELFLinker.cxx.o [ 22%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.cxx.o [ 23%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.cxx.o [ 23%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsMacOSMachOLinker.cxx.o [ 23%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.cxx.o [ 23%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.cxx.o [ 23%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsWindowsPEGetRuntimeDependenciesTool.cxx.o [ 23%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsWindowsPELinker.cxx.o [ 24%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.cxx.o [ 24%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCacheManager.cxx.o [ 24%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCLocaleEnvironmentScope.cxx.o [ 24%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePath.cxx.o [ 24%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsErrors.cxx.o [ 24%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraph.cxx.o [ 25%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSON.cxx.o [ 25%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSONBuildPresets.cxx.o [ 25%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSONConfigurePresets.cxx.o [ 25%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSONTestPresets.cxx.o [ 25%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSONPackagePresets.cxx.o [ 25%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSONWorkflowPresets.cxx.o [ 26%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommandArgumentParserHelper.cxx.o [ 26%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommonTargetGenerator.cxx.o [ 26%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeComponentGraph.cxx.o [ 26%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeLinkDepends.cxx.o [ 26%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeLinkInformation.cxx.o [ 26%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeTargetDepends.cxx.o [ 27%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmConfigureLog.cxx.o [ 27%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmConsoleBuf.cxx.o [ 27%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCPackPropertiesGenerator.cxx.o [ 27%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCryptoHash.cxx.o [ 27%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCurl.cxx.o [ 27%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommand.cxx.o [ 28%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommandGenerator.cxx.o [ 28%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommandLines.cxx.o [ 28%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCxxModuleMapper.cxx.o [ 28%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCxxModuleUsageEffects.cxx.o [ 28%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDefinitions.cxx.o [ 28%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDepends.cxx.o [ 29%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsC.cxx.o [ 29%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsFortran.cxx.o [ 29%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJava.cxx.o [ 29%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJavaParserHelper.cxx.o [ 29%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsCompiler.cxx.o [ 29%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentation.cxx.o [ 30%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentationFormatter.cxx.o [ 30%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDynamicLoader.cxx.o [ 30%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDyndepCollation.cxx.o [ 30%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmEvaluatedTargetProperty.cxx.o [ 30%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmELF.cxx.o [ 30%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExprParserHelper.cxx.o [ 31%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportBuildAndroidMKGenerator.cxx.o [ 31%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportBuildFileGenerator.cxx.o [ 31%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportFileGenerator.cxx.o [ 31%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportInstallAndroidMKGenerator.cxx.o [ 31%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportInstallFileGenerator.cxx.o [ 31%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportTryCompileFileGenerator.cxx.o [ 32%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportSet.cxx.o [ 32%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExternalMakefileProjectGenerator.cxx.o [ 32%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraCodeBlocksGenerator.cxx.o [ 32%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraCodeLiteGenerator.cxx.o [ 32%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraEclipseCDT4Generator.cxx.o [ 32%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraKateGenerator.cxx.o [ 33%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraSublimeTextGenerator.cxx.o [ 33%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPI.cxx.o [ 33%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPICache.cxx.o [ 33%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPICodemodel.cxx.o [ 33%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPIConfigureLog.cxx.o [ 33%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPICMakeFiles.cxx.o [ 34%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPICommand.cxx.o [ 34%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPIToolchains.cxx.o [ 34%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileCopier.cxx.o [ 34%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileInstaller.cxx.o [ 34%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLock.cxx.o [ 34%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLockPool.cxx.o [ 35%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLockResult.cxx.o [ 35%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFilePathChecksum.cxx.o [ 35%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileSet.cxx.o [ 35%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileTime.cxx.o [ 35%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileTimeCache.cxx.o [ 35%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileTimes.cxx.o [ 36%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFortranParserImpl.cxx.o [ 36%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFSPermissions.cxx.o [ 36%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGccDepfileLexerHelper.cxx.o [ 36%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGccDepfileReader.cxx.o [ 36%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratedFileStream.cxx.o [ 36%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionContext.cxx.o [ 36%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionDAGChecker.cxx.o [ 37%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionEvaluationFile.cxx.o [ 37%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionEvaluator.cxx.o [ 37%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionLexer.cxx.o [ 37%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionNode.cxx.o [ 37%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionParser.cxx.o [ 37%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpression.cxx.o [ 38%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorTarget.cxx.o [ 38%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkItemGraphVisitor.cxx.o [ 38%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetPipes.cxx.o [ 38%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalCommonGenerator.cxx.o [ 38%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalGenerator.cxx.o [ 38%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalUnixMakefileGenerator3.cxx.o [ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobVerificationManager.cxx.o [ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGraphVizWriter.cxx.o [ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmImportedCxxModuleInfo.cxx.o [ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallGenerator.cxx.o [ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallGetRuntimeDependenciesGenerator.cxx.o [ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallExportGenerator.cxx.o [ 40%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstalledFile.cxx.o [ 40%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallFileSetGenerator.cxx.o [ 40%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallFilesGenerator.cxx.o [ 40%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallImportedRuntimeArtifactsGenerator.cxx.o [ 40%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallRuntimeDependencySet.cxx.o [ 40%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallRuntimeDependencySetGenerator.cxx.o [ 41%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallScriptGenerator.cxx.o [ 41%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallSubdirectoryGenerator.cxx.o [ 41%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallTargetGenerator.cxx.o [ 41%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallDirectoryGenerator.cxx.o [ 41%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmJSONHelpers.cxx.o [ 41%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmJSONState.cxx.o [ 42%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLDConfigLDConfigTool.cxx.o [ 42%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLDConfigTool.cxx.o [ 42%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkItem.cxx.o [ 42%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkLineComputer.cxx.o [ 42%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkLineDeviceComputer.cxx.o [ 42%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmList.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmListFileCache.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalCommonGenerator.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalGenerator.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPlaceholderExpander.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRulePlaceholderExpander.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalUnixMakefileGenerator3.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefile.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileTargetGenerator.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileExecutableTargetGenerator.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileLibraryTargetGenerator.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileProfilingData.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileUtilityTargetGenerator.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMessenger.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMSVC60LinkLineComputer.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOSXBundleGenerator.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOutputConverter.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNewLineStyle.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOrderDirectories.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPlistParser.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPolicies.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProcessOutput.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProcessTools.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmValue.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyDefinition.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyMap.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGen.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGenerator.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGenGlobalInitializer.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGenInitializer.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoMocUic.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoRcc.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRST.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRuntimeDependencyArchive.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmScriptGenerator.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceFile.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceFileLocation.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceGroup.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmStandardLevelResolver.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmState.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmStateDirectory.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmStateSnapshot.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmStringAlgorithms.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSystemTools.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTarget.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetPropertyComputer.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTest.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTestGenerator.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTransformDepfile.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUuid.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUVHandlePtr.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUVProcessChain.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVariableWatch.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVersion.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmWindowsRegistry.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmWorkerPool.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmWorkingDirectory.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXcFramework.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLParser.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLSafe.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLWriter.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmake.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommand.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommands.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddCompileDefinitionsCommand.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddCompileOptionsCommand.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddLinkOptionsCommand.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddCustomCommandCommand.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddCustomTargetCommand.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddDefinitionsCommand.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddDependenciesCommand.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddExecutableCommand.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddLibraryCommand.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddSubDirectoryCommand.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddTestCommand.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAuxSourceDirectoryCommand.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBreakCommand.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBuildCommand.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBuildNameCommand.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakeHostSystemInformationCommand.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakeLanguageCommand.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakeMinimumRequired.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePathCommand.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePolicyCommand.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmConditionEvaluator.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmConfigureFileCommand.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmContinueCommand.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCoreTryCompile.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCreateTestSourceList.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDefinePropertyCommand.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmEnableLanguageCommand.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmEnableTestingCommand.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExecProgramCommand.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExecuteProcessCommand.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExpandedCommandArgument.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExperimental.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportCommand.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportLibraryDependenciesCommand.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFLTKWrapUICommand.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileCommand.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindBase.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindCommon.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindFileCommand.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindLibraryCommand.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindPackageCommand.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindPathCommand.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindProgramCommand.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmForEachCommand.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBlockCommand.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFunctionBlocker.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFunctionCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetCMakePropertyCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetDirectoryPropertyCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetFilenameComponentCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetPropertyCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetSourceFilePropertyCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetTargetPropertyCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetTestPropertyCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmHexFileConverter.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIfCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeDirectoryCommand.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeExternalMSProjectCommand.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeGuardCommand.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeRegularExpressionCommand.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallCommand.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallCommandArguments.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallCxxModuleBmiGenerator.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallFilesCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallProgramsCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallTargetsCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkDirectoriesCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkLibrariesCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmListCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLoadCacheCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLoadCommandCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMacroCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakeDirectoryCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMarkAsAdvancedCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMathCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMessageCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOptionCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOutputRequiredFilesCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmParseArgumentsCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPathLabel.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProjectCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQTWrapCPPCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQTWrapUICommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRemoveCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRemoveDefinitionsCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmReturnCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSearchPath.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSeparateArgumentsCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetDirectoryPropertiesCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetPropertyCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetSourceFilesPropertiesCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetTargetPropertiesCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetTestsPropertiesCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSiteNameCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceGroupCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmString.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmStringReplaceHelper.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmStringCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSubcommandTable.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSubdirCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSubdirDependsCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetCompileDefinitionsCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetCompileFeaturesCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetCompileOptionsCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetIncludeDirectoriesCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetLinkOptionsCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetLinkDirectoriesCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetLinkLibrariesCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetPrecompileHeadersCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetPropCommandBase.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetSourcesCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTimestamp.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTryCompileCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTryRunCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUnsetCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUseMangledMesaCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUtilitySourceCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVariableRequiresCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVariableWatchCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmWhileCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmWriteFileCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmScanDepFormat.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalNinjaGenerator.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalNinjaGenerator.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaTargetGenerator.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaNormalTargetGenerator.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaUtilityTargetGenerator.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaLinkLineComputer.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaLinkLineDeviceComputer.cxx.o [ 75%] Building C object Source/CMakeFiles/CMakeLib.dir/cm_get_date.c.o [ 75%] Building C object Source/CMakeFiles/CMakeLib.dir/cm_utf8.c.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cm_codecvt.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cm_fileno.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDuration.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/bindexplib.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerAdapter.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerBreakpointManager.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerExceptionManager.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerProtocol.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerSourceBreakpoint.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerStackFrame.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerThread.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerThreadManager.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerVariables.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerVariablesHelper.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerVariablesManager.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDebuggerPosixPipeConnection.cxx.o [ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalWatcomWMakeGenerator.cxx.o [ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalGhsMultiGenerator.cxx.o [ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalGhsMultiGenerator.cxx.o [ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGhsMultiTargetGenerator.cxx.o [ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGhsMultiGpj.cxx.o [ 78%] Linking CXX static library libCMakeLib.a [ 78%] Built target CMakeLib [ 78%] Building CXX object Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/run_compile_commands.cxx.o [ 78%] Building CXX object Source/CMakeFiles/cmake.dir/cmakemain.cxx.o [ 79%] Building CXX object Source/CMakeFiles/cmake.dir/cmcmd.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CTestLib.dir/cmCTest.cxx.o [ 79%] Building CXX object Tests/CMakeLib/CMakeFiles/testUVProcessChainHelper.dir/testUVProcessChainHelper.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackArchiveGenerator.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmProcess.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBinPacker.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackComponentGroup.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackDebGenerator.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildAndTestHandler.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackExternalGenerator.cxx.o [ 81%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/ret0.cxx.o [ 81%] Building CXX object Tests/CMakeLib/CMakeFiles/testAffinity.dir/testAffinity.cxx.o [ 81%] Building CXX object Tests/CMakeLib/CMakeFiles/testDebuggerNamedPipe.dir/testDebuggerNamedPipe.cxx.o [ 81%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/ret0.cxx.o [ 81%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/ret0.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildCommand.cxx.o [ 81%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_cuda-memcheck.dir/ret0.cxx.o [ 81%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/ret1.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildHandler.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackGeneratorFactory.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackGenerator.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestConfigureCommand.cxx.o [ 81%] Linking CXX executable testAffinity [ 82%] Linking CXX executable valgrind [ 82%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackLog.cxx.o [ 82%] Linking CXX executable cuda-memcheck [ 82%] Built target testAffinity [ 83%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackInnoSetupGenerator.cxx.o [ 83%] Linking CXX executable memcheck_fail [ 84%] Linking CXX executable testUVProcessChainHelper [ 84%] Built target pseudo_valgrind [ 84%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackNSISGenerator.cxx.o [ 84%] Linking CXX executable BC [ 84%] Built target pseudo_cuda-memcheck [ 84%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackNuGetGenerator.cxx.o [ 84%] Built target testUVProcessChainHelper [ 84%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestConfigureHandler.cxx.o [ 84%] Linking CXX executable purify [ 84%] Built target memcheck_fail [ 84%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackSTGZGenerator.cxx.o [ 84%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWCommon.cxx.o [ 84%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWGenerator.cxx.o [ 84%] Built target pseudo_BC [ 85%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCoverageCommand.cxx.o [ 85%] Linking CXX executable runcompilecommands [ 85%] Linking CXX executable testDebuggerNamedPipe [ 85%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWInstaller.cxx.o [ 85%] Built target pseudo_purify [ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWPackage.cxx.o [ 86%] Built target testDebuggerNamedPipe [ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWRepository.cxx.o [ 86%] Built target runcompilecommands [ 86%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCoverageHandler.cxx.o [ 86%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCurl.cxx.o [ 86%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseMumpsCoverage.cxx.o [ 86%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseCacheCoverage.cxx.o [ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackRPMGenerator.cxx.o [ 86%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseGTMCoverage.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseJacocoCoverage.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseBlanketJSCoverage.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParsePHPCoverage.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseCoberturaCoverage.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseDelphiCoverage.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGenericHandler.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestHandlerCommand.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestResourceAllocator.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestResourceSpec.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestLaunch.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestLaunchReporter.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMemCheckCommand.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMemCheckHandler.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMultiProcessHandler.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestReadCustomFilesCommand.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestResourceGroupsLexerHelper.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestRunScriptCommand.cxx.o [ 90%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestRunTest.cxx.o [ 90%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestScriptHandler.cxx.o [ 90%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSleepCommand.cxx.o [ 90%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestStartCommand.cxx.o [ 90%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSubmitCommand.cxx.o [ 90%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSubmitHandler.cxx.o [ 91%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestTestCommand.cxx.o [ 91%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestTestHandler.cxx.o [ 91%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestTestMeasurementXMLParser.cxx.o [ 91%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUpdateCommand.cxx.o [ 91%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUpdateHandler.cxx.o [ 91%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUploadCommand.cxx.o [ 92%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUploadHandler.cxx.o [ 92%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestVC.cxx.o [ 92%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGlobalVC.cxx.o [ 92%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCVS.cxx.o [ 92%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSVN.cxx.o [ 92%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBZR.cxx.o [ 93%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGIT.cxx.o [ 93%] Linking CXX executable ../bin/cmake [ 93%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestHG.cxx.o [ 93%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestP4.cxx.o [ 93%] Building CXX object Source/CMakeFiles/CTestLib.dir/LexerParser/cmCTestResourceGroupsLexer.cxx.o [ 93%] Linking CXX static library libCPackLib.a [ 93%] Built target CPackLib [ 93%] Building CXX object Source/CMakeFiles/cpack.dir/CPack/cpack.cxx.o [ 94%] Linking CXX executable ../bin/cpack [ 94%] Linking CXX static library libCTestLib.a [ 94%] Built target CTestLib [ 94%] Building CXX object Source/CMakeFiles/ctest.dir/ctest.cxx.o [ 94%] Building CXX object Tests/RunCMake/CMakeFiles/ctresalloc.dir/CTestResourceAllocation/ctresalloc.cxx.o [ 95%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/CMakeLibTests.cxx.o [ 95%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testArgumentParser.cxx.o [ 95%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testCTestBinPacker.cxx.o [ 95%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testCTestResourceSpec.cxx.o [ 95%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testCTestResourceAllocator.cxx.o [ 95%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testCTestResourceGroups.cxx.o [ 96%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testDebug.cxx.o [ 96%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testGccDepfileReader.cxx.o [ 96%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testGeneratedFileStream.cxx.o [ 96%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testJSONHelpers.cxx.o [ 96%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testRST.cxx.o [ 96%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testRange.cxx.o [ 97%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testOptional.cxx.o [ 97%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testStringAlgorithms.cxx.o [ 97%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testString.cxx.o [ 97%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUTF8.cxx.o [ 97%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testSystemTools.cxx.o [ 97%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLParser.cxx.o [ 98%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLSafe.cxx.o [ 98%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testFindPackageCommand.cxx.o [ 98%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUVProcessChain.cxx.o [ 98%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUVRAII.cxx.o [ 98%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUVStreambuf.cxx.o [ 98%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testCMExtMemory.cxx.o [ 99%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testCMExtAlgorithm.cxx.o [ 99%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testCMExtEnumSet.cxx.o [ 99%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testList.cxx.o [ 99%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testCMakePath.cxx.o [ 99%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testDebuggerAdapter.cxx.o [ 99%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testDebuggerAdapterPipe.cxx.o [100%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testDebuggerBreakpointManager.cxx.o [100%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testDebuggerVariables.cxx.o [100%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testDebuggerVariablesHelper.cxx.o [100%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testDebuggerVariablesManager.cxx.o [100%] Linking CXX executable ../../bin/ctresalloc [100%] Linking CXX executable ../bin/ctest [100%] Linking CXX executable CMakeLibTests [100%] Built target cmake [100%] Built target cpack [100%] Built target ctresalloc [100%] Built target ctest [100%] Built target CMakeLibTests buildPhase completed in 2 minutes 38 seconds Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash install [ 0%] Built target pseudonl_purify [ 2%] Built target pseudonl_valgrind [ 2%] Built target cmsys_c [ 2%] Built target pseudonl_BC [ 2%] Built target cmstd [ 3%] Built target kwiml_test [ 4%] Built target detect_jobserver [ 4%] Built target exit_code [ 4%] Built target fake_build_command [ 4%] Built target color_warning [ 5%] Built target pseudo_llvm-rc [ 5%] Built target pseudo_emulator [ 6%] Built target print_stdin [ 6%] Built target pseudo_emulator_custom_command_arg [ 7%] Built target pseudo_emulator_custom_command [ 7%] Built target pseudo_tidy [ 7%] Built target pseudo_iwyu [ 8%] Built target cmjsoncpp [ 9%] Built target pseudo_cpplint [ 12%] Built target cmsys [ 13%] Built target foo [ 13%] Built target cmsysTestsC [ 13%] Built target pseudo_cppcheck [ 14%] Built target cmsysTestProcess [ 14%] Built target cmsysTestDynload [ 15%] Built target testConsoleBufChild [ 15%] Built target testEncoding [ 18%] Built target cmcppdap [ 20%] Built target cmsysTestsCxx [ 78%] Built target CMakeLib [ 79%] Built target pseudo_valgrind [ 79%] Built target testAffinity [ 80%] Built target testUVProcessChainHelper [ 80%] Built target testDebuggerNamedPipe [ 80%] Built target runcompilecommands [ 80%] Built target pseudo_purify [ 80%] Built target pseudo_cuda-memcheck [ 80%] Built target pseudo_BC [ 80%] Built target memcheck_fail [ 81%] Built target cmake [ 84%] Built target CPackLib [ 85%] Built target cpack [ 94%] Built target CTestLib [ 94%] Built target ctest [ 94%] Built target ctresalloc [100%] Built target CMakeLibTests Install the project... -- Install configuration: "Release" -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/doc/cmake-3.28.2/cmsys/Copyright.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/doc/cmake-3.28.2/cmcppdap/NOTICE -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin/cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin/ctest -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin/cpack -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/include/cmCPluginAPI.h -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/doc/cmake-3.28.2/Copyright.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.28.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.22.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.25.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.13.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.20.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.24.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.1.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.9.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.6.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.4.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/index.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.27.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.19.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.14.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.21.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.16.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.26.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.2.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.12.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.0.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.23.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.11.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.8.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.5.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.15.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/dev.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.10.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.3.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.18.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/release/3.17.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/NO_SONAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/C_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_IOT_STARTUP_TASK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_SOLUTION_DEPLOY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ISPC_HEADER_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_SCC_PROJECTNAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PRECOMPILE_HEADERS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/C_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/UNITY_BUILD_BATCH_SIZE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOUIC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/BINARY_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/HIP_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CXX_MODULE_SET_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_WORKING_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_LAUNCH_CONFIGURATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_LIBRARY_OVERRIDE_LIBRARY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_ARGUMENTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MAX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DEBUGGER_COMMAND_ARGUMENTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CXX_MODULE_SETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/RUNTIME_OUTPUT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOMOC_EXECUTABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_SONAME_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_API.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_RESOLVE_DEVICE_SYMBOLS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DOTNET_STARTUP_OBJECT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_THREAD_SANITIZER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_SCC_AUXPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OBJCXX_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_GLOBAL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DPI_AWARE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/HAS_CXX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XXX_OUTPUT_DIRECTORY.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_OBJECTS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/UNITY_BUILD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_CXX_MODULES_LINK_LIBRARIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PRIVATE_HEADER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_NO_SONAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_LINK_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/STATIC_LIBRARY_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_IMPLIB.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOMOC_MOC_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_ARCH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_EMBED_type_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_SEARCH_END_STATIC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_PRODUCT_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CXX_SCAN_FOR_MODULES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CXX_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_KEYWORD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_PROGUARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_WINRT_COMPONENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INSTALL_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/HEADER_SET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_ZOMBIE_OBJECTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OSX_ARCHITECTURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_GLOBAL_ROOTNAMESPACE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_THREAD_SANITIZER_STOP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOMOC_PATH_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_VISIBILITY_PRESET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_HEADER_SETS_TO_VERIFY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_ENABLE_GPU_API_VALIDATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MSVC_RUNTIME_LIBRARY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LIBNAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/BUILD_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_CLANG_TIDY_EXPORT_FIXES_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OBJCXX_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_CXX_MODULES_INCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/DLL_NAME_WITH_SOVERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ISPC_INSTRUCTION_SETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DEBUGGER_ENVIRONMENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_SYSTEM_INCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PDB_NAME_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DOTNET_DOCUMENTATION_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ARCHIVE_OUTPUT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_HEADER_SETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_SECURE_PROPS_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/RESOURCE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/FRAMEWORK_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CXX_MODULE_DIRS_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ADDITIONAL_CLEAN_FILES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCTEST.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOGEN_BUILD_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PUBLIC_HEADER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ENABLE_EXPORTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_SEARCH_START_STATIC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/UNITY_BUILD_UNIQUE_ID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MACHO_COMPATIBILITY_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_CXX_MODULES_COMPILE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/DEBUG_POSTFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_PDB_NAME_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_PROCESS_MAX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_GUI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/EchoString.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OUTPUT_NAME_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/DEFINE_SYMBOL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTORCC_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CXX_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_OPTIX_COMPILATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOUIC_EXECUTABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/HIP_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PCH_INSTANTIATE_TEMPLATES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_INTERFACE_LIBRARIES_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LOCATION_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_COMMON_LANGUAGE_RUNTIME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINKER_LANGUAGE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DOTNET_REFERENCE_refname.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_FLAGS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PCH_WARN_INVALID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOMOC_DEPEND_FILTERS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INSTALL_NAME_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/GENERATOR_FILE_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_JAR_DEPENDENCIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_NATIVE_LIB_DEPENDENCIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT-VALUES.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_DEBUG_AS_ROOT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MANUALLY_ADDED_DEPENDENCIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOGEN_ORIGIN_DEPENDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTORCC_EXECUTABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_WARNING_AS_ERROR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_SOURCES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/HIP_ARCHITECTURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_WINRT_REFERENCES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_FATBIN_COMPILATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OUTPUT_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_COMPILE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/JOB_POOL_PRECOMPILE_HEADER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/Fortran_FORMAT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/RULE_LAUNCH_CUSTOM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_JAVA_SOURCE_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/WATCOM_RUNTIME_LIBRARY-VALUES.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DOTNET_REFERENCES_COPY_LOCAL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_JAR_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/GHS_NO_SOURCE_GROUP_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PRE_INSTALL_SCRIPT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ARCHIVE_OUTPUT_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOUIC_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_LIBRARIES_ONLY_TARGETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_EMBED_type_CODE_SIGN_ON_COPY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/SOURCE_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_SCC_PROVIDER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_CPPCHECK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/BUILD_RPATH_USE_ORIGIN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORT_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_CXX_MODULE_SETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/POST_INSTALL_SCRIPT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/FRAMEWORK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_NO_COMPILE_BATCHING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_LIBRARY_OVERRIDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_WHAT_YOU_USE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DOTNET_TARGET_FRAMEWORK_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_EXPLICIT_FILE_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ALIAS_GLOBAL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOMOC_MACRO_NAMES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MACHO_CURRENT_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_MALLOC_SCRIBBLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_AUTOMOC_MACRO_NAMES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/RULE_LAUNCH_LINK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_PROGUARD_CONFIG_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_ENVIRONMENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/DEPLOYMENT_ADDITIONAL_FILES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_CPPLINT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/SOURCES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOMOC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/Swift_DEPENDENCIES_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_GLOBAL_PROJECT_TYPES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PRECOMPILE_HEADERS_REUSE_FROM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PDB_NOTE.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/DEPRECATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_INTERFACE_MULTIPLICITY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_RUNTIME_LIBRARY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/UNITY_BUILD_CODE_BEFORE_INCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_SOURCE_SETTINGS_tool.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/UNITY_BUILD_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/DOTNET_SDK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_PDB_NOTE.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_PDB_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OBJC_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LIBRARY_OUTPUT_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MACOSX_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_LIBRARIES_INDIRECTION.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/HEADER_SETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PDB_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/Swift_MODULE_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_PROJECT_IMPORT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XXX_OUTPUT_NAME.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_SCC_LOCALPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/SOVERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_EMBED_type_REMOVE_HEADERS_ON_COPY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_LIBRARIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_PACKAGE_REFERENCES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_DEFINITIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/Swift_MODULE_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DOTNET_REFERENCES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LABELS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/RUNTIME_OUTPUT_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_API_MIN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_CXX_MODULES_COMPILE_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_SDK_REFERENCES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LOCATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_SONAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/STATIC_LIBRARY_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OSX_ARCHITECTURES_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_INTERFACE_LIBRARIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/BUNDLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_DEFINITIONS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OBJCXX_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_MOBILE_EXTENSIONS_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_WINRT_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_ARCHITECTURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ALIASED_TARGET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTORCC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/EXPORT_PROPERTIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_CXX_MODULES_COMPILE_DEFINITIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_CLANG_TIDY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOGEN_PARALLEL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_LAUNCH_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/BUILD_WITH_INSTALL_NAME_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_COMPILE_DEFINITIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/EXPORT_NO_SYSTEM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_MALLOC_GUARD_EDGES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VISIBILITY_INLINES_HIDDEN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/NO_SYSTEM_FROM_IMPORTED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MAP_IMPORTED_CONFIG_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_CUBIN_COMPILATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MACOS_IMPORT_FILES.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/BUNDLE_EXTENSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/FOLDER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LOCATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/WIN32_EXECUTABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/GNUtoMS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MACOSX_FRAMEWORK_INFO_PLIST.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OBJC_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CXX_MODULE_SET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/HEADER_SET_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/MACOSX_BUNDLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_DESKTOP_EXTENSIONS_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LIBNAME_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_LINK_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_DEPENDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_BUILD_PROPERTY.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_CONFIGURATION_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/DISABLE_PRECOMPILE_HEADERS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CXX_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_NO_SONAME_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/HEADER_DIRS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/EXPORT_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_LOCATION_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/EXPORT_COMPILE_COMMANDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORT_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CONFIG_OUTPUT_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/RULE_LAUNCH_COMPILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_IMPLIB_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/C_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_PTX_COMPILATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/JOB_POOL_COMPILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_DEPENDS_NO_SHARED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_SEPARABLE_COMPILATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_LINKER_LAUNCHER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/SYSTEM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/WATCOM_RUNTIME_LIBRARY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_USER_PROPS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_ANT_ADDITIONAL_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/EXCLUDE_FROM_ALL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IOS_INSTALL_COMBINED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_ASSETS_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PROJECT_LABEL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_ADDRESS_SANITIZER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/OBJC_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/SKIP_BUILD_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/Fortran_PREPROCESS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LIBRARY_OUTPUT_NAME_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_XCCONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_PLATFORM_TOOLSET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_NO_SOLUTION_DEPLOY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/Swift_LANGUAGE_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CUDA_RUNTIME_LIBRARY-VALUES.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_EXECUTABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CXX_MODULE_DIRS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CONFIG_POSTFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/HEADER_DIRS_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/JOB_POOL_LINK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/UNITY_BUILD_CODE_AFTER_INCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOMOC_COMPILER_PREDEFINES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/Fortran_MODULE_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LIBRARY_OUTPUT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMMON_LANGUAGE_RUNTIME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_GENERATE_SCHEME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/GHS_INTEGRITY_APP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/VS_GLOBAL_variable.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_STL_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_NO_SYSTEM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/INTERFACE_PRECOMPILE_HEADERS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/PDB_OUTPUT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/ANDROID_SKIP_ANT_STEP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/RUNTIME_OUTPUT_NAME_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/HIP_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AUTOUIC_SEARCH_PATHS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_MALLOC_STACK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/LINK_INTERFACE_MULTIPLICITY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/IMPORTED_OBJECTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_EMBED_type.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/AIX_EXPORT_ALL_SYMBOLS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_tgt/XCODE_SCHEME_GUARD_MALLOC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/index.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/DISABLED_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/AUTOUIC_SOURCE_GROUP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/ECLIPSE_EXTRA_CPROJECT_CONTENTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/FIND_LIBRARY_USE_LIB64_PATHS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/AUTOMOC_SOURCE_GROUP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/PACKAGES_FOUND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/JOB_POOLS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/USE_FOLDERS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/FIND_LIBRARY_USE_LIB32_PATHS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/TARGET_ARCHIVES_MAY_BE_SHARED_LIBS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/CMAKE_ROLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/REPORT_UNDEFINED_PROPERTIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/TARGET_MESSAGES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/PACKAGES_NOT_FOUND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/RULE_LAUNCH_CUSTOM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/ECLIPSE_EXTRA_NATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/CMAKE_C_KNOWN_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/RULE_LAUNCH_LINK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/ENABLED_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/CMAKE_LANG_STD_FLAGS.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/IN_TRY_COMPILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/FIND_LIBRARY_USE_LIBX32_PATHS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/DEBUG_CONFIGURATIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/PREDEFINED_TARGETS_FOLDER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/AUTOGEN_SOURCE_GROUP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/CMAKE_CUDA_KNOWN_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/XCODE_EMIT_EFFECTIVE_PLATFORM_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/GLOBAL_DEPENDS_NO_CYCLES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/RULE_LAUNCH_COMPILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/RULE_MESSAGES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/ENABLED_LANGUAGES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/AUTORCC_SOURCE_GROUP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_gbl/AUTOMOC_TARGETS_FOLDER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_APPLE_SILICON_PROCESSOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/SSL_CERT_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_GENERATOR_PLATFORM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_FRAMEWORK_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CXX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CFLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CUDACXX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_OSX_ARCHITECTURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_GENERATOR_TOOLSET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/SSL_CERT_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/ISPC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_INSTALL_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_LANG_LINKER_LAUNCHER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/ADSP_ROOT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CTEST_USE_LAUNCHERS_DEFAULT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/FC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_APPBUNDLE_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_CROSSCOMPILING_EMULATOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CTEST_NO_TESTS_ACTION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_COLOR_DIAGNOSTICS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CUDAHOSTCXX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/PackageName_ROOT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/HIPFLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_GENERATOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/MACOSX_DEPLOYMENT_TARGET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/DASHBOARD_TEST_FROM_CTEST.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CXXFLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_MAXIMUM_RECURSION_DEPTH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/RCFLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/OBJCXX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_GENERATOR_INSTANCE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_CONFIGURATION_TYPES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_NO_VERBOSE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_LIBRARY_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CCMAKE_COLORS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/LANG_FLAGS.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_BUILD_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CTEST_PROGRESS_OUTPUT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/OBJC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/RC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/VERBOSE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CUDAFLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CTEST_INTERACTIVE_DEBUG_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/ASM_DIALECT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_PROGRAM_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/DESTDIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_INCLUDE_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CTEST_PARALLEL_LEVEL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CSFLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/LDFLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/HIPHOSTCXX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_TOOLCHAIN_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_LANG_COMPILER_LAUNCHER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_MSVCIDE_RUN_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/FFLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/ISPCFLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_CONFIG_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/ASM_DIALECTFLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_PREFIX_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/SWIFTC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CTEST_OUTPUT_ON_FAILURE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CUDAARCHS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES_EXCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_BUILD_PARALLEL_LEVEL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/CMAKE_EXPORT_COMPILE_COMMANDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/HIPCXX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/envvar/ENV_VAR.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/get_target_property.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_coverage.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_link_options.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/qt_wrap_cpp.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/math.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_custom_command.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/set_target_properties.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/get_filename_component.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/subdir_depends.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_submit.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_dependencies.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/string.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/use_mangled_mesa.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_start.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/cmake_parse_arguments.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/target_include_directories.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/link_directories.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/get_directory_property.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/find_package.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/unset.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/qt_wrap_ui.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/site_name.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/file.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_custom_target.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/find_program.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/endforeach.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/enable_testing.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/find_library.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/write_file.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/find_path.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/build_name.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/source_group.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/set.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/include_guard.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/output_required_files.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/cmake_language.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/remove_definitions.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/remove.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_test.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/option.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/function.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/while.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/project.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/build_command.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/FIND_XXX.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/mark_as_advanced.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/FIND_XXX_ORDER.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/export_library_dependencies.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/block.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/define_property.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_run_script.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/elseif.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_build.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/load_cache.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/cmake_host_system_information.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_read_custom_files.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/target_precompile_headers.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/target_link_directories.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/target_link_options.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/separate_arguments.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/utility_source.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_compile_options.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_subdirectory.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/if.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/cmake_path.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/install_programs.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/subdirs.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/FIND_XXX_REGISTRY_VIEW.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/execute_process.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/aux_source_directory.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/install_targets.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/foreach.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/link_libraries.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/SUPPORTED_LANGUAGES.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/try_compile.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_upload.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/get_property.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/FIND_XXX_ROOT.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_library.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/break.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_executable.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/variable_requires.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/set_directory_properties.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/continue.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/configure_file.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/LINK_OPTIONS_LINKER.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/try_run.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_sleep.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/include.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/endif.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/set_source_files_properties.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_update.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/OPTIONS_SHELL.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/target_compile_definitions.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/set_tests_properties.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/include_directories.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/find_file.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/get_test_property.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/endblock.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/get_source_file_property.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/else.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/target_compile_options.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/cmake_minimum_required.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/return.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/GENEX_NOTE.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/macro.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/endfunction.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/create_test_sourcelist.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/target_compile_features.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/make_directory.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/DEPRECATED_POLICY_VERSIONS.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/DEVICE_LINK_OPTIONS.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/list.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/endwhile.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/install.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/UNSET_NOTE.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/cmake_file_api.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_definitions.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/enable_language.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_test.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_memcheck.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/include_external_msproject.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/export.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/include_regular_expression.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/target_sources.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/fltk_wrap_ui.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/cmake_policy.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/add_compile_definitions.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/load_command.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/endmacro.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/target_link_libraries.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_configure.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/ctest_empty_binary_directory.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/exec_program.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/message.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/variable_watch.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/set_property.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/get_cmake_property.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/command/install_files.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/IMPORTED_TARGETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/BINARY_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/BUILDSYSTEM_TARGETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/TEST_INCLUDE_FILES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/CACHE_VARIABLES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/TESTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/VARIABLES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/ADDITIONAL_CLEAN_FILES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/PARENT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/COMPILE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/MACROS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/SUBDIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/RULE_LAUNCH_CUSTOM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/DEFINITIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/INTERPROCEDURAL_OPTIMIZATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/SOURCE_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/ADDITIONAL_MAKE_CLEAN_FILES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/LINK_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/TEST_INCLUDE_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/RULE_LAUNCH_LINK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/COMPILE_DEFINITIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/LABELS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/COMPILE_DEFINITIONS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/INCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/LINK_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/LISTFILE_STACK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/INCLUDE_REGULAR_EXPRESSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/CMAKE_CONFIGURE_DEPENDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/RULE_LAUNCH_COMPILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/SYSTEM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/EXCLUDE_FROM_ALL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/CLEAN_NO_CUSTOM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_dir/VS_STARTUP_PROJECT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/freebsd.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/external.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/rpm.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/nsis.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/ifw.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/deb.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/packagemaker.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/bundle.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/innosetup.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/archive.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/productbuild.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/cygwin.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/dmg.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/nuget.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/cpack_gen/wix.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindFLTK2.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckStructHasMember.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindUnixCommands.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindCURL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindTclsh.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgGA.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckLinkerFlag.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/AddFileDependencies.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindBullet.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckIPOSupported.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindMPEG2.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSWIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindX11.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeFindDependencyMacro.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGLUT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSQLite3.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackNuGet.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckSymbolExists.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPostgreSQL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckCSourceCompiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSDL_ttf.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckCCompilerFlag.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/Findosg_functions.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckTypeSize.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckSourceRuns.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindBoost.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/ProcessorCount.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeBackwardCompatibilityCXX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackComponent.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindOpenSP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeForceCompiler.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMAKE_REQUIRED_LINK_OPTIONS.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckCSourceRuns.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPythonInterp.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindRuby.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLTTngUST.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindASPELL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeDependentOption.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/GNUInstallDirs.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindQuickTime.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindVulkan.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPythonLibs.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckFunctionExists.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindJava.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/Dart.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindCups.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/SquishTestScript.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindCUDA.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGDAL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackRPM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgViewer.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/TestForANSIForScope.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLua50.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/ExternalData.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindVTK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindwxWidgets.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindBZip2.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackArchive.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgText.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgWidget.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindCVS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/DeployQt4.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindIntl.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPerlLibs.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindTIFF.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindFLEX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindMPI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindImageMagick.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/Use_wxWindows.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGnuTLS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgProducer.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindDevIL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/UseEcos.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindXalanC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeDetermineVSServicePack.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackIFW.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPython3.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgPresentation.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgQt.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/ExternalProject.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CSharpUtilities.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakePrintHelpers.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindKDE3.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindXCTest.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGettext.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindOpenMP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/TestCXXAcceptsFlag.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckIncludeFiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindBacktrace.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckVariableExists.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/GetPrerequisites.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgFX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckFortranFunctionExists.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgParticle.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckIncludeFileCXX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/Documentation.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLua.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindOpenSceneGraph.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackNSIS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindCxxTest.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLibLZMA.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMAKE_REQUIRED_INCLUDES.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGSL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindEnvModules.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgTerrain.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindTclStub.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindEXPAT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPike.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/TestForSSTREAM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPHP4.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLAPACK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/Findosg.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/TestForANSIStreamHeaders.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakePrintSystemInformation.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeFindFrameworks.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindHSPELL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPhysFS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindDCMTK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindODBC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGnuplot.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindwxWindows.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindCoin3D.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindALSA.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindThreads.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeFindPackageMode.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/WriteCompilerDetectionHeader.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackIFWConfigureFile.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindJNI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindHg.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindMatlab.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindJasper.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLibXml2.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPython2.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPython.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/UsePkgConfig.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckLanguage.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/GenerateExportHeader.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckPIESupported.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgManipulator.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLibArchive.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackBundle.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgVolume.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindProtobuf.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckOBJCXXSourceCompiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeExpandImportedTargets.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindMsys.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FeatureSummary.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/WriteBasicConfigVersionFile.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGTK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSDL_image.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FetchContent.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGTK2.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakePushCheckState.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/TestForSTDNamespace.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeParseArguments.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSDL_mixer.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackWIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindMFC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/TestBigEndian.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindIce.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckLibraryExists.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindOpenCL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLATEX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/UseJava.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindCABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGTest.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeGraphVizOptions.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPNG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindOpenGL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackDeb.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindWget.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLibXslt.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckSourceCompiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindIconv.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/UseJavaClassFilelist.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindTCL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckCXXSourceRuns.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckOBJCXXCompilerFlag.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMAKE_REQUIRED_DEFINITIONS.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackDMG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakePackageConfigHelpers.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CTest.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeAddFortranSubdirectory.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSelfPackers.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindFLTK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPackageHandleStandardArgs.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindZLIB.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckCXXCompilerFlag.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindMotif.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGIF.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLua51.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindLibinput.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckOBJCSourceCompiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackCygwin.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckIncludeFile.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/UseJavaSymlinks.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSDL_net.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindOpenACC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGLEW.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPack.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgIntrospection.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindJPEG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindDart.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMakeVerifyManifest.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgDB.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPkgConfig.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindXercesC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckCXXSourceCompiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/InstallRequiredSystemLibraries.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSDL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPatch.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPerl.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgShadow.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindKDE4.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindOpenAL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CTestCoverageCollectGCOV.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/MacroAddFileDependencies.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindQt3.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSubversion.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindCurses.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgAnimation.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSDL_gfx.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckFortranSourceRuns.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/AndroidTestUtilities.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSquish.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindITK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckFortranCompilerFlag.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindArmadillo.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckOBJCCompilerFlag.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindQt.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindCygwin.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindDoxygen.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindHDF5.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGit.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindMPEG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindHTMLHelp.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindIcotool.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackFreeBSD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgSim.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindFreetype.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckOBJCXXSourceRuns.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CPackProductBuild.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CTestScriptMode.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindXMLRPC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMAKE_REQUIRED_LIBRARIES.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/SelectLibraryConfigurations.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindosgUtil.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckCompilerFlag.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckFortranSourceCompiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindFontconfig.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindProducer.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindAVIFile.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/UseSWIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CTestUseLaunchers.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckPrototypeDefinition.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindWish.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindGCCXML.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindOpenSSL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckCXXSymbolExists.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindQt4.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/BundleUtilities.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMAKE_REQUIRED_QUIET.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FortranCInterface.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CMAKE_REQUIRED_FLAGS.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindOpenThreads.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/UsewxWidgets.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/CheckOBJCSourceRuns.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindBLAS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/GoogleTest.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindRTI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindSDL_sound.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindICU.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindBISON.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindCUDAToolkit.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/module/FindPackageMessage.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_cache -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_cache/VALUE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_cache/HELPSTRING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_cache/STRINGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_cache/TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_cache/ADVANCED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_cache/MODIFIED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/OPTIONS_HELP.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cpack.1.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-generators.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-policies.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-variables.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cpack-generators.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-qt.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-generator-expressions.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-properties.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-presets.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/ID_RESERVE.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-modules.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-file-api.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-configure-log.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-toolchains.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake.1.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-packages.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-commands.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/ctest.1.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/presets -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/presets/schema.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/presets/example.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-server.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-compile-features.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-language.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-cxxmodules.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-env-variables.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/ccmake.1.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-buildsystem.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-developer.7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/cmake-gui.1.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/LINKS.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/manual/OPTIONS_BUILD.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_inst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_inst/CPACK_START_MENU_SHORTCUTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_inst/CPACK_WIX_ACL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_inst/CPACK_DESKTOP_SHORTCUTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_inst/CPACK_PERMANENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_inst/CPACK_NEVER_OVERWRITE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/SKIP_AUTOMOC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_XAML_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/SKIP_AUTORCC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_SHADER_ENABLE_DEBUG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/KEEP_EXTENSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_SHADER_OUTPUT_HEADER_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_DEPLOYMENT_LOCATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_SHADER_VARIABLE_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/CXX_SCAN_FOR_MODULES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_SHADER_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/SKIP_UNITY_BUILD_INCLUSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/WRAP_EXCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_CSHARP_tagname.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/UNITY_GROUP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/AUTORCC_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/HEADER_FILE_ONLY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_SETTINGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/XCODE_LAST_KNOWN_FILE_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/COMPILE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/Fortran_FORMAT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/SKIP_PRECOMPILE_HEADERS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/SKIP_LINTING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_INCLUDE_IN_VSIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/GENERATED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/AUTOUIC_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/COMPILE_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/OBJECT_DEPENDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/XCODE_EXPLICIT_FILE_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/Swift_DEPENDENCIES_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/LANGUAGE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_SHADER_ENTRYPOINT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/SKIP_AUTOGEN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/SYMBOLIC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_SHADER_MODEL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/COMPILE_DEFINITIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_SHADER_OBJECT_FILE_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/LABELS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/Swift_DIAGNOSTICS_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/INCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/ABSTRACT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/LOCATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_TOOL_OVERRIDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_RESOURCE_GENERATOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/Fortran_PREPROCESS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_SHADER_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/SKIP_AUTOUIC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/OBJECT_OUTPUTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/VS_COPY_TO_OUT_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_sf/EXTERNAL_OBJECT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/TIMEOUT_SIGNAL_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/REQUIRED_FILES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/DEPENDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/RUN_SERIAL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/COST.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/ENVIRONMENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/ATTACHED_FILES_ON_FAIL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/TIMEOUT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/ENVIRONMENT_MODIFICATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/ATTACHED_FILES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/SKIP_RETURN_CODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/GENERATED_RESOURCE_SPEC_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/SKIP_REGULAR_EXPRESSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/MEASUREMENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/TIMEOUT_SIGNAL_GRACE_PERIOD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/FIXTURES_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/FIXTURES_SETUP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/PASS_REGULAR_EXPRESSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/RESOURCE_LOCK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/WORKING_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/DISABLED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/PROCESSORS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/FAIL_REGULAR_EXPRESSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/RESOURCE_GROUPS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/LABELS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/PROCESSOR_AFFINITY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/FIXTURES_CLEANUP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/TIMEOUT_AFTER_MATCH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/prop_test/WILL_FAIL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 17 2022.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/VS_TOOLSET_HOST_ARCH.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/MSYS Makefiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/CodeBlocks.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Ninja.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Green Hills MULTI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Xcode.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 12 2013.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Kate.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/VS_TOOLSET_HOST_ARCH_LEGACY.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Ninja Multi-Config.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/MinGW Makefiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 7.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Borland Makefiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 16 2019.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 14 2015.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 15 2017.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Eclipse CDT4.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 8 2005.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 10 2010.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 6.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 11 2012.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 9 2008.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/NMake Makefiles JOM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Visual Studio 7 .NET 2003.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/CodeLite.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Watcom WMake.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Sublime Text 2.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/NMake Makefiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/generator/Unix Makefiles.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0012.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0104.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0072.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0088.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0013.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0083.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0022.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0133.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0121.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0005.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0006.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0008.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0110.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0101.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0060.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0063.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0037.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0099.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0014.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0054.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0031.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0116.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0062.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0021.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0100.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0064.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0074.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0109.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0029.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0113.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0079.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0004.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0071.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0143.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0035.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0134.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0115.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0155.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0107.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0065.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0036.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0019.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0009.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0125.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0032.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0142.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0123.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0094.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/DISALLOWED_COMMAND.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0130.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0095.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0017.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0075.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0048.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0102.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0124.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0053.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0097.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0002.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0086.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0016.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0081.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0015.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0077.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0047.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0023.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0096.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0030.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0135.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0045.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0146.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0149.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0151.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0000.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0026.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0066.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0003.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0092.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0027.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0082.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0141.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0020.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0148.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0139.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0089.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0127.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0039.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0068.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0132.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0118.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0145.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0117.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0067.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0119.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0106.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0024.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0033.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0138.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0093.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0136.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0055.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0034.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0147.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0087.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0044.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0025.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0137.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0010.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0043.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0111.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0046.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0126.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0114.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0052.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0084.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0122.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0038.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/DEPRECATED.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0090.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0042.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0091.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0152.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0153.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0056.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0078.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0150.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0058.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0108.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0103.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0028.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0128.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0154.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0007.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0051.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0129.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0131.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0011.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0018.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0040.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0001.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0098.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0085.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0120.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0140.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0070.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0057.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0049.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0050.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0073.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0112.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0041.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0080.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0076.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0105.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0061.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0069.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0144.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/policy/CMP0059.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CURRENT_LIST_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_APPLE_SILICON_PROCESSOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SOURCE_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_UPDATE_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_STATIC_LIBRARY_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_LIBRARY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_NO_INSTALL_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_GENERATOR_PLATFORM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_TRY_COMPILE_TARGET_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_MALLOC_STACK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_LIBRARY_USING_FEATURE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MODULE_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOST_UNIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DIRECTORY_LABELS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_PLATFORM_NAME_DEFAULT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_Swift_LANGUAGE_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CONFIGURE_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CONFIGURATION_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CUDA_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_INTERFACE_LIBRARIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINKER_WRAPPER_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_HG_UPDATE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_SCRIPT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_C_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_USE_LAUNCHERS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FRAMEWORK_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT-NAME_SOURCE_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_MEMORYCHECK_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_ARCH_ABI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_STANDARD_DEFAULT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CODEBLOCKS_COMPILER_ID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_SITE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTORCC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_NIGHTLY_START_TIME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_PACKAGE_SORT_ORDER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_ERROR_POST_CONTEXT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_PACKAGE_PREFER_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_RULE_MESSAGES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FRAMEWORK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_IOS_INSTALL_COMBINED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_CLANG_TIDY_EXPORT_FIXES_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_APPBUNDLE_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OSX_ARCHITECTURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_PLATFORM_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_Fortran_PREPROCESS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CXX_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CL_64.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_GENERATOR_TOOLSET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_TARGET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_KATE_FILES_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_COVERAGE_EXTRA_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT-NAME_VERSION_PATCH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_API.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PATCH_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_FRONTEND_VARIANT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_CPPLINT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC90.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_MEMORYCHECK_SANITIZER_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_VERSION_MAJOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_IGNORE_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINK_LIBRARY_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_RANLIB.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/IGNORE_SEARCH_LOCATIONS.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_API_MIN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_VERSION_INTERNAL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_WINRT_BY_DEFAULT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_LOADED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ARGC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_HOST_COMPILER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_IGNORE_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_TRY_COMPILE_CONFIGURATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INSTALL_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/WINDOWS_PHONE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINKER_LAUNCHER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_SUBMIT_URL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_COMPILER_IS_GNUG77.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_DROP_SITE_PASSWORD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_XXX.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CURRENT_FUNCTION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_LIBRARY_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_APPBUNDLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_SOURCE_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DEPENDS_USE_COMPILER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_SDK_EXCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_GNUtoMS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SKIP_BUILD_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_VERSION_PATCH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_PROCESS_MAX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_DEPENDS_USE_LINKER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HIP_ARCHITECTURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ARGV0.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOMOC_MOC_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOST_SYSTEM_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC14.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OBJCXX_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_COMPILER_2005.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_USE_CMAKE_SYSTEM_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_INCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SHARED_LIBRARY_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOST_SYSTEM_PROCESSOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_APPBUNDLE_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CVS_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_PRE_TEST.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_POSITION_INDEPENDENT_CODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_RTTI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CLANG_VFS_OVERLAY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DISABLE_PRECOMPILE_HEADERS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_ARCHIVE_CREATE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSROOT_COMPILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_CREATE_STATIC_LIBRARY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CPACK_PACKAGING_INSTALL_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_JOB_POOLS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CPACK_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_LIBRARY_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_HOMEPAGE_URL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_ARM_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HIP_PLATFORM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_WARNING_MATCH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_C_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_WHAT_YOU_USE_CHECK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SHARED_LINKER_FLAGS_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ECLIPSE_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CURRENT_LIST_LINE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_INCLUDE_WHAT_YOU_USE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_FRAMEWORK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_GIT_INIT_SUBMODULES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXECUTABLE_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OBJC_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_COLOR_DIAGNOSTICS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_DEBUG_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_LIBRARY_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_LIBRARIES_ONLY_TARGETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_NETRC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_TARGET_FRAMEWORK_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_GROUP_USING_FEATURE.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_NDK_DEPRECATED_HEADERS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_NUGET_PACKAGE_RESTORE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_USE_PACKAGE_REGISTRY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC70.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_PACKAGE_WARN_NO_MODULE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_IMPORT_LIBRARY_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PackageName_ROOT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSYS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_P4_CLIENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_GIT_UPDATE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_TESTS_IGNORE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_GENERATOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CACHE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_C_COMPILE_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXTRA_GENERATOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINK_EXECUTABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_PACKAGE_SORT_DIRECTION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_ERROR_MATCH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_DEBUGGER_WORKING_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CONFIG_POSTFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_VERSION_MAJOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_BZR_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_SDK_REFERENCE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ERROR_DEPRECATED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_TWEAK_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_Fortran_MODDIR_DEFAULT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DL_LIBS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_ASSETS_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/UNIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_VERSION_MINOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CUDA_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OBJC_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CACHEFILE_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AIX_EXPORT_ALL_SYMBOLS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOST_WIN32.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOMOC_EXECUTABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_SDK_INCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CROSS_CONFIGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXE_LINKER_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MAXIMUM_RECURSION_DEPTH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_PROGUARD_CONFIG_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_ABI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT-NAME_BINARY_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CUDA_RUNTIME_LIBRARY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CACHE_MINOR_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/BSD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_LIBRARY_USING_FEATURE.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_DIRECTORIES_BEFORE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_EXCEPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOMOC_MACRO_NAMES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_VERSION_PATCH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_ARM_NEON.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_JAR_DEPENDENCIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC80.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_LINE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CVS_UPDATE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_PROGRAM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_RUN_CURRENT_SCRIPT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_ARCHIVE_FINISH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_TRY_COMPILE_PLATFORM_VARIABLES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CPACK_SET_DESTDIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CURRENT_BINARY_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINK_LIBRARY_FILE_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_GENERATOR_INSTANCE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_USE_INSTALL_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_VERSION_TWEAK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_ARCH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/XCODE_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_COMPILER_IS_GNUCXX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_COMPILER_IS_GNUCC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOST_LINUX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_WORKING_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_GIT_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CONFIGURATION_TYPES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OSX_VARIABLE.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CACHE_PATCH_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OBJCXX_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_GIT_UPDATE_CUSTOM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_NO_COMPILE_BATCHING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MATCH_COUNT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ISPC_HEADER_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SKIP_INSTALL_RULES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSROOT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_ARCHIVE_APPEND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ABSOLUTE_DESTINATION_FILES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INSTALL_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CXX_SCAN_FOR_MODULES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXECUTABLE_ENABLE_EXPORTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_IMPLICIT_LINK_LIBRARIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINK_WHAT_YOU_USE_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PLATFORM_NO_VERSIONED_SONAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MATCH_n.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_SKIP_ANT_STEP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LIBRARY_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CHECKOUT_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_MINSIZEREL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_SVN_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_VISIBILITY_PRESET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/WIN32.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_NOT_USING_CONFIG_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC71.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_RELEASE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_NO_SYSTEM_FROM_IMPORTED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_COMPILE_WARNING_AS_ERROR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_DROP_SITE_CDASH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOST_APPLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT-NAME_HOMEPAGE_URL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOUIC_SEARCH_PATHS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC10.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_TOP_LEVEL_INCLUDES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CYGWIN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_BYTE_ORDER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CTEST_ARGUMENTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_ARCHITECTURE_ID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SKIP_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SHARED_LINKER_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_COLOR_MAKEFILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PARENT_LIST_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/LINUX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINK_GROUP_USING_FEATURE_SUPPORTED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_DESCRIPTION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MODULE_LINKER_FLAGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/WINDOWS_STORE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_Fortran_MODOUT_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CUDA_COMPILE_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_FRAMEWORK_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_OUTPUT_EXTENSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SHARED_LIBRARY_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/IGNORE_SEARCH_NONSYSTEM.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_BUILD_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_MEMCHECK_IGNORE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE_LANG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_UNITY_BUILD_BATCH_SIZE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC_IDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_CLANG_TIDY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_DESCRIPTION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LIBRARY_ARCHITECTURE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC11.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_P4_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_TLS_CAINFO.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_STAGING_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_UNITY_BUILD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXPORT_NO_PACKAGE_REGISTRY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_NETRC_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_BUILD_WITH_INSTALL_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_JOB_POOL_COMPILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CUDA_ARCHITECTURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_GUARD_MALLOC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FOLDER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_SDK_LIBRARY_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINKER_PREFERENCE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_TASKING_TOOLSET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_GLOBAL_AUTORCC_TARGET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_SEARCH_END_STATIC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINKER_WRAPPER_FLAG_SEP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/IGNORE_SEARCH_PATH.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CHANGE_ID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INTERNAL_PLATFORM_ABI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_HOMEPAGE_URL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SIZEOF_VOID_P.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_KATE_MAKE_ARGUMENTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_DEBUGGER_ENVIRONMENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_USE_RELATIVE_PATHS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROGRAM_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOUIC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOMOC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CPACK_INCLUDE_TOPLEVEL_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MACOSX_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINK_LIBRARY_USING_FEATURE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ADSP_ROOT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ENABLE_EXPORTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_WARNING_EXCEPTION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_Fortran_FORMAT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ISPC_INSTRUCTION_SETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_THREAD_SANITIZER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_JOB_POOL_PRECOMPILE_HEADER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_DROP_SITE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_RELEASE_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HIP_STANDARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INCLUDE_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_DEPENDS_NO_SHARED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOST_SOLARIS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_PROJECT-NAME_INCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT-NAME_VERSION_MINOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_VERSION_BUILD_NUMBER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CXX_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VISIBILITY_INLINES_HIDDEN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_PACKAGE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_TEST_LOAD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_UPDATE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/IOS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_P4_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ECLIPSE_RESOURCE_ENCODING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXECUTABLE_SUFFIX_LANG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/XCODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_ID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_EXTRA_COVERAGE_GLOB.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/BORLAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_DROP_LOCATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CUDA_HOST_COMPILER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_GROUP_USING_FEATURE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VERIFY_INTERFACE_HEADER_SETS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_BACKWARDS_COMPATIBILITY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/LINK_LIBRARY_PREDEFINED_FEATURES.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_LIBRARY_USING_FEATURE_SUPPORTED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CACHE_MAJOR_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_TRIGGER_SITE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_JAR_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_CPPCHECK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_PROGRAM_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_COVERAGE_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MAP_IMPORTED_CONFIG_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_INCLUDE_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_SDK_SOURCE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_STATIC_LINKER_FLAGS_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_BINARY_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HIP_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/BUILD_SHARED_LIBS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_Swift_NUM_THREADS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_PROJECT-NAME_INCLUDE_BEFORE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_SIMULATE_ID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CURRENT_LIST_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOME_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_DROP_METHOD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_HG_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INSTALL_MESSAGE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_BZR_UPDATE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_BUILD_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_Swift_MODULE_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_PRE_MEMCHECK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MINIMUM_REQUIRED_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT-NAME_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_TLS_VERIFY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_SUBMIT_INACTIVITY_TIMEOUT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_EXTENSIONS_DEFAULT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_STANDARD_LIBRARIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_VERSION_BUILD_NUMBER_COMPONENTS.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_TOOLCHAIN_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_DEBUG_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ISPC_HEADER_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EDIT_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC12.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_C_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_STL_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_GROUP_USING_FEATURE_SUPPORTED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTORCC_EXECUTABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_Fortran_MODDIR_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_DEF_FILE_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_SCP_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MAJOR_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SHARED_MODULE_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_PLATFORM_TOOLSET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_LIBRARY_PREFIXES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_P4_UPDATE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_LABELS_FOR_SUBPROJECTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_GUI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MESSAGE_CONTEXT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SUPPRESS_REGENERATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_MSBUILD_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_SIZEOF_DATA_PTR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC_TOOLSET_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_BUILD_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LIBRARY_ARCHITECTURE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_UPDATE_VERSION_ONLY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OBJCXX_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MSVCIDE_RUN_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_XCCONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOMOC_PATH_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OSX_DEPLOYMENT_TARGET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_WHAT_YOU_USE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CFG_INTDIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_JOB_POOL_LINK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MSVC_RUNTIME_LIBRARY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_BINARY_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_DEBUG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXE_LINKER_FLAGS_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/EXECUTABLE_OUTPUT_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_VERSION_TWEAK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_DROP_SITE_USER.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MAKE_PROGRAM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OSX_SYSROOT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_NDK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CUDA_SEPARABLE_COMPILATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_DEVENV_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CURL_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CVS_CHECKOUT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXPORT_PACKAGE_REGISTRY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ECLIPSE_MAKE_ARGUMENTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINK_LIBRARY_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/WINCE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MODULE_LINKER_FLAGS_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_MEMORYCHECK_COMMAND_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_MEMORYCHECK_SUPPRESSIONS_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_NsightTegra_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_NINJA_OUTPUT_PATH_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_JAVA_SOURCE_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PREFIX_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_GLOBALS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_RESOURCE_SPEC_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_IGNORE_PREFIX_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CPACK_CUSTOM_INSTALL_VARIABLES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_ROOT_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_BUILD_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_SECURE_PROPS_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXECUTE_PROCESS_COMMAND_ECHO.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOST_SYSTEM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CUDA_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOUIC_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_XXX.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INSTALL_DEFAULT_COMPONENT_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_USE_CMAKE_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_ERROR_PRE_CONTEXT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_GLOBAL_AUTORCC_TARGET_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_IS_TOP_LEVEL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CPACK_ABSOLUTE_DESTINATION_FILES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_PROCESSOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINK_GROUP_USING_FEATURE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_ERROR_EXCEPTION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_NDK_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_SEARCH_START_STATIC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DOTNET_TARGET_FRAMEWORK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOGEN_VERBOSE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOMOC_DEPEND_FILTERS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_TEST_TIMEOUT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_INCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT-NAME_DESCRIPTION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MESSAGE_CONTEXT_SHOW.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SHARED_MODULE_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_JUST_MY_CODE_DEBUGGING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_USE_PACKAGE_ROOT_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT-NAME_IS_TOP_LEVEL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DEFAULT_BUILD_TYPE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ROOT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT-NAME_VERSION_TWEAK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_COVERAGE_EXCLUDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CROSSCOMPILING.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_POLICY_DEFAULT_CMPNNNN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_SOURCE_FILE_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_CONFIG_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT-NAME_VERSION_MAJOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/IGNORE_SEARCH_PREFIX.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SKIP_INSTALL_RPATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_STANDALONE_TOOLCHAIN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MACOSX_BUNDLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_WARN_DEPRECATED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/LIBRARY_OUTPUT_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_PACKAGE_REDIRECTS_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/GHSMULTI.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_SVN_UPDATE_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_FLAGS_MINSIZEREL_INIT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DEFAULT_CONFIGS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_PLATFORM_TOOLSET.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSROOT_LINK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SCRIPT_MODE_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DEBUG_POSTFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MFC_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ANDROID_PROGUARD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_BUILD_TOOL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_GHS_NO_SOURCE_GROUP_FILE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILE_OBJECT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LIBRARY_PATH_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_MEMORYCHECK_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_Fortran_MODULE_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OBJECT_PATH_MAX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MESSAGE_LOG_LEVEL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_PLATFORM_ID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_ENVIRONMENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PROJECT_VERSION_MINOR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PCH_INSTANTIATE_TEMPLATES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_PACKAGE_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_BUILD_RPATH_USE_ORIGIN.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MSVC60.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_IMPORT_LIBRARY_SUFFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/ENV.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_COMPILER_AR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_WATCOM_RUNTIME_LIBRARY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LINK_LIBRARY_FILE_FLAG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_CREATE_SHARED_LIBRARY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_LINK_LIBRARY_USING_FEATURE_SUPPORTED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HIP_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTORCC_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/MINGW.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET_NAME.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CTEST_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_UPDATE_VERSION_OVERRIDE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_SOURCE_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_POST_MEMCHECK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/APPLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DLL_NAME_WITH_SOVERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_CREATE_SHARED_MODULE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CXX_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_CUSTOM_POST_TEST.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/IGNORE_SEARCH_SYSTEM.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_PCH_WARN_INVALID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_RANLIB.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DOTNET_SDK.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_DEPENDS_IN_PROJECT_ONLY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_SYSTEM_IGNORE_PREFIX_PATH.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_SIMULATE_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_WIN32_EXECUTABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOUIC_EXECUTABLE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/ANDROID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/PROJECT_BINARY_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_IGNORE_EXTENSIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_REQUIRE_FIND_PACKAGE_PackageName.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_UNITY_BUILD_UNIQUE_ID.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_AUTOGEN_PARALLEL.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MESSAGE_INDENT.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_MACHINE.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_STATIC_LIBRARY_PREFIX.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_INSTALL_NAME_DIR.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/LINK_GROUP_PREDEFINED_FEATURES.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CTEST_SVN_OPTIONS.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_HOST_BSD.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_VS_DEBUGGER_COMMAND.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/variable/CMAKE_MINOR_VERSION.rst -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/include -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/include/COMPILE_DEFINITIONS_DISCLAIMER.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/include/INTERFACE_INCLUDE_DIRECTORIES_WARNING.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Help/include/INTERFACE_LINK_LIBRARIES_WARNING.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMCC-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XLClang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMClang-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-C-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/PathScale-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Intel-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/FujitsuClang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IntelLLVM-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/CrayClang-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IAR.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/NVHPC-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompilerInternal.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IBMClang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Cray-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SunPro-C-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-OBJCXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMClang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/HP-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Fujitsu-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XLClang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IBMClang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/HP-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/LCC-CXX-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Borland-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/HP-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/TI-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/NAG-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/LLVMFlang-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/NVIDIA.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/TI-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/QCC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Cray-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/PathScale-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-HIP.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SunPro-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IAR-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/MSVC-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-OBJCXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/NVHPC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/G95-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMClang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Tasking-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ADSP-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/CrayPrgEnv-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/LCC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-CXX-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Cray-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Intel-ISPC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/TI-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-CUDA.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/AppleClang-C-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/CrayClang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Compaq-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SDCC-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Tasking-FindBinUtils.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/NVHPC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/AppleClang-CXX-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/PathScale-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/zOS-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/QCC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/OrangeC-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMClang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Embarcadero-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/OrangeC-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SunPro-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/PGI-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XL-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/MSVC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/PGI-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMClang-CXX-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-CXX-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/NVIDIA-CUDA.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Intel-CXX-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Tasking-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IntelLLVM-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/CCur-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/TI-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/LCC-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Cray.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-C-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Fujitsu-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/LCC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/TI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/QCC-C-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SunPro-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/MSVC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/FujitsuClang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Fujitsu.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-OBJC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Cray-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/HP-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/PGI-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XL-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/AppleClang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/CrayClang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Watcom-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/CrayPrgEnv-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Absoft-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Fujitsu-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/PathScale-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/OpenWatcom.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/AppleClang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SCO-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/OpenWatcom-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Intel-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IAR-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMClang-C-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/CrayClang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/PGI-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IntelLLVM-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/OrangeC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMCC-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-FindBinUtils.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SunPro-CXX-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/HP-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IBMClang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/VisualAge-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IBMClang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/NVIDIA-HIP.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/PGI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/QCC-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/OpenWatcom-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/OrangeC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/LCC-C-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/MSVC-CXX-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XL-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XLClang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMCC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/CrayPrgEnv.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMClang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IntelLLVM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Intel-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/VisualAge-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Tasking-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Flang-FindBinUtils.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/PathScale.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Intel-C-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Bruce-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GHS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/VisualAge-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SCO-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ADSP-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/NVIDIA-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XL-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/AppleClang-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IntelLLVM-FindBinUtils.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/LCC-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GHS-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/AppleClang-OBJCXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/NVHPC-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XL-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Intel.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IntelLLVM-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SunPro.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/LCC-FindBinUtils.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XL-Fortran -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XL-Fortran/cpp -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/QCC-CXX-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/AppleClang-OBJC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/AppleClang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GHS-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMCC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SunPro-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/CrayPrgEnv-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IAR-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/HP-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/FujitsuClang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Flang-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IAR-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SunPro-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/MSVC-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SCO.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ADSP-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/MSVC-C-FeatureTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/MSVC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/LCC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-OBJC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Fujitsu-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Intel-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/TinyCC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Tasking.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SCO-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Intel-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XL-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/QCC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/NVHPC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Clang-CXX-TestableFeatures.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Tasking-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ADSP.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/FujitsuClang-FindBinUtils.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/OrangeC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GHS-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/ARMCC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XLClang-C-DetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/Bruce-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/GNU-FindBinUtils.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/MacOSXFrameworkInfo.plist.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseJava -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseJava/Symlinks.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseJava/ClearClassFiles.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseJava/javaTargets.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseJava/ClassFilelist.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGit.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSQLite3.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckLinkerFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseSWIG -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseSWIG/ManageSupportFiles.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgProducer.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/MacOSXBundleInfo.plist.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeHIPCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeJavaCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ITKCompatibility.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/MatlabTestsRedirect.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeISPCCompilerId.ispc.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeUnixFindMake.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPackageMessage.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestHIPCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckFortranSourceCompiles.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindRuby.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIncludeFile.cxx.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindOpenSP.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSDL_gfx.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/DeployQt4.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeASM_MARMASMInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeExportBuildSettings.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIncludeFile.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckFunctionExists.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSelfPackers.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeAddFortranSubdirectory.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Findosg_functions.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindDart.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMPEG2.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UsePkgConfig.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPythonLibs.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeConfigurableFile.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPython.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckTypeSize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGIF.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCoin3D.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindOpenCL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckOBJCCompilerFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/kde3init_dummy.cpp.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGLUT.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindAVIFile.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CPack.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindProtobuf.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGSL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/GenerateExportHeader.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCSharpCompilerId.cs.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeBackwardCompatibilityCXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeSwiftCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseJava.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeISPCInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeMinGWFindMake.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeISPCCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckVariableExists.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Qt4ConfigDependentSettings.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindWish.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineOBJCXXCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgDB.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckCXXSymbolExists.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgSim.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestSwiftCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindOpenACC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSDL_net.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindQt.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMPI -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMPI/test_mpi.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMPI/fortranparam_mpi.f90.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMPI/mpiver.f90.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMPI/libver_mpi.f90.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMPI/libver_mpi.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMPI/test_mpi.f90.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCUDA -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCUDA/run_nvcc.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCUDA/select_compute_arch.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCUDA/make2cmake.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCUDA/parse_cubin.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Squish4RunTestCase.bat -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSDL_mixer.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckFortranCompilerFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/CMakeLists.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/Macro.h.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/Input.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/MYMODULE.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/symbol.c.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/my_module_.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/call_sub.f -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/Output.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/Verify -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/Verify/CMakeLists.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/Verify/main.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/Verify/VerifyFortran.f -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/Verify/VerifyC.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/Verify/VerifyCXX.cxx -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/mymodule.f90 -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/MY_MODULE.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/mymodule_.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/my_module.f90 -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/mysub.f -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/my_sub.f -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/call_mod.f90 -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/Detect.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface/main.F -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckCCompilerFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakePushCheckState.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestCUDACompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakePlatformId.h.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgPresentation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindOpenMP.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeImportBuildSettings.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDependentOption.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindODBC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeJOMFindMake.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSDL_ttf.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeParseArguments.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestASM_NASMCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindBinUtils.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLua51.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCUDA.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLua.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindKDE3.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestASM_MASMCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/SystemInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindIntl.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckOBJCXXSourceRuns.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIncludeFiles.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestForSTDNamespace.cxx -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindBISON.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CompilerId -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CompilerId/VS-10.vcxproj.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CompilerId/GHS_default.gpj.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CompilerId/GHS_lib.gpj.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CompilerId/VS-Intel.vfproj.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CompilerId/Xcode-3.pbxproj.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CompilerId/VS-NsightTegra.vcxproj.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CompilerId/main.swift.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CompilerId/VS-7.vcproj.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CompilerId/VS-10.csproj.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineVSServicePack.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgWidget.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestFortranCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CPackComponent.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindXCode.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckFunctionExists.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgUtil.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCXXCompilerId.cpp.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCUDAToolkit.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPython2.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindFLTK.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMotif.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindBoost.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeBackwardCompatibilityC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindOpenThreads.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/BasicConfigVersion-SameMajorVersion.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FortranCInterface.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgIntrospection.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeASM_MASMInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeExpandImportedTargets.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLibLZMA.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FLTKCompatibility.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPHP4.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeHIPInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestBigEndian.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindArmadillo.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindXalanC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineCUDACompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindJava.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckVariableExists.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ProcessorCount.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineASM_NASMCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeOBJCInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeASMInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCURL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeParseImplicitLinkInfo.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindIcotool.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCCompilerABI.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSDL_image.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPostgreSQL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCompilerCUDAArch.h -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CPackIFW.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindTIFF.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalData.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPerl.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindICU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindXCTest.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckLibraryExists.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckCXXSourceRuns.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindTclsh.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgFX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFortranCompilerABI.F -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindIconv.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindRTI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLibArchive.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCUDACompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPython -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPython/Support.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckSymbolExists.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestEndianess.c.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeBuildSettings.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckOBJCSourceRuns.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/DartConfiguration.tcl.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGLEW.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent/package-config-version.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent/CMakeLists.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent/package-config.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/DummyCXXFile.cxx -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindProducer.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeOBJCXXInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CTestScriptMode.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIncludeFileCXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindBacktrace.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLAPACK.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgParticle.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeAddFortranSubdirectory -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeAddFortranSubdirectory/config_mingw.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeAddFortranSubdirectory/build_mingw.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMPI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckTypeSizeMap.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakePrintHelpers.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/IntelVSImplicitPath -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/IntelVSImplicitPath/CMakeLists.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/IntelVSImplicitPath/detect.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/IntelVSImplicitPath/hello.f -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestForSSTREAM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/SelectLibraryConfigurations.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/SquishTestScript.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Findosg.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindTCL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindFLEX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLTTngUST.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakePrintSystemInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckSourceCompiles.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPhysFS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestForANSIStreamHeaders.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindXMLRPC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindOpenGL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineASM_MARMASMCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGnuTLS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindALSA.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindwxWidgets.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCurses.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineCompileFeatures.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindASPELL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindFrameworks.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeRCInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCSharpCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindJasper.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckCSourceRuns.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeHIPCompilerABI.hip -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgVolume.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGTK2.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineSwiftCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeSwiftInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCXXCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindHTMLHelp.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeForceCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineFortranCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMatlab.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindTclStub.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeVerifyManifest.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/BasicConfigVersion-ExactVersion.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindwxWindows.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CPackIFWConfigureFile.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPythonInterp.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLibinput.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineJavaCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGLU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindZLIB.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindDependencyMacro.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseSWIG.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindQt4.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSDL_sound.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeRCCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindDCMTK.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeAddNewLanguage.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIncludeFile.c.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgShadow.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeASM-ATTInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSDL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeGraphVizOptions.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCUDACompilerId.cu.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeOBJCXXCompilerId.mm.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindVulkan.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestForANSIStreamHeaders.cxx -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineASM-ATTCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckStructHasMember.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckCXXCompilerFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeOBJCXXCompilerABI.mm -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeNinjaFindMake.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeSystem.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Squish4RunTestCase.sh -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindFontconfig.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSquish.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindHg.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestOBJCCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/AndroidTestUtilities.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindQuickTime.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLibXml2.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPNG.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseEcos.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindJavaCommon.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPike.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Dart.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-XL-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-PGI-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Darwin.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CrayLinuxEnvironment-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Apple-Swift.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsStore-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/kFreeBSD.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Clang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-HP-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/visionOS-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/OS2-OpenWatcom-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MSYS-windres.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Watcom-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-dynamic-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Intel-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CYGWIN-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Fujitsu.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsKernelModeDriver-MSVC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-XL-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-dynamic-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsStore-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-OrangeC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/iOS-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-VisualAge-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/watchOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-IntelLLVM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-IntelLLVM-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Borland-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-IBMClang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-PathScale.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-Clang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CYGWIN-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-dynamic-XL-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/DragonFly-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-NVIDIA-CUDA.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/tvOS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-PGI-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MSYS-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-OpenWatcom.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-static-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Intel-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsStore-MSVC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SerenityOS-Clang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-windres.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CYGWIN-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Darwin-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsKernelModeDriver.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows3x.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/UnixWare-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-IntelLLVM-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Generic.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-LCC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Fujitsu-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SerenityOS-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-dynamic-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-SunPro-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/RISCos-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-base.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPhone-Clang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-MSVC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-IntelLLVM-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-static-XL-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-AppleClang-OBJCXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Tru64.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/NetBSD.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BeOS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-HP.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-AppleClang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-static-XL-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/visionOS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BSDOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-VisualAge-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-static.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsCE-MSVC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/UnixPaths.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Tru64-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Absoft-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SerenityOS-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-OrangeC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CYGWIN.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/FreeBSD-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-NVIDIA-CUDA.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Midipix-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/ADSP-Common.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/tvOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-PathScale-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-PGI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-static-XL-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-XLClang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Intel.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-dynamic-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SCO_SV.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows3x-OpenWatcom.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-VisualAge-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/GNUtoMS_lib.bat.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-PGI-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-PGI-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-GNU-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-LCC-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SerenityOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-IBMClang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/iOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SINIX-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Generic-ADSP-Common.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/ARTOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-VisualAge-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/DOS-OpenWatcom-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-OpenWatcom-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsStore-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX/ExportImportList -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-XL-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/FreeBSD-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Haiku.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Generic-ADSP-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-MSVC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SCO_SV-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-HP-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-df.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPaths.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-GNU-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/ULTRIX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-PGI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CYGWIN-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Intel-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MSYS-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-dynamic-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/OpenBSD.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-Determine-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/watchOS-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-LLVMFlang-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-CCur-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-GNU-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Intel-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-IntelLLVM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/OS2-OpenWatcom.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-static.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-PathScale-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/UnixPaths.cmake.orig -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SerenityOS-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Clang-OBJCXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-PGI-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-dynamic-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPhone-MSVC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-PGI-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/GHS-MULTI-Determine.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Absoft-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows3x-OpenWatcom-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/OSF1-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Intel-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Borland-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Generic-SDCC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-Common.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/iOS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/OpenVMS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Generic-ADSP-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MP-RAS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/eCos.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-GNU-C-ABI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-static-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-dynamic-XL-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-como.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/gas.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-dynamic.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/ADSP-Determine.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsStore-Clang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Euros.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/DragonFly.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Watcom-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-static-XL-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/GNUtoMS_lib.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPhone-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Embarcadero-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/DOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Embarcadero.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-OpenWatcom-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Darwin-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-GNU-OBJCXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-static-XL-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-NAG-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CYGWIN-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-XL-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Intel.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPhone-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-HP-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-IntelLLVM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-PathScale-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Catamount-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-OpenWatcom-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-VisualAge-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/FreeBSD.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-XL-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/OS2.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/kFreeBSD-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-GNU-CXX-ABI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-PGI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/DOS-OpenWatcom.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-XL-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BSDOS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CYGWIN-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Clang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-GNU-OBJC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Generic-ELF.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-HP-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/QNX-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-static-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Fuchsia.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Xenix.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-dynamic-XL-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-static-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CYGWIN-windres.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/DOS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/OpenBSD-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/ULTRIX-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-static-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPhone.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BeOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-NAG-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/DOS-OpenWatcom-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-VisualAge-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Generic-ADSP-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-IntelLLVM-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-IntelLLVM-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsStore-GNU-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsStore-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/ADSP-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-dynamic.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Embarcadero-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/GNU-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SerenityOS-GNU-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/visionOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/UnixWare.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MP-RAS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-XLClang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-OpenWatcom-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-dynamic-XL-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/RISCos.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-AppleClang-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsCE-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-OpenWatcom.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-base.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-PathScale-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-static-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPaths.cmake.orig -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-XL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-static-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Catamount.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-IntelLLVM-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows3x-OpenWatcom-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsStore.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/watchOS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-Determine.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MSYS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Intel-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-AppleClang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-G95-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsKernelModeDriver-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MSYS-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/tvOS-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-IntelLLVM-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-static-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MSYS-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Intel-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/syllable.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Intel-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-LCC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Fuchsia-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneQ-static-XL-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/NetBSD-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Clang-HIP.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CrayLinuxEnvironment.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SINIX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-XL-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/ADSP-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Clang-OBJC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsCE-MSVC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsStore-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-XL-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/GHS-MULTI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Flang-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MSYS-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPhone-GNU-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SerenityOS-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/OS2-OpenWatcom-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-NVHPC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-NVHPC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-MSVC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/OSF1.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Midipix.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SerenityOS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-OrangeC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/OpenVMS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-PathScale-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-PathScale.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/ARTOS-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Apple-Swift.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Xenix-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/UNIX_SV-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-IntelLLVM-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-PGI-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPhone-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-VisualAge-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-NVHPC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/eCos-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Intel-ASM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MSYS-Determine-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SerenityOS-Clang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneL-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-x86_64-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-system.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-c++_shared.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-x86-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-none.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-armeabi-v7a-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-mips64-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-stlport_static.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-arm64-v8a-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/Determine-Compiler-NDK.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-stlport.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-gnustl.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-stlport_shared.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-x86-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-c++_static.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-common.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-arm64-v8a-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-armeabi-v6-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-mips64-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-armeabi-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-common-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-x86_64-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-gabi++_static.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-mips-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-c++.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/Determine-Compiler-Standalone.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-armeabi-v6-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/VCXProjInspect.vcxproj.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-mips-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-gnustl_shared.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-gnustl_static.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-armeabi-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-gabi++.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/Determine-Compiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/ndk-stl-gabi++_shared.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android/abi-common-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/syllable-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-PGI-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/UNIX_SV.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CYGWIN-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-XLClang-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-dynamic-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-XL-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-Fujitsu-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-IBMClang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Clang.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/ADSP.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/HP-UX-GNU.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPhone-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-IntelLLVM-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-PathScale-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-GNU-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/BlueGeneP-dynamic-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-VisualAge-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-NVHPC-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPhone-MSVC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/SunOS-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/QNX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsKernelModeDriver-MSVC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MSYS-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-LCC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Haiku-Initialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsStore-MSVC-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Intel-ISPC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-TinyCC-C.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-Intel.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsPhone-GNU-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MSYS-GNU-Fortran.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-Intel-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/MirBSD.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Android-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Linux-IntelLLVM-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Apple-AppleClang-OBJC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/CYGWIN-Clang-CXX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/Windows-GNU-Fortran-ABI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/WindowsCE.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindThreads.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestForANSIForScope.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGCCXML.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CTestTargets.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineASM_MASMCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/GNUInstallDirs.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFortranInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGnuplot.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindUnixCommands.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCVS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeBorlandFindMake.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFortranCompilerABI.F90 -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSWIG.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindSubversion.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/SystemInformation.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeISPCCompilerABI.ispc -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/KDE3Macros.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCABLE.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindFreetype.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestForSSTREAM.cxx -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CSharpUtilities.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCygwin.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestForAnsiForScope.cxx -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CheckLinkerFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CMakeCUDAArchitecturesNative.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CMakeCUDAArchitecturesValidate.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/FeatureTesting.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CMakeCUDAFilterImplicitLibs.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.OSXX11.Info.plist.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/ISScript.template.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/WIX.template.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPackZIP.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPackNuGet.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/NSIS.InstallOptions.ini.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.Description.plist.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/NSIS.template.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPackExternal.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.STGZ_Header.sh.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.OSXX11.main.scpt.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.distribution.dist.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPackRPM.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.Info.plist.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.VolumeIcon.icns.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.RuntimeScript.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.DS_Store.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.NuGet.nuspec.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPackWIX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPackDeb.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPackFreeBSD.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.background.png.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/ISComponents.pas -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CMakeNVCCFilterImplicitInfo.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CheckFlagCommonConfig.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CMakeTryCompilerOrLinkerFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CMakeCUDAFindToolkit.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/HeaderpadWorkaround.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CheckSourceRuns.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/OSRelease -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/OSRelease/020-TryDebianVersion.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/OSRelease/010-TryOldCentOS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CMakeNVCCParseImplicitInfo.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CMakeCUDAArchitecturesAll.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CheckCompilerFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindWMake.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestASM-ATTCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindKate.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeOBJCCompilerId.m.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindDevIL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckSourceRuns.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/AndroidTestUtilities -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/AndroidTestUtilities/PushToAndroidDevice.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckTypeSize.c.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestJavaCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindFLTK2.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/GoogleTestAddTests.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindXercesC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/WriteBasicConfigVersionFile.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGettext.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/SquishRunTestCase.bat -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPython3.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/MacroAddFileDependencies.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/GetPrerequisites.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGDAL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestISPCCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestOBJCXXCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckPrototypeDefinition.c.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/WriteCompilerDetectionHeader.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckOBJCXXSourceCompiles.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckLanguage.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindHSPELL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Use_wxWindows.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgViewer.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCups.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindJNI.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineRCCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeGenericSystem.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCUDACompilerABI.cu -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeNMakeFindMake.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindEclipseCDT4.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/InstallRequiredSystemLibraries.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestASMCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindEnvModules.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestASM_MARMASMCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindSublimeText2.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/BundleUtilities.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestForSTDNamespace.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindBZip2.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeParseLibraryArchitecture.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/VTKCompatibility.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindDoxygen.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeJavaInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLATEX.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/GoogleTest.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/kde3uic.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCSharpInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineISPCCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindQt3.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPerlLibs.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindBLAS.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGTK.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeHIPCompilerId.hip.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeOBJCXXCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCCompilerId.c.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CTestUseLaunchers.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Qt4Macros.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindWget.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalData_config.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindOpenSSL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FeatureSummary.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCompilerIdDetection.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindImageMagick.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindJPEG.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindIce.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/AddFileDependencies.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPatch.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ecos_clean.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeMSYSFindMake.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckLibraryExists.lists.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindOpenAL.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFortranCompilerId.F.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineASMCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMsys.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLibXslt.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestRCCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestCSharpCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindLua50.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeIOSInstallCombined.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/SquishRunTestCase.sh -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeOBJCCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindHDF5.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindCxxTest.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindGTest.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgQt.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/RepositoryInfo.txt.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/extractfile.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/cfgcmd.txt.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/hgclone.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/UpdateInfo.txt.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/gitupdate.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/mkdirs.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/gitclone.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/PatchInfo.txt.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/shared_internal_commands.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/verify.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject/download.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindPkgConfig.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/readme.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindKDE4.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMPEG.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckFortranSourceRuns.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindEXPAT.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckOBJCSourceCompiles.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UsewxWidgets.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckPIESupported.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeOBJCCompilerABI.m -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindBullet.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckPrototypeDefinition.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported/CMakeLists-Fortran.txt.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported/foo.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported/CMakeLists-C.txt.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported/main.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported/CMakeLists-CXX.txt.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported/foo.cpp -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported/foo.f -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported/main.cpp -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckIPOSupported/main.f -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineHIPCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakePackageConfigHelpers.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCompilerABI.h -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Documentation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCXXInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMake.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgManipulator.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgGA.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/.NoDartCoverage -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CTest.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/exportheader.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckFortranFunctionExists.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeASM_NASMInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckOBJCXXCompilerFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindCodeBlocks.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindX11.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFortranCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindOpenSceneGraph.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckCompilerFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckForPthreads.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/UseQt4.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeFindPackageMode.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeCUDAInformation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeASMCompiler.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgTerrain.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgAnimation.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineCSharpCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeTestGNU.c -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindMFC.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/FindosgText.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/BasicConfigVersion-SameMinorVersion.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeDetermineOBJCCompiler.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CheckSizeOf.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CTestCoverageCollectGCOV.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/CMakeParseImplicitIncludeInfo.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/TestCXXAcceptsFlag.cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/CPackConfig.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/TestDriver.cxx.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/CTestScript.cmake.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v12_LIB.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v143_CL.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v11_CSharp.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v141_Link.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v10_MARMASM.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v14_LIB.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v11_Link.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v10_Link.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v10_RC.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v10_Cuda.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v12_CL.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v14_MASM.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v10_MASM.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v142_CSharp.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v140_Link.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v141_CL.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v11_MASM.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v143_Link.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v12_RC.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v140_CSharp.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v12_CSharp.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v10_LIB.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v12_Link.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v10_NASM.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v143_CSharp.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v11_RC.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v142_Link.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v141_CSharp.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v142_CL.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v14_RC.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v140_CL.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v10_CL.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v10_CudaHost.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v12_MASM.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v11_LIB.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v11_CL.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/FlagTables/v10_CSharp.json -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/CustomBuildDepFile.targets -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/nasm.targets -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/nasm.props.in -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/MSBuild/nasm.xml -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/Windows -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/Windows/Logo.png -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/Windows/Windows_TemporaryKey.pfx -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/Windows/SmallLogo.png -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/Windows/SmallLogo44x44.png -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/Windows/StoreLogo.png -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/Windows/SplashScreen.png -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/Windows/ApplicationIcon.png -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/CMakeVSMacros2.vsmacros -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/AppleInfo.plist -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/CPack.GenericWelcome.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/CPack.GenericLicense.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/CMakeVSMacros1.vsmacros -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Templates/CPack.GenericDescription.txt -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/vim/vimfiles/indent -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/vim/vimfiles/indent/cmake.vim -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/vim/vimfiles/syntax -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/vim/vimfiles/syntax/cmake.vim -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/emacs/site-lisp/cmake-mode.el -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/aclocal/cmake.m4 -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/bash-completion/completions/cmake -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/bash-completion/completions/cpack -- Installing: /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/bash-completion/completions/ctest Running phase: fixupPhase separating debug info from /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin/cmake (build ID 45693adddb48d92c4474a4a7c2ac4663f07e1564) separating debug info from /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin/cpack (build ID fa861ac1b666219432aaced5e81d4a2a5d395d05) separating debug info from /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin/ctest (build ID fe316c964feb8c1764605b722a107a554c47e511) shrinking RPATHs of ELF executables and libraries in /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2 shrinking /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin/cmake shrinking /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin/ctest shrinking /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin/cpack checking for references to /build/ in /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2... patching script interpreter paths in /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2 /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Compiler/XL-Fortran/cpp: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Squish4RunTestCase.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Platform/AIX/ExportImportList: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/Internal/CPack/CPack.STGZ_Header.sh.in: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/share/cmake-3.28/Modules/SquishRunTestCase.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" stripping (with command strip and flags -S -p) in /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin shrinking RPATHs of ELF executables and libraries in /nix/store/h5wg8k6wxs93614z1j9m5rcbj8swwbhi-cmake-3.28.2-debug checking for references to /build/ in /nix/store/h5wg8k6wxs93614z1j9m5rcbj8swwbhi-cmake-3.28.2-debug... patching script interpreter paths in /nix/store/h5wg8k6wxs93614z1j9m5rcbj8swwbhi-cmake-3.28.2-debug stripping (with command strip and flags -S -p) in /nix/store/h5wg8k6wxs93614z1j9m5rcbj8swwbhi-cmake-3.28.2-debug/lib building '/nix/store/i2vzzlgnc2vpmyqixwy2qs6wjdkw9364-brotli-1.1.0.drv'... building '/nix/store/nkzp4vkxn1svrk0z71rgh72d6754npyv-libdeflate-1.19.drv'... building '/nix/store/bx79kwmwjq5gj6hnrhwy7j110rbqy5vv-libjpeg-turbo-3.0.2.drv'... building '/nix/store/70c76ih8llwcd5ba8sqivd6sii1h0b4s-zeromq-4.3.5.drv'... Running phase: unpackPhase unpacking source archive /nix/store/mdi00sy3rfwjg8vs32q6arcw9hcnjmlh-source source root is source Running phase: patchPhase applying patch /nix/store/97zv8kqclazyckapna88q8fx13bxb3vp-revert-runpath.patch patching file CMakeLists.txt Hunk #1 succeeded at 112 with fuzz 1 (offset -34 lines). Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase fixing cmake files... Running phase: unpackPhase unpacking source archive /nix/store/5lflmmn1mc9cd3zp1zw76v580n4f3f80-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/share/doc/brotli -DCMAKE_INSTALL_INFODIR=/nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0 Running phase: configurePhase Running phase: unpackPhase fixing cmake files... unpacking source archive /nix/store/bjxk53zcfpzkprxlqa5nk8cr9h8cs0ff-source 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/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/share/doc/libdeflate -DCMAKE_INSTALL_INFODIR=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/include -DCMAKE_INSTALL_SBINDIR=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19 Running phase: unpackPhase unpacking source archive /nix/store/g5s3sgig2w7f9z8kdpnf01pv4y9nkmr1-source -- The C compiler identification is GNU 13.2.0 -- The C compiler identification is GNU 13.2.0 source root is source -- Detecting C compiler ABI info Running phase: patchPhase applying patch /nix/store/dy7bbfrgva3ncd9x5zrhk5fvdsdrawd3-CMAKE_CROSSCOMPILING_EMULATOR=env-fix.patch patching file CMakeLists.txt Hunk #2 succeeded at 523 (offset -11 lines). Hunk #3 succeeded at 1082 (offset -11 lines). patching file CMakeLists.txt Hunk #1 succeeded at 885 (offset -11 lines). Hunk #2 succeeded at 999 (offset -11 lines). Hunk #3 succeeded at 1078 (offset -11 lines). Hunk #4 succeeded at 1107 (offset -11 lines). Hunk #5 succeeded at 1156 (offset -11 lines). Hunk #6 succeeded at 1349 (offset -11 lines). Hunk #7 succeeded at 1594 (offset -11 lines). Hunk #8 succeeded at 1613 (offset -11 lines). Hunk #9 succeeded at 1633 (offset -11 lines). Hunk #10 succeeded at 1655 (offset -11 lines). patching file java/CMakeLists.txt applying patch /nix/store/34612qp9cwy8c1iqx5z13ml7qczvmf71-0001-Compile-transupp.c-as-part-of-the-library.patch patching file CMakeLists.txt Hunk #1 succeeded at 595 (offset 14 lines). Hunk #2 succeeded at 1804 (offset 1 line). applying patch /nix/store/30sb6m6yf2yv9sglcfj15z7pc91wgq34-0002-Make-exported-symbols-in-transupp.c-weak.patch patching file transupp.c Running phase: updateAutotoolsGnuConfigScriptsPhase source root is source Running phase: configurePhase fixing cmake files... -- Detecting C compiler ABI info Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'CMakeLists.txt') Running phase: updateAutotoolsGnuConfigScriptsPhase 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/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo -DCMAKE_INSTALL_INFODIR=/nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2 -DENABLE_STATIC=0 -DENABLE_SHARED=1 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/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/share/doc/ZeroMQ -DCMAKE_INSTALL_INFODIR=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/include -DCMAKE_INSTALL_SBINDIR=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5 CMake Warning (dev) at CMakeLists.txt:2 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Build type is 'Release' -- Performing Test BROTLI_EMSCRIPTEN -- Detecting C compiler ABI info - done -- The C compiler identification is GNU 13.2.0 -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAVE_WDECLARATION_AFTER_STATEMENT -- The C compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Performing Test BROTLI_EMSCRIPTEN - Failed -- Compiler is not EMSCRIPTEN -- Looking for log2 -- Performing Test HAVE_WDECLARATION_AFTER_STATEMENT - Success -- Performing Test HAVE_WIMPLICIT_FALLTHROUGH -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- CMAKE_BUILD_TYPE = Release -- VERSION = 3.0.2, BUILD = 19800101 -- 64-bit build (x86_64) -- CMAKE_INSTALL_PREFIX = /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2 -- CMAKE_INSTALL_BINDIR = /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin -- CMAKE_INSTALL_DATAROOTDIR = share (/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/share) -- CMAKE_INSTALL_DOCDIR = /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo -- CMAKE_INSTALL_INCLUDEDIR = /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/include -- CMAKE_INSTALL_LIBDIR = /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib -- CMAKE_INSTALL_MANDIR = /nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man/share/man -- Shared libraries enabled (ENABLE_SHARED = 1) -- Static libraries disabled (ENABLE_STATIC = 0) -- Arithmetic decoding support enabled (WITH_ARITH_DEC = 1) -- Arithmetic encoding support enabled (WITH_ARITH_ENC = 1) -- TurboJPEG API library enabled (WITH_TURBOJPEG = 1) -- TurboJPEG Java wrapper disabled (WITH_JAVA = 0) -- Emulating libjpeg API/ABI v6.2 (WITH_JPEG7 = 0, WITH_JPEG8 = 0) -- libjpeg API shared library version = 62.4.0 -- Compiler flags = -O3 -DNDEBUG -- Linker flags = -- Looking for sys/types.h -- Detecting C compiler ABI info -- Looking for log2 - not found -- Looking for log2 -- Performing Test HAVE_WIMPLICIT_FALLTHROUGH - Success -- Performing Test HAVE_WMISSING_FIELD_INITIALIZERS -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for log2 - found CMake Warning at CMakeLists.txt:262 (message): Test file tests/testdata/alice29.txt does not exist. CMake Warning at CMakeLists.txt:262 (message): Test file tests/testdata/asyoulik.txt does not exist. CMake Warning at CMakeLists.txt:262 (message): Test file tests/testdata/lcet10.txt does not exist. CMake Warning at CMakeLists.txt:262 (message): Test file tests/testdata/plrabn12.txt does not exist. -- Configuring done (0.5s) -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Performing Test HAVE_WMISSING_FIELD_INITIALIZERS - Success -- Detecting C compile features - done -- Performing Test HAVE_WMISSING_PROTOTYPES -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_FIND_USE_PACKAGE_REGISTRY CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY CMAKE_POLICY_DEFAULT_CMP0025 -- Build files have been written to: /build/source/build cmake: enabled parallel building cmake: enabled parallel installing Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash -- Detecting CXX compiler ABI info [ 2%] Building C object CMakeFiles/brotlicommon.dir/c/common/constants.c.o [ 5%] Building C object CMakeFiles/brotlicommon.dir/c/common/context.c.o [ 8%] Building C object CMakeFiles/brotlicommon.dir/c/common/dictionary.c.o [ 11%] Building C object CMakeFiles/brotlicommon.dir/c/common/platform.c.o [ 13%] Building C object CMakeFiles/brotlicommon.dir/c/common/shared_dictionary.c.o [ 16%] Building C object CMakeFiles/brotlicommon.dir/c/common/transform.c.o -- Looking for stdint.h - found -- Looking for stddef.h -- Performing Test HAVE_WMISSING_PROTOTYPES - Success -- Performing Test HAVE_WPEDANTIC -- Looking for stddef.h - found -- Check size of size_t -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:7 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test HAVE_WPEDANTIC - Success -- Performing Test HAVE_WSHADOW [ 19%] Linking C shared library libbrotlicommon.so -- Check size of size_t - done -- Check size of unsigned long [ 19%] Built target brotlicommon -- Performing Test HAVE_WSHADOW - Success -- Performing Test HAVE_WSTRICT_PROTOTYPES [ 22%] Building C object CMakeFiles/brotlienc.dir/c/enc/backward_references.c.o [ 27%] Building C object CMakeFiles/brotlidec.dir/c/dec/decode.c.o [ 27%] Building C object CMakeFiles/brotlienc.dir/c/enc/backward_references_hq.c.o [ 30%] Building C object CMakeFiles/brotlidec.dir/c/dec/bit_reader.c.o [ 33%] Building C object CMakeFiles/brotlienc.dir/c/enc/block_splitter.c.o [ 36%] Building C object CMakeFiles/brotlidec.dir/c/dec/state.c.o [ 44%] Building C object CMakeFiles/brotlienc.dir/c/enc/brotli_bit_stream.c.o [ 44%] Building C object CMakeFiles/brotlienc.dir/c/enc/cluster.c.o [ 44%] Building C object CMakeFiles/brotlidec.dir/c/dec/huffman.c.o [ 47%] Building C object CMakeFiles/brotlienc.dir/c/enc/compress_fragment.c.o [ 52%] Building C object CMakeFiles/brotlienc.dir/c/enc/compress_fragment_two_pass.c.o [ 55%] Building C object CMakeFiles/brotlienc.dir/c/enc/dictionary_hash.c.o [ 61%] Building C object CMakeFiles/brotlienc.dir/c/enc/compound_dictionary.c.o [ 61%] Building C object CMakeFiles/brotlienc.dir/c/enc/bit_cost.c.o [ 61%] Building C object CMakeFiles/brotlienc.dir/c/enc/command.c.o [ 63%] Building C object CMakeFiles/brotlienc.dir/c/enc/encode.c.o [ 66%] Building C object CMakeFiles/brotlienc.dir/c/enc/encoder_dict.c.o [ 69%] Building C object CMakeFiles/brotlienc.dir/c/enc/entropy_encode.c.o [ 72%] Building C object CMakeFiles/brotlienc.dir/c/enc/fast_log.c.o -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Detected ZMQ Version - 4.3.5 -- Found PkgConfig: /nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") -- Performing Test COMPILER_SUPPORTS_CXX11 [ 75%] Building C object CMakeFiles/brotlienc.dir/c/enc/histogram.c.o [ 77%] Building C object CMakeFiles/brotlienc.dir/c/enc/literal_cost.c.o [ 80%] Building C object CMakeFiles/brotlienc.dir/c/enc/memory.c.o [ 83%] Building C object CMakeFiles/brotlienc.dir/c/enc/metablock.c.o [ 86%] Building C object CMakeFiles/brotlienc.dir/c/enc/static_dict.c.o [ 88%] Building C object CMakeFiles/brotlienc.dir/c/enc/utf8_util.c.o -- Check size of unsigned long - done -- Performing Test HAVE_BUILTIN_CTZL -- Performing Test HAVE_WSTRICT_PROTOTYPES - Success -- Performing Test HAVE_WUNDEF -- Performing Test HAVE_BUILTIN_CTZL - Success -- Performing Test RIGHT_SHIFT_IS_UNSIGNED -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Performing Test COMPILER_SUPPORTS_C11 -- Performing Test HAVE_WUNDEF - Success -- Performing Test HAVE_WVLA -- Performing Test RIGHT_SHIFT_IS_UNSIGNED - Failed -- Performing Test HIDDEN_WORKS -- Performing Test COMPILER_SUPPORTS_C11 - Success -- Performing Test CXX_HAS_TAUT_WARNING -- Performing Test HAVE_WVLA - Success -- Looking for clock_gettime -- Performing Test HIDDEN_WORKS - Success -- HIDDEN = __attribute__((visibility("hidden"))) -- Performing Test INLINE_WORKS -- Looking for clock_gettime - found -- Looking for futimens -- Performing Test CXX_HAS_TAUT_WARNING - Success -- Performing Test CC_HAS_TAUT_WARNING -- Performing Test INLINE_WORKS - Success -- INLINE = __inline__ __attribute__((always_inline)) (FORCE_INLINE = 1) -- Performing Test HAVE_THREAD_LOCAL -- Looking for futimens - found -- Looking for posix_fadvise -- Performing Test CC_HAS_TAUT_WARNING - Success -- Not building draft classes and methods -- Using builtin sha1 -- Checking for module 'libbsd' -- No package 'libbsd' found -- Looking for strlcpy -- Performing Test HAVE_THREAD_LOCAL - Success -- THREAD_LOCAL = __thread -- Performing Test HAVE_VERSION_SCRIPT -- Looking for posix_fadvise - found -- Looking for posix_madvise -- Performing Test HAVE_VERSION_SCRIPT - Success -- Linker supports GNU-style version scripts -- CMAKE_EXECUTABLE_SUFFIX = -- Looking for a ASM_NASM compiler [ 91%] Linking C shared library libbrotlidec.so -- Looking for strlcpy - found -- CURVE security is disabled -- Looking for kqueue -- Looking for a ASM_NASM compiler - /nix/store/4j9ilc89albyqc4pr8zvfccy1d5dcv38-nasm-2.16.01/bin/nasm -- Looking for posix_madvise - found -- Performing Test HAVE_STAT_NANOSECOND_PRECISION [ 91%] Built target brotlidec -- The ASM_NASM compiler identification is NASM -- Found assembler: /nix/store/4j9ilc89albyqc4pr8zvfccy1d5dcv38-nasm-2.16.01/bin/nasm -- CMAKE_ASM_NASM_COMPILER = /nix/store/4j9ilc89albyqc4pr8zvfccy1d5dcv38-nasm-2.16.01/bin/nasm -- CMAKE_ASM_NASM_OBJECT_FORMAT = elf64 -- CMAKE_ASM_NASM_FLAGS = -DELF -D__x86_64__ -DPIC -- SIMD extensions: x86_64 (WITH_SIMD = 1) -- FLOATTEST8 = sse -- Looking for kqueue - not found -- FLOATTEST12 = no-fp-contract -- Looking for epoll_create -- RPM architecture = x86_64, DEB architecture = amd64 -- Configuring done (2.0s) -- Generating done (0.1s) CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_CXX_COMPILER CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_FIND_USE_PACKAGE_REGISTRY CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY CMAKE_POLICY_DEFAULT_CMP0025 -- Build files have been written to: /build/source/build cmake: enabled parallel building cmake: enabled parallel installing Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash -- Performing Test HAVE_STAT_NANOSECOND_PRECISION - Success -- Configuring done (2.2s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_CXX_COMPILER CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_FIND_USE_PACKAGE_REGISTRY CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY CMAKE_POLICY_DEFAULT_CMP0025 -- Build files have been written to: /build/source/build cmake: enabled parallel building cmake: enabled parallel installing Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash [ 0%] Building C object CMakeFiles/jpeg12.dir/jccolor.c.o [ 0%] Building C object CMakeFiles/rdjpgcom.dir/rdjpgcom.c.o [ 0%] Building C object CMakeFiles/jpeg16.dir/jccolor.c.o [ 1%] Building C object CMakeFiles/wrjpgcom.dir/wrjpgcom.c.o [ 1%] Building C object CMakeFiles/strtest.dir/strtest.c.o [ 2%] Building C object CMakeFiles/turbojpeg12.dir/rdppm.c.o [ 2%] Building C object CMakeFiles/turbojpeg16.dir/rdppm.c.o [ 3%] Building C object CMakeFiles/jpeg12.dir/jcapistd.c.o [ 4%] Building C object CMakeFiles/jpeg16.dir/jcapistd.c.o [ 5%] Building C object sharedlib/CMakeFiles/djpeg12.dir/__/wrppm.c.o [ 7%] Building C object sharedlib/CMakeFiles/cjpeg16.dir/__/rdgif.c.o [ 7%] Building C object md5/CMakeFiles/md5cmp.dir/md5cmp.c.o [ 7%] Building C object sharedlib/CMakeFiles/djpeg12.dir/__/rdcolmap.c.o [ 7%] Building C object CMakeFiles/jpeg12.dir/jcdiffct.c.o [ 7%] Building C object CMakeFiles/turbojpeg12.dir/wrppm.c.o [ 7%] Building C object sharedlib/CMakeFiles/cjpeg12.dir/__/rdppm.c.o [ 7%] Building C object CMakeFiles/turbojpeg16.dir/wrppm.c.o [ 7%] Building C object sharedlib/CMakeFiles/cjpeg12.dir/__/rdgif.c.o [ 7%] Building C object CMakeFiles/jpeg16.dir/jcdiffct.c.o [ 8%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jsimdcpu.asm.o [ 8%] Building C object sharedlib/CMakeFiles/djpeg16.dir/__/wrppm.c.o [ 8%] Building C object sharedlib/CMakeFiles/djpeg12.dir/__/wrgif.c.o [ 9%] Building C object CMakeFiles/jpeg16.dir/jclossls.c.o [ 9%] Building C object sharedlib/CMakeFiles/cjpeg16.dir/__/rdppm.c.o -- Looking for epoll_create - found -- Looking for epoll_create1 [ 9%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jfdctflt-sse.asm.o [ 3%] Building C object CMakeFiles/libdeflate_shared.dir/lib/arm/cpu_features.c.o [ 6%] Building C object CMakeFiles/libdeflate_static.dir/lib/utils.c.o [ 10%] Building C object CMakeFiles/libdeflate_static.dir/lib/x86/cpu_features.c.o [ 13%] Building C object CMakeFiles/libdeflate_static.dir/lib/deflate_compress.c.o [ 17%] Building C object CMakeFiles/libdeflate_shared.dir/lib/utils.c.o [ 20%] Building C object CMakeFiles/libdeflate_static.dir/lib/arm/cpu_features.c.o [ 24%] Building C object CMakeFiles/libdeflate_shared.dir/lib/x86/cpu_features.c.o [ 10%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jccolor-sse2.asm.o [ 31%] Building C object CMakeFiles/libdeflate_static.dir/lib/deflate_decompress.c.o [ 31%] Building C object CMakeFiles/libdeflate_static.dir/lib/adler32.c.o [ 34%] Building C object CMakeFiles/libdeflate_shared.dir/lib/deflate_compress.c.o [ 37%] Building C object CMakeFiles/libdeflate_shared.dir/lib/deflate_decompress.c.o [ 41%] Building C object CMakeFiles/libdeflate_shared.dir/lib/adler32.c.o [ 44%] Building C object CMakeFiles/libdeflate_shared.dir/lib/zlib_compress.c.o [ 11%] Building C object md5/CMakeFiles/md5cmp.dir/md5.c.o [ 11%] Building C object CMakeFiles/jpeg16.dir/jcmainct.c.o [ 48%] Building C object CMakeFiles/libdeflate_static.dir/lib/zlib_decompress.c.o [ 51%] Building C object CMakeFiles/libdeflate_static.dir/lib/zlib_compress.c.o [ 58%] Building C object CMakeFiles/libdeflate_static.dir/lib/gzip_compress.c.o [ 58%] Building C object CMakeFiles/libdeflate_static.dir/lib/crc32.c.o [ 62%] Building C object CMakeFiles/libdeflate_static.dir/lib/gzip_decompress.c.o [ 65%] Building C object CMakeFiles/libdeflate_shared.dir/lib/crc32.c.o [ 11%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jcgray-sse2.asm.o [ 68%] Building C object CMakeFiles/libdeflate_shared.dir/lib/zlib_decompress.c.o [ 72%] Building C object CMakeFiles/libdeflate_shared.dir/lib/gzip_decompress.c.o [ 75%] Building C object CMakeFiles/libdeflate_shared.dir/lib/gzip_compress.c.o [ 11%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jchuff-sse2.asm.o [ 11%] Linking C executable strtest [ 12%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jcphuff-sse2.asm.o [ 13%] Building C object CMakeFiles/jpeg12.dir/jclossls.c.o [ 14%] Building C object CMakeFiles/jpeg16.dir/jcprepct.c.o [ 14%] Linking C executable rdjpgcom [ 14%] Building C object CMakeFiles/jpeg16.dir/jcsample.c.o [ 14%] Building C object CMakeFiles/jpeg12.dir/jcmainct.c.o [ 14%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jcsample-sse2.asm.o -- Looking for epoll_create1 - found -- Using polling method in I/O threads: epoll -- Using polling method in zmq_poll(er)_* API: poll -- Looking for pselect [ 14%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jdcolor-sse2.asm.o [ 14%] Building C object CMakeFiles/jpeg16.dir/jdapistd.c.o [ 14%] Building C object md5/CMakeFiles/md5cmp.dir/md5hl.c.o [ 14%] Built target strtest [ 15%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jdmerge-sse2.asm.o [ 16%] Building C object CMakeFiles/jpeg12.dir/jcprepct.c.o [ 17%] Building C object CMakeFiles/jpeg16.dir/jdcolor.c.o [ 17%] Built target djpeg16 [ 17%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jdsample-sse2.asm.o [ 18%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jfdctfst-sse2.asm.o [ 18%] Building C object CMakeFiles/jpeg12.dir/jdapistd.c.o [ 18%] Building C object CMakeFiles/jpeg12.dir/jcsample.c.o [ 18%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jfdctint-sse2.asm.o [ 18%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jidctflt-sse2.asm.o [ 18%] Building C object CMakeFiles/jpeg16.dir/jddiffct.c.o [ 19%] Building C object CMakeFiles/jpeg12.dir/jdcolor.c.o [ 19%] Built target rdjpgcom [ 20%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jidctfst-sse2.asm.o [ 20%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jidctint-sse2.asm.o [ 21%] Linking C executable wrjpgcom [ 22%] Building C object CMakeFiles/jpeg16.dir/jdlossls.c.o [ 22%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jquantf-sse2.asm.o [ 22%] Building C object CMakeFiles/jpeg12.dir/jddiffct.c.o [ 23%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jidctred-sse2.asm.o [ 23%] Building C object CMakeFiles/jpeg16.dir/jdmainct.c.o [ 23%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jquanti-sse2.asm.o [ 24%] Building C object CMakeFiles/jpeg12.dir/jdlossls.c.o [ 24%] Building C object CMakeFiles/jpeg12.dir/jdmainct.c.o [ 25%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jccolor-avx2.asm.o [ 25%] Building C object CMakeFiles/jpeg16.dir/jdpostct.c.o [ 25%] Built target djpeg12 [ 25%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jcgray-avx2.asm.o -- Looking for pselect - found [ 25%] Building C object CMakeFiles/jpeg12.dir/jdpostct.c.o -- Using 64 bytes alignment for lock-free data structures -- Looking for posix_memalign [ 26%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jcsample-avx2.asm.o [ 27%] Linking C executable md5cmp [ 28%] Building C object CMakeFiles/jpeg16.dir/jdsample.c.o [ 28%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jdcolor-avx2.asm.o [ 29%] Building C object CMakeFiles/jpeg12.dir/jdsample.c.o [ 29%] Building C object CMakeFiles/jpeg16.dir/jutils.c.o [ 29%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jdmerge-avx2.asm.o [ 29%] Building C object CMakeFiles/jpeg12.dir/jutils.c.o [ 29%] Built target wrjpgcom [ 30%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jdsample-avx2.asm.o [ 30%] Built target turbojpeg16 [ 31%] Building C object CMakeFiles/jpeg12.dir/jccoefct.c.o [ 32%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jidctint-avx2.asm.o [ 32%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jfdctint-avx2.asm.o [ 32%] Building C object CMakeFiles/jpeg12.dir/jdcoefct.c.o [ 33%] Building C object CMakeFiles/jpeg12.dir/jddctmgr.c.o [ 33%] Building ASM_NASM object simd/CMakeFiles/simd.dir/x86_64/jquanti-avx2.asm.o [ 33%] Building C object CMakeFiles/jpeg12.dir/jcdctmgr.c.o [ 33%] Building C object CMakeFiles/jpeg12.dir/jdmerge.c.o [ 33%] Building C object simd/CMakeFiles/simd.dir/x86_64/jsimd.c.o [ 33%] Building C object CMakeFiles/jpeg12.dir/jfdctfst.c.o [ 33%] Building C object CMakeFiles/jpeg12.dir/jidctflt.c.o [ 34%] Building C object CMakeFiles/jpeg12.dir/jfdctint.c.o [ 34%] Built target md5cmp [ 35%] Building C object CMakeFiles/jpeg12.dir/jidctfst.c.o [ 35%] Building C object CMakeFiles/jpeg12.dir/jidctint.c.o [ 36%] Building C object CMakeFiles/jpeg12.dir/jquant1.c.o -- Looking for posix_memalign - found -- Looking for include file windows.h [ 36%] Building C object CMakeFiles/jpeg12.dir/jidctred.c.o [ 36%] Building C object CMakeFiles/jpeg12.dir/jquant2.c.o -- Looking for include file windows.h - not found -- Looking for include file condition_variable [ 36%] Built target cjpeg12 [ 36%] Built target turbojpeg12 [ 36%] Built target cjpeg16 [ 36%] Built target simd -- Looking for include file condition_variable - found -- Using condition_variable_t implementation: stl11 -- Looking for include file ifaddrs.h [ 36%] Built target jpeg16 -- Looking for include file ifaddrs.h - found -- Looking for include file sys/uio.h [ 36%] Built target jpeg12 [ 37%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jclossls.c.o [ 37%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jccolor.c.o [ 37%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcdiffct.c.o [ 37%] Building C object CMakeFiles/turbojpeg.dir/jcapistd.c.o [ 38%] Building C object CMakeFiles/turbojpeg.dir/jccolor.c.o [ 38%] Building C object CMakeFiles/turbojpeg.dir/jcprepct.c.o [ 39%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcprepct.c.o [ 40%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcmainct.c.o [ 40%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcapistd.c.o [ 39%] Building C object CMakeFiles/turbojpeg.dir/jcdiffct.c.o [ 41%] Building C object CMakeFiles/turbojpeg.dir/jclossls.c.o [ 42%] Building C object CMakeFiles/turbojpeg.dir/jcsample.c.o [ 42%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcsample.c.o [ 42%] Building C object CMakeFiles/turbojpeg.dir/jcmainct.c.o [ 42%] Building C object CMakeFiles/turbojpeg.dir/jdapistd.c.o [ 42%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdcolor.c.o [ 43%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jddiffct.c.o [ 43%] Building C object CMakeFiles/turbojpeg.dir/jddiffct.c.o [ 43%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdapistd.c.o [ 43%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdlossls.c.o [ 44%] Building C object CMakeFiles/turbojpeg.dir/jdcolor.c.o [ 44%] Building C object CMakeFiles/turbojpeg.dir/jdlossls.c.o -- Looking for include file sys/uio.h - found -- Looking for include file sys/eventfd.h [ 45%] Building C object CMakeFiles/turbojpeg.dir/jdmainct.c.o [ 45%] Building C object CMakeFiles/turbojpeg.dir/jdpostct.c.o [ 45%] Building C object CMakeFiles/turbojpeg.dir/jdsample.c.o [ 46%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdmainct.c.o [ 47%] Building C object CMakeFiles/turbojpeg.dir/jutils.c.o [ 48%] Building C object CMakeFiles/turbojpeg.dir/jcdctmgr.c.o [ 48%] Building C object CMakeFiles/turbojpeg.dir/jccoefct.c.o [ 48%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdpostct.c.o [ 48%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdsample.c.o [ 48%] Building C object CMakeFiles/turbojpeg.dir/jdcoefct.c.o [ 48%] Building C object CMakeFiles/turbojpeg.dir/jddctmgr.c.o [ 49%] Building C object CMakeFiles/turbojpeg.dir/jdmerge.c.o -- Looking for include file sys/eventfd.h - found -- Checking whether EFD_CLOEXEC is supported -- Performing Test ZMQ_HAVE_EVENTFD_CLOEXEC [ 49%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jccoefct.c.o [ 49%] Building C object CMakeFiles/turbojpeg.dir/jfdctfst.c.o [ 50%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jutils.c.o [ 50%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcdctmgr.c.o [ 51%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdcoefct.c.o [ 52%] Building C object CMakeFiles/turbojpeg.dir/jfdctint.c.o [ 52%] Building C object CMakeFiles/turbojpeg.dir/jidctflt.c.o [ 52%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jddctmgr.c.o [ 52%] Building C object CMakeFiles/turbojpeg.dir/jidctfst.c.o [ 53%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdmerge.c.o [ 53%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jfdctfst.c.o [ 54%] Building C object CMakeFiles/turbojpeg.dir/jidctint.c.o [ 54%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jfdctint.c.o [ 79%] Linking C static library libdeflate.a [ 54%] Building C object CMakeFiles/turbojpeg.dir/jidctred.c.o [ 55%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jidctflt.c.o [ 82%] Linking C shared library libdeflate.so [ 56%] Building C object CMakeFiles/turbojpeg.dir/jquant1.c.o -- Performing Test ZMQ_HAVE_EVENTFD_CLOEXEC - Success -- Looking for if_nametoindex [ 56%] Building C object CMakeFiles/turbojpeg.dir/jquant2.c.o [ 56%] Building C object CMakeFiles/turbojpeg.dir/jcapimin.c.o [ 56%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jidctfst.c.o [ 82%] Built target libdeflate_static [ 57%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jidctint.c.o [ 86%] Building C object programs/CMakeFiles/libdeflate_prog_utils.dir/prog_util.c.o [ 89%] Building C object programs/CMakeFiles/libdeflate_prog_utils.dir/tgetopt.c.o [ 58%] Building C object CMakeFiles/turbojpeg.dir/jchuff.c.o [ 58%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jidctred.c.o [ 58%] Building C object CMakeFiles/turbojpeg.dir/jcicc.c.o [ 58%] Building C object CMakeFiles/turbojpeg.dir/jcinit.c.o [ 58%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jquant1.c.o [ 59%] Building C object CMakeFiles/turbojpeg.dir/jclhuff.c.o [ 89%] Built target libdeflate_shared [ 60%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jquant2.c.o [ 60%] Building C object CMakeFiles/turbojpeg.dir/jcmarker.c.o [ 60%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcapimin.c.o [ 61%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jchuff.c.o [ 62%] Building C object CMakeFiles/turbojpeg.dir/jcmaster.c.o [ 62%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcicc.c.o [ 93%] Linking C static library libdeflate_prog_utils.a [ 62%] Building C object CMakeFiles/turbojpeg.dir/jcomapi.c.o [ 63%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jclhuff.c.o [ 63%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcinit.c.o -- Looking for if_nametoindex - found -- Looking for SO_PEERCRED [ 63%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcmarker.c.o [ 93%] Built target libdeflate_prog_utils [ 64%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcmaster.c.o [ 96%] Building C object programs/CMakeFiles/libdeflate-gzip.dir/gzip.c.o [ 64%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcomapi.c.o [ 64%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcparam.c.o [ 64%] Building C object CMakeFiles/turbojpeg.dir/jcparam.c.o [ 65%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcphuff.c.o [ 66%] Building C object CMakeFiles/turbojpeg.dir/jcphuff.c.o [ 66%] Building C object CMakeFiles/turbojpeg.dir/jctrans.c.o [ 67%] Building C object CMakeFiles/turbojpeg.dir/jdapimin.c.o [ 67%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jctrans.c.o [ 67%] Building C object CMakeFiles/turbojpeg.dir/jdatadst.c.o [100%] Linking C executable libdeflate-gzip [ 67%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdapimin.c.o [ 67%] Building C object CMakeFiles/turbojpeg.dir/jdatasrc.c.o [ 68%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdatadst.c.o [ 68%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdatasrc.c.o [ 69%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdhuff.c.o [ 70%] Building C object CMakeFiles/turbojpeg.dir/jdhuff.c.o [ 70%] Building C object CMakeFiles/turbojpeg.dir/jdicc.c.o [ 71%] Building C object CMakeFiles/turbojpeg.dir/jdinput.c.o -- Looking for SO_PEERCRED - found -- Looking for LOCAL_PEERCRED [100%] Built target libdeflate-gzip [ 71%] Building C object CMakeFiles/turbojpeg.dir/jdlhuff.c.o Running phase: installPhase [ 71%] Building C object CMakeFiles/turbojpeg.dir/jdmarker.c.o [ 71%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdicc.c.o [ 71%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdinput.c.o install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash install [ 72%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdlhuff.c.o [ 73%] Building C object CMakeFiles/turbojpeg.dir/jdmaster.c.o [ 73%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdmarker.c.o [ 74%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdmaster.c.o [ 74%] Building C object CMakeFiles/turbojpeg.dir/jdphuff.c.o [ 74%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdphuff.c.o -- Looking for LOCAL_PEERCRED - not found -- Looking for SO_BUSY_POLL [ 74%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdtrans.c.o [ 75%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jerror.c.o [ 76%] Building C object CMakeFiles/turbojpeg.dir/jdtrans.c.o [ 76%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jfdctflt.c.o [ 41%] Built target libdeflate_static [ 82%] Built target libdeflate_shared [ 76%] Building C object CMakeFiles/turbojpeg.dir/jerror.c.o [ 77%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jmemmgr.c.o [ 93%] Built target libdeflate_prog_utils [ 77%] Building C object CMakeFiles/turbojpeg.dir/jfdctflt.c.o [ 77%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jmemnobs.c.o [100%] Built target libdeflate-gzip [ 77%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jpeg_nbits.c.o [ 77%] Building C object CMakeFiles/turbojpeg.dir/jmemnobs.c.o [ 78%] Building C object CMakeFiles/turbojpeg.dir/jmemmgr.c.o [ 78%] Building C object CMakeFiles/turbojpeg.dir/jpeg_nbits.c.o [ 79%] Building C object CMakeFiles/turbojpeg.dir/transupp.c.o Install the project... [ 80%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/transupp.c.o -- Install configuration: "Release" -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib/libdeflate.a -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/include/libdeflate.h -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib/libdeflate.so.0 -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib/libdeflate.so -- Up-to-date: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/include/libdeflate.h -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib/pkgconfig/libdeflate.pc -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib/cmake/libdeflate/libdeflate-targets.cmake -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib/cmake/libdeflate/libdeflate-targets-release.cmake -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib/cmake/libdeflate/libdeflate-config.cmake -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib/cmake/libdeflate/libdeflate-config-version.cmake -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/bin/libdeflate-gzip -- Installing: /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/bin/libdeflate-gunzip [ 80%] Building C object CMakeFiles/turbojpeg.dir/jaricom.c.o Running phase: fixupPhase [ 80%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jaricom.c.o [ 81%] Building C object CMakeFiles/turbojpeg.dir/jcarith.c.o shrinking RPATHs of ELF executables and libraries in /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19 [ 81%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jcarith.c.o shrinking /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/bin/libdeflate-gzip [ 82%] Building C object sharedlib/CMakeFiles/jpeg.dir/__/jdarith.c.o shrinking /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/bin/libdeflate-gunzip [ 82%] Building C object CMakeFiles/turbojpeg.dir/jdarith.c.o shrinking /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib/libdeflate.so.0 [ 82%] Building C object CMakeFiles/turbojpeg.dir/turbojpeg.c.o [ 83%] Building C object CMakeFiles/turbojpeg.dir/jdatadst-tj.c.o checking for references to /build/ in /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19... [ 83%] Building C object CMakeFiles/turbojpeg.dir/jdatasrc-tj.c.o [ 84%] Building C object CMakeFiles/turbojpeg.dir/rdbmp.c.o patching script interpreter paths in /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19 [ 84%] Building C object CMakeFiles/turbojpeg.dir/rdppm.c.o [ 84%] Building C object CMakeFiles/turbojpeg.dir/wrbmp.c.o stripping (with command strip and flags -S -p) in /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/lib /nix/store/1p2bh3rdbbm10bliackjbzqwdzpzpwhm-libdeflate-1.19/bin [ 85%] Building C object CMakeFiles/turbojpeg.dir/wrppm.c.o -- Looking for SO_BUSY_POLL - found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for fork -- Looking for fork - found -- Looking for gethrtime -- Looking for gethrtime - not found -- Looking for mkdtemp -- Looking for mkdtemp - found -- Looking for accept4 -- Looking for accept4 - found -- Looking for strnlen -- Looking for strnlen - found -- Performing Test HAVE_FLAG_-Wall -- Performing Test HAVE_FLAG_-Wall - Failed -- Performing Test HAVE_FLAG_-Wextra -- Performing Test HAVE_FLAG_-Wextra - Failed -- Performing Test HAVE_FLAG_-Wno-long-long -- Performing Test HAVE_FLAG_-Wno-long-long - Failed -- Performing Test HAVE_FLAG_-Wno-uninitialized -- Performing Test HAVE_FLAG_-Wno-uninitialized - Failed -- Performing Test HAVE_FLAG_-pedantic -- Performing Test HAVE_FLAG_-pedantic - Failed -- Checking whether noexcept is supported -- Performing Test ZMQ_HAVE_NOEXCEPT -- Performing Test ZMQ_HAVE_NOEXCEPT - Success -- Checking pthread_setname signature -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 - Success -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME - Failed -- Checking pthread_setaffinity signature -- Performing Test ZMQ_HAVE_PTHREAD_SET_AFFINITY -- Performing Test ZMQ_HAVE_PTHREAD_SET_AFFINITY - Success -- Checking whether SOCK_CLOEXEC is supported -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC - Success -- Checking whether O_CLOEXEC is supported -- Performing Test ZMQ_HAVE_O_CLOEXEC -- Performing Test ZMQ_HAVE_O_CLOEXEC - Failed -- Checking whether SO_BINDTODEVICE is supported -- Performing Test ZMQ_HAVE_SO_BINDTODEVICE [ 94%] Linking C shared library libbrotlienc.so -- Performing Test ZMQ_HAVE_SO_BINDTODEVICE - Failed -- Checking whether SO_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_SO_KEEPALIVE [ 94%] Built target brotlienc [ 97%] Building C object CMakeFiles/brotli.dir/c/tools/brotli.c.o -- Performing Test ZMQ_HAVE_SO_KEEPALIVE - Success -- Checking whether SO_PRIORITY is supported -- Performing Test ZMQ_HAVE_SO_PRIORITY -- Performing Test ZMQ_HAVE_SO_PRIORITY - Failed -- Checking whether TCP_KEEPCNT is supported -- Performing Test ZMQ_HAVE_TCP_KEEPCNT -- Performing Test ZMQ_HAVE_TCP_KEEPCNT - Success -- Checking whether TCP_KEEPIDLE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE [100%] Linking C executable brotli [100%] Built target brotli -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE - Success -- Checking whether TCP_KEEPINTVL is supported -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL Running phase: checkPhase check flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash VERBOSE=y test Running tests... /nix/store/y1yz7pf1y3p0y0igbqk5k6mwgn03kv9p-cmake-3.28.2/bin/ctest --force-new-ctest-process Test project /build/source/build Start 1: roundtrip/c/enc/encode.c/1 Start 2: roundtrip/c/enc/encode.c/6 Start 3: roundtrip/c/enc/encode.c/9 Start 4: roundtrip/c/enc/encode.c/11 Start 5: roundtrip/c/common/dictionary.h/1 Start 6: roundtrip/c/common/dictionary.h/6 Start 7: roundtrip/c/common/dictionary.h/9 Start 8: roundtrip/c/common/dictionary.h/11 Start 9: roundtrip/c/dec/decode.c/1 Start 10: roundtrip/c/dec/decode.c/6 Start 11: roundtrip/c/dec/decode.c/9 Start 12: roundtrip/c/dec/decode.c/11 Start 13: compatibility/tests/testdata/empty.compressed Start 14: compatibility/tests/testdata/ukkonooa.compressed 1/14 Test #1: roundtrip/c/enc/encode.c/1 ......................... Passed 0.02 sec 2/14 Test #5: roundtrip/c/common/dictionary.h/1 .................. Passed 0.01 sec 3/14 Test #2: roundtrip/c/enc/encode.c/6 ......................... Passed 0.02 sec 4/14 Test #6: roundtrip/c/common/dictionary.h/6 .................. Passed 0.01 sec 5/14 Test #7: roundtrip/c/common/dictionary.h/9 .................. Passed 0.02 sec 6/14 Test #9: roundtrip/c/dec/decode.c/1 ......................... Passed 0.02 sec 7/14 Test #13: compatibility/tests/testdata/empty.compressed ...... Passed 0.01 sec 8/14 Test #8: roundtrip/c/common/dictionary.h/11 ................. Passed 0.02 sec 9/14 Test #14: compatibility/tests/testdata/ukkonooa.compressed ... Passed 0.01 sec 10/14 Test #10: roundtrip/c/dec/decode.c/6 ......................... Passed 0.02 sec 11/14 Test #3: roundtrip/c/enc/encode.c/9 ......................... Passed 0.03 sec 12/14 Test #11: roundtrip/c/dec/decode.c/9 ......................... Passed 0.03 sec -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL - Success -- Checking whether TCP_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE 13/14 Test #4: roundtrip/c/enc/encode.c/11 ........................ Passed 0.10 sec 14/14 Test #12: roundtrip/c/dec/decode.c/11 ........................ Passed 0.13 sec 100% tests passed, 0 tests failed out of 14 Total Test time (real) = 0.14 sec Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash install -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE - Failed -- Checking whether TIPC is supported -- Performing Test ZMQ_HAVE_TIPC [ 19%] Built target brotlicommon [ 33%] Built target brotlidec [ 94%] Built target brotlienc [100%] Built target brotli Install the project... -- Install configuration: "Release" -- Installing: /nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/bin/brotli -- Set non-toolchain portion of runtime path of "/nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/bin/brotli" to "" -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlienc.so.1.1.0 -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlienc.so.1 -- Set non-toolchain portion of runtime path of "/nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlienc.so.1.1.0" to "" -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlienc.so -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlidec.so.1.1.0 -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlidec.so.1 -- Set non-toolchain portion of runtime path of "/nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlidec.so.1.1.0" to "" -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlidec.so -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlicommon.so.1.1.0 -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlicommon.so.1 -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlicommon.so -- Installing: /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include/brotli -- Installing: /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include/brotli/encode.h -- Installing: /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include/brotli/types.h -- Installing: /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include/brotli/port.h -- Installing: /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include/brotli/shared_dictionary.h -- Installing: /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include/brotli/decode.h -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/pkgconfig/libbrotlicommon.pc -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/pkgconfig/libbrotlidec.pc -- Installing: /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/pkgconfig/libbrotlienc.pc Running phase: fixupPhase -- Performing Test ZMQ_HAVE_TIPC - Success -- Checking whether getrandom is supported -- Performing Test ZMQ_HAVE_GETRANDOM Moving /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/pkgconfig to /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/lib/pkgconfig Patching '/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/lib/pkgconfig/libbrotlicommon.pc' includedir to output /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev Patching '/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/lib/pkgconfig/libbrotlidec.pc' includedir to output /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev Patching '/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/lib/pkgconfig/libbrotlienc.pc' includedir to output /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev shrinking RPATHs of ELF executables and libraries in /nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0 shrinking /nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/bin/brotli checking for references to /build/ in /nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0... gzipping man pages under /nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/share/man/ patching script interpreter paths in /nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0 stripping (with command strip and flags -S -p) in /nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/bin shrinking RPATHs of ELF executables and libraries in /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev checking for references to /build/ in /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev... patching script interpreter paths in /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev stripping (with command strip and flags -S -p) in /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/lib shrinking RPATHs of ELF executables and libraries in /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib shrinking /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlienc.so.1.1.0 shrinking /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlicommon.so.1.1.0 shrinking /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib/libbrotlidec.so.1.1.0 checking for references to /build/ in /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib... patching script interpreter paths in /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib -- Performing Test ZMQ_HAVE_GETRANDOM - Success -- Found AsciiDoc: /nix/store/d0bn3annjd10v04n9bc63d06cdq9qssy-asciidoc-10.2.0/bin/asciidoc stripping (with command strip and flags -S -p) in /nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib CMake Deprecation Warning at tests/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Warning (dev) at tests/CMakeLists.txt:342 (message): Test 'test_bind_stream_fuzzer' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:342 (message): Test 'test_bind_ws_fuzzer' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:342 (message): Test 'test_connect_stream_fuzzer' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:342 (message): Test 'test_connect_ws_fuzzer' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:342 (message): Test 'test_socket_options_fuzzer' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Deprecation Warning at unittests/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Configuring done (8.6s) building '/nix/store/h9kcl6a838784xac9y9nqpa9mi59ji4h-curl-8.6.0.drv'... building '/nix/store/jklv7iphj8l364chqn1kyxl0m1z85bwz-freetype-2.13.2.drv'... building '/nix/store/gqy2qdylz5sqzh068rl68m8kkcn2ljqh-python3.11-brotlicffi-1.1.0.0.drv'... building '/nix/store/20dj21gmzyzx803xj0w07xzj80zjp3ia-woff2-1.0.2.drv'... /build/source/jchuff.c: In function 'jpeg_gen_optimal_table': /build/source/jchuff.c:1042:22: warning: writing 1 byte into a region of size 0 [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=8;;] 1042 | bits[codesize[i]]++; | ~~~~~~~~~~~~~~~~~^~ /build/source/jchuff.c:945:9: note: at offset 33 into destination object 'bits' of size 33 945 | UINT8 bits[MAX_CLEN + 1]; /* bits[k] = # of symbols with code length k */ | ^~~~ Running phase: unpackPhase unpacking source archive /nix/store/pnhlna6z5qj11lykf37yqgfmn415k2f2-curl-8.6.0.tar.xz Running phase: unpackPhase unpacking source archive /nix/store/ppyfqjkrzrx4d7j8cahzx7hj52rs8sdm-freetype-2.13.2.tar.xz Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Running phase: unpackPhase unpacking source archive /nix/store/jwccijaf52nbmprjqf3s817vgzpkczrg-source source root is source [ 85%] Linking C shared library ../libjpeg.so setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: unpackPhase unpacking source archive /nix/store/5ha21dax8rfvk2911y0154zjahh07khf-source no configure script, doing nothing Running phase: buildPhase source root is source Executing setuptoolsBuildPhase Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase fixing cmake files... [ 85%] Built target jpeg 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/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/share/doc/woff2 -DCMAKE_INSTALL_INFODIR=/nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2 -DCANONICAL_PREFIXES=ON -DBUILD_SHARED_LIBS=ON CMake Deprecation Warning at CMakeLists.txt:10 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. [ 85%] Building C object sharedlib/CMakeFiles/jcstest.dir/__/jcstest.c.o [ 85%] Building C object sharedlib/CMakeFiles/djpeg.dir/__/rdcolmap.c.o [ 85%] Building C object sharedlib/CMakeFiles/djpeg.dir/__/wrbmp.c.o [ 86%] Building C object sharedlib/CMakeFiles/djpeg.dir/__/rdswitch.c.o [ 86%] Building C object sharedlib/CMakeFiles/cjpeg.dir/__/cdjpeg.c.o [ 87%] Building C object sharedlib/CMakeFiles/example.dir/__/example.c.o [ 88%] Building C object sharedlib/CMakeFiles/cjpeg.dir/__/rdbmp.c.o [ 88%] Building C object sharedlib/CMakeFiles/cjpeg.dir/__/rdgif.c.o [ 88%] Building C object sharedlib/CMakeFiles/jpegtran.dir/__/jpegtran.c.o [ 89%] Building C object sharedlib/CMakeFiles/djpeg.dir/__/djpeg.c.o [ 89%] Building C object sharedlib/CMakeFiles/cjpeg.dir/__/cjpeg.c.o [ 90%] Building C object sharedlib/CMakeFiles/djpeg.dir/__/wrgif.c.o [ 90%] Building C object sharedlib/CMakeFiles/djpeg.dir/__/cdjpeg.c.o [ 91%] Building C object sharedlib/CMakeFiles/jpegtran.dir/__/cdjpeg.c.o [ 91%] Building C object sharedlib/CMakeFiles/jpegtran.dir/__/rdswitch.c.o [ 91%] Building C object sharedlib/CMakeFiles/cjpeg.dir/__/rdppm.c.o [ 91%] Building C object sharedlib/CMakeFiles/djpeg.dir/__/wrppm.c.o [ 92%] Building C object sharedlib/CMakeFiles/jpegtran.dir/__/transupp.c.o [ 93%] Building C object sharedlib/CMakeFiles/cjpeg.dir/__/rdswitch.c.o [ 93%] Building C object sharedlib/CMakeFiles/cjpeg.dir/__/rdtarga.c.o /build/source/jchuff.c: In function 'jpeg_gen_optimal_table': /build/source/jchuff.c:1042:22: warning: writing 1 byte into a region of size 0 [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=8;;] 1042 | bits[codesize[i]]++; | ~~~~~~~~~~~~~~~~~^~ /build/source/jchuff.c:945:9: note: at offset 33 into destination object 'bits' of size 33 945 | UINT8 bits[MAX_CLEN + 1]; /* bits[k] = # of symbols with code length k */ | ^~~~ source root is freetype-2.13.2 [ 93%] Building C object sharedlib/CMakeFiles/djpeg.dir/__/wrtarga.c.o setting SOURCE_DATE_EPOCH to timestamp 1692989656 of file freetype-2.13.2/builds/unix/configure Running phase: patchPhase applying patch /nix/store/3ki6s9wm7kfm4pm60jk6z89aijzsv408-enable-table-validation.patch patching file modules.cfg Hunk #1 succeeded at 118 with fuzz 2 (offset -2 lines). Hunk #2 succeeded at 137 with fuzz 2 (offset -6 lines). applying patch /nix/store/2zrzrqy4r3bxdzcnjcxlaiirf24bzmkb-enable-subpixel-rendering.patch patching file include/freetype/config/ftoption.h Hunk #1 succeeded at 123 with fuzz 2 (offset -3 lines). Running phase: updateAutotoolsGnuConfigScriptsPhase /nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-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) [ 94%] Linking C executable ../jcstest -- The C compiler identification is GNU 13.2.0 Updating Autotools / GNU config script to a newer upstream version: ./builds/unix/config.sub Updating Autotools / GNU config script to a newer upstream version: ./builds/unix/config.guess [ 94%] Linking C shared library libturbojpeg.so Running phase: configurePhase fixing libtool script ./builds/unix/ltmain.sh ./builds/unix/configure -- Generating done (0.6s) source root is curl-8.6.0 [ 94%] Linking C executable ../example patching script interpreter paths in ./configure CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_EXPORT_NO_PACKAGE_REGISTRY -- Build files have been written to: /build/source/build ./configure: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" [ 94%] Built target jcstest configure flags: --prefix=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2 --bindir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/bin --sbindir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/sbin --includedir=/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include --oldincludedir=/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include --mandir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/man --infodir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/info --docdir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/doc/freetype --libdir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib --libexecdir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/libexec --localedir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/locale --bindir=\$\(dev\)/bin --enable-freetype-config running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-cpython-311 creating build/lib.linux-x86_64-cpython-311/brotlicffi copying src/brotlicffi/__init__.py -> build/lib.linux-x86_64-cpython-311/brotlicffi copying src/brotlicffi/_api.py -> build/lib.linux-x86_64-cpython-311/brotlicffi copying src/brotlicffi/_build.py -> build/lib.linux-x86_64-cpython-311/brotlicffi running build_ext generating cffi module 'build/temp.linux-x86_64-cpython-311/_brotlicffi.c' creating build/temp.linux-x86_64-cpython-311 running build_clib building '_brotlicffi' extension creating build/temp.linux-x86_64-cpython-311/build cmake: enabled parallel building cmake: enabled parallel installing creating build/temp.linux-x86_64-cpython-311/build/temp.linux-x86_64-cpython-311 gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/9109gq5pbiizq4jf8qcyrdxcc15chcr5-libxcrypt-4.4.36/include -fPIC -Ilibbrotli/c -Ilibbrotli/c/include -Ilibbrotli/c/common -I/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/include/python3.11 -c build/temp.linux-x86_64-cpython-311/_brotlicffi.c -o build/temp.linux-x86_64-cpython-311/build/temp.linux-x86_64-cpython-311/_brotlicffi.o setting SOURCE_DATE_EPOCH to timestamp 1706684678 of file curl-8.6.0/src/tool_hugehelp.c Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash Running phase: patchPhase patching script interpreter paths in scripts scripts/cd2cd: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" FreeType build system -- automatic system detection The following settings are used: platform unix compiler gcc configuration directory ./builds/unix configuration rules ./builds/unix/unix.mk If this does not correspond to your system or settings please remove the file `config.mk' from this directory then read the INSTALL file for help. Otherwise, simply type `make' again to build the library, or `make refdoc' to build the API reference (this needs Python >= 3.5). Generating modules list in ./objs/ftmodule.h... done. scripts/cd2nroff: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" * module: truetype (Windows/Mac font files with extension *.ttf or *.ttc) scripts/nroff2cd: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" * module: type1 (Postscript font files with extension *.pfa or *.pfb) [ 94%] Built target example * module: cff (OpenType fonts with extension *.otf) * module: cid (Postscript CID-keyed fonts, no known extension) * module: pfr (PFR/TrueDoc font files with extension *.pfr) scripts/coverage.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" * module: type42 (Type 42 font files with no known extension) * module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon) -- The CXX compiler identification is GNU 13.2.0 * module: pcf (pcf bitmap fonts) * module: bdf (bdf bitmap fonts) scripts/firefox-db2pem.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" * module: sfnt (helper module for TrueType & OpenType formats) * module: autofit (automatic hinting module) scripts/cdall: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" * module: pshinter (Postscript hinter module) [ 94%] Built target turbojpeg * module: smooth (anti-aliased bitmap renderer) * module: raster (monochrome bitmap renderer) scripts/checksrc.pl: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" * module: ot-svg (OT-SVG glyph renderer module) [ 0%] Building C object tests/CMakeFiles/unity.dir/__/external/unity/unity.c.o * module: sdf (signed distance field renderer) [ 0%] Building CXX object CMakeFiles/objects.dir/src/address.cpp.o [ 0%] Building CXX object CMakeFiles/objects.dir/src/precompiled.cpp.o [ 0%] Building C object CMakeFiles/objects.dir/external/sha1/sha1.c.o scripts/mk-ca-bundle.pl: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" [ 0%] Building CXX object CMakeFiles/objects.dir/src/client.cpp.o [ 1%] Building CXX object CMakeFiles/objects.dir/src/channel.cpp.o [ 1%] Building CXX object CMakeFiles/objects.dir/src/clock.cpp.o [ 1%] Building CXX object CMakeFiles/objects.dir/src/ctx.cpp.o * module: bsdf (bitmap to signed distance field converter) [ 1%] Building CXX object CMakeFiles/objects.dir/src/curve_mechanism_base.cpp.o * module: gxvalid (TrueTypeGX/AAT validation module) [ 2%] Building CXX object CMakeFiles/objects.dir/src/curve_client.cpp.o * module: otvalid (OpenType validation module) [ 94%] Building C object CMakeFiles/tjbench.dir/tjbench.c.o [ 94%] Building C object CMakeFiles/tjunittest.dir/tjunittest.c.o scripts/completion.pl: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" [ 95%] Building C object CMakeFiles/tjunittest.dir/tjutil.c.o [ 96%] Building C object CMakeFiles/tjexample.dir/tjexample.c.o [ 97%] Building C object CMakeFiles/tjbench.dir/tjutil.c.o [ 97%] Building C object CMakeFiles/tjunittest.dir/md5/md5.c.o * module: psaux (Postscript Type 1 & Type 2 helper module) [ 2%] Building CXX object CMakeFiles/objects.dir/src/dealer.cpp.o [ 2%] Building CXX object CMakeFiles/objects.dir/src/devpoll.cpp.o [ 2%] Building CXX object CMakeFiles/objects.dir/src/curve_server.cpp.o [ 2%] Building CXX object CMakeFiles/objects.dir/src/dgram.cpp.o [ 3%] Building CXX object CMakeFiles/objects.dir/src/dist.cpp.o * module: psnames (Postscript & Unicode Glyph name handling) Running phase: updateAutotoolsGnuConfigScriptsPhase [ 98%] Building C object CMakeFiles/tjunittest.dir/md5/md5hl.c.o cd builds/unix; \ ./configure '--prefix=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2' '--bindir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/bin' '--sbindir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/sbin' '--includedir=/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include' '--oldincludedir=/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include' '--mandir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/man' '--infodir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/info' '--docdir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/doc/freetype' '--libdir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib' '--libexecdir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/libexec' '--localedir=/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/locale' '--bindir=$(dev)/bin' '--enable-freetype-config' -- Detecting C compiler ABI info Updating Autotools / GNU config script to a newer upstream version: ./config.sub [ 99%] Linking C executable ../djpeg Updating Autotools / GNU config script to a newer upstream version: ./config.guess [ 3%] Building CXX object CMakeFiles/objects.dir/src/err.cpp.o Running phase: configurePhase [ 3%] Building CXX object CMakeFiles/objects.dir/src/endpoint.cpp.o [ 4%] Building CXX object CMakeFiles/objects.dir/src/io_object.cpp.o [ 4%] Building CXX object CMakeFiles/objects.dir/src/fq.cpp.o [ 4%] Building CXX object CMakeFiles/objects.dir/src/io_thread.cpp.o [ 4%] Building CXX object CMakeFiles/objects.dir/src/epoll.cpp.o [ 4%] Building CXX object CMakeFiles/objects.dir/src/ip.cpp.o [ 4%] Building CXX object CMakeFiles/objects.dir/src/ipc_connecter.cpp.o [ 4%] Building CXX object CMakeFiles/objects.dir/src/ipc_address.cpp.o [ 5%] Building CXX object CMakeFiles/objects.dir/src/ipc_listener.cpp.o fixing libtool script ./ltmain.sh [ 5%] Building CXX object CMakeFiles/objects.dir/src/kqueue.cpp.o [ 5%] Building CXX object CMakeFiles/objects.dir/src/lb.cpp.o ./configure [ 99%] Built target djpeg [100%] Linking C executable ../cjpeg [ 5%] Building CXX object CMakeFiles/objects.dir/src/mailbox.cpp.o patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0 --bindir=/nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/bin --sbindir=/nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/sbin --includedir=/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/include --oldincludedir=/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/include --mandir=/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man --infodir=/nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/share/info --docdir=/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/doc/curl --libdir=/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib --libexecdir=/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/libexec --localedir=/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/locale --disable-manual --disable-ares --disable-ldap --disable-ldaps --disable-websockets --with-ca-fallback --without-nghttp3 --without-ngtcp2 --without-librtmp --without-rustls --with-zstd --with-libpsl --with-brotli=/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev --without-gnutls --with-libidn2=/nix/store/wgwnv9ii6qbbsg56yxnk80mpnc2cx1sd-libidn2-2.3.7-dev --with-openssl=/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev --with-libssh2=/nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev --without-wolfssl --with-gssapi=/nix/store/anwzqdcjdllrqpb7g2f84p8dpki87xzi-libkrb5-1.21.2-dev [100%] Linking C executable tjexample [ 5%] Building CXX object CMakeFiles/objects.dir/src/mailbox_safe.cpp.o [100%] Built target cjpeg -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done [100%] Built target tjexample -- Detecting CXX compiler ABI info gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/9109gq5pbiizq4jf8qcyrdxcc15chcr5-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.45.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.6/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/lb1z8nckdwx4kmwy19znh1bl1p63wxhv-tzdata-2024a/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/9109gq5pbiizq4jf8qcyrdxcc15chcr5-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.45.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.6/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/lb1z8nckdwx4kmwy19znh1bl1p63wxhv-tzdata-2024a/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib build/temp.linux-x86_64-cpython-311/build/temp.linux-x86_64-cpython-311/_brotlicffi.o -L/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib -lbrotlienc -lbrotlidec -lstdc++ -o build/lib.linux-x86_64-cpython-311/brotlicffi/_brotlicffi.abi3.so [ 6%] Building CXX object CMakeFiles/objects.dir/src/mechanism.cpp.o [ 6%] Building CXX object CMakeFiles/objects.dir/src/mechanism_base.cpp.o [ 7%] Linking C static library ../lib/libunity.a [ 7%] Building CXX object CMakeFiles/objects.dir/src/metadata.cpp.o /nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/brotlicffi copying build/lib.linux-x86_64-cpython-311/brotlicffi/__init__.py -> build/bdist.linux-x86_64/wheel/brotlicffi copying build/lib.linux-x86_64-cpython-311/brotlicffi/_api.py -> build/bdist.linux-x86_64/wheel/brotlicffi copying build/lib.linux-x86_64-cpython-311/brotlicffi/_brotlicffi.abi3.so -> build/bdist.linux-x86_64/wheel/brotlicffi copying build/lib.linux-x86_64-cpython-311/brotlicffi/_build.py -> build/bdist.linux-x86_64/wheel/brotlicffi running install_egg_info running egg_info creating src/brotlicffi.egg-info writing src/brotlicffi.egg-info/PKG-INFO writing dependency_links to src/brotlicffi.egg-info/dependency_links.txt writing requirements to src/brotlicffi.egg-info/requires.txt writing top-level names to src/brotlicffi.egg-info/top_level.txt writing manifest file 'src/brotlicffi.egg-info/SOURCES.txt' reading manifest file 'src/brotlicffi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'libbrotli/LICENSE' warning: no files found matching '*.c' under directory 'libbrotli/c/enc' warning: no files found matching '*.h' under directory 'libbrotli/c/enc' warning: no files found matching '*.cc' under directory 'libbrotli/c/enc' warning: no files found matching '*.c' under directory 'libbrotli/c/dec' warning: no files found matching '*.h' under directory 'libbrotli/c/dec' warning: no files found matching '*.cc' under directory 'libbrotli/c/dec' warning: no files found matching '*.c' under directory 'libbrotli/c/common' warning: no files found matching '*.h' under directory 'libbrotli/c/common' warning: no files found matching '*.cc' under directory 'libbrotli/c/common' warning: no files found matching '*.c' under directory 'libbrotli/c/include' warning: no files found matching '*.h' under directory 'libbrotli/c/include' warning: no files found matching '*.cc' under directory 'libbrotli/c/include' adding license file 'LICENSE' writing manifest file 'src/brotlicffi.egg-info/SOURCES.txt' Copying src/brotlicffi.egg-info to build/bdist.linux-x86_64/wheel/brotlicffi-1.1.0.0-py3.11.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/brotlicffi-1.1.0.0.dist-info/WHEEL creating 'dist/brotlicffi-1.1.0.0-cp311-abi3-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'brotlicffi/__init__.py' adding 'brotlicffi/_api.py' adding 'brotlicffi/_brotlicffi.abi3.so' adding 'brotlicffi/_build.py' adding 'brotlicffi-1.1.0.0.dist-info/LICENSE' adding 'brotlicffi-1.1.0.0.dist-info/METADATA' adding 'brotlicffi-1.1.0.0.dist-info/WHEEL' adding 'brotlicffi-1.1.0.0.dist-info/top_level.txt' adding 'brotlicffi-1.1.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel [ 7%] Built target unity [ 7%] Building CXX object CMakeFiles/objects.dir/src/msg.cpp.o [ 7%] Building CXX object CMakeFiles/objects.dir/src/mtrie.cpp.o checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc [ 8%] Building CXX object CMakeFiles/objects.dir/src/norm_engine.cpp.o [ 8%] Building CXX object CMakeFiles/objects.dir/src/object.cpp.o [ 8%] Building CXX object CMakeFiles/objects.dir/src/options.cpp.o Finished executing setuptoolsBuildPhase Running phase: installPhase Executing pypaInstallPhase [ 8%] Building CXX object CMakeFiles/objects.dir/src/own.cpp.o [ 8%] Building CXX object CMakeFiles/objects.dir/src/null_mechanism.cpp.o Successfully installed brotlicffi-1.1.0.0-cp311-abi3-linux_x86_64.whl Finished executing pypaInstallPhase -- Detecting CXX compiler ABI info - done Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features Running phase: fixupPhase -- Detecting CXX compile features - done -- Found PkgConfig: /nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") -- Checking for module 'libbrotlidec' -- Found libbrotlidec, version 1.1.0 [ 8%] Building CXX object CMakeFiles/objects.dir/src/peer.cpp.o shrinking RPATHs of ELF executables and libraries in /nix/store/jhfkjqf9m5x548275h8rmjp9iihmj7mc-python3.11-brotlicffi-1.1.0.0 shrinking /nix/store/jhfkjqf9m5x548275h8rmjp9iihmj7mc-python3.11-brotlicffi-1.1.0.0/lib/python3.11/site-packages/brotlicffi/_brotlicffi.abi3.so checking for references to /build/ in /nix/store/jhfkjqf9m5x548275h8rmjp9iihmj7mc-python3.11-brotlicffi-1.1.0.0... checking whether the C compiler works... yes checking for C compiler default output file name... a.out [ 9%] Building CXX object CMakeFiles/objects.dir/src/pair.cpp.o patching script interpreter paths in /nix/store/jhfkjqf9m5x548275h8rmjp9iihmj7mc-python3.11-brotlicffi-1.1.0.0 stripping (with command strip and flags -S -p) in /nix/store/jhfkjqf9m5x548275h8rmjp9iihmj7mc-python3.11-brotlicffi-1.1.0.0/lib -- Found BrotliDec: /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include (found version "1.1.0") [ 9%] Building CXX object CMakeFiles/objects.dir/src/pgm_receiver.cpp.o -- Checking for module 'libbrotlienc' [ 9%] Building CXX object CMakeFiles/objects.dir/src/pgm_sender.cpp.o -- Found libbrotlienc, version 1.1.0 [ 9%] Building CXX object CMakeFiles/objects.dir/src/pgm_socket.cpp.o checking for suffix of executables... [ 10%] Building CXX object CMakeFiles/objects.dir/src/pipe.cpp.o [ 10%] Building CXX object CMakeFiles/objects.dir/src/plain_client.cpp.o [ 10%] Building CXX object CMakeFiles/objects.dir/src/poll.cpp.o [ 10%] Building CXX object CMakeFiles/objects.dir/src/poller_base.cpp.o [ 10%] Building CXX object CMakeFiles/objects.dir/src/plain_server.cpp.o shrinking RPATHs of ELF executables and libraries in /nix/store/n4bkkdc5l3cw72bxrrar0rxppx9zkb38-python3.11-brotlicffi-1.1.0.0-dist checking for references to /build/ in /nix/store/n4bkkdc5l3cw72bxrrar0rxppx9zkb38-python3.11-brotlicffi-1.1.0.0-dist... patching script interpreter paths in /nix/store/n4bkkdc5l3cw72bxrrar0rxppx9zkb38-python3.11-brotlicffi-1.1.0.0-dist [ 11%] Building CXX object CMakeFiles/objects.dir/src/polling_util.cpp.o -- Found BrotliEnc: /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include (found version "1.1.0") -- Configuring done (1.8s) Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_EXPORT_NO_PACKAGE_REGISTRY -- Build files have been written to: /build/source/build cmake: enabled parallel building cmake: enabled parallel installing checking whether we are cross compiling... no Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash [ 11%] Building CXX object CMakeFiles/objects.dir/src/pollset.cpp.o [100%] Linking C executable tjbench Running phase: pythonCatchConflictsPhase [100%] Linking C executable tjunittest checking for suffix of object files... o [100%] Linking C executable ../jpegtran [ 4%] Building CXX object CMakeFiles/woff2common.dir/src/table_tags.cc.o [ 8%] Building CXX object CMakeFiles/woff2common.dir/src/variable_length.cc.o [ 13%] Building CXX object CMakeFiles/woff2common.dir/src/woff2_common.cc.o Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase checking whether the compiler supports GNU C... yes Executing pythonImportsCheckPhase Check whether the following modules can be imported: brotlicffi [100%] Built target tjunittest [100%] Built target jpegtran [100%] Built target tjbench Running phase: installPhase [ 11%] Building CXX object CMakeFiles/objects.dir/src/proxy.cpp.o checking whether gcc accepts -g... yes install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash install checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... yes checking whether to enable debug build options... no checking whether to enable compiler optimizer... (assumed) yes checking whether to enable strict compiler warnings... no checking whether to enable compiler warnings as errors... no checking whether to enable curl debug memory tracking... no checking whether to enable hiding of library internal symbols... yes checking whether to enable c-ares for DNS lookups... no checking whether to disable dependency on -lrt... (assumed no) checking whether to enable ECH support... no checking for path separator... : checking for sed... /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed checking for grep... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep checking that grep -E works... yes [ 11%] Building CXX object CMakeFiles/objects.dir/src/pub.cpp.o checking for gcc option to enable C11 features... none needed [ 11%] Building CXX object CMakeFiles/objects.dir/src/pull.cpp.o [ 12%] Building CXX object CMakeFiles/objects.dir/src/random.cpp.o [ 12%] Building CXX object CMakeFiles/objects.dir/src/push.cpp.o checking for a BSD-compatible install... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c checking for gcc... gcc [ 11%] Built target jpeg12 [ 12%] Building CXX object CMakeFiles/objects.dir/src/raw_encoder.cpp.o [ 12%] Built target turbojpeg12 [ 18%] Built target jpeg16 [ 29%] Built target simd [ 12%] Building CXX object CMakeFiles/objects.dir/src/raw_decoder.cpp.o [ 30%] Built target wrjpgcom [ 31%] Built target turbojpeg16 [ 12%] Building CXX object CMakeFiles/objects.dir/src/raw_engine.cpp.o checking how to run the C preprocessor... gcc -E [ 31%] Built target rdjpgcom [ 12%] Building CXX object CMakeFiles/objects.dir/src/reaper.cpp.o [ 17%] Linking CXX shared library libwoff2common.so [ 13%] Building CXX object CMakeFiles/objects.dir/src/rep.cpp.o [ 32%] Built target strtest [ 32%] Built target cjpeg12 [ 33%] Built target djpeg12 [ 56%] Built target jpeg [ 57%] Built target cjpeg16 [ 57%] Built target djpeg16 checking pkg-config is at least version 0.24... yes checking how to print strings... printf [ 13%] Building CXX object CMakeFiles/objects.dir/src/req.cpp.o checking for a sed that does not truncate output... /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed [ 13%] Building CXX object CMakeFiles/objects.dir/src/router.cpp.o [ 13%] Building CXX object CMakeFiles/objects.dir/src/select.cpp.o [ 13%] Building CXX object CMakeFiles/objects.dir/src/server.cpp.o checking for grep that handles long lines and -e... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep checking for egrep... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep -E checking for fgrep... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep -F [ 59%] Built target md5cmp checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm [ 62%] Built target cjpeg [ 88%] Built target turbojpeg [ 92%] Built target djpeg [ 94%] Built target jpegtran [ 95%] Built target example [ 17%] Built target woff2common checking whether the C compiler works... yes checking for C compiler default output file name... a.out [ 96%] Built target jcstest [ 97%] Built target tjbench [ 99%] Built target tjunittest [100%] Built target tjexample [ 14%] Building CXX object CMakeFiles/objects.dir/src/session_base.cpp.o checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes [ 21%] Building CXX object CMakeFiles/woff2dec.dir/src/woff2_dec.cc.o [ 26%] Building CXX object CMakeFiles/woff2enc.dir/src/font.cc.o [ 30%] Building CXX object CMakeFiles/woff2dec.dir/src/woff2_out.cc.o [ 34%] Building CXX object CMakeFiles/woff2enc.dir/src/glyph.cc.o checking the maximum length of command line arguments... 1572864 [ 39%] Building CXX object CMakeFiles/woff2_info.dir/src/woff2_info.cc.o [ 43%] Building CXX object CMakeFiles/woff2enc.dir/src/normalize.cc.o Install the project... -- Install configuration: "Release" -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/libjpeg.so.62.4.0 -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/libjpeg.so.62 -- Set non-toolchain portion of runtime path of "/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/libjpeg.so.62.4.0" to "/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib" -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/libjpeg.so checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n -- Installing: /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/cjpeg -- Set non-toolchain portion of runtime path of "/nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/cjpeg" to "/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib" -- Installing: /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/djpeg -- Set non-toolchain portion of runtime path of "/nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/djpeg" to "/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib" -- Installing: /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/jpegtran -- Set non-toolchain portion of runtime path of "/nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/jpegtran" to "/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib" -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/libturbojpeg.so.0.3.0 -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/libturbojpeg.so.0 -- Set non-toolchain portion of runtime path of "/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/libturbojpeg.so.0.3.0" to "/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib" -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/libturbojpeg.so -- Installing: /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/tjbench -- Set non-toolchain portion of runtime path of "/nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/tjbench" to "/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib" -- Installing: /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/include/turbojpeg.h -- Installing: /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/rdjpgcom -- Set non-toolchain portion of runtime path of "/nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/rdjpgcom" to "/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib" -- Installing: /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/wrjpgcom -- Set non-toolchain portion of runtime path of "/nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/wrjpgcom" to "/nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib" -- Installing: /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo/README.ijg -- Installing: /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo/README.md -- Installing: /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo/example.c -- Installing: /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo/tjexample.c -- Installing: /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo/libjpeg.txt -- Installing: /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo/structure.txt -- Installing: /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo/usage.txt -- Installing: /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo/wizard.txt -- Installing: /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc/share/doc/libjpeg-turbo/LICENSE.md -- Installing: /nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man/share/man/man1/cjpeg.1 -- Installing: /nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man/share/man/man1/djpeg.1 -- Installing: /nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man/share/man/man1/jpegtran.1 -- Installing: /nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man/share/man/man1/rdjpgcom.1 -- Installing: /nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man/share/man/man1/wrjpgcom.1 -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/pkgconfig/libjpeg.pc -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/pkgconfig/libturbojpeg.pc -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/cmake/libjpeg-turbo/libjpeg-turboConfig.cmake -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/cmake/libjpeg-turbo/libjpeg-turboConfigVersion.cmake -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/cmake/libjpeg-turbo/libjpeg-turboTargets.cmake -- Installing: /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/cmake/libjpeg-turbo/libjpeg-turboTargets-release.cmake -- Installing: /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/include/jconfig.h -- Installing: /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/include/jerror.h -- Installing: /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/include/jmorecfg.h -- Installing: /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/include/jpeglib.h -- Installing: /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/include/transupp.h [ 47%] Building CXX object CMakeFiles/woff2enc.dir/src/woff2_enc.cc.o [ 52%] Building CXX object CMakeFiles/woff2enc.dir/src/transform.cc.o Running phase: fixupPhase [ 14%] Building CXX object CMakeFiles/objects.dir/src/signaler.cpp.o checking for suffix of executables... checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... gawk Moving /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/pkgconfig to /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/lib/pkgconfig [ 14%] Building CXX object CMakeFiles/objects.dir/src/socket_base.cpp.o Moving /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/cmake to /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/lib/cmake [ 14%] Building CXX object CMakeFiles/objects.dir/src/socks.cpp.o [ 14%] Building CXX object CMakeFiles/objects.dir/src/socks_connecter.cpp.o Patching '/nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/lib/pkgconfig/libjpeg.pc' includedir to output /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev Patching '/nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/lib/pkgconfig/libturbojpeg.pc' includedir to output /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev shrinking RPATHs of ELF executables and libraries in /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin shrinking /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/wrjpgcom shrinking /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/djpeg shrinking /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/cjpeg shrinking /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/tjbench shrinking /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/rdjpgcom shrinking /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin/jpegtran checking for references to /build/ in /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin... checking whether we are cross compiling... no [ 15%] Building CXX object CMakeFiles/objects.dir/src/stream.cpp.o [ 15%] Building CXX object CMakeFiles/objects.dir/src/stream_engine_base.cpp.o [ 15%] Building CXX object CMakeFiles/objects.dir/src/sub.cpp.o checking for suffix of object files... o patching script interpreter paths in /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin [ 15%] Building CXX object CMakeFiles/objects.dir/src/tcp.cpp.o stripping (with command strip and flags -S -p) in /nix/store/p9xxsscz0v6f3pi2xbblf8dygn8ghj0x-libjpeg-turbo-3.0.2-bin/bin checking command to parse nm output from gcc object... ok checking whether the compiler supports GNU C... yes checking for sysroot... no checking for a working dd... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/dd checking how to truncate binary pipes... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/dd bs=4096 count=1 checking whether gcc accepts -g... yes shrinking RPATHs of ELF executables and libraries in /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev checking for references to /build/ in /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev... [ 15%] Building CXX object CMakeFiles/objects.dir/src/tcp_address.cpp.o patching script interpreter paths in /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev stripping (with command strip and flags -S -p) in /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/lib [ 16%] Building CXX object CMakeFiles/objects.dir/src/tcp_connecter.cpp.o checking for mt... no [ 16%] Building CXX object CMakeFiles/objects.dir/src/tcp_listener.cpp.o checking if : is a manifest tool... no checking for gcc option to enable C11 features... none needed [ 16%] Building CXX object CMakeFiles/objects.dir/src/thread.cpp.o checking for stdio.h... yes [ 16%] Building CXX object CMakeFiles/objects.dir/src/trie.cpp.o shrinking RPATHs of ELF executables and libraries in /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2 shrinking /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/libturbojpeg.so.0.3.0 shrinking /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib/libjpeg.so.62.4.0 checking for references to /build/ in /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2... patching script interpreter paths in /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2 stripping (with command strip and flags -S -p) in /nix/store/lfmf0jzlgmmsh0mrv7kha8ff0p6vi3wp-libjpeg-turbo-3.0.2/lib checking whether gcc understands -c and -o together... yes checking for stdlib.h... yes [ 16%] Building CXX object CMakeFiles/objects.dir/src/radix_tree.cpp.o shrinking RPATHs of ELF executables and libraries in /nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man checking for references to /build/ in /nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man... gzipping man pages under /nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man/share/man/ checking how to run the C preprocessor... gcc -E checking for string.h... yes patching script interpreter paths in /nix/store/y5g4635nj2qmndhwpklyghlfi2bznip8-libjpeg-turbo-3.0.2-man shrinking RPATHs of ELF executables and libraries in /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc checking for references to /build/ in /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc... patching script interpreter paths in /nix/store/gwpdshswsws70nn6h8ap4zqkiddl8kay-libjpeg-turbo-3.0.2-doc Moving /nix/store/l77vg2w3dk291h6h1h59wsb55bdkfd7i-libjpeg-turbo-3.0.2-dev/include/transupp.h to /nix/store/525xlw3qcp2dhv93hiydx4y45jk0z037-libjpeg-turbo-3.0.2-dev_private/include/transupp.h [ 17%] Building CXX object CMakeFiles/objects.dir/src/v1_decoder.cpp.o checking for inttypes.h... yes [ 17%] Building CXX object CMakeFiles/objects.dir/src/v1_encoder.cpp.o checking for stdio.h... yes checking for stdint.h... yes [ 17%] Building CXX object CMakeFiles/objects.dir/src/v2_encoder.cpp.o [ 17%] Building CXX object CMakeFiles/objects.dir/src/v2_decoder.cpp.o [ 17%] Building CXX object CMakeFiles/objects.dir/src/v3_1_encoder.cpp.o [ 18%] Building CXX object CMakeFiles/objects.dir/src/xpub.cpp.o Running phase: installCheckPhase installcheck flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash test checking for stdlib.h... yes checking for strings.h... yes Running tests... Test project /build/source/build [ 18%] Building CXX object CMakeFiles/objects.dir/src/xsub.cpp.o Start 17: tjbench-shared-tile-cp Start 39: tjbench-shared-tilem-cp Start 51: tjbench12-shared-tile-cp Start 73: tjbench12-shared-tilem-cp Start 85: cjpeg16-shared-lossless [ 18%] Building CXX object CMakeFiles/objects.dir/src/zmq.cpp.o Start 89: cjpeg-shared-rgb-islow Start 100: cjpeg-shared-422-ifast-opt Start 104: cjpeg-shared-440-islow Start 114: cjpeg-shared-420-q100-ifast-prog Start 120: cjpeg-shared-gray-islow checking for sys/stat.h... yes Start 132: cjpeg-shared-3x2-float-prog [ 18%] Building CXX object CMakeFiles/objects.dir/src/zmq_utils.cpp.o Start 136: cjpeg-shared-3x2-ifast-prog Start 184: cjpeg-shared-lossless Start 192: cjpeg-shared-420-islow-prog Start 197: cjpeg-shared-444-islow checking for string.h... yes Start 200: cjpeg-shared-444-islow-prog Start 203: cjpeg-shared-444-islow-ari Start 208: example-8bit-shared-compress Start 212: cjpeg12-shared-rgb-islow Start 219: cjpeg12-shared-422-ifast-opt Start 223: cjpeg12-shared-440-islow Start 229: cjpeg12-shared-420-q100-ifast-prog Start 235: cjpeg12-shared-gray-islow Start 243: cjpeg12-shared-3x2-float-prog 1/295 Test #17: tjbench-shared-tile-cp .............................. Passed 0.14 sec Start 247: cjpeg12-shared-3x2-ifast-prog 2/295 Test #39: tjbench-shared-tilem-cp ............................. Passed 0.14 sec Start 275: cjpeg12-shared-lossless checking for sys/types.h... yes 3/295 Test #51: tjbench12-shared-tile-cp ............................ Passed 0.14 sec Start 281: cjpeg12-shared-420-islow-prog 4/295 Test #73: tjbench12-shared-tilem-cp ........................... Passed 0.14 sec Start 284: cjpeg12-shared-444-islow 5/295 Test #85: cjpeg16-shared-lossless ............................. Passed 0.15 sec Start 287: cjpeg12-shared-444-islow-prog [ 18%] Building CXX object CMakeFiles/objects.dir/src/decoder_allocators.cpp.o 6/295 Test #89: cjpeg-shared-rgb-islow .............................. Passed 0.15 sec Start 292: example-12bit-shared-compress checking for inttypes.h... yes 7/295 Test #100: cjpeg-shared-422-ifast-opt .......................... Passed 0.15 sec Start 18: tjbench-shared-tile 8/295 Test #104: cjpeg-shared-440-islow .............................. Passed 0.15 sec Start 40: tjbench-shared-tilem 9/295 Test #114: cjpeg-shared-420-q100-ifast-prog .................... Passed 0.15 sec Start 52: tjbench12-shared-tile 10/295 Test #120: cjpeg-shared-gray-islow ............................. Passed 0.15 sec Start 74: tjbench12-shared-tilem 11/295 Test #132: cjpeg-shared-3x2-float-prog ......................... Passed 0.16 sec Start 87: djpeg16-shared-lossless 12/295 Test #136: cjpeg-shared-3x2-ifast-prog ......................... Passed 0.15 sec Start 91: djpeg-shared-rgb-islow 13/295 Test #184: cjpeg-shared-lossless ............................... Passed 0.15 sec Start 94: jpegtran-shared-icc 14/295 Test #192: cjpeg-shared-420-islow-prog ......................... Passed 0.16 sec Start 96: djpeg-shared-rgb-islow-565 15/295 Test #197: cjpeg-shared-444-islow .............................. Passed 0.16 sec Start 98: djpeg-shared-rgb-islow-565D checking for unistd.h... yes 16/295 Test #200: cjpeg-shared-444-islow-prog ......................... Passed 0.15 sec Start 102: djpeg-shared-422-ifast 17/295 Test #203: cjpeg-shared-444-islow-ari .......................... Passed 0.16 sec Start 106: djpeg-shared-440-islow 18/295 Test #208: example-8bit-shared-compress ........................ Passed 0.16 sec Start 108: djpeg-shared-422m-ifast 19/295 Test #212: cjpeg12-shared-rgb-islow ............................ Passed 0.16 sec Start 110: djpeg-shared-422m-ifast-565 20/295 Test #219: cjpeg12-shared-422-ifast-opt ........................ Passed 0.16 sec Start 112: djpeg-shared-422m-ifast-565D 21/295 Test #223: cjpeg12-shared-440-islow ............................ Passed 0.16 sec Start 116: djpeg-shared-420-q100-ifast-prog checking for stdint.h... yes 22/295 Test #229: cjpeg12-shared-420-q100-ifast-prog .................. Passed 0.16 sec Start 118: djpeg-shared-420m-q100-ifast-prog 23/295 Test #235: cjpeg12-shared-gray-islow ........................... Passed 0.16 sec Start 122: djpeg-shared-gray-islow 24/295 Test #243: cjpeg12-shared-3x2-float-prog ....................... Passed 0.16 sec Start 124: djpeg-shared-gray-islow-rgb 25/295 Test #247: cjpeg12-shared-3x2-ifast-prog ....................... Passed 0.15 sec Start 126: djpeg-shared-gray-islow-565 26/295 Test #275: cjpeg12-shared-lossless ............................. Passed 0.15 sec Start 128: djpeg-shared-gray-islow-565D 27/295 Test #281: cjpeg12-shared-420-islow-prog ....................... Passed 0.14 sec Start 130: cjpeg-shared-420s-ifast-opt 28/295 Test #284: cjpeg12-shared-444-islow ............................ Passed 0.15 sec Start 134: djpeg-shared-3x2-float-prog 29/295 Test #287: cjpeg12-shared-444-islow-prog ....................... Passed 0.14 sec Start 138: djpeg-shared-3x2-ifast-prog [ 56%] Linking CXX executable woff2_info 30/295 Test #292: example-12bit-shared-compress ....................... Passed 0.14 sec Start 140: cjpeg-shared-420-islow-ari 31/295 Test #87: djpeg16-shared-lossless ............................. Passed 0.11 sec Start 142: jpegtran-shared-420-islow-ari 32/295 Test #91: djpeg-shared-rgb-islow .............................. Passed 0.11 sec Start 144: cjpeg-shared-444-islow-progari 33/295 Test #94: jpegtran-shared-icc ................................. Passed 0.11 sec Start 146: djpeg-shared-420m-ifast-ari 34/295 Test #96: djpeg-shared-rgb-islow-565 .......................... Passed 0.10 sec Start 148: jpegtran-shared-420-islow checking for sys/param.h... yes 35/295 Test #98: djpeg-shared-rgb-islow-565D ......................... Passed 0.10 sec Start 150: djpeg-shared-420m-islow-2_1 36/295 Test #102: djpeg-shared-422-ifast .............................. Passed 0.10 sec Start 152: djpeg-shared-420m-islow-15_8 37/295 Test #106: djpeg-shared-440-islow .............................. Passed 0.10 sec Start 154: djpeg-shared-420m-islow-13_8 38/295 Test #108: djpeg-shared-422m-ifast ............................. Passed 0.10 sec Start 156: djpeg-shared-420m-islow-11_8 39/295 Test #110: djpeg-shared-422m-ifast-565 ......................... Passed 0.10 sec Start 158: djpeg-shared-420m-islow-9_8 40/295 Test #112: djpeg-shared-422m-ifast-565D ........................ Passed 0.10 sec Start 160: djpeg-shared-420m-islow-7_8 41/295 Test #116: djpeg-shared-420-q100-ifast-prog .................... Passed 0.09 sec Start 162: djpeg-shared-420m-islow-3_4 42/295 Test #118: djpeg-shared-420m-q100-ifast-prog ................... Passed 0.09 sec Start 164: djpeg-shared-420m-islow-5_8 43/295 Test #122: djpeg-shared-gray-islow ............................. Passed 0.09 sec Start 166: djpeg-shared-420m-islow-1_2 44/295 Test #124: djpeg-shared-gray-islow-rgb ......................... Passed 0.09 sec Start 168: djpeg-shared-420m-islow-3_8 checking for strings.h... yes 45/295 Test #126: djpeg-shared-gray-islow-565 ......................... Passed 0.10 sec Start 170: djpeg-shared-420m-islow-1_4 46/295 Test #128: djpeg-shared-gray-islow-565D ........................ Passed 0.10 sec Start 172: djpeg-shared-420m-islow-1_8 47/295 Test #130: cjpeg-shared-420s-ifast-opt ......................... Passed 0.11 sec Start 174: djpeg-shared-420-islow-256 48/295 Test #134: djpeg-shared-3x2-float-prog ......................... Passed 0.11 sec Start 176: djpeg-shared-420-islow-565 49/295 Test #138: djpeg-shared-3x2-ifast-prog ......................... Passed 0.11 sec Start 178: djpeg-shared-420-islow-565D 50/295 Test #140: cjpeg-shared-420-islow-ari .......................... Passed 0.11 sec Start 180: djpeg-shared-420m-islow-565 checking for dlfcn.h... yes 51/295 Test #142: jpegtran-shared-420-islow-ari ....................... Passed 0.11 sec Start 182: djpeg-shared-420m-islow-565D 52/295 Test #144: cjpeg-shared-444-islow-progari ...................... Passed 0.11 sec Start 186: djpeg-shared-lossless 53/295 Test #146: djpeg-shared-420m-ifast-ari ......................... Passed 0.11 sec Start 188: djpeg-shared-420-islow-skip15_31 54/295 Test #148: jpegtran-shared-420-islow ........................... Passed 0.10 sec Start 190: djpeg-shared-420-islow-ari-skip16_139 55/295 Test #150: djpeg-shared-420m-islow-2_1 ......................... Passed 0.10 sec Start 193: djpeg-shared-420-islow-prog-crop62x62_71_71 checking for objdir... .libs 56/295 Test #152: djpeg-shared-420m-islow-15_8 ........................ Passed 0.10 sec Start 195: djpeg-shared-420-islow-ari-crop53x53_4_4 57/295 Test #154: djpeg-shared-420m-islow-13_8 ........................ Passed 0.10 sec Start 198: djpeg-shared-444-islow-skip1_6 58/295 Test #156: djpeg-shared-420m-islow-11_8 ........................ Passed 0.10 sec Start 201: djpeg-shared-444-islow-prog-crop98x98_13_13 59/295 Test #158: djpeg-shared-420m-islow-9_8 ......................... Passed 0.10 sec Start 204: djpeg-shared-444-islow-ari-crop37x37_0_0 60/295 Test #160: djpeg-shared-420m-islow-7_8 ......................... Passed 0.10 sec Start 206: jpegtran-shared-crop 61/295 Test #162: djpeg-shared-420m-islow-3_4 ......................... Passed 0.10 sec Start 210: example-8bit-shared-decompress checking for sys/stat.h... yes 62/295 Test #164: djpeg-shared-420m-islow-5_8 ......................... Passed 0.10 sec Start 214: djpeg12-shared-rgb-islow 63/295 Test #166: djpeg-shared-420m-islow-1_2 ......................... Passed 0.10 sec Start 217: jpegtran12-shared-icc 64/295 Test #168: djpeg-shared-420m-islow-3_8 ......................... Passed 0.10 sec Start 221: djpeg12-shared-422-ifast 65/295 Test #170: djpeg-shared-420m-islow-1_4 ......................... Passed 0.10 sec Start 225: djpeg12-shared-440-islow [ 19%] Building CXX object CMakeFiles/objects.dir/src/socket_poller.cpp.o 66/295 Test #172: djpeg-shared-420m-islow-1_8 ......................... Passed 0.10 sec Start 227: djpeg12-shared-422m-ifast 67/295 Test #174: djpeg-shared-420-islow-256 .......................... Passed 0.10 sec Start 231: djpeg12-shared-420-q100-ifast-prog 68/295 Test #176: djpeg-shared-420-islow-565 .......................... Passed 0.11 sec Start 233: djpeg12-shared-420m-q100-ifast-prog 69/295 Test #178: djpeg-shared-420-islow-565D ......................... Passed 0.10 sec Start 237: djpeg12-shared-gray-islow [ 19%] Building CXX object CMakeFiles/objects.dir/src/timers.cpp.o 70/295 Test #180: djpeg-shared-420m-islow-565 ......................... Passed 0.10 sec Start 239: djpeg12-shared-gray-islow-rgb 71/295 Test #182: djpeg-shared-420m-islow-565D ........................ Passed 0.10 sec Start 241: cjpeg12-shared-420s-ifast-opt [ 56%] Built target woff2_info 72/295 Test #186: djpeg-shared-lossless ............................... Passed 0.10 sec Start 245: djpeg12-shared-3x2-float-prog 73/295 Test #188: djpeg-shared-420-islow-skip15_31 .................... Passed 0.10 sec Start 249: djpeg12-shared-3x2-ifast-prog 74/295 Test #190: djpeg-shared-420-islow-ari-skip16_139 ............... Passed 0.11 sec Start 251: djpeg12-shared-420m-islow-2_1 75/295 Test #193: djpeg-shared-420-islow-prog-crop62x62_71_71 ......... Passed 0.11 sec Start 253: djpeg12-shared-420m-islow-15_8 76/295 Test #195: djpeg-shared-420-islow-ari-crop53x53_4_4 ............ Passed 0.11 sec Start 255: djpeg12-shared-420m-islow-13_8 77/295 Test #198: djpeg-shared-444-islow-skip1_6 ...................... Passed 0.11 sec Start 257: djpeg12-shared-420m-islow-11_8 checking for sys/types.h... yes 78/295 Test #201: djpeg-shared-444-islow-prog-crop98x98_13_13 ......... Passed 0.12 sec Start 259: djpeg12-shared-420m-islow-9_8 79/295 Test #204: djpeg-shared-444-islow-ari-crop37x37_0_0 ............ Passed 0.12 sec Start 261: djpeg12-shared-420m-islow-7_8 80/295 Test #206: jpegtran-shared-crop ................................ Passed 0.12 sec Start 263: djpeg12-shared-420m-islow-3_4 81/295 Test #210: example-8bit-shared-decompress ...................... Passed 0.12 sec Start 265: djpeg12-shared-420m-islow-5_8 82/295 Test #214: djpeg12-shared-rgb-islow ............................ Passed 0.12 sec Start 267: djpeg12-shared-420m-islow-1_2 83/295 Test #217: jpegtran12-shared-icc ............................... Passed 0.12 sec Start 269: djpeg12-shared-420m-islow-3_8 [ 19%] Building CXX object CMakeFiles/objects.dir/src/radio.cpp.o 84/295 Test #221: djpeg12-shared-422-ifast ............................ Passed 0.12 sec Start 271: djpeg12-shared-420m-islow-1_4 85/295 Test #225: djpeg12-shared-440-islow ............................ Passed 0.12 sec Start 273: djpeg12-shared-420m-islow-1_8 86/295 Test #227: djpeg12-shared-422m-ifast ........................... Passed 0.12 sec Start 277: djpeg12-shared-lossless [ 19%] Building CXX object CMakeFiles/objects.dir/src/dish.cpp.o 87/295 Test #231: djpeg12-shared-420-q100-ifast-prog .................. Passed 0.12 sec Start 279: djpeg12-shared-420-islow-skip15_31 88/295 Test #233: djpeg12-shared-420m-q100-ifast-prog ................. Passed 0.12 sec Start 282: djpeg12-shared-420-islow-prog-crop62x62_71_71 [ 19%] Building CXX object CMakeFiles/objects.dir/src/udp_engine.cpp.o 89/295 Test #237: djpeg12-shared-gray-islow ........................... Passed 0.12 sec Start 285: djpeg12-shared-444-islow-skip1_6 90/295 Test #239: djpeg12-shared-gray-islow-rgb ....................... Passed 0.12 sec Start 288: djpeg12-shared-444-islow-prog-crop98x98_13_13 91/295 Test #241: cjpeg12-shared-420s-ifast-opt ....................... Passed 0.12 sec Start 290: jpegtran12-shared-crop 92/295 Test #245: djpeg12-shared-3x2-float-prog ....................... Passed 0.12 sec Start 294: example-12bit-shared-decompress 93/295 Test #249: djpeg12-shared-3x2-ifast-prog ....................... Passed 0.12 sec Start 1: tjunittest-shared 94/295 Test #251: djpeg12-shared-420m-islow-2_1 ....................... Passed 0.12 sec Start 2: tjunittest-shared-alloc 95/295 Test #253: djpeg12-shared-420m-islow-15_8 ...................... Passed 0.12 sec Start 3: tjunittest-shared-yuv checking for unistd.h... yes 96/295 Test #255: djpeg12-shared-420m-islow-13_8 ...................... Passed 0.13 sec Start 4: tjunittest-shared-yuv-alloc 97/295 Test #257: djpeg12-shared-420m-islow-11_8 ...................... Passed 0.13 sec Start 5: tjunittest-shared-yuv-nopad 98/295 Test #259: djpeg12-shared-420m-islow-9_8 ....................... Passed 0.12 sec Start 6: tjunittest-shared-lossless 99/295 Test #261: djpeg12-shared-420m-islow-7_8 ....................... Passed 0.12 sec Start 7: tjunittest-shared-lossless-alloc 100/295 Test #263: djpeg12-shared-420m-islow-3_4 ....................... Passed 0.12 sec Start 8: tjunittest-shared-bmp 101/295 Test #265: djpeg12-shared-420m-islow-5_8 ....................... Passed 0.12 sec Start 9: tjunittest12-shared [ 19%] Building CXX object CMakeFiles/objects.dir/src/scatter.cpp.o 102/295 Test #267: djpeg12-shared-420m-islow-1_2 ....................... Passed 0.13 sec Start 10: tjunittest12-shared-alloc 103/295 Test #269: djpeg12-shared-420m-islow-3_8 ....................... Passed 0.13 sec Start 11: tjunittest12-shared-lossless [ 20%] Building CXX object CMakeFiles/objects.dir/src/udp_address.cpp.o 104/295 Test #271: djpeg12-shared-420m-islow-1_4 ....................... Passed 0.14 sec Start 12: tjunittest12-shared-lossless-alloc 105/295 Test #273: djpeg12-shared-420m-islow-1_8 ....................... Passed 0.14 sec Start 13: tjunittest12-shared-bmp [ 20%] Building CXX object CMakeFiles/objects.dir/src/gather.cpp.o checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC 106/295 Test #277: djpeg12-shared-lossless ............................. Passed 0.14 sec Start 14: tjunittest16-shared-lossless 107/295 Test #279: djpeg12-shared-420-islow-skip15_31 .................. Passed 0.14 sec Start 15: tjunittest16-shared-lossless-alloc 108/295 Test #282: djpeg12-shared-420-islow-prog-crop62x62_71_71 ....... Passed 0.15 sec Start 16: tjunittest16-shared-bmp checking for stdatomic.h... yes 109/295 Test #285: djpeg12-shared-444-islow-skip1_6 .................... Passed 0.16 sec Start 86: cjpeg16-shared-lossless-cmp 110/295 Test #288: djpeg12-shared-444-islow-prog-crop98x98_13_13 ....... Passed 0.16 sec Start 88: djpeg16-shared-lossless-cmp checking if gcc PIC flag -fPIC -DPIC works... yes 111/295 Test #290: jpegtran12-shared-crop .............................. Passed 0.19 sec Start 90: cjpeg-shared-rgb-islow-cmp 112/295 Test #294: example-12bit-shared-decompress ..................... Passed 0.20 sec Start 92: djpeg-shared-rgb-islow-cmp 113/295 Test #18: tjbench-shared-tile ................................. Passed 0.68 sec Start 19: tjbench-shared-tile-gray-8x8-cmp 114/295 Test #86: cjpeg16-shared-lossless-cmp ......................... Passed 0.08 sec Start 20: tjbench-shared-tile-420-8x8-cmp [ 20%] Building CXX object CMakeFiles/objects.dir/src/ip_resolver.cpp.o 115/295 Test #88: djpeg16-shared-lossless-cmp ......................... Passed 0.08 sec Start 21: tjbench-shared-tile-422-8x8-cmp [ 20%] Building CXX object CMakeFiles/objects.dir/src/zap_client.cpp.o 116/295 Test #90: cjpeg-shared-rgb-islow-cmp .......................... Passed 0.06 sec Start 22: tjbench-shared-tile-444-8x8-cmp 117/295 Test #92: djpeg-shared-rgb-islow-cmp .......................... Passed 0.06 sec Start 23: tjbench-shared-tile-gray-16x16-cmp 118/295 Test #13: tjunittest12-shared-bmp ............................. Passed 0.17 sec Start 24: tjbench-shared-tile-420-16x16-cmp 119/295 Test #8: tjunittest-shared-bmp ............................... Passed 0.22 sec Start 25: tjbench-shared-tile-422-16x16-cmp 120/295 Test #19: tjbench-shared-tile-gray-8x8-cmp .................... Passed 0.08 sec Start 26: tjbench-shared-tile-444-16x16-cmp checking if gcc static flag -static works... no [ 21%] Building CXX object CMakeFiles/objects.dir/src/zmtp_engine.cpp.o checking if _Atomic is available... yes checking for a sed that does not truncate output... (cached) /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed 121/295 Test #20: tjbench-shared-tile-420-8x8-cmp ..................... Passed 0.10 sec checking for code coverage support... no Start 27: tjbench-shared-tile-gray-32x32-cmp 122/295 Test #21: tjbench-shared-tile-422-8x8-cmp ..................... Passed 0.10 sec Start 28: tjbench-shared-tile-420-32x32-cmp [ 21%] Building CXX object CMakeFiles/objects.dir/src/stream_connecter_base.cpp.o 123/295 Test #22: tjbench-shared-tile-444-8x8-cmp ..................... Passed 0.08 sec Start 29: tjbench-shared-tile-422-32x32-cmp 124/295 Test #23: tjbench-shared-tile-gray-16x16-cmp .................. Passed 0.08 sec Start 30: tjbench-shared-tile-444-32x32-cmp checking whether build environment is sane... yes [ 21%] Building CXX object CMakeFiles/objects.dir/src/stream_listener_base.cpp.o 125/295 Test #40: tjbench-shared-tilem ................................ Passed 0.83 sec Start 31: tjbench-shared-tile-gray-64x64-cmp 126/295 Test #24: tjbench-shared-tile-420-16x16-cmp ................... Passed 0.10 sec Start 32: tjbench-shared-tile-420-64x64-cmp checking for a race-free mkdir -p... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p checking for gawk... gawk 127/295 Test #25: tjbench-shared-tile-422-16x16-cmp ................... Passed 0.11 sec Start 33: tjbench-shared-tile-422-64x64-cmp 128/295 Test #26: tjbench-shared-tile-444-16x16-cmp ................... Passed 0.09 sec Start 34: tjbench-shared-tile-444-64x64-cmp 129/295 Test #27: tjbench-shared-tile-gray-32x32-cmp .................. Passed 0.09 sec Start 35: tjbench-shared-tile-gray-128x128-cmp 130/295 Test #28: tjbench-shared-tile-420-32x32-cmp ................... Passed 0.09 sec Start 36: tjbench-shared-tile-420-128x128-cmp [ 21%] Building CXX object CMakeFiles/objects.dir/src/tipc_address.cpp.o checking whether make sets $(MAKE)... yes 131/295 Test #29: tjbench-shared-tile-422-32x32-cmp ................... Passed 0.09 sec Start 37: tjbench-shared-tile-422-128x128-cmp 132/295 Test #30: tjbench-shared-tile-444-32x32-cmp ................... Passed 0.08 sec Start 38: tjbench-shared-tile-444-128x128-cmp 133/295 Test #31: tjbench-shared-tile-gray-64x64-cmp .................. Passed 0.08 sec Start 41: tjbench-shared-tile-420m-8x8-cmp checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes 134/295 Test #32: tjbench-shared-tile-420-64x64-cmp ................... Passed 0.08 sec Start 42: tjbench-shared-tile-422m-8x8-cmp [ 21%] Building CXX object CMakeFiles/objects.dir/src/tipc_connecter.cpp.o 135/295 Test #33: tjbench-shared-tile-422-64x64-cmp ................... Passed 0.08 sec Start 43: tjbench-shared-tile-420m-16x16-cmp 136/295 Test #34: tjbench-shared-tile-444-64x64-cmp ................... Passed 0.08 sec Start 44: tjbench-shared-tile-422m-16x16-cmp 137/295 Test #35: tjbench-shared-tile-gray-128x128-cmp ................ Passed 0.07 sec Start 45: tjbench-shared-tile-420m-32x32-cmp checking whether make supports the include directive... yes (GNU style) 138/295 Test #36: tjbench-shared-tile-420-128x128-cmp ................. Passed 0.08 sec Start 46: tjbench-shared-tile-422m-32x32-cmp checking dependency style of gcc... none 139/295 Test #37: tjbench-shared-tile-422-128x128-cmp ................. Passed 0.08 sec Start 47: tjbench-shared-tile-420m-64x64-cmp checking curl version... 8.6.0 140/295 Test #38: tjbench-shared-tile-444-128x128-cmp ................. Passed 0.08 sec Start 48: tjbench-shared-tile-422m-64x64-cmp 141/295 Test #16: tjunittest16-shared-bmp ............................. Passed 0.38 sec Start 49: tjbench-shared-tile-420m-128x128-cmp checking for httpd... no checking for apache2... no checking for apachectl... no 142/295 Test #41: tjbench-shared-tile-420m-8x8-cmp .................... Passed 0.09 sec Start 50: tjbench-shared-tile-422m-128x128-cmp checking for apxs... no configure: httpd/apache2 not in PATH, http tests disabled configure: apxs not in PATH, http tests disabled checking for nghttpx... no checking for caddy... no 143/295 Test #42: tjbench-shared-tile-422m-8x8-cmp .................... Passed 0.09 sec Start 93: djpeg-shared-rgb-islow-icc-cmp 144/295 Test #43: tjbench-shared-tile-420m-16x16-cmp .................. Passed 0.08 sec Start 95: jpegtran-shared-icc-cmp checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes 145/295 Test #44: tjbench-shared-tile-422m-16x16-cmp .................. Passed 0.09 sec Start 97: djpeg-shared-rgb-islow-565-cmp 146/295 Test #45: tjbench-shared-tile-420m-32x32-cmp .................. Passed 0.09 sec Start 99: djpeg-shared-rgb-islow-565D-cmp [ 60%] Linking CXX shared library libwoff2enc.so 147/295 Test #46: tjbench-shared-tile-422m-32x32-cmp .................. Passed 0.09 sec Start 101: cjpeg-shared-422-ifast-opt-cmp 148/295 Test #47: tjbench-shared-tile-420m-64x64-cmp .................. Passed 0.09 sec Start 103: djpeg-shared-422-ifast-cmp 149/295 Test #48: tjbench-shared-tile-422m-64x64-cmp .................. Passed 0.08 sec Start 105: cjpeg-shared-440-islow-cmp 150/295 Test #49: tjbench-shared-tile-420m-128x128-cmp ................ Passed 0.08 sec Start 107: djpeg-shared-440-islow-cmp 151/295 Test #50: tjbench-shared-tile-422m-128x128-cmp ................ Passed 0.07 sec Start 109: djpeg-shared-422m-ifast-cmp 152/295 Test #93: djpeg-shared-rgb-islow-icc-cmp ...................... Passed 0.07 sec Start 111: djpeg-shared-422m-ifast-565-cmp 153/295 Test #95: jpegtran-shared-icc-cmp ............................. Passed 0.08 sec Start 113: djpeg-shared-422m-ifast-565D-cmp 154/295 Test #97: djpeg-shared-rgb-islow-565-cmp ...................... Passed 0.08 sec Start 115: cjpeg-shared-420-q100-ifast-prog-cmp 155/295 Test #99: djpeg-shared-rgb-islow-565D-cmp ..................... Passed 0.09 sec Start 117: djpeg-shared-420-q100-ifast-prog-cmp [ 22%] Building CXX object CMakeFiles/objects.dir/src/tipc_listener.cpp.o 156/295 Test #101: cjpeg-shared-422-ifast-opt-cmp ...................... Passed 0.10 sec Start 119: djpeg-shared-420m-q100-ifast-prog-cmp 157/295 Test #103: djpeg-shared-422-ifast-cmp .......................... Passed 0.11 sec Start 121: cjpeg-shared-gray-islow-cmp 158/295 Test #105: cjpeg-shared-440-islow-cmp .......................... Passed 0.12 sec Start 123: djpeg-shared-gray-islow-cmp 159/295 Test #107: djpeg-shared-440-islow-cmp .......................... Passed 0.12 sec Start 125: djpeg-shared-gray-islow-rgb-cmp 160/295 Test #109: djpeg-shared-422m-ifast-cmp ......................... Passed 0.12 sec Start 127: djpeg-shared-gray-islow-565-cmp checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for grep that handles long lines and -e... (cached) /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep checking whether -lc should be explicitly linked in... no checking for egrep... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep -E 161/295 Test #111: djpeg-shared-422m-ifast-565-cmp ..................... Passed 0.14 sec Start 129: djpeg-shared-gray-islow-565D-cmp 162/295 Test #113: djpeg-shared-422m-ifast-565D-cmp .................... Passed 0.13 sec Start 131: cjpeg-shared-420s-ifast-opt-cmp 163/295 Test #115: cjpeg-shared-420-q100-ifast-prog-cmp ................ Passed 0.12 sec Start 133: cjpeg-shared-3x2-float-prog-cmp 164/295 Test #117: djpeg-shared-420-q100-ifast-prog-cmp ................ Passed 0.11 sec Start 135: djpeg-shared-3x2-float-prog-cmp 165/295 Test #119: djpeg-shared-420m-q100-ifast-prog-cmp ............... Passed 0.09 sec Start 137: cjpeg-shared-3x2-ifast-prog-cmp 166/295 Test #121: cjpeg-shared-gray-islow-cmp ......................... Passed 0.09 sec Start 139: djpeg-shared-3x2-ifast-prog-cmp 167/295 Test #123: djpeg-shared-gray-islow-cmp ......................... Passed 0.08 sec Start 141: cjpeg-shared-420-islow-ari-cmp 168/295 Test #52: tjbench12-shared-tile ............................... Passed 1.25 sec Start 53: tjbench12-shared-tile-gray-8x8-cmp checking if OS is AIX (to define _ALL_SOURCE)... no 169/295 Test #125: djpeg-shared-gray-islow-rgb-cmp ..................... Passed 0.09 sec Start 54: tjbench12-shared-tile-420-8x8-cmp 170/295 Test #127: djpeg-shared-gray-islow-565-cmp ..................... Passed 0.10 sec Start 55: tjbench12-shared-tile-422-8x8-cmp 171/295 Test #129: djpeg-shared-gray-islow-565D-cmp .................... Passed 0.09 sec Start 56: tjbench12-shared-tile-444-8x8-cmp 172/295 Test #131: cjpeg-shared-420s-ifast-opt-cmp ..................... Passed 0.10 sec Start 57: tjbench12-shared-tile-gray-16x16-cmp 173/295 Test #133: cjpeg-shared-3x2-float-prog-cmp ..................... Passed 0.10 sec Start 58: tjbench12-shared-tile-420-16x16-cmp checking if _THREAD_SAFE is already defined... no checking if _THREAD_SAFE is actually needed... no checking if _THREAD_SAFE is onwards defined... no 174/295 Test #135: djpeg-shared-3x2-float-prog-cmp ..................... Passed 0.10 sec Start 59: tjbench12-shared-tile-422-16x16-cmp 175/295 Test #137: cjpeg-shared-3x2-ifast-prog-cmp ..................... Passed 0.10 sec Start 60: tjbench12-shared-tile-444-16x16-cmp 176/295 Test #139: djpeg-shared-3x2-ifast-prog-cmp ..................... Passed 0.10 sec Start 61: tjbench12-shared-tile-gray-32x32-cmp [ 60%] Built target woff2enc 177/295 Test #141: cjpeg-shared-420-islow-ari-cmp ...................... Passed 0.10 sec Start 62: tjbench12-shared-tile-420-32x32-cmp 178/295 Test #53: tjbench12-shared-tile-gray-8x8-cmp .................. Passed 0.11 sec Start 63: tjbench12-shared-tile-422-32x32-cmp 179/295 Test #54: tjbench12-shared-tile-420-8x8-cmp ................... Passed 0.10 sec Start 64: tjbench12-shared-tile-444-32x32-cmp 180/295 Test #55: tjbench12-shared-tile-422-8x8-cmp ................... Passed 0.09 sec Start 65: tjbench12-shared-tile-gray-64x64-cmp 181/295 Test #56: tjbench12-shared-tile-444-8x8-cmp ................... Passed 0.09 sec Start 66: tjbench12-shared-tile-420-64x64-cmp checking if _REENTRANT is already defined... no [ 65%] Building CXX object CMakeFiles/woff2_compress.dir/src/woff2_compress.cc.o 182/295 Test #57: tjbench12-shared-tile-gray-16x16-cmp ................ Passed 0.08 sec Start 67: tjbench12-shared-tile-422-64x64-cmp 183/295 Test #58: tjbench12-shared-tile-420-16x16-cmp ................. Passed 0.08 sec Start 68: tjbench12-shared-tile-444-64x64-cmp 184/295 Test #59: tjbench12-shared-tile-422-16x16-cmp ................. Passed 0.07 sec Start 69: tjbench12-shared-tile-gray-128x128-cmp checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate 185/295 Test #60: tjbench12-shared-tile-444-16x16-cmp ................. Passed 0.07 sec Start 70: tjbench12-shared-tile-420-128x128-cmp 186/295 Test #61: tjbench12-shared-tile-gray-32x32-cmp ................ Passed 0.07 sec Start 71: tjbench12-shared-tile-422-128x128-cmp 187/295 Test #62: tjbench12-shared-tile-420-32x32-cmp ................. Passed 0.07 sec Start 72: tjbench12-shared-tile-444-128x128-cmp 188/295 Test #63: tjbench12-shared-tile-422-32x32-cmp ................. Passed 0.07 sec Start 143: jpegtran-shared-420-islow-ari-cmp checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes 189/295 Test #64: tjbench12-shared-tile-444-32x32-cmp ................. Passed 0.06 sec Start 145: cjpeg-shared-444-islow-progari-cmp 190/295 Test #65: tjbench12-shared-tile-gray-64x64-cmp ................ Passed 0.06 sec Start 147: djpeg-shared-420m-ifast-ari-cmp 191/295 Test #66: tjbench12-shared-tile-420-64x64-cmp ................. Passed 0.06 sec Start 149: jpegtran-shared-420-islow-cmp 192/295 Test #67: tjbench12-shared-tile-422-64x64-cmp ................. Passed 0.05 sec Start 151: djpeg-shared-420m-islow-2_1-cmp 193/295 Test #68: tjbench12-shared-tile-444-64x64-cmp ................. Passed 0.05 sec Start 153: djpeg-shared-420m-islow-15_8-cmp 194/295 Test #69: tjbench12-shared-tile-gray-128x128-cmp .............. Passed 0.04 sec Start 155: djpeg-shared-420m-islow-13_8-cmp 195/295 Test #70: tjbench12-shared-tile-420-128x128-cmp ............... Passed 0.04 sec Start 157: djpeg-shared-420m-islow-11_8-cmp 196/295 Test #71: tjbench12-shared-tile-422-128x128-cmp ............... Passed 0.04 sec Start 159: djpeg-shared-420m-islow-9_8-cmp 197/295 Test #72: tjbench12-shared-tile-444-128x128-cmp ............... Passed 0.04 sec Start 161: djpeg-shared-420m-islow-7_8-cmp 198/295 Test #143: jpegtran-shared-420-islow-ari-cmp ................... Passed 0.03 sec Start 163: djpeg-shared-420m-islow-3_4-cmp 199/295 Test #145: cjpeg-shared-444-islow-progari-cmp .................. Passed 0.03 sec Start 165: djpeg-shared-420m-islow-5_8-cmp 200/295 Test #147: djpeg-shared-420m-ifast-ari-cmp ..................... Passed 0.02 sec Start 167: djpeg-shared-420m-islow-1_2-cmp 201/295 Test #149: jpegtran-shared-420-islow-cmp ....................... Passed 0.02 sec Start 169: djpeg-shared-420m-islow-3_8-cmp 202/295 Test #151: djpeg-shared-420m-islow-2_1-cmp ..................... Passed 0.02 sec Start 171: djpeg-shared-420m-islow-1_4-cmp 203/295 Test #153: djpeg-shared-420m-islow-15_8-cmp .................... Passed 0.03 sec Start 173: djpeg-shared-420m-islow-1_8-cmp 204/295 Test #155: djpeg-shared-420m-islow-13_8-cmp .................... Passed 0.04 sec Start 175: djpeg-shared-420-islow-256-cmp 205/295 Test #157: djpeg-shared-420m-islow-11_8-cmp .................... Passed 0.05 sec Start 177: djpeg-shared-420-islow-565-cmp 206/295 Test #159: djpeg-shared-420m-islow-9_8-cmp ..................... Passed 0.07 sec Start 179: djpeg-shared-420-islow-565D-cmp checking for windows.h... no 207/295 Test #161: djpeg-shared-420m-islow-7_8-cmp ..................... Passed 0.07 sec Start 181: djpeg-shared-420m-islow-565-cmp 208/295 Test #163: djpeg-shared-420m-islow-3_4-cmp ..................... Passed 0.08 sec Start 183: djpeg-shared-420m-islow-565D-cmp 209/295 Test #165: djpeg-shared-420m-islow-5_8-cmp ..................... Passed 0.09 sec Start 185: cjpeg-shared-lossless-cmp 210/295 Test #167: djpeg-shared-420m-islow-1_2-cmp ..................... Passed 0.09 sec Start 187: djpeg-shared-lossless-cmp 211/295 Test #169: djpeg-shared-420m-islow-3_8-cmp ..................... Passed 0.10 sec Start 189: djpeg-shared-420-islow-skip15_31-cmp 212/295 Test #171: djpeg-shared-420m-islow-1_4-cmp ..................... Passed 0.10 sec Start 191: djpeg-shared-420-islow-ari-skip16_139-cmp checking for a BSD-compatible install... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c 213/295 Test #173: djpeg-shared-420m-islow-1_8-cmp ..................... Passed 0.09 sec Start 194: djpeg-shared-420-islow-prog-crop62x62_71_71-cmp 214/295 Test #175: djpeg-shared-420-islow-256-cmp ...................... Passed 0.09 sec Start 196: djpeg-shared-420-islow-ari-crop53x53_4_4-cmp checking for a race-free mkdir -p... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p 215/295 Test #177: djpeg-shared-420-islow-565-cmp ...................... Passed 0.08 sec Start 199: djpeg-shared-444-islow-skip1_6-cmp 216/295 Test #179: djpeg-shared-420-islow-565D-cmp ..................... Passed 0.07 sec Start 202: djpeg-shared-444-islow-prog-crop98x98_13_13-cmp 217/295 Test #74: tjbench12-shared-tilem .............................. Passed 1.61 sec Start 75: tjbench12-shared-tile-420m-8x8-cmp 218/295 Test #181: djpeg-shared-420m-islow-565-cmp ..................... Passed 0.09 sec Start 76: tjbench12-shared-tile-422m-8x8-cmp 219/295 Test #183: djpeg-shared-420m-islow-565D-cmp .................... Passed 0.08 sec Start 77: tjbench12-shared-tile-420m-16x16-cmp 220/295 Test #185: cjpeg-shared-lossless-cmp ........................... Passed 0.07 sec Start 78: tjbench12-shared-tile-422m-16x16-cmp [ 69%] Linking CXX shared library libwoff2dec.so 221/295 Test #187: djpeg-shared-lossless-cmp ........................... Passed 0.07 sec Start 79: tjbench12-shared-tile-420m-32x32-cmp 222/295 Test #189: djpeg-shared-420-islow-skip15_31-cmp ................ Passed 0.07 sec Start 80: tjbench12-shared-tile-422m-32x32-cmp 223/295 Test #191: djpeg-shared-420-islow-ari-skip16_139-cmp ........... Passed 0.07 sec Start 81: tjbench12-shared-tile-420m-64x64-cmp 224/295 Test #194: djpeg-shared-420-islow-prog-crop62x62_71_71-cmp ..... Passed 0.06 sec Start 82: tjbench12-shared-tile-422m-64x64-cmp 225/295 Test #196: djpeg-shared-420-islow-ari-crop53x53_4_4-cmp ........ Passed 0.06 sec Start 83: tjbench12-shared-tile-420m-128x128-cmp 226/295 Test #199: djpeg-shared-444-islow-skip1_6-cmp .................. Passed 0.07 sec Start 84: tjbench12-shared-tile-422m-128x128-cmp checking for fcntl.h... yes checking for unistd.h... (cached) yes 227/295 Test #202: djpeg-shared-444-islow-prog-crop98x98_13_13-cmp ..... Passed 0.10 sec Start 205: djpeg-shared-444-islow-ari-crop37x37_0_0-cmp 228/295 Test #75: tjbench12-shared-tile-420m-8x8-cmp .................. Passed 0.09 sec Start 207: jpegtran-shared-crop-cmp 229/295 Test #76: tjbench12-shared-tile-422m-8x8-cmp .................. Passed 0.10 sec Start 209: example-8bit-shared-compress-cmp checking for an ANSI C-conforming const... yes checking for special C compiler options needed for large files... no 230/295 Test #77: tjbench12-shared-tile-420m-16x16-cmp ................ Passed 0.11 sec Start 211: example-8bit-shared-decompress-cmp 231/295 Test #78: tjbench12-shared-tile-422m-16x16-cmp ................ Passed 0.11 sec Start 213: cjpeg12-shared-rgb-islow-cmp 232/295 Test #79: tjbench12-shared-tile-420m-32x32-cmp ................ Passed 0.12 sec Start 215: djpeg12-shared-rgb-islow-cmp 233/295 Test #80: tjbench12-shared-tile-422m-32x32-cmp ................ Passed 0.11 sec Start 216: djpeg12-shared-rgb-islow-icc-cmp 234/295 Test #81: tjbench12-shared-tile-420m-64x64-cmp ................ Passed 0.12 sec Start 218: jpegtran12-shared-icc-cmp checking for _FILE_OFFSET_BITS value needed for large files... no 235/295 Test #82: tjbench12-shared-tile-422m-64x64-cmp ................ Passed 0.15 sec Start 220: cjpeg12-shared-422-ifast-opt-cmp 236/295 Test #83: tjbench12-shared-tile-420m-128x128-cmp .............. Passed 0.15 sec Start 222: djpeg12-shared-422-ifast-cmp 237/295 Test #84: tjbench12-shared-tile-422m-128x128-cmp .............. Passed 0.15 sec Start 224: cjpeg12-shared-440-islow-cmp 238/295 Test #205: djpeg-shared-444-islow-ari-crop37x37_0_0-cmp ........ Passed 0.12 sec Start 226: djpeg12-shared-440-islow-cmp 239/295 Test #207: jpegtran-shared-crop-cmp ............................ Passed 0.11 sec Start 228: djpeg12-shared-422m-ifast-cmp 240/295 Test #209: example-8bit-shared-compress-cmp .................... Passed 0.11 sec Start 230: cjpeg12-shared-420-q100-ifast-prog-cmp 241/295 Test #211: example-8bit-shared-decompress-cmp .................. Passed 0.10 sec Start 232: djpeg12-shared-420-q100-ifast-prog-cmp 242/295 Test #213: cjpeg12-shared-rgb-islow-cmp ........................ Passed 0.10 sec Start 234: djpeg12-shared-420m-q100-ifast-prog-cmp 243/295 Test #215: djpeg12-shared-rgb-islow-cmp ........................ Passed 0.10 sec Start 236: cjpeg12-shared-gray-islow-cmp 244/295 Test #216: djpeg12-shared-rgb-islow-icc-cmp .................... Passed 0.10 sec Start 238: djpeg12-shared-gray-islow-cmp 245/295 Test #218: jpegtran12-shared-icc-cmp ........................... Passed 0.10 sec Start 240: djpeg12-shared-gray-islow-rgb-cmp 246/295 Test #220: cjpeg12-shared-422-ifast-opt-cmp .................... Passed 0.07 sec Start 242: cjpeg12-shared-420s-ifast-opt-cmp 247/295 Test #222: djpeg12-shared-422-ifast-cmp ........................ Passed 0.07 sec Start 244: cjpeg12-shared-3x2-float-prog-cmp [ 69%] Built target woff2dec 248/295 Test #224: cjpeg12-shared-440-islow-cmp ........................ Passed 0.07 sec Start 246: djpeg12-shared-3x2-float-prog-cmp 249/295 Test #226: djpeg12-shared-440-islow-cmp ........................ Passed 0.07 sec Start 248: cjpeg12-shared-3x2-ifast-prog-cmp 250/295 Test #228: djpeg12-shared-422m-ifast-cmp ....................... Passed 0.07 sec Start 250: djpeg12-shared-3x2-ifast-prog-cmp [ 73%] Building CXX object CMakeFiles/woff2_decompress.dir/src/woff2_decompress.cc.o 251/295 Test #230: cjpeg12-shared-420-q100-ifast-prog-cmp .............. Passed 0.09 sec Start 252: djpeg12-shared-420m-islow-2_1-cmp 252/295 Test #232: djpeg12-shared-420-q100-ifast-prog-cmp .............. Passed 0.08 sec Start 254: djpeg12-shared-420m-islow-15_8-cmp [ 78%] Building CXX object CMakeFiles/convert_woff2ttf_fuzzer_new_entry.dir/src/convert_woff2ttf_fuzzer_new_entry.cc.o [ 82%] Building CXX object CMakeFiles/convert_woff2ttf_fuzzer.dir/src/convert_woff2ttf_fuzzer.cc.o 253/295 Test #234: djpeg12-shared-420m-q100-ifast-prog-cmp ............. Passed 0.09 sec Start 256: djpeg12-shared-420m-islow-13_8-cmp checking for getpagesize... yes 254/295 Test #236: cjpeg12-shared-gray-islow-cmp ....................... Passed 0.10 sec Start 258: djpeg12-shared-420m-islow-11_8-cmp [ 86%] Linking CXX executable woff2_compress 255/295 Test #238: djpeg12-shared-gray-islow-cmp ....................... Passed 0.10 sec Start 260: djpeg12-shared-420m-islow-9_8-cmp 256/295 Test #240: djpeg12-shared-gray-islow-rgb-cmp ................... Passed 0.10 sec Start 262: djpeg12-shared-420m-islow-7_8-cmp 257/295 Test #242: cjpeg12-shared-420s-ifast-opt-cmp ................... Passed 0.10 sec Start 264: djpeg12-shared-420m-islow-3_4-cmp 258/295 Test #244: cjpeg12-shared-3x2-float-prog-cmp ................... Passed 0.10 sec Start 266: djpeg12-shared-420m-islow-5_8-cmp 259/295 Test #246: djpeg12-shared-3x2-float-prog-cmp ................... Passed 0.10 sec Start 268: djpeg12-shared-420m-islow-1_2-cmp 260/295 Test #248: cjpeg12-shared-3x2-ifast-prog-cmp ................... Passed 0.10 sec Start 270: djpeg12-shared-420m-islow-3_8-cmp 261/295 Test #250: djpeg12-shared-3x2-ifast-prog-cmp ................... Passed 0.11 sec Start 272: djpeg12-shared-420m-islow-1_4-cmp 262/295 Test #252: djpeg12-shared-420m-islow-2_1-cmp ................... Passed 0.09 sec Start 274: djpeg12-shared-420m-islow-1_8-cmp 263/295 Test #254: djpeg12-shared-420m-islow-15_8-cmp .................. Passed 0.10 sec Start 276: cjpeg12-shared-lossless-cmp 264/295 Test #256: djpeg12-shared-420m-islow-13_8-cmp .................. Passed 0.10 sec Start 278: djpeg12-shared-lossless-cmp 265/295 Test #258: djpeg12-shared-420m-islow-11_8-cmp .................. Passed 0.09 sec Start 280: djpeg12-shared-420-islow-skip15_31-cmp 266/295 Test #260: djpeg12-shared-420m-islow-9_8-cmp ................... Passed 0.09 sec Start 283: djpeg12-shared-420-islow-prog-crop62x62_71_71-cmp 267/295 Test #262: djpeg12-shared-420m-islow-7_8-cmp ................... Passed 0.10 sec Start 286: djpeg12-shared-444-islow-skip1_6-cmp 268/295 Test #264: djpeg12-shared-420m-islow-3_4-cmp ................... Passed 0.10 sec Start 289: djpeg12-shared-444-islow-prog-crop98x98_13_13-cmp 269/295 Test #266: djpeg12-shared-420m-islow-5_8-cmp ................... Passed 0.11 sec Start 291: jpegtran12-shared-crop-cmp 270/295 Test #268: djpeg12-shared-420m-islow-1_2-cmp ................... Passed 0.12 sec Start 293: example-12bit-shared-compress-cmp 271/295 Test #270: djpeg12-shared-420m-islow-3_8-cmp ................... Passed 0.13 sec Start 295: example-12bit-shared-decompress-cmp 272/295 Test #272: djpeg12-shared-420m-islow-1_4-cmp ................... Passed 0.13 sec 273/295 Test #274: djpeg12-shared-420m-islow-1_8-cmp ................... Passed 0.12 sec 274/295 Test #276: cjpeg12-shared-lossless-cmp ......................... Passed 0.10 sec 275/295 Test #278: djpeg12-shared-lossless-cmp ......................... Passed 0.09 sec 276/295 Test #280: djpeg12-shared-420-islow-skip15_31-cmp .............. Passed 0.08 sec 277/295 Test #283: djpeg12-shared-420-islow-prog-crop62x62_71_71-cmp ... Passed 0.08 sec 278/295 Test #286: djpeg12-shared-444-islow-skip1_6-cmp ................ Passed 0.07 sec 279/295 Test #289: djpeg12-shared-444-islow-prog-crop98x98_13_13-cmp ... Passed 0.06 sec 280/295 Test #291: jpegtran12-shared-crop-cmp .......................... Passed 0.04 sec 281/295 Test #293: example-12bit-shared-compress-cmp ................... Passed 0.02 sec 282/295 Test #295: example-12bit-shared-decompress-cmp ................. Passed 0.01 sec checking for working mmap... yes checking for gcc options needed to detect all undeclared functions... none needed [ 86%] Built target woff2_compress checking whether munmap is declared... yes [ 91%] Linking CXX static library libconvert_woff2ttf_fuzzer_new_entry.a checking for munmap's first parameter type... void * [ 95%] Linking CXX static library libconvert_woff2ttf_fuzzer.a [ 95%] Built target convert_woff2ttf_fuzzer_new_entry checking gcc compiler flag -pedantic to assure ANSI C99 works correctly... ok, adding to XX_ANSIFLAGS [ 95%] Built target convert_woff2ttf_fuzzer checking gcc compiler flag -std=c99 to assure ANSI C99 works correctly... ok, adding to XX_ANSIFLAGS [100%] Linking CXX executable woff2_decompress checking for -fvisibility=hidden compiler flag... yes checking for ZLIB... yes [100%] Built target woff2_decompress checking if _REENTRANT is actually needed... no checking if _REENTRANT is onwards defined... no checking for special C compiler options needed for large files... no Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash install checking for BZIP2... yes checking for _FILE_OFFSET_BITS value needed for large files... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed checking for LIBPNG... yes checking for fgrep... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep -F checking for HARFBUZZ... no checking for ld used by gcc... ld [ 17%] Built target woff2common checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm [ 30%] Built target woff2dec [ 39%] Built target woff2_info checking for BROTLI... yes [ 65%] Built target woff2enc [ 73%] Built target convert_woff2ttf_fuzzer [ 82%] Built target woff2_compress [ 91%] Built target woff2_decompress 283/295 Test #14: tjunittest16-shared-lossless ........................ Passed 2.50 sec checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes [100%] Built target convert_woff2ttf_fuzzer_new_entry checking the maximum length of command line arguments... 1572864 Install the project... checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n -- Install configuration: "Release" -- Installing: /nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin/woff2_decompress -- Set non-toolchain portion of runtime path of "/nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin/woff2_decompress" to "/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib" -- Installing: /nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin/woff2_compress -- Set non-toolchain portion of runtime path of "/nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin/woff2_compress" to "/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib" -- Installing: /nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin/woff2_info -- Set non-toolchain portion of runtime path of "/nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin/woff2_info" to "/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib" -- Installing: /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2common.so.1.0.2 -- Set non-toolchain portion of runtime path of "/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2common.so.1.0.2" to "/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib" -- Installing: /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2common.so -- Installing: /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2dec.so.1.0.2 -- Set non-toolchain portion of runtime path of "/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2dec.so.1.0.2" to "/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib" -- Installing: /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2dec.so -- Installing: /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2enc.so.1.0.2 -- Set non-toolchain portion of runtime path of "/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2enc.so.1.0.2" to "/nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib" -- Installing: /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2enc.so -- Installing: /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/include/woff2 -- Installing: /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/include/woff2/encode.h -- Installing: /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/include/woff2/output.h -- Installing: /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/include/woff2/decode.h -- Installing: /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/pkgconfig/libwoff2common.pc -- Installing: /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/pkgconfig/libwoff2dec.pc -- Installing: /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/pkgconfig/libwoff2enc.pc Running phase: fixupPhase checking for library containing clock_gettime... none required Moving /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/pkgconfig to /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/lib/pkgconfig checking for LIBRSVG... no checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking target system type... x86_64-pc-linux-gnu Patching '/nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/lib/pkgconfig/libwoff2common.pc' includedir to output /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev Patching '/nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/lib/pkgconfig/libwoff2dec.pc' includedir to output /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev Patching '/nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/lib/pkgconfig/libwoff2enc.pc' includedir to output /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev shrinking RPATHs of ELF executables and libraries in /nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2 shrinking /nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin/woff2_decompress shrinking /nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin/woff2_info shrinking /nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin/woff2_compress checking whether gcc is Clang... no checking for references to /build/ in /nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2... patching script interpreter paths in /nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2 stripping (with command strip and flags -S -p) in /nix/store/kyjf5jnbvkp9qf0qbmzvpfamqhpaq66z-woff2-1.0.2/bin shrinking RPATHs of ELF executables and libraries in /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev checking for references to /build/ in /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev... patching script interpreter paths in /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev stripping (with command strip and flags -S -p) in /nix/store/k710gw7qknydfcbfjxjvs5l7k8xy0bcc-woff2-1.0.2-dev/lib shrinking RPATHs of ELF executables and libraries in /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib shrinking /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2common.so.1.0.2 shrinking /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2dec.so.1.0.2 checking whether pthreads work with "-pthread" and "-lpthread"... yes shrinking /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib/libwoff2enc.so.1.0.2 checking for references to /build/ in /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib... checking command to parse nm output from gcc object... ok checking for sysroot... no patching script interpreter paths in /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib checking for a working dd... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/dd stripping (with command strip and flags -S -p) in /nix/store/dwwfvmy3hi7rg650k5vld96mr0460llk-woff2-1.0.2-lib/lib checking how to truncate binary pipes... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for dlfcn.h... yes 284/295 Test #7: tjunittest-shared-lossless-alloc .................... Passed 2.94 sec checking for objdir... .libs [ 22%] Built target objects [ 22%] Generating zmq_z85_encode.html [ 22%] Generating zmq_atomic_counter_dec.html [ 22%] Generating zmq_atomic_counter_dec.html [ 22%] Generating zmq_atomic_counter_inc.html [ 23%] Generating zmq_atomic_counter_destroy.html [ 23%] Generating zmq_z85_encode.html [ 23%] Generating zmq.html [ 23%] Generating zmq.html [ 23%] Generating zmq_atomic_counter_new.html [ 24%] Generating zmq_atomic_counter_destroy.html [ 24%] Generating zmq_atomic_counter_set.html [ 24%] Generating zmq_atomic_counter_inc.html [ 24%] Generating zmq_atomic_counter_value.html [ 24%] Generating zmq_atomic_counter_new.html [ 24%] Generating zmq_atomic_counter_value.html checking for PTHREAD_PRIO_INHERIT... yes checking for python3... no checking for python... no [ 24%] Generating zmq_connect.html [ 24%] Generating zmq_close.html [ 25%] Generating zmq_bind.html [ 25%] Generating zmq_atomic_counter_set.html [ 25%] Generating zmq_close.html [ 26%] Generating zmq_bind.html [ 26%] Generating zmq_connect_peer.html [ 26%] Generating zmq_connect.html [ 26%] Generating zmq_ctx_destroy.html configure: creating ./config.status [ 26%] Generating zmq_connect_peer.html checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC [ 27%] Generating zmq_ctx_get.html [ 28%] Generating zmq_ctx_get.html [ 28%] Generating zmq_ctx_destroy.html [ 28%] Generating zmq_ctx_get_ext.html [ 28%] Generating zmq_ctx_new.html [ 28%] Generating zmq_ctx_get_ext.html [ 28%] Generating zmq_ctx_set.html checking if gcc PIC flag -fPIC -DPIC works... yes [ 28%] Generating zmq_ctx_new.html [ 28%] Generating zmq_ctx_set_ext.html [ 28%] Generating zmq_ctx_set.html [ 28%] Generating zmq_ctx_set_ext.html [ 29%] Generating zmq_ctx_shutdown.html [ 30%] Generating zmq_ctx_shutdown.html [ 30%] Generating zmq_ctx_term.html checking if gcc static flag -static works... no [ 30%] Generating zmq_curve.html [ 30%] Generating zmq_ctx_term.html 285/295 Test #15: tjunittest16-shared-lossless-alloc .................. Passed 3.37 sec [ 30%] Generating zmq_curve.html [ 30%] Generating zmq_curve_keypair.html [ 30%] Generating zmq_curve_public.html [ 31%] Generating zmq_disconnect.html checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes [ 31%] Generating zmq_curve_public.html [ 31%] Generating zmq_curve_keypair.html [ 32%] Generating zmq_disconnect.html [ 32%] Generating zmq_errno.html [ 32%] Generating zmq_getsockopt.html [ 32%] Generating zmq_getsockopt.html [ 32%] Generating zmq_errno.html [ 32%] Generating zmq_gssapi.html [ 32%] Generating zmq_gssapi.html [ 32%] Generating zmq_has.html [ 33%] Generating zmq_init.html checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes [ 33%] Generating zmq_inproc.html [ 33%] Generating zmq_has.html 286/295 Test #12: tjunittest12-shared-lossless-alloc .................. Passed 3.71 sec [ 33%] Generating zmq_ipc.html [ 33%] Generating zmq_msg_close.html [ 34%] Generating zmq_init.html [ 34%] Generating zmq_msg_copy.html [ 34%] Generating zmq_inproc.html [ 34%] Generating zmq_ipc.html checking whether -lc should be explicitly linked in... no [ 34%] Generating zmq_msg_copy.html [ 35%] Generating zmq_msg_data.html [ 36%] Generating zmq_msg_data.html [ 36%] Generating zmq_msg_close.html [ 36%] Generating zmq_msg_get.html [ 36%] Generating zmq_msg_gets.html [ 36%] Generating zmq_msg_init.html 287/295 Test #11: tjunittest12-shared-lossless ........................ Passed 3.94 sec [ 36%] Generating zmq_msg_get.html [ 36%] Generating zmq_msg_init_buffer.html [ 36%] Generating zmq_msg_init.html [ 36%] Generating zmq_msg_gets.html checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate [ 37%] Generating zmq_msg_init_data.html checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether to build shared libraries with -version-info... yes [ 37%] Generating zmq_msg_init_size.html checking whether to build shared libraries with -no-undefined... no checking whether to build shared libraries with -mimpure-text... no checking whether to build shared libraries with PIC... yes checking whether to build static libraries with PIC... yes checking whether to build shared libraries only... yes checking whether to build static libraries only... no checking for windres... no [ 37%] Generating zmq_msg_init_buffer.html [ 38%] Generating zmq_msg_init_data.html [ 38%] Generating zmq_msg_init_size.html [ 38%] Generating zmq_msg_more.html [ 38%] Generating zmq_msg_move.html 288/295 Test #6: tjunittest-shared-lossless .......................... Passed 4.22 sec [ 38%] Generating zmq_msg_more.html [ 38%] Generating zmq_msg_move.html [ 38%] Generating zmq_msg_recv.html [ 38%] Generating zmq_msg_recv.html [ 39%] Generating zmq_msg_routing_id.html [ 39%] Generating zmq_msg_send.html [ 39%] Generating zmq_msg_set.html [ 40%] Generating zmq_msg_routing_id.html checking for inline... inline [ 40%] Generating zmq_msg_set.html [ 40%] Generating zmq_msg_send.html checking if cpp -P is needed... yes [ 40%] Generating zmq_msg_set_routing_id.html [ 40%] Generating zmq_msg_set_routing_id.html [ 41%] Generating zmq_null.html [ 41%] Generating zmq_pgm.html [ 41%] Generating zmq_msg_size.html [ 41%] Generating zmq_msg_size.html checking if cpp -P works... yes [ 42%] Generating zmq_null.html [ 42%] Generating zmq_plain.html [ 42%] Generating zmq_pgm.html [ 42%] Generating zmq_poller.html [ 43%] Generating zmq_ppoll.html [ 43%] Generating zmq_poll.html [ 43%] Generating zmq_plain.html [ 43%] Generating zmq_proxy.html checking if compiler is DEC/Compaq/HP C... no [ 43%] Generating zmq_proxy_steerable.html [ 43%] Generating zmq_recv.html [ 43%] Generating zmq_recvmsg.html [ 43%] Generating zmq_poller.html [ 43%] Generating zmq_poll.html [ 44%] Generating zmq_ppoll.html [ 44%] Generating zmq_proxy.html checking if compiler is HP-UX C... no [ 45%] Generating zmq_send.html [ 45%] Generating zmq_proxy_steerable.html checking if compiler is IBM C... no [ 45%] Generating zmq_send_const.html [ 45%] Generating zmq_recv.html [ 45%] Generating zmq_sendmsg.html [ 45%] Generating zmq_recvmsg.html [ 45%] Generating zmq_setsockopt.html [ 46%] Generating zmq_send.html checking if compiler is Intel C... no [ 46%] Generating zmq_send_const.html [ 46%] Generating zmq_sendmsg.html [ 46%] Generating zmq_socket.html [ 46%] Generating zmq_socket_monitor.html [ 47%] Generating zmq_socket_monitor_versioned.html [ 47%] Generating zmq_socket.html checking if compiler is clang... no [ 47%] Generating zmq_setsockopt.html [ 47%] Generating zmq_strerror.html [ 47%] Generating zmq_tcp.html checking if compiler is GNU C... yes [ 48%] Generating zmq_socket_monitor.html [ 48%] Generating zmq_term.html [ 48%] Generating zmq_timers.html [ 49%] Generating zmq_tipc.html [ 49%] Generating zmq_socket_monitor_versioned.html checking compiler version... gcc '1302' (raw: '13.2.0') [ 49%] Generating zmq_strerror.html [ 49%] Generating zmq_tcp.html [ 49%] Generating zmq_udp.html [ 49%] Generating zmq_unbind.html [ 49%] Generating zmq_term.html [ 49%] Generating zmq_version.html [ 49%] Generating zmq_vmci.html [ 49%] Generating zmq_timers.html [ 49%] Generating zmq_udp.html [ 50%] Generating zmq_z85_decode.html [ 50%] Generating zmq_unbind.html [ 50%] Generating zmq_version.html checking if compiler is SGI MIPSpro C... no [ 51%] Generating zmq_z85_decode.html [ 51%] Generating zmq_vmci.html checking if compiler is SGI MIPS C... no checking if compiler is SunPro C... no checking if compiler is Tiny C... no checking whether build target is a native Windows one... no 289/295 Test #4: tjunittest-shared-yuv-alloc ......................... Passed 5.63 sec config.status: creating ftoption.h config.status: creating unix-cc.mk config.status: creating unix-def.mk config.status: creating ftconfig.h config.status: executing libtool commands configure: Library configuration: external zlib: yes (pkg-config) bzip2: yes (pkg-config) libpng: yes (pkg-config) harfbuzz: no brotli: yes (pkg-config) pthread: yes configure: WARNING: `make refdoc' will fail since pip package `docwriter' is not installed. To install, run `pip install docwriter', or to use a Python virtual environment, run `make refdoc-venv' (requires pip package `virtualenv'). These operations require Python >= 3.5. Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash 290/295 Test #5: tjunittest-shared-yuv-nopad ......................... Passed 5.78 sec ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftsystem.lo builds/unix/ftsystem.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftdebug.lo /build/freetype-2.13.2/src/base/ftdebug.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftinit.lo /build/freetype-2.13.2/src/base/ftinit.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftbase.lo /build/freetype-2.13.2/src/base/ftbase.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftbbox.lo /build/freetype-2.13.2/src/base/ftbbox.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftbdf.lo /build/freetype-2.13.2/src/base/ftbdf.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftbitmap.lo /build/freetype-2.13.2/src/base/ftbitmap.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftcid.lo /build/freetype-2.13.2/src/base/ftcid.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftfstype.lo /build/freetype-2.13.2/src/base/ftfstype.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftgasp.lo /build/freetype-2.13.2/src/base/ftgasp.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftglyph.lo /build/freetype-2.13.2/src/base/ftglyph.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftgxval.lo /build/freetype-2.13.2/src/base/ftgxval.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftmm.lo /build/freetype-2.13.2/src/base/ftmm.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftotval.lo /build/freetype-2.13.2/src/base/ftotval.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftpatent.lo /build/freetype-2.13.2/src/base/ftpatent.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftpfr.lo /build/freetype-2.13.2/src/base/ftpfr.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftstroke.lo /build/freetype-2.13.2/src/base/ftstroke.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftsynth.lo /build/freetype-2.13.2/src/base/ftsynth.c checking if compiler accepts some basic options... yes configure: compiler options added: -Werror-implicit-function-declaration ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/fttype1.lo /build/freetype-2.13.2/src/base/fttype1.c checking if compiler optimizer assumed setting might be used... yes ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftwinfnt.lo /build/freetype-2.13.2/src/base/ftwinfnt.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/truetype -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/truetype.lo /build/freetype-2.13.2/src/truetype/truetype.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/type1 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/type1.lo /build/freetype-2.13.2/src/type1/type1.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/cff -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/cff.lo /build/freetype-2.13.2/src/cff/cff.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/cid -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/type1cid.lo /build/freetype-2.13.2/src/cid/type1cid.c libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftbbox.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftbbox.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftinit.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftinit.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftbitmap.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftbitmap.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftdebug.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftdebug.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftbdf.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftbdf.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftglyph.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftglyph.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY builds/unix/ftsystem.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftsystem.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftgasp.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftgasp.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftotval.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftotval.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftmm.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftmm.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftfstype.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftfstype.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftbase.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftbase.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftpfr.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftpfr.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftgxval.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftgxval.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftsynth.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftsynth.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftpatent.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftpatent.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/fttype1.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/fttype1.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/type1 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/type1/type1.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/type1.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftcid.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftcid.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/cff -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/cff/cff.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/cff.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftstroke.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftstroke.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/truetype -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/truetype/truetype.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/truetype.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/cid -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/cid/type1cid.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/type1cid.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftwinfnt.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftwinfnt.o [ 51%] Linking CXX static library lib/libzmq.a libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftgasp.c -o /build/freetype-2.13.2/objs/ftgasp.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftdebug.c -o /build/freetype-2.13.2/objs/ftdebug.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftbbox.c -o /build/freetype-2.13.2/objs/ftbbox.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/fttype1.c -o /build/freetype-2.13.2/objs/fttype1.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftinit.c -o /build/freetype-2.13.2/objs/ftinit.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftpfr.c -o /build/freetype-2.13.2/objs/ftpfr.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftgxval.c -o /build/freetype-2.13.2/objs/ftgxval.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY builds/unix/ftsystem.c -o /build/freetype-2.13.2/objs/ftsystem.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftpatent.c -o /build/freetype-2.13.2/objs/ftpatent.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftfstype.c -o /build/freetype-2.13.2/objs/ftfstype.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftbdf.c -o /build/freetype-2.13.2/objs/ftbdf.o >/dev/null 2>&1 ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/pfr -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/pfr.lo /build/freetype-2.13.2/src/pfr/pfr.c libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftmm.c -o /build/freetype-2.13.2/objs/ftmm.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftwinfnt.c -o /build/freetype-2.13.2/objs/ftwinfnt.o >/dev/null 2>&1 [ 51%] Built target libzmq-static libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftglyph.c -o /build/freetype-2.13.2/objs/ftglyph.o >/dev/null 2>&1 checking if compiler accepts optimizer enabling options... yes configure: compiler options added: -O2 ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/type42 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/type42.lo /build/freetype-2.13.2/src/type42/type42.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/winfonts -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/winfnt.lo /build/freetype-2.13.2/src/winfonts/winfnt.c [ 51%] Linking CXX shared library lib/libzmq.so [ 51%] Building CXX object CMakeFiles/benchmark_radix_tree.dir/perf/benchmark_radix_tree.cpp.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftotval.c -o /build/freetype-2.13.2/objs/ftotval.o >/dev/null 2>&1 ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/pcf -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/pcf.lo /build/freetype-2.13.2/src/pcf/pcf.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/bdf -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/bdf.lo /build/freetype-2.13.2/src/bdf/bdf.c [ 52%] Building CXX object tests/CMakeFiles/testutil-static.dir/testutil.cpp.o [ 52%] Building CXX object tests/CMakeFiles/testutil-static.dir/testutil_unity.cpp.o [ 52%] Building CXX object tests/CMakeFiles/testutil-static.dir/testutil_monitoring.cpp.o [ 52%] Building CXX object tests/CMakeFiles/testutil-static.dir/testutil_security.cpp.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftcid.c -o /build/freetype-2.13.2/objs/ftcid.o >/dev/null 2>&1 ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/sfnt -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/sfnt.lo /build/freetype-2.13.2/src/sfnt/sfnt.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/autofit -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/autofit.lo /build/freetype-2.13.2/src/autofit/autofit.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/pshinter -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/pshinter.lo /build/freetype-2.13.2/src/pshinter/pshinter.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/smooth -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/smooth.lo /build/freetype-2.13.2/src/smooth/smooth.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/raster -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/raster.lo /build/freetype-2.13.2/src/raster/raster.c ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/svg -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/svg.lo /build/freetype-2.13.2/src/svg/svg.c libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftsynth.c -o /build/freetype-2.13.2/objs/ftsynth.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/pfr -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/pfr/pfr.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/pfr.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/winfonts -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/winfonts/winfnt.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/winfnt.o ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/sdf -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/sdf.lo /build/freetype-2.13.2/src/sdf/sdf.c libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/type42 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/type42/type42.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/type42.o ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/cache -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftcache.lo /build/freetype-2.13.2/src/cache/ftcache.c libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/bdf -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/bdf/bdf.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/bdf.o 291/295 Test #3: tjunittest-shared-yuv ............................... Passed 6.36 sec libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/smooth -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/smooth/smooth.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/smooth.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/pcf -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/pcf/pcf.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/pcf.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/autofit -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/autofit/autofit.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/autofit.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/pshinter -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/pshinter/pshinter.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/pshinter.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/sfnt -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/sfnt/sfnt.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/sfnt.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/raster -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/raster/raster.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/raster.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/svg -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/svg/svg.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/svg.o ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/gxvalid -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/gxvalid.lo /build/freetype-2.13.2/src/gxvalid/gxvalid.c [ 53%] Built target libzmq libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/cache -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/cache/ftcache.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftcache.o ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftgzip.lo /build/freetype-2.13.2/src/gzip/ftgzip.c [ 53%] Building CXX object CMakeFiles/local_lat.dir/perf/local_lat.cpp.o checking if compiler accepts strict warning options... yes configure: compiler options added: -Wno-system-headers [ 54%] Building CXX object CMakeFiles/local_thr.dir/perf/local_thr.cpp.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/sdf -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/sdf/sdf.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/sdf.o [ 54%] Building CXX object CMakeFiles/remote_lat.dir/perf/remote_lat.cpp.o [ 54%] Building CXX object CMakeFiles/inproc_lat.dir/perf/inproc_lat.cpp.o [ 55%] Building CXX object CMakeFiles/remote_thr.dir/perf/remote_thr.cpp.o [ 55%] Building CXX object CMakeFiles/inproc_thr.dir/perf/inproc_thr.cpp.o [ 55%] Building CXX object CMakeFiles/proxy_thr.dir/perf/proxy_thr.cpp.o [ 55%] Building CXX object tests/CMakeFiles/testutil.dir/testutil_security.cpp.o [ 56%] Building CXX object tests/CMakeFiles/testutil.dir/testutil.cpp.o [ 56%] Linking CXX static library ../lib/libtestutil-static.a checking if compiler halts on compilation errors... yes [ 56%] Building CXX object tests/CMakeFiles/testutil.dir/testutil_unity.cpp.o [ 56%] Building CXX object tests/CMakeFiles/testutil.dir/testutil_monitoring.cpp.o In file included from /build/freetype-2.13.2/src/smooth/smooth.c:21: /build/freetype-2.13.2/src/smooth/ftgrays.c: In function 'gray_convert_glyph': /build/freetype-2.13.2/src/smooth/ftgrays.c:1979:20: warning: storing the address of local variable 'buffer' in '*worker.ycells' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdangling-pointer=-Wdangling-pointer=8;;] 1979 | ras.ycells = (PCell*)buffer; | ^ /build/freetype-2.13.2/src/smooth/ftgrays.c:1961:14: note: 'buffer' declared here 1961 | TCell buffer[FT_MAX_GRAY_POOL]; | ^~~~~~ /build/freetype-2.13.2/src/smooth/ftgrays.c:316:33: note: 'worker' declared here 316 | #define RAS_ARG gray_PWorker worker | ~~~~~~~~~~~~~~^~~~~~ /build/freetype-2.13.2/src/smooth/ftgrays.c:1956:23: note: in expansion of macro 'RAS_ARG' 1956 | gray_convert_glyph( RAS_ARG ) | ^~~~~~~ checking if compiler halts on negative sized arrays... yes libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/gxvalid -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/gxvalid/gxvalid.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/gxvalid.o [ 56%] Built target testutil-static libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/svg -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/svg/svg.c -o /build/freetype-2.13.2/objs/svg.o >/dev/null 2>&1 [ 56%] Linking CXX executable bin/local_thr checking if compiler halts on function prototype mismatch... yes [ 56%] Building CXX object unittests/CMakeFiles/unittest_poller.dir/unittest_poller.cpp.o [ 56%] Building CXX object unittests/CMakeFiles/unittest_mtrie.dir/unittest_mtrie.cpp.o [ 56%] Building CXX object unittests/CMakeFiles/unittest_ypipe.dir/unittest_ypipe.cpp.o [ 56%] Linking CXX executable bin/inproc_thr [ 56%] Building CXX object unittests/CMakeFiles/unittest_ip_resolver.dir/unittest_ip_resolver.cpp.o In file included from /build/freetype-2.13.2/src/truetype/truetype.c:22: /build/freetype-2.13.2/src/truetype/ttgload.c: In function 'load_truetype_glyph': /build/freetype-2.13.2/src/truetype/ttgload.c:1509:22: warning: storing the address of local variable 'inc_stream' in '*loader.stream' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdangling-pointer=-Wdangling-pointer=8;;] 1509 | loader->stream = &inc_stream; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /build/freetype-2.13.2/src/truetype/ttgload.c:1442:21: note: 'inc_stream' declared here 1442 | FT_StreamRec inc_stream; | ^~~~~~~~~~ /build/freetype-2.13.2/src/truetype/ttgload.c:1428:35: note: 'loader' declared here 1428 | load_truetype_glyph( TT_Loader loader, | ~~~~~~~~~~~^~~~~~ [ 57%] Building CXX object unittests/CMakeFiles/unittest_udp_address.dir/unittest_udp_address.cpp.o [ 57%] Building CXX object unittests/CMakeFiles/unittest_radix_tree.dir/unittest_radix_tree.cpp.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/winfonts -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/winfonts/winfnt.c -o /build/freetype-2.13.2/objs/winfnt.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/gzip/ftgzip.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftgzip.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftbitmap.c -o /build/freetype-2.13.2/objs/ftbitmap.o >/dev/null 2>&1 [ 58%] Building CXX object unittests/CMakeFiles/unittest_curve_encoding.dir/unittest_curve_encoding.cpp.o ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/lzw -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftlzw.lo /build/freetype-2.13.2/src/lzw/ftlzw.c [ 58%] Linking CXX executable bin/remote_thr checking if compiler supports hiding library internal symbols... yes checking whether build target supports WIN32 file API... no checking whether build target supports WIN32 crypto API... no checking for good-to-use Darwin CFLAGS... no checking whether to link macOS CoreFoundation, CoreServices, and SystemConfiguration frameworks... no libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/type42 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/type42/type42.c -o /build/freetype-2.13.2/objs/type42.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/type1 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/type1/type1.c -o /build/freetype-2.13.2/objs/type1.o >/dev/null 2>&1 ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/ftbzip2.lo /build/freetype-2.13.2/src/bzip2/ftbzip2.c [ 58%] Linking CXX executable bin/benchmark_radix_tree libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/pcf -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/pcf/pcf.c -o /build/freetype-2.13.2/objs/pcf.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/cid -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/cid/type1cid.c -o /build/freetype-2.13.2/objs/type1cid.o >/dev/null 2>&1 checking to see if the compiler supports __builtin_available()... no checking whether to support http... yes checking whether to support ftp... yes checking whether to support file... yes checking whether to support ldap... no checking whether to support ldaps... no checking whether to support rtsp... yes checking whether to support proxies... yes checking whether to support dict... yes checking whether to support telnet... yes checking whether to support tftp... yes checking whether to support pop3... yes checking whether to support imap... yes checking whether to support smb... yes checking whether to support smtp... yes checking whether to support gopher... yes checking whether to support mqtt... no checking whether to provide built-in manual... no checking whether to enable generation of C code... yes checking whether to use libgcc... no [ 59%] Linking CXX executable bin/inproc_lat [ 59%] Linking CXX executable bin/remote_lat checking if X/Open network library is required... no ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/otvalid -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/otvalid.lo /build/freetype-2.13.2/src/otvalid/otvalid.c /build/freetype-2.13.2/src/smooth/ftgrays.c:1972:26: warning: storing the address of local variable 'buffer' in '*worker.cell_null' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdangling-pointer=-Wdangling-pointer=8;;] 1972 | ras.cell_null = buffer + FT_MAX_GRAY_POOL - 1; | ^ /build/freetype-2.13.2/src/smooth/ftgrays.c:1961:14: note: 'buffer' declared here 1961 | TCell buffer[FT_MAX_GRAY_POOL]; | ^~~~~~ /build/freetype-2.13.2/src/smooth/ftgrays.c:316:33: note: 'worker' declared here 316 | #define RAS_ARG gray_PWorker worker | ~~~~~~~~~~~~~~^~~~~~ /build/freetype-2.13.2/src/smooth/ftgrays.c:1956:23: note: in expansion of macro 'RAS_ARG' 1956 | gray_convert_glyph( RAS_ARG ) | ^~~~~~~ [ 59%] Linking CXX executable bin/local_lat libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/lzw -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/lzw/ftlzw.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftlzw.o checking for gethostbyname... yes checking whether build target is a native Windows one... (cached) no libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/pfr -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/pfr/pfr.c -o /build/freetype-2.13.2/objs/pfr.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/bzip2/ftbzip2.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/ftbzip2.o checking for proto/bsdsocket.h... no [ 59%] Built target inproc_lat libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/gzip/ftgzip.c -o /build/freetype-2.13.2/objs/ftgzip.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/otvalid -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/otvalid/otvalid.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/otvalid.o [ 59%] Built target remote_thr libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/raster -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/raster/raster.c -o /build/freetype-2.13.2/objs/raster.o >/dev/null 2>&1 checking for connect in libraries... yes checking for sys/types.h... (cached) yes [ 59%] Built target remote_lat ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/psaux -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/psaux.lo /build/freetype-2.13.2/src/psaux/psaux.c [ 59%] Built target inproc_thr [ 59%] Built target benchmark_radix_tree [ 59%] Linking CXX executable bin/proxy_thr [ 59%] Linking CXX executable ../bin/unittest_curve_encoding checking for sys/time.h... yes [ 59%] Built target local_thr libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/bzip2/ftbzip2.c -o /build/freetype-2.13.2/objs/ftbzip2.o >/dev/null 2>&1 checking for monotonic clock_gettime... yes libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/psaux -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/psaux/psaux.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/psaux.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/lzw -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/lzw/ftlzw.c -o /build/freetype-2.13.2/objs/ftlzw.o >/dev/null 2>&1 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftstroke.c -o /build/freetype-2.13.2/objs/ftstroke.o >/dev/null 2>&1 ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/psnames -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/psnames.lo /build/freetype-2.13.2/src/psnames/psnames.c [ 59%] Built target proxy_thr ./builds/unix/libtool --mode=compile gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/dlg -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /build/freetype-2.13.2/objs/dlg.lo /build/freetype-2.13.2/src/dlg/dlgwrap.c libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/cff -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/cff/cff.c -o /build/freetype-2.13.2/objs/cff.o >/dev/null 2>&1 checking for clock_gettime in libraries... no additional lib required [ 59%] Linking CXX executable ../bin/unittest_ypipe [ 59%] Built target unittest_curve_encoding [ 59%] Built target local_lat libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/psnames -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/psnames/psnames.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/psnames.o [ 59%] Linking CXX executable ../bin/unittest_ip_resolver libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/dlg -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/dlg/dlgwrap.c -fPIC -DPIC -o /build/freetype-2.13.2/objs/.libs/dlg.o [ 59%] Linking CXX static library ../lib/libtestutil.a checking if monotonic clock_gettime works... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes 292/295 Test #2: tjunittest-shared-alloc ............................. Passed 8.08 sec 293/295 Test #1: tjunittest-shared ................................... Passed 8.10 sec libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/dlg -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/dlg/dlgwrap.c -o /build/freetype-2.13.2/objs/dlg.o >/dev/null 2>&1 gcc -o /build/freetype-2.13.2/objs/apinames /build/freetype-2.13.2/src/tools/apinames.c [ 59%] Built target unittest_ypipe rm -f builds/unix/freetype-config builds/unix/freetype-config.tmp sed -e 's|%LIBSSTATIC_CONFIG%|-lfreetype -L/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib -lz -L/nix/store/qnmpyjc4ambvwswqgscjq85qqgvwdyh3-bzip2-1.0.8/lib -lbz2 -L/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib -L/nix/store/amx4pam12xyavdfkyb3xjmdb9h2wf4hn-libpng-apng-1.6.40/lib -lpng16 -lm -lz -lm -lz -L/nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib -lbrotlidec -lbrotlicommon|' \ -e 's|%PKG_CONFIG%|pkg-config|' \ -e 's|%build_libtool_libs%||' \ -e 's|%exec_prefix%|/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2|' \ -e 's|%ft_version%|26.1.20|' \ -e 's|%includedir%|/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include|' \ -e 's|%libdir%|/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib|' \ -e 's|%prefix%|/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2|' \ /build/freetype-2.13.2/builds/unix/freetype-config.in \ > builds/unix/freetype-config.tmp [ 59%] Built target testutil chmod +x builds/unix/freetype-config.tmp chmod go-w builds/unix/freetype-config.tmp checking for raw monotonic clock_gettime... yes mv builds/unix/freetype-config.tmp builds/unix/freetype-config rm -f builds/unix/freetype2.pc builds/unix/freetype2.pc.tmp sed -e 's|%PKGCONFIG_REQUIRES%||' \ -e 's|%PKGCONFIG_REQUIRES_PRIVATE%|zlib, bzip2, libpng, libbrotlidec|' \ -e 's|%PKGCONFIG_LIBS%|-L/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib -lfreetype|' \ -e 's|%PKGCONFIG_LIBS_PRIVATE%||' \ -e 's|%build_libtool_libs%||' \ -e 's|%exec_prefix%|/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2|' \ -e 's|%ft_version%|26.1.20|' \ -e 's|%includedir%|/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include|' \ -e 's|%libdir%|/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib|' \ -e 's|%prefix%|/nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2|' \ /build/freetype-2.13.2/builds/unix/freetype2.in \ > builds/unix/freetype2.pc.tmp checking for zlib options with pkg-config... found chmod a-w builds/unix/freetype2.pc.tmp [ 59%] Building CXX object tests/CMakeFiles/test_ancillaries.dir/test_ancillaries.cpp.o [ 59%] Building CXX object tests/CMakeFiles/test_system.dir/test_system.cpp.o mv builds/unix/freetype2.pc.tmp builds/unix/freetype2.pc [ 59%] Building CXX object tests/CMakeFiles/test_pair_tcp.dir/test_pair_tcp.cpp.o [ 59%] Building CXX object tests/CMakeFiles/test_pair_inproc.dir/test_pair_inproc.cpp.o [ 59%] Building CXX object tests/CMakeFiles/test_reqrep_inproc.dir/test_reqrep_inproc.cpp.o [ 59%] Building CXX object tests/CMakeFiles/test_hwm.dir/test_hwm.cpp.o [ 59%] Building CXX object tests/CMakeFiles/test_reqrep_tcp.dir/test_reqrep_tcp.cpp.o checking for zlib.h... yes configure: found both libz and libz.h header [ 59%] Building CXX object tests/CMakeFiles/test_hwm_pubsub.dir/test_hwm_pubsub.cpp.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/gxvalid -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/gxvalid/gxvalid.c -o /build/freetype-2.13.2/objs/gxvalid.o >/dev/null 2>&1 [ 60%] Building CXX object tests/CMakeFiles/test_sub_forward.dir/test_sub_forward.cpp.o [ 60%] Building CXX object tests/CMakeFiles/test_invalid_rep.dir/test_invalid_rep.cpp.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/sdf -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/sdf/sdf.c -o /build/freetype-2.13.2/objs/sdf.o >/dev/null 2>&1 [ 60%] Building CXX object tests/CMakeFiles/test_msg_flags.dir/test_msg_flags.cpp.o [ 61%] Building CXX object tests/CMakeFiles/test_reqrep_device.dir/test_reqrep_device.cpp.o [ 61%] Building CXX object tests/CMakeFiles/test_connect_resolve.dir/test_connect_resolve.cpp.o [ 62%] Building CXX object tests/CMakeFiles/test_msg_ffn.dir/test_msg_ffn.cpp.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/psnames -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/psnames/psnames.c -o /build/freetype-2.13.2/objs/psnames.o >/dev/null 2>&1 [ 62%] Building CXX object tests/CMakeFiles/test_term_endpoint.dir/test_term_endpoint.cpp.o libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/smooth -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/smooth/smooth.c -o /build/freetype-2.13.2/objs/smooth.o >/dev/null 2>&1 [ 62%] Building CXX object tests/CMakeFiles/test_router_mandatory.dir/test_router_mandatory.cpp.o [ 62%] Building CXX object tests/CMakeFiles/test_immediate.dir/test_immediate.cpp.o checking for BrotliDecoderDecompress in -lbrotlidec... yes [ 62%] Linking CXX executable ../bin/test_pair_tcp [ 63%] Building CXX object tests/CMakeFiles/test_last_endpoint.dir/test_last_endpoint.cpp.o /build/freetype-2.13.2/objs/apinames -o/build/freetype-2.13.2/objs/ftexport.sym /build/freetype-2.13.2/include/freetype/freetype.h /build/freetype-2.13.2/include/freetype/ftadvanc.h /build/freetype-2.13.2/include/freetype/ftbbox.h /build/freetype-2.13.2/include/freetype/ftbdf.h /build/freetype-2.13.2/include/freetype/ftbitmap.h /build/freetype-2.13.2/include/freetype/ftbzip2.h /build/freetype-2.13.2/include/freetype/ftcache.h /build/freetype-2.13.2/include/freetype/ftchapters.h /build/freetype-2.13.2/include/freetype/ftcid.h /build/freetype-2.13.2/include/freetype/ftcolor.h /build/freetype-2.13.2/include/freetype/ftdriver.h /build/freetype-2.13.2/include/freetype/fterrdef.h /build/freetype-2.13.2/include/freetype/fterrors.h /build/freetype-2.13.2/include/freetype/ftfntfmt.h /build/freetype-2.13.2/include/freetype/ftgasp.h /build/freetype-2.13.2/include/freetype/ftglyph.h /build/freetype-2.13.2/include/freetype/ftgxval.h /build/freetype-2.13.2/include/freetype/ftgzip.h /build/freetype-2.13.2/include/freetype/ftimage.h /build/freetype-2.13.2/include/freetype/ftincrem.h /build/freetype-2.13.2/include/freetype/ftlcdfil.h /build/freetype-2.13.2/include/freetype/ftlist.h /build/freetype-2.13.2/include/freetype/ftlogging.h /build/freetype-2.13.2/include/freetype/ftlzw.h /build/freetype-2.13.2/include/freetype/ftmm.h /build/freetype-2.13.2/include/freetype/ftmodapi.h /build/freetype-2.13.2/include/freetype/ftmoderr.h /build/freetype-2.13.2/include/freetype/ftotval.h /build/freetype-2.13.2/include/freetype/ftoutln.h /build/freetype-2.13.2/include/freetype/ftparams.h /build/freetype-2.13.2/include/freetype/ftpfr.h /build/freetype-2.13.2/include/freetype/ftrender.h /build/freetype-2.13.2/include/freetype/ftsizes.h /build/freetype-2.13.2/include/freetype/ftsnames.h /build/freetype-2.13.2/include/freetype/ftstroke.h /build/freetype-2.13.2/include/freetype/ftsynth.h /build/freetype-2.13.2/include/freetype/ftsystem.h /build/freetype-2.13.2/include/freetype/fttrigon.h /build/freetype-2.13.2/include/freetype/fttypes.h /build/freetype-2.13.2/include/freetype/ftwinfnt.h /build/freetype-2.13.2/include/freetype/otsvg.h /build/freetype-2.13.2/include/freetype/t1tables.h /build/freetype-2.13.2/include/freetype/ttnameid.h /build/freetype-2.13.2/include/freetype/tttables.h /build/freetype-2.13.2/include/freetype/tttags.h [ 63%] Built target unittest_ip_resolver [ 63%] Building CXX object tests/CMakeFiles/test_probe_router.dir/test_probe_router.cpp.o [ 64%] Linking CXX executable ../bin/test_reqrep_inproc checking for brotli/decode.h... yes configure: Added /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/lib to CURL_LIBRARY_PATH checking for libzstd options with pkg-config... found [ 65%] Building CXX object tests/CMakeFiles/test_stream.dir/test_stream.cpp.o [ 65%] Linking CXX executable ../bin/test_invalid_rep [ 65%] Linking CXX executable ../bin/test_sub_forward libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/otvalid -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/otvalid/otvalid.c -o /build/freetype-2.13.2/objs/otvalid.o >/dev/null 2>&1 checking for ZSTD_createDStream in -lzstd... yes [ 65%] Linking CXX executable ../bin/test_term_endpoint [ 66%] Linking CXX executable ../bin/test_router_mandatory [ 66%] Linking CXX executable ../bin/test_last_endpoint checking for zstd.h... yes configure: Added /nix/store/yzizaw6wqqih1zkg9q1jv0zhj8ygqxb0-zstd-1.5.5/lib to CURL_LIBRARY_PATH [ 67%] Linking CXX executable ../bin/test_system [ 67%] Built target test_reqrep_inproc [ 67%] Linking CXX executable ../bin/test_msg_flags [ 68%] Linking CXX executable ../bin/test_connect_resolve [ 68%] Built target test_pair_tcp [ 68%] Built target test_invalid_rep [ 69%] Linking CXX executable ../bin/test_hwm [ 69%] Building CXX object tests/CMakeFiles/test_stream_empty.dir/test_stream_empty.cpp.o checking whether to enable IPv6... yes [ 69%] Building CXX object tests/CMakeFiles/test_stream_disconnect.dir/test_stream_disconnect.cpp.o [ 69%] Linking CXX executable ../bin/test_probe_router [ 69%] Built target test_sub_forward libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/bdf -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/bdf/bdf.c -o /build/freetype-2.13.2/objs/bdf.o >/dev/null 2>&1 [ 69%] Building CXX object tests/CMakeFiles/test_disconnect_inproc.dir/test_disconnect_inproc.cpp.o checking if struct sockaddr_in6 has sin6_scope_id member... yes [ 69%] Building CXX object tests/CMakeFiles/test_unbind_wildcard.dir/test_unbind_wildcard.cpp.o [ 69%] Linking CXX executable ../bin/test_msg_ffn [ 69%] Built target test_last_endpoint [ 69%] Built target test_term_endpoint [ 69%] Built target test_msg_flags [ 70%] Building CXX object tests/CMakeFiles/test_ctx_options.dir/test_ctx_options.cpp.o [ 70%] Linking CXX executable ../bin/test_ancillaries [ 70%] Building CXX object tests/CMakeFiles/test_ctx_destroy.dir/test_ctx_destroy.cpp.o [ 71%] Linking CXX executable ../bin/test_stream_empty checking if argv can be written to... yes checking if GSS-API support is requested... yes checking for mit-krb5-gssapi options with pkg-config... found [ 71%] Building CXX object tests/CMakeFiles/test_security_no_zap_handler.dir/test_security_no_zap_handler.cpp.o [ 71%] Linking CXX executable ../bin/test_stream [ 71%] Built target test_hwm [ 71%] Linking CXX executable ../bin/unittest_udp_address [ 72%] Linking CXX executable ../bin/test_disconnect_inproc [ 72%] Building CXX object tests/CMakeFiles/test_security_null.dir/test_security_null.cpp.o [ 72%] Linking CXX executable ../bin/test_stream_disconnect checking for gss.h... no [ 73%] Linking CXX executable ../bin/test_unbind_wildcard libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/cache -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/cache/ftcache.c -o /build/freetype-2.13.2/objs/ftcache.o >/dev/null 2>&1 [ 74%] Linking CXX executable ../bin/test_pair_inproc [ 74%] Linking CXX executable ../bin/test_security_no_zap_handler [ 74%] Linking CXX executable ../bin/test_ctx_destroy checking for gssapi/gssapi.h... yes [ 74%] Linking CXX executable ../bin/test_ctx_options [ 74%] Linking CXX executable ../bin/test_immediate [ 74%] Built target test_ancillaries libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/pshinter -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/pshinter/pshinter.c -o /build/freetype-2.13.2/objs/pshinter.o >/dev/null 2>&1 [ 74%] Built target unittest_udp_address [ 74%] Built target test_connect_resolve checking for gssapi/gssapi_generic.h... yes [ 74%] Building CXX object tests/CMakeFiles/test_security_plain.dir/test_security_plain.cpp.o [ 74%] Building CXX object tests/CMakeFiles/test_security_zap.dir/test_security_zap.cpp.o [ 74%] Built target test_router_mandatory [ 75%] Linking CXX executable ../bin/test_security_null [ 75%] Building CXX object tests/CMakeFiles/test_iov.dir/test_iov.cpp.o [ 75%] Built target test_disconnect_inproc checking for gssapi/gssapi_krb5.h... yes [ 75%] Built target test_pair_inproc [ 75%] Built target test_unbind_wildcard [ 75%] Built target test_stream [ 75%] Built target test_ctx_destroy [ 75%] Building CXX object tests/CMakeFiles/test_spec_rep.dir/test_spec_rep.cpp.o [ 75%] Building CXX object tests/CMakeFiles/test_spec_req.dir/test_spec_req.cpp.o [ 75%] Built target test_immediate [ 75%] Built target test_system [ 75%] Built target test_ctx_options [ 75%] Linking CXX executable ../bin/test_reqrep_tcp [ 75%] Building CXX object tests/CMakeFiles/test_spec_router.dir/test_spec_router.cpp.o [ 75%] Building CXX object tests/CMakeFiles/test_spec_dealer.dir/test_spec_dealer.cpp.o [ 75%] Built target test_security_no_zap_handler [ 75%] Building CXX object tests/CMakeFiles/test_req_correlate.dir/test_req_correlate.cpp.o checking if GSS-API headers declare GSS_C_NT_HOSTBASED_SERVICE... yes checking for mit-krb5-gssapi options with pkg-config... found [ 75%] Building CXX object tests/CMakeFiles/test_spec_pushpull.dir/test_spec_pushpull.cpp.o [ 75%] Building CXX object tests/CMakeFiles/test_req_relaxed.dir/test_req_relaxed.cpp.o [ 75%] Linking CXX executable ../bin/test_reqrep_device [ 76%] Building CXX object tests/CMakeFiles/test_inproc_connect.dir/test_inproc_connect.cpp.o [ 76%] Building CXX object tests/CMakeFiles/test_conflate.dir/test_conflate.cpp.o [ 76%] Building CXX object tests/CMakeFiles/test_issue_566.dir/test_issue_566.cpp.o [ 76%] Built target test_probe_router [ 77%] Linking CXX executable ../bin/test_iov [ 77%] Linking CXX executable ../bin/test_security_plain checking if we can link against GSS-API library... yes checking whether to enable Windows native SSL/TLS... no checking whether to enable Secure Transport... no checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no [ 77%] Built target test_stream_disconnect configure: PKG_CONFIG_LIBDIR will be set to "/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/lib/pkgconfig" [ 77%] Linking CXX executable ../bin/unittest_poller checking for openssl options with pkg-config... found [ 77%] Built target test_msg_ffn [ 77%] Building CXX object tests/CMakeFiles/test_shutdown_stress.dir/test_shutdown_stress.cpp.o [ 77%] Linking CXX executable ../bin/test_hwm_pubsub configure: pkg-config: SSL_LIBS: "-lssl -lcrypto" configure: pkg-config: SSL_LDFLAGS: "-L/nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib" configure: pkg-config: SSL_CPPFLAGS: "-I/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/include" [ 77%] Building CXX object tests/CMakeFiles/test_timeo.dir/test_timeo.cpp.o [ 77%] Building CXX object tests/CMakeFiles/test_many_sockets.dir/test_many_sockets.cpp.o [ 77%] Linking CXX executable ../bin/test_conflate [ 77%] Linking CXX executable ../bin/test_spec_rep [ 77%] Built target test_stream_empty [ 78%] Linking CXX executable ../bin/test_spec_req [ 78%] Linking CXX executable ../bin/test_inproc_connect [ 78%] Built target test_security_null [ 78%] Building CXX object tests/CMakeFiles/test_diffserv.dir/test_diffserv.cpp.o [ 78%] Linking CXX executable ../bin/test_req_relaxed checking for HMAC_Update in -lcrypto... yes [ 78%] Built target unittest_poller [ 78%] Linking CXX executable ../bin/test_timeo [ 78%] Building CXX object tests/CMakeFiles/test_connect_rid.dir/test_connect_rid.cpp.o [ 78%] Built target test_security_plain [ 79%] Building CXX object tests/CMakeFiles/test_xpub_nodrop.dir/test_xpub_nodrop.cpp.o [ 79%] Linking CXX executable ../bin/test_shutdown_stress [ 80%] Linking CXX executable ../bin/test_spec_dealer [ 80%] Building CXX object tests/CMakeFiles/test_pub_invert_matching.dir/test_pub_invert_matching.cpp.o [ 80%] Linking CXX executable ../bin/test_issue_566 libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/psaux -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/psaux/psaux.c -o /build/freetype-2.13.2/objs/psaux.o >/dev/null 2>&1 [ 80%] Built target test_hwm_pubsub [ 80%] Linking CXX executable ../bin/test_diffserv checking for SSL_connect in -lssl... yes [ 80%] Built target test_spec_req [ 80%] Built target test_inproc_connect [ 81%] Building CXX object tests/CMakeFiles/test_setsockopt.dir/test_setsockopt.cpp.o [ 81%] Built target test_conflate [ 81%] Building CXX object tests/CMakeFiles/test_sockopt_hwm.dir/test_sockopt_hwm.cpp.o [ 81%] Linking CXX executable ../bin/test_security_zap [ 81%] Linking CXX executable ../bin/test_connect_rid [ 81%] Linking CXX executable ../bin/test_pub_invert_matching [ 81%] Building CXX object tests/CMakeFiles/test_heartbeats.dir/test_heartbeats.cpp.o [ 81%] Built target test_reqrep_device [ 81%] Building CXX object tests/CMakeFiles/test_atomics.dir/test_atomics.cpp.o checking for openssl/x509.h... yes [ 81%] Built target test_timeo [ 81%] Built target test_issue_566 [ 81%] Built target test_reqrep_tcp [ 81%] Building CXX object tests/CMakeFiles/test_bind_src_address.dir/test_bind_src_address.cpp.o [ 81%] Building CXX object tests/CMakeFiles/test_capabilities.dir/test_capabilities.cpp.o [ 81%] Building CXX object tests/CMakeFiles/test_metadata.dir/test_metadata.cpp.o [ 81%] Built target test_iov [ 81%] Built target test_shutdown_stress [ 81%] Built target test_diffserv [ 81%] Linking CXX executable ../bin/test_setsockopt [ 81%] Building CXX object tests/CMakeFiles/test_router_handover.dir/test_router_handover.cpp.o [ 81%] Linking CXX executable ../bin/test_req_correlate [ 81%] Building CXX object tests/CMakeFiles/test_srcfd.dir/test_srcfd.cpp.o [ 81%] Building CXX object tests/CMakeFiles/test_xpub_manual.dir/test_xpub_manual.cpp.o [ 81%] Linking CXX executable ../bin/test_sockopt_hwm [ 81%] Building CXX object tests/CMakeFiles/test_stream_timeout.dir/test_stream_timeout.cpp.o [ 81%] Built target test_connect_rid checking for openssl/rsa.h... yes [ 81%] Linking CXX executable ../bin/test_xpub_nodrop [ 81%] Building CXX object tests/CMakeFiles/test_xpub_topic.dir/test_xpub_topic.cpp.o [ 81%] Linking CXX executable ../bin/test_atomics [ 81%] Built target test_pub_invert_matching [ 81%] Built target test_security_zap [ 82%] Linking CXX executable ../bin/test_capabilities [ 82%] Built target test_req_relaxed [ 82%] Linking CXX executable ../bin/test_bind_src_address [ 82%] Linking CXX executable ../bin/test_spec_router [ 82%] Built target test_spec_dealer [ 82%] Linking CXX executable ../bin/test_many_sockets [ 82%] Built target test_spec_rep [ 82%] Building CXX object tests/CMakeFiles/test_xpub_welcome_msg.dir/test_xpub_welcome_msg.cpp.o checking for openssl/crypto.h... yes [ 83%] Building CXX object tests/CMakeFiles/test_base85.dir/test_base85.cpp.o [ 83%] Building CXX object tests/CMakeFiles/test_bind_after_connect_tcp.dir/test_bind_after_connect_tcp.cpp.o [ 83%] Building CXX object tests/CMakeFiles/test_xpub_verbose.dir/test_xpub_verbose.cpp.o [ 83%] Linking CXX executable ../bin/test_spec_pushpull [ 83%] Linking CXX executable ../bin/unittest_radix_tree [ 83%] Linking CXX executable ../bin/test_heartbeats [ 83%] Building CXX object tests/CMakeFiles/test_sodium.dir/test_sodium.cpp.o [ 84%] Linking CXX executable ../bin/test_metadata [ 84%] Linking CXX executable ../bin/test_xpub_topic [ 84%] Built target test_req_correlate checking for openssl/pem.h... yes [ 84%] Building CXX object tests/CMakeFiles/test_monitor.dir/test_monitor.cpp.o [ 84%] Linking CXX executable ../bin/test_router_handover [ 84%] Built target test_sockopt_hwm libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/sfnt -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/sfnt/sfnt.c -o /build/freetype-2.13.2/objs/sfnt.o >/dev/null 2>&1 [ 84%] Linking CXX executable ../bin/test_srcfd [ 84%] Linking CXX executable ../bin/test_sodium [ 84%] Built target test_spec_router [ 84%] Built target test_atomics libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/autofit -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/autofit/autofit.c -o /build/freetype-2.13.2/objs/autofit.o >/dev/null 2>&1 [ 84%] Linking CXX executable ../bin/test_stream_timeout [ 84%] Linking CXX executable ../bin/test_base85 [ 84%] Building CXX object tests/CMakeFiles/test_socket_null.dir/test_socket_null.cpp.o [ 84%] Linking CXX executable ../bin/test_xpub_welcome_msg [ 84%] Built target test_setsockopt [ 84%] Linking CXX executable ../bin/test_bind_after_connect_tcp [ 84%] Built target test_heartbeats [ 84%] Linking CXX executable ../bin/test_xpub_manual [ 84%] Building CXX object tests/CMakeFiles/test_reconnect_options.dir/test_reconnect_options.cpp.o [ 84%] Building CXX object tests/CMakeFiles/test_reconnect_ivl.dir/test_reconnect_ivl.cpp.o [ 85%] Linking CXX executable ../bin/test_xpub_verbose [ 85%] Building CXX object tests/CMakeFiles/test_tcp_accept_filter.dir/test_tcp_accept_filter.cpp.o checking for openssl/ssl.h... yes [ 85%] Building CXX object tests/CMakeFiles/test_mock_pub_sub.dir/test_mock_pub_sub.cpp.o [ 85%] Built target test_capabilities [ 85%] Built target test_xpub_nodrop [ 85%] Built target test_metadata [ 85%] Built target test_bind_src_address [ 86%] Building CXX object tests/CMakeFiles/test_socks.dir/test_socks.cpp.o [ 86%] Built target test_many_sockets [ 86%] Linking CXX executable ../bin/test_monitor [ 87%] Building CXX object tests/CMakeFiles/test_security_gssapi.dir/test_security_gssapi.cpp.o [ 87%] Built target unittest_radix_tree [ 87%] Building CXX object tests/CMakeFiles/test_connect_null_fuzzer.dir/test_connect_null_fuzzer.cpp.o checking for openssl/err.h... yes [ 87%] Built target test_spec_pushpull [ 87%] Built target test_srcfd [ 87%] Building CXX object tests/CMakeFiles/test_bind_null_fuzzer.dir/test_bind_null_fuzzer.cpp.o [ 87%] Built target test_xpub_topic [ 88%] Linking CXX executable ../bin/unittest_mtrie [ 89%] Building CXX object tests/CMakeFiles/test_connect_fuzzer.dir/test_connect_fuzzer.cpp.o checking for BoringSSL... no [ 89%] Building CXX object tests/CMakeFiles/test_bind_fuzzer.dir/test_bind_fuzzer.cpp.o [ 89%] Built target test_xpub_welcome_msg [ 89%] Built target test_xpub_manual [ 89%] Building CXX object tests/CMakeFiles/test_ipc_wildcard.dir/test_ipc_wildcard.cpp.o [ 89%] Building CXX object tests/CMakeFiles/test_pair_ipc.dir/test_pair_ipc.cpp.o [ 89%] Built target test_sodium [ 89%] Building CXX object tests/CMakeFiles/test_reqrep_ipc.dir/test_reqrep_ipc.cpp.o [ 89%] Linking CXX executable ../bin/test_reconnect_ivl checking for AWS-LC... no [ 89%] Built target test_xpub_verbose [ 89%] Building CXX object tests/CMakeFiles/test_proxy.dir/test_proxy.cpp.o [ 90%] Building CXX object tests/CMakeFiles/test_rebind_ipc.dir/test_rebind_ipc.cpp.o [ 90%] Linking CXX executable ../bin/test_tcp_accept_filter [ 90%] Built target test_router_handover [ 90%] Built target test_stream_timeout [ 90%] Linking CXX executable ../bin/test_socket_null checking for libressl... no [ 90%] Built target test_bind_after_connect_tcp libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/base -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/base/ftbase.c -o /build/freetype-2.13.2/objs/ftbase.o >/dev/null 2>&1 [ 91%] Building CXX object tests/CMakeFiles/test_proxy_hwm.dir/test_proxy_hwm.cpp.o [ 91%] Building CXX object tests/CMakeFiles/test_proxy_single_socket.dir/test_proxy_single_socket.cpp.o [ 91%] Building CXX object tests/CMakeFiles/test_proxy_steerable.dir/test_proxy_steerable.cpp.o [ 91%] Built target test_base85 [ 91%] Building CXX object tests/CMakeFiles/test_proxy_terminate.dir/test_proxy_terminate.cpp.o [ 91%] Linking CXX executable ../bin/test_connect_null_fuzzer checking for OpenSSL >= v3... yes [ 92%] Building CXX object tests/CMakeFiles/test_getsockopt_memset.dir/test_getsockopt_memset.cpp.o [ 92%] Linking CXX executable ../bin/test_bind_null_fuzzer libtool: compile: gcc -pedantic -std=c99 -I/build/freetype-2.13.2/src/truetype -I/build/freetype-2.13.2/objs -I./builds/unix -I/build/freetype-2.13.2/include -c -Wall -fvisibility=hidden -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include/libpng16 -I/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -pthread "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /build/freetype-2.13.2/src/truetype/truetype.c -o /build/freetype-2.13.2/objs/truetype.o >/dev/null 2>&1 [ 92%] Building CXX object tests/CMakeFiles/test_filter_ipc.dir/test_filter_ipc.cpp.o [ 93%] Linking CXX executable ../bin/test_reconnect_options [ 93%] Built target unittest_mtrie [ 93%] Linking CXX executable ../bin/test_security_gssapi [ 93%] Linking CXX executable ../bin/test_mock_pub_sub [ 93%] Linking CXX executable ../bin/test_rebind_ipc [ 93%] Linking CXX executable ../bin/test_reqrep_ipc [ 93%] Building CXX object tests/CMakeFiles/test_stream_exceeds_buffer.dir/test_stream_exceeds_buffer.cpp.o [ 93%] Built target test_monitor [ 93%] Built target test_reconnect_ivl [ 93%] Linking CXX executable ../bin/test_proxy_single_socket [ 93%] Built target test_socket_null [ 93%] Building CXX object tests/CMakeFiles/test_router_mandatory_hwm.dir/test_router_mandatory_hwm.cpp.o [ 93%] Building CXX object tests/CMakeFiles/test_use_fd.dir/test_use_fd.cpp.o checking for SSL_set_quic_use_legacy_codepoint... no configure: OpenSSL version does not speak QUIC API configure: Added /nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib to CURL_LIBRARY_PATH checking for "/dev/urandom"... yes [ 93%] Building CXX object tests/CMakeFiles/test_zmq_poll_fd.dir/test_zmq_poll_fd.cpp.o [ 93%] Linking CXX executable ../bin/test_ipc_wildcard [ 93%] Built target test_tcp_accept_filter [ 93%] Built target test_mock_pub_sub [ 93%] Built target test_security_gssapi [ 93%] Linking CXX executable ../bin/test_stream_exceeds_buffer [ 93%] Built target test_bind_null_fuzzer [ 93%] Linking CXX executable ../bin/test_socks [ 93%] Built target test_reconnect_options [ 93%] Linking CXX executable ../bin/test_filter_ipc [ 94%] Linking CXX executable ../bin/test_bind_fuzzer [ 94%] Building CXX object tests/CMakeFiles/test_fork.dir/test_fork.cpp.o [ 94%] Building CXX object tests/CMakeFiles/test_abstract_ipc.dir/test_abstract_ipc.cpp.o [ 94%] Building CXX object tests/CMakeFiles/test_address_tipc.dir/test_address_tipc.cpp.o [ 95%] Building CXX object tests/CMakeFiles/test_pair_tipc.dir/test_pair_tipc.cpp.o [ 95%] Built target test_reqrep_ipc [ 95%] Built target test_proxy_single_socket [ 95%] Building CXX object tests/CMakeFiles/test_reqrep_device_tipc.dir/test_reqrep_device_tipc.cpp.o [ 95%] Linking CXX executable ../bin/test_proxy_hwm [ 95%] Building CXX object tests/CMakeFiles/test_router_mandatory_tipc.dir/test_router_mandatory_tipc.cpp.o [ 96%] Building CXX object tests/CMakeFiles/test_reqrep_tipc.dir/test_reqrep_tipc.cpp.o [ 96%] Linking CXX executable ../bin/test_router_mandatory_hwm [ 97%] Linking CXX executable ../bin/test_proxy_steerable [ 97%] Built target test_connect_null_fuzzer [ 97%] Linking CXX executable ../bin/test_pair_ipc [ 97%] Linking CXX executable ../bin/test_fork [ 97%] Linking CXX executable ../bin/test_use_fd [ 97%] Linking CXX executable ../bin/test_connect_fuzzer checking for SRP support in OpenSSL... yes [ 97%] Built target test_rebind_ipc [ 97%] Linking CXX executable ../bin/test_getsockopt_memset [ 97%] Built target test_stream_exceeds_buffer [ 98%] Linking CXX executable ../bin/test_address_tipc [ 98%] Linking CXX executable ../bin/test_proxy [ 98%] Building CXX object tests/CMakeFiles/test_sub_forward_tipc.dir/test_sub_forward_tipc.cpp.o [ 98%] Linking CXX executable ../bin/test_reqrep_device_tipc [ 98%] Linking CXX executable ../bin/test_proxy_terminate [ 98%] Building CXX object tests/CMakeFiles/test_shutdown_stress_tipc.dir/test_shutdown_stress_tipc.cpp.o [ 98%] Linking CXX executable ../bin/test_pair_tipc [ 98%] Building CXX object tests/CMakeFiles/test_connect_delay_tipc.dir/test_connect_delay_tipc.cpp.o [ 98%] Built target test_socks [ 98%] Built target test_bind_fuzzer [ 98%] Built target test_ipc_wildcard [ 99%] Building CXX object tests/CMakeFiles/test_term_endpoint_tipc.dir/test_term_endpoint_tipc.cpp.o [ 99%] Built target test_filter_ipc [ 99%] Built target test_router_mandatory_hwm [ 99%] Linking CXX executable ../bin/test_zmq_poll_fd checking for QUIC support in OpenSSL... no [ 99%] Built target test_fork configure: built with one SSL backend checking default CA cert bundle/path... configure: want unset ca no no checking whether to use builtin CA store of SSL library... yes [ 99%] Linking CXX executable ../bin/test_abstract_ipc [ 99%] Built target test_getsockopt_memset [ 99%] Linking CXX executable ../bin/test_reqrep_tipc [ 99%] Built target test_proxy_hwm [ 99%] Linking CXX executable ../bin/test_router_mandatory_tipc [100%] Linking CXX executable ../bin/test_shutdown_stress_tipc [100%] Built target test_proxy_steerable [100%] Linking CXX executable ../bin/test_sub_forward_tipc [100%] Built target test_use_fd [100%] Built target test_pair_ipc [100%] Built target test_connect_fuzzer [100%] Built target test_proxy [100%] Built target test_pair_tipc [100%] Linking CXX executable ../bin/test_connect_delay_tipc [100%] Built target test_address_tipc [100%] Linking CXX executable ../bin/test_term_endpoint_tipc [100%] Built target test_reqrep_device_tipc [100%] Built target test_proxy_terminate [100%] Built target test_shutdown_stress_tipc [100%] Built target test_reqrep_tipc [100%] Built target test_router_mandatory_tipc [100%] Built target test_abstract_ipc [100%] Built target test_zmq_poll_fd [100%] Built target test_sub_forward_tipc [100%] Built target test_term_endpoint_tipc [100%] Built target test_connect_delay_tipc checking for library containing psl_builtin... -lpsl Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash install [ 1%] Built target unity checking for library containing gsasl_init... no configure: WARNING: libgsasl was not found [ 22%] Built target objects [ 37%] Built target libzmq-static checking for libssh2_session_block_directions in -lssh2... yes [ 52%] Built target libzmq [ 53%] Built target local_thr [ 53%] Built target benchmark_radix_tree [ 53%] Built target local_lat [ 54%] Built target remote_thr [ 54%] Built target remote_lat [ 55%] Built target proxy_thr [ 55%] Built target inproc_lat [ 55%] Built target inproc_thr [ 56%] Built target testutil-static [ 57%] Built target testutil [ 57%] Built target unittest_poller [ 58%] Built target unittest_mtrie [ 59%] Built target unittest_udp_address [ 57%] Built target unittest_ypipe [ 59%] Built target unittest_radix_tree [ 60%] Built target test_pair_inproc [ 60%] Built target unittest_ip_resolver [ 61%] Built target test_system [ 61%] Built target test_ancillaries [ 62%] Built target test_pair_tcp [ 62%] Built target unittest_curve_encoding [ 63%] Built target test_reqrep_inproc [ 63%] Built target test_reqrep_tcp [ 63%] Built target test_hwm_pubsub [ 64%] Built target test_reqrep_device checking for libssh2.h... yes [ 66%] Built target test_sub_forward [ 66%] Built target test_hwm configure: Added /nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev/lib to CURL_LIBRARY_PATH checking whether versioned symbols are wanted... no checking whether to enable Windows native IDN (Windows native builds only)... no checking whether to build with libidn2... yes (/nix/store/wgwnv9ii6qbbsg56yxnk80mpnc2cx1sd-libidn2-2.3.7-dev) [ 66%] Built target test_invalid_rep [ 66%] Built target test_msg_flags checking for libidn2 options with pkg-config... found configure: pkg-config: IDN_LIBS: "-lidn2" configure: pkg-config: IDN_LDFLAGS: "-L/nix/store/rny9bdwrs6fkgkq678ixfg1lv3sa18ql-libidn2-2.3.7/lib" configure: pkg-config: IDN_CPPFLAGS: "-I/nix/store/wgwnv9ii6qbbsg56yxnk80mpnc2cx1sd-libidn2-2.3.7-dev/include" configure: pkg-config: IDN_DIR: "/nix/store/rny9bdwrs6fkgkq678ixfg1lv3sa18ql-libidn2-2.3.7/lib" [ 68%] Built target test_msg_ffn [ 68%] Built target test_connect_resolve [ 69%] Built target test_last_endpoint [ 70%] Built target test_router_mandatory [ 70%] Built target test_term_endpoint [ 70%] Built target test_probe_router [ 70%] Built target test_immediate [ 71%] Built target test_stream_disconnect [ 71%] Built target test_stream [ 72%] Built target test_disconnect_inproc [ 74%] Built target test_stream_empty [ 74%] Built target test_unbind_wildcard [ 74%] Built target test_ctx_destroy [ 75%] Built target test_security_null [ 76%] Built target test_ctx_options [ 76%] Built target test_security_plain [ 76%] Built target test_security_no_zap_handler [ 76%] Built target test_spec_rep [ 76%] Built target test_security_zap [ 78%] Built target test_spec_req [ 78%] Built target test_spec_dealer [ 79%] Built target test_iov [ 79%] Built target test_spec_router [ 79%] Built target test_req_correlate [ 79%] Built target test_req_relaxed [ 79%] Built target test_conflate [ 80%] Built target test_inproc_connect [ 80%] Built target test_spec_pushpull [ 80%] Built target test_issue_566 [ 80%] Built target test_shutdown_stress [ 80%] Built target test_many_sockets [ 80%] Built target test_timeo [ 81%] Built target test_xpub_nodrop [ 81%] Built target test_pub_invert_matching [ 82%] Built target test_setsockopt [ 82%] Built target test_sockopt_hwm [ 82%] Built target test_diffserv [ 82%] Built target test_heartbeats [ 82%] Built target test_connect_rid [ 82%] Built target test_atomics [ 83%] Built target test_metadata [ 83%] Built target test_router_handover [ 83%] Built target test_bind_src_address [ 84%] Built target test_capabilities [ 84%] Built target test_srcfd [ 84%] Built target test_stream_timeout [ 84%] Built target test_xpub_manual [ 84%] Built target test_xpub_topic [ 84%] Built target test_xpub_welcome_msg [ 85%] Built target test_xpub_verbose [ 86%] Built target test_base85 [ 86%] Built target test_bind_after_connect_tcp [ 86%] Built target test_sodium [ 86%] Built target test_reconnect_ivl [ 86%] Built target test_monitor [ 86%] Built target test_socket_null [ 86%] Built target test_tcp_accept_filter [ 86%] Built target test_mock_pub_sub [ 88%] Built target test_security_gssapi [ 88%] Built target test_reconnect_options [ 89%] Built target test_socks [ 89%] Built target test_bind_null_fuzzer [ 90%] Built target test_connect_fuzzer [ 91%] Built target test_bind_fuzzer [ 91%] Built target test_connect_null_fuzzer [ 91%] Built target test_ipc_wildcard [ 91%] Built target test_reqrep_ipc [ 91%] Built target test_proxy [ 91%] Built target test_pair_ipc [ 92%] Built target test_rebind_ipc [ 93%] Built target test_proxy_hwm [ 93%] Built target test_proxy_single_socket [ 94%] Built target test_proxy_steerable [ 94%] Built target test_proxy_terminate [ 95%] Built target test_getsockopt_memset [ 95%] Built target test_filter_ipc checking if idn2_lookup_ul can be linked... yes [ 95%] Built target test_stream_exceeds_buffer [ 95%] Built target test_router_mandatory_hwm [ 95%] Built target test_zmq_poll_fd [ 95%] Built target test_abstract_ipc [ 95%] Built target test_use_fd [ 95%] Built target test_fork [ 96%] Built target test_address_tipc [ 97%] Built target test_pair_tipc [ 97%] Built target test_reqrep_device_tipc [ 98%] Built target test_reqrep_tipc [ 98%] Built target test_router_mandatory_tipc [ 98%] Built target test_connect_delay_tipc [ 98%] Built target test_sub_forward_tipc [ 99%] Built target test_shutdown_stress_tipc [100%] Built target test_term_endpoint_tipc Install the project... -- Install configuration: "Release" -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib/pkgconfig/libzmq.pc -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/local_lat -- Set non-toolchain portion of runtime path of "/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/local_lat" to "" -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/remote_lat -- Set non-toolchain portion of runtime path of "/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/remote_lat" to "" -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/local_thr -- Set non-toolchain portion of runtime path of "/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/local_thr" to "" -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/remote_thr -- Set non-toolchain portion of runtime path of "/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/remote_thr" to "" -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/inproc_lat -- Set non-toolchain portion of runtime path of "/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/inproc_lat" to "" -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/inproc_thr -- Set non-toolchain portion of runtime path of "/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/inproc_thr" to "" -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/proxy_thr -- Set non-toolchain portion of runtime path of "/nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/proxy_thr" to "" -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib/libzmq.so.5.2.5 -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib/libzmq.so.5 -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib/libzmq.so -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/include/zmq.h -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/include/zmq_utils.h -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib/libzmq.a -- Up-to-date: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/include/zmq.h -- Up-to-date: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/include/zmq_utils.h -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/share/zmq/AUTHORS.txt -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/share/zmq/LICENSE.txt -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/share/zmq/NEWS.txt -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_atomic_counter_dec.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_atomic_counter_destroy.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_atomic_counter_inc.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_atomic_counter_new.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_atomic_counter_set.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_atomic_counter_value.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_bind.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_close.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_connect.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_connect_peer.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_ctx_destroy.html checking for idn2.h... yes -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_ctx_get.html configure: Added /nix/store/rny9bdwrs6fkgkq678ixfg1lv3sa18ql-libidn2-2.3.7/lib to CURL_LIBRARY_PATH -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_ctx_get_ext.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_ctx_new.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_ctx_set.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_ctx_set_ext.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_ctx_shutdown.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_ctx_term.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_curve.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_curve_keypair.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_curve_public.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_disconnect.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_errno.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_getsockopt.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_gssapi.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_has.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_init.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_inproc.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_ipc.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_close.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_copy.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_data.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_get.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_gets.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_init.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_init_buffer.html checking for libnghttp2 options with pkg-config... found -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_init_data.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_init_size.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_more.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_move.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_recv.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_routing_id.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_send.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_set.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_set_routing_id.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_msg_size.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_null.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_pgm.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_plain.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_poll.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_poller.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_ppoll.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_proxy.html configure: -l is -lnghttp2 -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_proxy_steerable.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_recv.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_recvmsg.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_send.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_send_const.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_sendmsg.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_setsockopt.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_socket.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_socket_monitor.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_socket_monitor_versioned.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_strerror.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_tcp.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_term.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_timers.html configure: -I is -I/nix/store/b4wlia8c9p1p431qdvzvhlnr35whr5my-nghttp2-1.60.0-dev/include -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_tipc.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_udp.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_unbind.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_version.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_vmci.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_z85_decode.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc/zmq/zmq_z85_encode.html -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib/cmake/ZeroMQ/ZeroMQTargets.cmake -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib/cmake/ZeroMQ/ZeroMQTargets-release.cmake -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib/cmake/ZeroMQ/ZeroMQConfig.cmake -- Installing: /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib/cmake/ZeroMQ/ZeroMQConfigVersion.cmake configure: -L is -L/nix/store/vlr5chfakwm57zzdpxvijj68w5r54ik3-nghttp2-1.60.0-lib/lib Running phase: fixupPhase moving /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/doc to /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/share/doc shrinking RPATHs of ELF executables and libraries in /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5 shrinking /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/inproc_lat shrinking /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/local_lat shrinking /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/proxy_thr shrinking /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/local_thr shrinking /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/inproc_thr shrinking /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/remote_lat shrinking /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin/remote_thr shrinking /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib/libzmq.so.5.2.5 checking for references to /build/ in /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5... patching script interpreter paths in /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5 stripping (with command strip and flags -S -p) in /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/lib /nix/store/ws5xharxvg9hw1yd0b9746r487f0lx2r-zeromq-4.3.5/bin checking for nghttp2_session_get_stream_local_window_size in -lnghttp2... yes checking for nghttp2/nghttp2.h... yes configure: Added /nix/store/vlr5chfakwm57zzdpxvijj68w5r54ik3-nghttp2-1.60.0-lib/lib to CURL_LIBRARY_PATH checking for fish options with pkg-config... no checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for arpa/inet.h... yes checking for net/if.h... yes checking for netinet/in.h... yes 294/295 Test #10: tjunittest12-shared-alloc ........................... Passed 14.06 sec checking for netinet/in6.h... no checking for sys/un.h... yes checking for linux/tcp.h... yes checking for netinet/tcp.h... yes checking for netinet/udp.h... yes checking for netdb.h... yes ./builds/unix/libtool --mode=link gcc -o /build/freetype-2.13.2/objs/libfreetype.la /build/freetype-2.13.2/objs/ftsystem.lo /build/freetype-2.13.2/objs/ftdebug.lo /build/freetype-2.13.2/objs/ftinit.lo /build/freetype-2.13.2/objs/ftbase.lo /build/freetype-2.13.2/objs/ftbbox.lo /build/freetype-2.13.2/objs/ftbdf.lo /build/freetype-2.13.2/objs/ftbitmap.lo /build/freetype-2.13.2/objs/ftcid.lo /build/freetype-2.13.2/objs/ftfstype.lo /build/freetype-2.13.2/objs/ftgasp.lo /build/freetype-2.13.2/objs/ftglyph.lo /build/freetype-2.13.2/objs/ftgxval.lo /build/freetype-2.13.2/objs/ftmm.lo /build/freetype-2.13.2/objs/ftotval.lo /build/freetype-2.13.2/objs/ftpatent.lo /build/freetype-2.13.2/objs/ftpfr.lo /build/freetype-2.13.2/objs/ftstroke.lo /build/freetype-2.13.2/objs/ftsynth.lo /build/freetype-2.13.2/objs/fttype1.lo /build/freetype-2.13.2/objs/ftwinfnt.lo /build/freetype-2.13.2/objs/truetype.lo /build/freetype-2.13.2/objs/type1.lo /build/freetype-2.13.2/objs/cff.lo /build/freetype-2.13.2/objs/type1cid.lo /build/freetype-2.13.2/objs/pfr.lo /build/freetype-2.13.2/objs/type42.lo /build/freetype-2.13.2/objs/winfnt.lo /build/freetype-2.13.2/objs/pcf.lo /build/freetype-2.13.2/objs/bdf.lo /build/freetype-2.13.2/objs/sfnt.lo /build/freetype-2.13.2/objs/autofit.lo /build/freetype-2.13.2/objs/pshinter.lo /build/freetype-2.13.2/objs/smooth.lo /build/freetype-2.13.2/objs/raster.lo /build/freetype-2.13.2/objs/svg.lo /build/freetype-2.13.2/objs/sdf.lo /build/freetype-2.13.2/objs/ftcache.lo /build/freetype-2.13.2/objs/gxvalid.lo /build/freetype-2.13.2/objs/ftgzip.lo /build/freetype-2.13.2/objs/ftlzw.lo /build/freetype-2.13.2/objs/ftbzip2.lo /build/freetype-2.13.2/objs/otvalid.lo /build/freetype-2.13.2/objs/psaux.lo /build/freetype-2.13.2/objs/psnames.lo /build/freetype-2.13.2/objs/dlg.lo -rpath /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib -version-info 26:1:20 -L/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib -lz -L/nix/store/qnmpyjc4ambvwswqgscjq85qqgvwdyh3-bzip2-1.0.8/lib -lbz2 -L/nix/store/amx4pam12xyavdfkyb3xjmdb9h2wf4hn-libpng-apng-1.6.40/lib -lpng16 -L/nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib -lbrotlidec -pthread -lpthread -no-undefined -export-symbols /build/freetype-2.13.2/objs/ftexport.sym checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking for sys/param.h... yes libtool: link: echo "{ global:" > /build/freetype-2.13.2/objs/.libs/libfreetype.ver libtool: link: cat /build/freetype-2.13.2/objs/ftexport.sym | /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -e "s/\(.*\)/\1;/" >> /build/freetype-2.13.2/objs/.libs/libfreetype.ver libtool: link: echo "local: *; };" >> /build/freetype-2.13.2/objs/.libs/libfreetype.ver libtool: link: gcc -shared -fPIC -DPIC /build/freetype-2.13.2/objs/.libs/ftsystem.o /build/freetype-2.13.2/objs/.libs/ftdebug.o /build/freetype-2.13.2/objs/.libs/ftinit.o /build/freetype-2.13.2/objs/.libs/ftbase.o /build/freetype-2.13.2/objs/.libs/ftbbox.o /build/freetype-2.13.2/objs/.libs/ftbdf.o /build/freetype-2.13.2/objs/.libs/ftbitmap.o /build/freetype-2.13.2/objs/.libs/ftcid.o /build/freetype-2.13.2/objs/.libs/ftfstype.o /build/freetype-2.13.2/objs/.libs/ftgasp.o /build/freetype-2.13.2/objs/.libs/ftglyph.o /build/freetype-2.13.2/objs/.libs/ftgxval.o /build/freetype-2.13.2/objs/.libs/ftmm.o /build/freetype-2.13.2/objs/.libs/ftotval.o /build/freetype-2.13.2/objs/.libs/ftpatent.o /build/freetype-2.13.2/objs/.libs/ftpfr.o /build/freetype-2.13.2/objs/.libs/ftstroke.o /build/freetype-2.13.2/objs/.libs/ftsynth.o /build/freetype-2.13.2/objs/.libs/fttype1.o /build/freetype-2.13.2/objs/.libs/ftwinfnt.o /build/freetype-2.13.2/objs/.libs/truetype.o /build/freetype-2.13.2/objs/.libs/type1.o /build/freetype-2.13.2/objs/.libs/cff.o /build/freetype-2.13.2/objs/.libs/type1cid.o /build/freetype-2.13.2/objs/.libs/pfr.o /build/freetype-2.13.2/objs/.libs/type42.o /build/freetype-2.13.2/objs/.libs/winfnt.o /build/freetype-2.13.2/objs/.libs/pcf.o /build/freetype-2.13.2/objs/.libs/bdf.o /build/freetype-2.13.2/objs/.libs/sfnt.o /build/freetype-2.13.2/objs/.libs/autofit.o /build/freetype-2.13.2/objs/.libs/pshinter.o /build/freetype-2.13.2/objs/.libs/smooth.o /build/freetype-2.13.2/objs/.libs/raster.o /build/freetype-2.13.2/objs/.libs/svg.o /build/freetype-2.13.2/objs/.libs/sdf.o /build/freetype-2.13.2/objs/.libs/ftcache.o /build/freetype-2.13.2/objs/.libs/gxvalid.o /build/freetype-2.13.2/objs/.libs/ftgzip.o /build/freetype-2.13.2/objs/.libs/ftlzw.o /build/freetype-2.13.2/objs/.libs/ftbzip2.o /build/freetype-2.13.2/objs/.libs/otvalid.o /build/freetype-2.13.2/objs/.libs/psaux.o /build/freetype-2.13.2/objs/.libs/psnames.o /build/freetype-2.13.2/objs/.libs/dlg.o -Wl,-rpath -Wl,/nix/store/qnmpyjc4ambvwswqgscjq85qqgvwdyh3-bzip2-1.0.8/lib -Wl,-rpath -Wl,/nix/store/amx4pam12xyavdfkyb3xjmdb9h2wf4hn-libpng-apng-1.6.40/lib -Wl,-rpath -Wl,/nix/store/qnmpyjc4ambvwswqgscjq85qqgvwdyh3-bzip2-1.0.8/lib -Wl,-rpath -Wl,/nix/store/amx4pam12xyavdfkyb3xjmdb9h2wf4hn-libpng-apng-1.6.40/lib -L/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib -lz -L/nix/store/qnmpyjc4ambvwswqgscjq85qqgvwdyh3-bzip2-1.0.8/lib /nix/store/qnmpyjc4ambvwswqgscjq85qqgvwdyh3-bzip2-1.0.8/lib/libbz2.so -L/nix/store/amx4pam12xyavdfkyb3xjmdb9h2wf4hn-libpng-apng-1.6.40/lib /nix/store/amx4pam12xyavdfkyb3xjmdb9h2wf4hn-libpng-apng-1.6.40/lib/libpng16.so -L/nix/store/s1264s06b3sspch3aaailspgl1gqqsgl-brotli-1.1.0-lib/lib -lbrotlidec -lpthread -pthread -Wl,-soname -Wl,libfreetype.so.6 -Wl,-version-script -Wl,/build/freetype-2.13.2/objs/.libs/libfreetype.ver -o /build/freetype-2.13.2/objs/.libs/libfreetype.so.6.20.1 checking for termios.h... yes libtool: link: (cd "/build/freetype-2.13.2/objs/.libs" && rm -f "libfreetype.so.6" && ln -s "libfreetype.so.6.20.1" "libfreetype.so.6") checking for termio.h... yes libtool: link: (cd "/build/freetype-2.13.2/objs/.libs" && rm -f "libfreetype.so" && ln -s "libfreetype.so.6.20.1" "libfreetype.so") libtool: link: ar cr /build/freetype-2.13.2/objs/.libs/libfreetype.a /build/freetype-2.13.2/objs/ftsystem.o /build/freetype-2.13.2/objs/ftdebug.o /build/freetype-2.13.2/objs/ftinit.o /build/freetype-2.13.2/objs/ftbase.o /build/freetype-2.13.2/objs/ftbbox.o /build/freetype-2.13.2/objs/ftbdf.o /build/freetype-2.13.2/objs/ftbitmap.o /build/freetype-2.13.2/objs/ftcid.o /build/freetype-2.13.2/objs/ftfstype.o /build/freetype-2.13.2/objs/ftgasp.o /build/freetype-2.13.2/objs/ftglyph.o /build/freetype-2.13.2/objs/ftgxval.o /build/freetype-2.13.2/objs/ftmm.o /build/freetype-2.13.2/objs/ftotval.o /build/freetype-2.13.2/objs/ftpatent.o /build/freetype-2.13.2/objs/ftpfr.o /build/freetype-2.13.2/objs/ftstroke.o /build/freetype-2.13.2/objs/ftsynth.o /build/freetype-2.13.2/objs/fttype1.o /build/freetype-2.13.2/objs/ftwinfnt.o /build/freetype-2.13.2/objs/truetype.o /build/freetype-2.13.2/objs/type1.o /build/freetype-2.13.2/objs/cff.o /build/freetype-2.13.2/objs/type1cid.o /build/freetype-2.13.2/objs/pfr.o /build/freetype-2.13.2/objs/type42.o /build/freetype-2.13.2/objs/winfnt.o /build/freetype-2.13.2/objs/pcf.o /build/freetype-2.13.2/objs/bdf.o /build/freetype-2.13.2/objs/sfnt.o /build/freetype-2.13.2/objs/autofit.o /build/freetype-2.13.2/objs/pshinter.o /build/freetype-2.13.2/objs/smooth.o /build/freetype-2.13.2/objs/raster.o /build/freetype-2.13.2/objs/svg.o /build/freetype-2.13.2/objs/sdf.o /build/freetype-2.13.2/objs/ftcache.o /build/freetype-2.13.2/objs/gxvalid.o /build/freetype-2.13.2/objs/ftgzip.o /build/freetype-2.13.2/objs/ftlzw.o /build/freetype-2.13.2/objs/ftbzip2.o /build/freetype-2.13.2/objs/otvalid.o /build/freetype-2.13.2/objs/psaux.o /build/freetype-2.13.2/objs/psnames.o /build/freetype-2.13.2/objs/dlg.o libtool: link: ranlib /build/freetype-2.13.2/objs/.libs/libfreetype.a libtool: link: ( cd "/build/freetype-2.13.2/objs/.libs" && rm -f "libfreetype.la" && ln -s "../libfreetype.la" "libfreetype.la" ) checking for fcntl.h... yes Running phase: checkPhase check flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash VERBOSE=y check checking for io.h... no There is no validation suite for this package. make: Nothing to be done for 'check'. Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash pkgconfigdir=/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/lib/pkgconfig m4datadir=/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/share/aclocal aclocaldir=/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/share/aclocal install checking for pwd.h... yes rm -rf /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include/freetype2 rm -f /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include/ft2build.h /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib \ /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib/pkgconfig \ /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include/freetype2/freetype/config \ /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/aclocal /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/bin \ /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/man/man1 ./builds/unix/libtool --mode=install /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c \ /build/freetype-2.13.2/objs/libfreetype.la /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib checking for utime.h... yes libtool: install: /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c /build/freetype-2.13.2/objs/.libs/libfreetype.so.6.20.1 /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib/libfreetype.so.6.20.1 libtool: install: (cd /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib && { ln -s -f libfreetype.so.6.20.1 libfreetype.so.6 || { rm -f libfreetype.so.6 && ln -s libfreetype.so.6.20.1 libfreetype.so.6; }; }) libtool: install: (cd /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib && { ln -s -f libfreetype.so.6.20.1 libfreetype.so || { rm -f libfreetype.so && ln -s libfreetype.so.6.20.1 libfreetype.so; }; }) libtool: install: /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c /build/freetype-2.13.2/objs/.libs/libfreetype.lai /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib/libfreetype.la libtool: install: /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c /build/freetype-2.13.2/objs/.libs/libfreetype.a /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib/libfreetype.a libtool: install: chmod 644 /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib/libfreetype.a libtool: install: ranlib /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib/libfreetype.a checking for sys/utime.h... no libtool: finish: PATH="/nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin:/nix/store/rwv9rjn4aipl3d9ghi878ls0kaxb0yfg-which-2.21/bin:/nix/store/xwsq5dj63439l1pphrb76zjrididi3vn-patchelf-0.15.0/bin:/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin:/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/bin:/nix/store/ssarggxx3laydmfkq1dlv4ilcsw7phfq-glibc-2.38-44-bin/bin:/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin:/nix/store/cc92grinhsyp2mq5sxlmz06z68gz1h98-binutils-wrapper-2.40/bin:/nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin:/nix/store/b0gdx2hz2nyf9ap2n0zixczc7k2kqk9j-bzip2-1.0.8-bin/bin:/nix/store/yrxfmr9xhbk3842wcwhcjzhwncjrinq2-brotli-1.1.0/bin:/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/bin:/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin:/nix/store/i6y16f2jzcv1g1k12qdkislh3yqk2rl7-findutils-4.9.0/bin:/nix/store/xcmwf4l5n35cislpzhbhqbnd31wwsbll-diffutils-3.10/bin:/nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin:/nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin:/nix/store/78q5np4llnqhshx72kxm7w7q31pj0v7b-gawk-5.2.2/bin:/nix/store/dxbzps4w5rikj7jdcyjcw98lk517gf0h-gnutar-1.35/bin:/nix/store/zyyb8vi6jg1swr5f34rxgi9izck2r88h-gzip-1.13/bin:/nix/store/b0gdx2hz2nyf9ap2n0zixczc7k2kqk9j-bzip2-1.0.8-bin/bin:/nix/store/w0q0c4jham4h0cbvi3ygydl6hrcmzn6x-gnumake-4.4.1/bin:/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin:/nix/store/8hsz6cchg5yw1wz89mab5f89k3j7l03m-patch-2.7.6/bin:/nix/store/xl7x35n2v2m398hki8q4ib235zn3hv20-xz-5.4.6-bin/bin:/nix/store/8ja6nib32kv3h9z6jwlh95b5ayma7wfx-file-5.45/bin:/sbin" ldconfig -n /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib ---------------------------------------------------------------------- Libraries have been installed in: /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- for P in /build/freetype-2.13.2/include/freetype/freetype.h /build/freetype-2.13.2/include/freetype/ftadvanc.h /build/freetype-2.13.2/include/freetype/ftbbox.h /build/freetype-2.13.2/include/freetype/ftbdf.h /build/freetype-2.13.2/include/freetype/ftbitmap.h /build/freetype-2.13.2/include/freetype/ftbzip2.h /build/freetype-2.13.2/include/freetype/ftcache.h /build/freetype-2.13.2/include/freetype/ftchapters.h /build/freetype-2.13.2/include/freetype/ftcid.h /build/freetype-2.13.2/include/freetype/ftcolor.h /build/freetype-2.13.2/include/freetype/ftdriver.h /build/freetype-2.13.2/include/freetype/fterrdef.h /build/freetype-2.13.2/include/freetype/fterrors.h /build/freetype-2.13.2/include/freetype/ftfntfmt.h /build/freetype-2.13.2/include/freetype/ftgasp.h /build/freetype-2.13.2/include/freetype/ftglyph.h /build/freetype-2.13.2/include/freetype/ftgxval.h /build/freetype-2.13.2/include/freetype/ftgzip.h /build/freetype-2.13.2/include/freetype/ftimage.h /build/freetype-2.13.2/include/freetype/ftincrem.h /build/freetype-2.13.2/include/freetype/ftlcdfil.h /build/freetype-2.13.2/include/freetype/ftlist.h /build/freetype-2.13.2/include/freetype/ftlogging.h /build/freetype-2.13.2/include/freetype/ftlzw.h /build/freetype-2.13.2/include/freetype/ftmac.h /build/freetype-2.13.2/include/freetype/ftmm.h /build/freetype-2.13.2/include/freetype/ftmodapi.h /build/freetype-2.13.2/include/freetype/ftmoderr.h /build/freetype-2.13.2/include/freetype/ftotval.h /build/freetype-2.13.2/include/freetype/ftoutln.h /build/freetype-2.13.2/include/freetype/ftparams.h /build/freetype-2.13.2/include/freetype/ftpfr.h /build/freetype-2.13.2/include/freetype/ftrender.h /build/freetype-2.13.2/include/freetype/ftsizes.h /build/freetype-2.13.2/include/freetype/ftsnames.h /build/freetype-2.13.2/include/freetype/ftstroke.h /build/freetype-2.13.2/include/freetype/ftsynth.h /build/freetype-2.13.2/include/freetype/ftsystem.h /build/freetype-2.13.2/include/freetype/fttrigon.h /build/freetype-2.13.2/include/freetype/fttypes.h /build/freetype-2.13.2/include/freetype/ftwinfnt.h /build/freetype-2.13.2/include/freetype/otsvg.h /build/freetype-2.13.2/include/freetype/t1tables.h /build/freetype-2.13.2/include/freetype/ttnameid.h /build/freetype-2.13.2/include/freetype/tttables.h /build/freetype-2.13.2/include/freetype/tttags.h ; do \ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 \ $P /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include/freetype2/freetype ; \ done checking for sys/poll.h... yes for P in /build/freetype-2.13.2/include/freetype/config/ftconfig.h /build/freetype-2.13.2/include/freetype/config/ftheader.h /build/freetype-2.13.2/include/freetype/config/ftmodule.h /build/freetype-2.13.2/include/freetype/config/ftoption.h /build/freetype-2.13.2/include/freetype/config/ftstdlib.h /build/freetype-2.13.2/include/freetype/config/integer-types.h /build/freetype-2.13.2/include/freetype/config/mac-support.h /build/freetype-2.13.2/include/freetype/config/public-macros.h /build/freetype-2.13.2/objs/ftmodule.h ./builds/unix/ftoption.h ; do \ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 \ $P /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include/freetype2/freetype/config ; \ done /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 /build/freetype-2.13.2/include/ft2build.h \ /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include/freetype2/ft2build.h /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 ./builds/unix/ftconfig.h \ /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include/freetype2/freetype/config/ftconfig.h /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 /build/freetype-2.13.2/objs/ftmodule.h \ /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include/freetype2/freetype/config/ftmodule.h /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 ./builds/unix/ftoption.h \ /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/include/freetype2/freetype/config/ftoption.h /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 ./builds/unix/freetype2.m4 \ /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/aclocal/freetype2.m4 /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 ./builds/unix/freetype2.pc \ /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib/pkgconfig/freetype2.pc /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 755 ./builds/unix/freetype-config \ /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/bin/freetype-config /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 /build/freetype-2.13.2/docs/freetype-config.1 \ /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/man/man1/freetype-config.1 substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file '/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/bin/freetype-config') checking for poll.h... yes Running phase: fixupPhase Moving /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib/pkgconfig to /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/lib/pkgconfig Moving /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/aclocal to /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/share/aclocal Patching '/nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/lib/pkgconfig/freetype2.pc' includedir to output /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev shrinking RPATHs of ELF executables and libraries in /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2 shrinking /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib/libfreetype.so.6.20.1 checking for references to /build/ in /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2... gzipping man pages under /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/share/man/ patching script interpreter paths in /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2 stripping (with command strip and flags -S -p) in /nix/store/6jfxay1qmbwa59fnlnwnvfk0r6dm5w7d-freetype-2.13.2/lib checking for socket.h... no shrinking RPATHs of ELF executables and libraries in /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev checking for references to /build/ in /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev... checking for sys/resource.h... yes patching script interpreter paths in /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/bin/.freetype-config-wrapped: interpreter directive changed from "#! /bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" stripping (with command strip and flags -S -p) in /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/lib /nix/store/sik394yhi2m4nzjb7zvc4awf9d7ly0yi-freetype-2.13.2-dev/bin checking for libgen.h... yes checking for locale.h... yes checking for stdbool.h... yes checking for sys/filio.h... no checking for sys/wait.h... yes checking for setjmp.h... yes checking for an ANSI C-conforming const... yes 295/295 Test #9: tjunittest12-shared ................................. Passed 15.15 sec 100% tests passed, 0 tests failed out of 295 Total Test time (real) = 15.87 sec checking for size_t... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/socket.h... (cached) yes checking for struct timeval... yes checking run-time libs availability... fine checking size of size_t... 8 checking size of long... 8 checking size of int... 4 checking size of time_t... 8 checking size of off_t... 8 checking size of curl_off_t... 8 checking size of curl_socket_t... 4 checking for long long... yes checking for ssize_t... yes checking for bool... yes checking for sa_family_t... yes checking for suseconds_t... yes checking if time_t is unsigned... no checking for in_addr_t... yes checking for struct sockaddr_storage... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking for select... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for recv... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for send... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for MSG_NOSIGNAL... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking if alarm can be linked... yes checking if alarm is prototyped... yes checking if alarm is compilable... yes checking if alarm usage allowed... yes checking if alarm might be used... yes checking for sys/types.h... (cached) yes checking for strings.h... (cached) yes checking for sys/types.h... (cached) yes checking for libgen.h... (cached) yes checking if basename can be linked... yes checking if basename is prototyped... yes checking if basename is compilable... yes checking if basename usage allowed... yes checking if basename might be used... yes checking for sys/types.h... (cached) yes checking for socket.h... (cached) no checking if closesocket can be linked... no checking if closesocket might be used... no checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking if CloseSocket can be linked... no checking if CloseSocket might be used... no checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking if fcntl can be linked... yes checking if fcntl is prototyped... yes checking if fcntl is compilable... yes checking if fcntl usage allowed... yes checking if fcntl might be used... yes checking if fcntl O_NONBLOCK is compilable... yes checking if fcntl O_NONBLOCK usage allowed... yes checking if fcntl O_NONBLOCK might be used... yes checking whether build target is a native Windows one... (cached) no checking for sys/types.h... (cached) yes checking for netdb.h... (cached) yes checking if freeaddrinfo can be linked... yes checking if freeaddrinfo is prototyped... yes checking if freeaddrinfo is compilable... yes checking if freeaddrinfo usage allowed... yes checking if freeaddrinfo might be used... yes checking for sys/types.h... (cached) yes checking for sys/xattr.h... yes checking if fsetxattr can be linked... yes checking if fsetxattr is prototyped... yes checking if fsetxattr takes 5 args.... yes checking if fsetxattr is compilable... yes checking if fsetxattr usage allowed... yes checking if fsetxattr might be used... yes checking if ftruncate can be linked... yes checking if ftruncate is prototyped... yes checking if ftruncate is compilable... yes checking if ftruncate usage allowed... yes checking if ftruncate might be used... yes checking for sys/types.h... (cached) yes checking if getaddrinfo can be linked... yes checking if getaddrinfo is prototyped... yes checking if getaddrinfo is compilable... yes checking if getaddrinfo seems to work... yes checking if getaddrinfo usage allowed... yes checking if getaddrinfo might be used... yes checking if getaddrinfo is threadsafe... yes checking if gethostbyname can be linked... yes checking if gethostbyname is prototyped... yes checking if gethostbyname is compilable... yes checking if gethostbyname usage allowed... yes checking if gethostbyname might be used... yes checking if gethostbyname_r can be linked... yes checking if gethostbyname_r is prototyped... yes checking if gethostbyname_r takes 3 args.... no checking if gethostbyname_r takes 5 args.... no checking if gethostbyname_r takes 6 args.... yes checking if gethostbyname_r is compilable... yes checking if gethostbyname_r usage allowed... yes checking if gethostbyname_r might be used... yes checking if gethostname can be linked... yes checking if gethostname is prototyped... yes checking if gethostname is compilable... yes checking for gethostname arg 2 data type... size_t checking if gethostname usage allowed... yes checking if gethostname might be used... yes checking if getpeername can be linked... yes checking if getpeername is prototyped... yes checking if getpeername is compilable... yes checking if getpeername usage allowed... yes checking if getpeername might be used... yes checking if getsockname can be linked... yes checking if getsockname is prototyped... yes checking if getsockname is compilable... yes checking if getsockname usage allowed... yes checking if getsockname might be used... yes checking for net/if.h... (cached) yes checking if if_nametoindex can be linked... yes checking if if_nametoindex is prototyped... yes checking if if_nametoindex is compilable... yes checking if if_nametoindex usage allowed... yes checking if if_nametoindex might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for ifaddrs.h... yes checking if getifaddrs can be linked... yes checking if getifaddrs is prototyped... yes checking if getifaddrs is compilable... yes checking if getifaddrs seems to work... yes checking if getifaddrs usage allowed... yes checking if getifaddrs might be used... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking if gmtime_r can be linked... yes checking if gmtime_r is prototyped... yes checking if gmtime_r is compilable... yes checking if gmtime_r seems to work... yes checking if gmtime_r usage allowed... yes checking if gmtime_r might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking if inet_ntop can be linked... yes checking if inet_ntop is prototyped... yes checking if inet_ntop is compilable... yes checking if inet_ntop seems to work... yes checking if inet_ntop usage allowed... yes checking if inet_ntop might be used... yes checking if inet_pton can be linked... yes checking if inet_pton is prototyped... yes checking if inet_pton is compilable... yes checking if inet_pton seems to work... yes checking if inet_pton usage allowed... yes checking if inet_pton might be used... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for stropts.h... no checking if ioctl can be linked... yes checking if ioctl is prototyped... yes checking if ioctl is compilable... yes checking if ioctl usage allowed... yes checking if ioctl might be used... yes checking if ioctl FIONBIO is compilable... yes checking if ioctl FIONBIO usage allowed... yes checking if ioctl FIONBIO might be used... yes checking if ioctl SIOCGIFADDR is compilable... yes checking if ioctl SIOCGIFADDR usage allowed... yes checking if ioctl SIOCGIFADDR might be used... yes checking if ioctlsocket can be linked... no checking if ioctlsocket might be used... no checking if IoctlSocket can be linked... no checking if IoctlSocket might be used... no checking if memrchr can be linked... yes checking if memrchr is prototyped... no checking if memrchr might be used... no checking for sys/types.h... (cached) yes checking for poll.h... (cached) yes checking for sys/poll.h... (cached) yes checking if poll can be linked... yes checking if poll is prototyped... yes checking if poll is compilable... yes checking if poll seems to work... yes checking if poll usage allowed... yes checking if poll might be used... yes checking for sys/types.h... (cached) yes checking if sigaction can be linked... yes checking if sigaction is prototyped... yes checking if sigaction is compilable... yes checking if sigaction usage allowed... yes checking if sigaction might be used... yes checking if siginterrupt can be linked... yes checking if siginterrupt is prototyped... yes checking if siginterrupt is compilable... yes checking if siginterrupt usage allowed... yes checking if siginterrupt might be used... yes checking if signal can be linked... yes checking if signal is prototyped... yes checking if signal is compilable... yes checking if signal usage allowed... yes checking if signal might be used... yes checking for sys/types.h... (cached) yes checking if sigsetjmp can be linked... no checking if sigsetjmp seems a macro... yes checking if sigsetjmp is compilable... yes checking if sigsetjmp usage allowed... yes checking if sigsetjmp might be used... yes checking if socket can be linked... yes checking if socket is prototyped... yes checking if socket is compilable... yes checking if socket usage allowed... yes checking if socket might be used... yes checking if socketpair can be linked... yes checking if socketpair is prototyped... yes checking if socketpair is compilable... yes checking if socketpair usage allowed... yes checking if socketpair might be used... yes checking if strcasecmp can be linked... yes checking if strcasecmp is prototyped... yes checking if strcasecmp is compilable... yes checking if strcasecmp usage allowed... yes checking if strcasecmp might be used... yes checking if strcmpi can be linked... no checking if strcmpi might be used... no checking if strdup can be linked... yes checking if strdup is prototyped... yes checking if strdup is compilable... yes checking if strdup usage allowed... yes checking if strdup might be used... yes checking if strerror_r can be linked... yes checking if strerror_r is prototyped... yes checking if strerror_r is compilable... yes checking if strerror_r is glibc like... no checking if strerror_r is POSIX like... yes checking if strerror_r seems to work... yes checking if strerror_r usage allowed... yes checking if strerror_r might be used... yes checking if stricmp can be linked... no checking if stricmp might be used... no checking if strtok_r can be linked... yes checking if strtok_r is prototyped... yes checking if strtok_r is compilable... yes checking if strtok_r usage allowed... yes checking if strtok_r might be used... yes checking if strtoll can be linked... yes checking if strtoll is prototyped... yes checking if strtoll is compilable... yes checking if strtoll usage allowed... yes checking if strtoll might be used... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether getpwuid_r is declared... yes checking for _fseeki64... no checking deeper for _fseeki64... but still no checking for arc4random... yes checking for fnmatch... yes checking for fseeko... yes checking for geteuid... yes checking for getpass_r... no checking deeper for getpass_r... but still no checking for getppid... yes checking for getpwuid... yes checking for getpwuid_r... yes checking for getrlimit... yes checking for gettimeofday... yes checking for if_nametoindex... yes checking for mach_absolute_time... no checking deeper for mach_absolute_time... but still no checking for pipe... yes checking for sched_yield... yes checking for sendmsg... yes checking for setlocale... yes checking for setmode... no checking deeper for setmode... but still no checking for setrlimit... yes checking for snprintf... yes checking for utime... yes checking for utimes... yes checking whether fseeko is declared... yes checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK checking for perl... /nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl checking for gnroff... no checking for nroff... no configure: WARNING: disabling built-in manual checking whether to enable the threaded resolver... yes checking whether to use POSIX threads for threaded resolver... auto checking for pthread.h... yes checking for pthread_create... yes checking convert -I options to -isystem... yes checking whether to enable verbose strings... yes checking whether to enable SSPI support (Windows native builds only)... no checking whether to enable basic authentication method... yes checking whether to enable bearer authentication method... yes checking whether to enable digest authentication method... yes checking whether to enable kerberos authentication method... yes checking whether to enable negotiate authentication method... yes checking whether to enable aws sig methods... yes checking whether to support NTLM... yes checking whether to enable NTLM delegation to winbind's helper... no checking whether to enable TLS-SRP authentication... yes checking whether to enable Unix domain sockets... auto checking for struct sockaddr_un.sun_path... yes checking whether to support cookies... yes checking whether to support socketpair... yes checking whether to support HTTP authentication... yes checking whether to support DoH... yes checking whether to support the MIME API... yes checking whether to support binding connections locally... yes checking whether to support the form API... yes checking whether to support date parsing... yes checking whether to support netrc parsing... yes checking whether to support progress-meter... yes checking whether to support DNS shuffling... yes checking whether to support curl_easy_option*... yes checking whether to support alt-svc... yes checking whether to support headers-api... yes checking whether to support HSTS... yes checking for SSL_set0_wbio... yes checking whether to support WebSockets... no checking whether hiding of library internal symbols will actually happen... yes checking if this build supports HTTPS-proxy... yes configure: using LIBS: -lnghttp2 -lidn2 -lssh2 -lssh2 -lpsl -lssl -lcrypto -lssl -lcrypto -L/nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib -lgssapi_krb5 -lzstd -lzstd -lbrotlidec -lbrotlidec -lz configure: LIBS note: LIBS should only be used to specify libraries (-lname). configure: WARNING: Continuing even with errors mentioned immediately above this line. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating docs/Makefile config.status: creating docs/examples/Makefile config.status: creating docs/libcurl/Makefile config.status: creating docs/libcurl/opts/Makefile config.status: creating docs/cmdline-opts/Makefile config.status: creating include/Makefile config.status: creating include/curl/Makefile config.status: creating src/Makefile config.status: creating lib/Makefile config.status: creating scripts/Makefile config.status: creating lib/libcurl.vers config.status: creating lib/libcurl.plist config.status: creating tests/Makefile config.status: creating tests/config config.status: creating tests/certs/Makefile config.status: creating tests/certs/scripts/Makefile config.status: creating tests/data/Makefile config.status: creating tests/server/Makefile config.status: creating tests/libtest/Makefile config.status: creating tests/unit/Makefile config.status: creating tests/http/config.ini config.status: creating tests/http/Makefile config.status: creating tests/http/clients/Makefile config.status: creating packages/Makefile config.status: creating packages/vms/Makefile config.status: creating curl-config config.status: creating libcurl.pc config.status: creating lib/curl_config.h config.status: executing depfiles commands config.status: executing libtool commands configure: Configured to build curl/libcurl: Host setup: x86_64-pc-linux-gnu Install prefix: /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0 Compiler: gcc CFLAGS: -Werror-implicit-function-declaration -O2 -Wno-system-headers CPPFLAGS: -isystem /nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -isystem /nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/include -isystem /nix/store/s88sksxns15dhwr6dp0pwy0qz5sr7gq3-zstd-1.5.5-dev/include -isystem /nix/store/anwzqdcjdllrqpb7g2f84p8dpki87xzi-libkrb5-1.21.2-dev/include -isystem /nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/include -isystem /nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev/include -isystem /nix/store/wgwnv9ii6qbbsg56yxnk80mpnc2cx1sd-libidn2-2.3.7-dev/include -isystem /nix/store/b4wlia8c9p1p431qdvzvhlnr35whr5my-nghttp2-1.60.0-dev/include LDFLAGS: -L/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib -L/nix/store/j01lddckxs0zbw2xb9q6aicb73rj5n2z-brotli-1.1.0-dev/lib -L/nix/store/yzizaw6wqqih1zkg9q1jv0zhj8ygqxb0-zstd-1.5.5/lib -L/nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib -L/nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev/lib -L/nix/store/rny9bdwrs6fkgkq678ixfg1lv3sa18ql-libidn2-2.3.7/lib -L/nix/store/vlr5chfakwm57zzdpxvijj68w5r54ik3-nghttp2-1.60.0-lib/lib LIBS: -lnghttp2 -lidn2 -lssh2 -lssh2 -lpsl -lssl -lcrypto -lssl -lcrypto -L/nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib -lgssapi_krb5 -lzstd -lzstd -lbrotlidec -lbrotlidec -lz curl version: 8.6.0 SSL: enabled (OpenSSL v3+) SSH: enabled (libSSH2) zlib: enabled brotli: enabled (libbrotlidec) zstd: enabled (libzstd) GSS-API: enabled (MIT Kerberos/Heimdal) GSASL: no (libgsasl not found) TLS-SRP: enabled resolver: POSIX threaded IPv6: enabled Unix sockets: enabled IDN: enabled (libidn2) Build libcurl: Shared=yes, Static=no Built-in manual: no (--enable-manual) --libcurl option: enabled (--disable-libcurl-option) Verbose errors: enabled (--disable-verbose) Code coverage: disabled SSPI: no (--enable-sspi) ca cert bundle: no ca cert path: no ca fallback: yes LDAP: no (--enable-ldap / --with-ldap-lib / --with-lber-lib) LDAPS: no (--enable-ldaps) RTSP: enabled RTMP: no (--with-librtmp) PSL: enabled Alt-svc: enabled (--disable-alt-svc) Headers API: enabled (--disable-headers-api) HSTS: enabled (--disable-hsts) HTTP1: enabled (internal) HTTP2: enabled (nghttp2) HTTP3: no (--with-ngtcp2 --with-nghttp3, --with-quiche, --with-openssl-quic, --with-msh3) ECH: no (--enable-ech) WebSockets: no (--enable-websockets) Protocols: DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS MQTT POP3 POP3S RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP Features: AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile NTLM PSL SPNEGO SSL TLS-SRP UnixSockets alt-svc brotli libz threadsafe zstd configurePhase completed in 32 seconds Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash Making all in lib make[1]: Entering directory '/build/curl-8.6.0/lib' make all-am make[2]: Entering directory '/build/curl-8.6.0/lib' CC libcurl_la-altsvc.lo CC libcurl_la-amigaos.lo CC libcurl_la-asyn-ares.lo CC libcurl_la-asyn-thread.lo CC libcurl_la-base64.lo CC libcurl_la-bufq.lo CC libcurl_la-bufref.lo CC libcurl_la-c-hyper.lo CC libcurl_la-cf-h1-proxy.lo CC libcurl_la-cf-h2-proxy.lo CC libcurl_la-cf-haproxy.lo CC libcurl_la-cf-https-connect.lo CC libcurl_la-cf-socket.lo CC libcurl_la-cfilters.lo CC libcurl_la-conncache.lo CC libcurl_la-connect.lo CC libcurl_la-content_encoding.lo CC libcurl_la-cookie.lo CC libcurl_la-curl_addrinfo.lo CC libcurl_la-curl_des.lo CC libcurl_la-curl_endian.lo CC libcurl_la-curl_fnmatch.lo CC libcurl_la-curl_get_line.lo CC libcurl_la-curl_gethostname.lo CC libcurl_la-curl_gssapi.lo CC libcurl_la-curl_memrchr.lo CC libcurl_la-curl_multibyte.lo CC libcurl_la-curl_ntlm_core.lo CC libcurl_la-curl_ntlm_wb.lo CC libcurl_la-curl_path.lo CC libcurl_la-curl_range.lo CC libcurl_la-curl_rtmp.lo CC libcurl_la-curl_sasl.lo CC libcurl_la-curl_sspi.lo CC libcurl_la-curl_threads.lo CC libcurl_la-curl_trc.lo CC libcurl_la-dict.lo CC libcurl_la-doh.lo CC libcurl_la-dynbuf.lo CC libcurl_la-dynhds.lo CC libcurl_la-easy.lo CC libcurl_la-easygetopt.lo CC libcurl_la-easyoptions.lo CC libcurl_la-escape.lo CC libcurl_la-file.lo CC libcurl_la-fileinfo.lo CC libcurl_la-fopen.lo CC libcurl_la-formdata.lo CC libcurl_la-ftp.lo CC libcurl_la-ftplistparser.lo CC libcurl_la-getenv.lo CC libcurl_la-getinfo.lo CC libcurl_la-gopher.lo CC libcurl_la-hash.lo CC libcurl_la-headers.lo CC libcurl_la-hmac.lo CC libcurl_la-hostasyn.lo CC libcurl_la-hostip.lo CC libcurl_la-hostip4.lo CC libcurl_la-hostip6.lo CC libcurl_la-hostsyn.lo CC libcurl_la-hsts.lo CC libcurl_la-http.lo CC libcurl_la-http1.lo CC libcurl_la-http2.lo CC libcurl_la-http_aws_sigv4.lo CC libcurl_la-http_chunks.lo CC libcurl_la-http_digest.lo CC libcurl_la-http_negotiate.lo CC libcurl_la-http_ntlm.lo CC libcurl_la-http_proxy.lo CC libcurl_la-idn.lo CC libcurl_la-if2ip.lo CC libcurl_la-imap.lo CC libcurl_la-inet_ntop.lo CC libcurl_la-inet_pton.lo CC libcurl_la-krb5.lo CC libcurl_la-ldap.lo CC libcurl_la-llist.lo CC libcurl_la-macos.lo CC libcurl_la-md4.lo CC libcurl_la-md5.lo CC libcurl_la-memdebug.lo CC libcurl_la-mime.lo CC libcurl_la-mprintf.lo CC libcurl_la-mqtt.lo CC libcurl_la-multi.lo CC libcurl_la-netrc.lo CC libcurl_la-nonblock.lo CC libcurl_la-noproxy.lo CC libcurl_la-openldap.lo CC libcurl_la-parsedate.lo CC libcurl_la-pingpong.lo CC libcurl_la-pop3.lo CC libcurl_la-progress.lo CC libcurl_la-psl.lo CC libcurl_la-rand.lo CC libcurl_la-rename.lo CC libcurl_la-rtsp.lo CC libcurl_la-select.lo CC libcurl_la-sendf.lo CC libcurl_la-setopt.lo CC libcurl_la-sha256.lo CC libcurl_la-share.lo CC libcurl_la-slist.lo CC libcurl_la-smb.lo CC libcurl_la-smtp.lo CC libcurl_la-socketpair.lo CC libcurl_la-socks.lo CC libcurl_la-socks_gssapi.lo CC libcurl_la-socks_sspi.lo CC libcurl_la-speedcheck.lo CC libcurl_la-splay.lo CC libcurl_la-strcase.lo CC libcurl_la-strdup.lo CC libcurl_la-strerror.lo CC libcurl_la-strtok.lo CC libcurl_la-strtoofft.lo CC libcurl_la-system_win32.lo CC libcurl_la-telnet.lo CC libcurl_la-tftp.lo CC libcurl_la-timediff.lo CC libcurl_la-timeval.lo CC libcurl_la-transfer.lo CC libcurl_la-url.lo CC libcurl_la-urlapi.lo CC libcurl_la-version.lo CC libcurl_la-version_win32.lo CC libcurl_la-warnless.lo CC libcurl_la-ws.lo CC vauth/libcurl_la-cleartext.lo CC vauth/libcurl_la-cram.lo CC vauth/libcurl_la-digest.lo CC vauth/libcurl_la-digest_sspi.lo CC vauth/libcurl_la-gsasl.lo CC vauth/libcurl_la-krb5_gssapi.lo CC vauth/libcurl_la-krb5_sspi.lo CC vauth/libcurl_la-ntlm.lo CC vauth/libcurl_la-ntlm_sspi.lo CC vauth/libcurl_la-oauth2.lo CC vauth/libcurl_la-spnego_gssapi.lo CC vauth/libcurl_la-spnego_sspi.lo CC vauth/libcurl_la-vauth.lo CC vtls/libcurl_la-bearssl.lo CC vtls/libcurl_la-gtls.lo CC vtls/libcurl_la-hostcheck.lo CC vtls/libcurl_la-keylog.lo CC vtls/libcurl_la-mbedtls.lo CC vtls/libcurl_la-mbedtls_threadlock.lo CC vtls/libcurl_la-openssl.lo CC vtls/libcurl_la-rustls.lo CC vtls/libcurl_la-schannel.lo CC vtls/libcurl_la-schannel_verify.lo CC vtls/libcurl_la-sectransp.lo CC vtls/libcurl_la-vtls.lo CC vtls/libcurl_la-wolfssl.lo CC vtls/libcurl_la-x509asn1.lo CC vquic/libcurl_la-curl_msh3.lo CC vquic/libcurl_la-curl_ngtcp2.lo CC vquic/libcurl_la-curl_osslq.lo CC vquic/libcurl_la-curl_quiche.lo CC vquic/libcurl_la-vquic.lo CC vquic/libcurl_la-vquic-tls.lo CC vssh/libcurl_la-libssh.lo CC vssh/libcurl_la-libssh2.lo CC vssh/libcurl_la-wolfssh.lo CCLD libcurl.la make[2]: Leaving directory '/build/curl-8.6.0/lib' make[1]: Leaving directory '/build/curl-8.6.0/lib' Making all in src make[1]: Entering directory '/build/curl-8.6.0/src' Making all in ../docs make[2]: Entering directory '/build/curl-8.6.0/docs' Making all in . make[3]: Entering directory '/build/curl-8.6.0/docs' if test "..x" != "..x" -a -e "./curl.1"; then \ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 "./curl.1" /build/curl-8.6.0/docs/curl.1 \ && touch -r "./curl.1" /build/curl-8.6.0/docs/curl.1; fi cd cmdline-opts && make RENDER mk-ca-bundle.1 make[4]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' GENERATE ../../docs/curl.1 make[4]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' make[3]: Leaving directory '/build/curl-8.6.0/docs' Making all in cmdline-opts make[3]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' Making all in libcurl make[3]: Entering directory '/build/curl-8.6.0/docs/libcurl' Making all in opts make[4]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' RENDER CURLINFO_ACTIVESOCKET.3 RENDER CURLINFO_APPCONNECT_TIME.3 RENDER CURLINFO_CAINFO.3 RENDER CURLINFO_APPCONNECT_TIME_T.3 RENDER CURLINFO_CAPATH.3 RENDER CURLINFO_CERTINFO.3 RENDER CURLINFO_CONDITION_UNMET.3 RENDER CURLINFO_CONNECT_TIME.3 RENDER CURLINFO_CONNECT_TIME_T.3 RENDER CURLINFO_CONN_ID.3 RENDER CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 RENDER CURLINFO_CONTENT_LENGTH_UPLOAD.3 RENDER CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 RENDER CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 RENDER CURLINFO_CONTENT_TYPE.3 RENDER CURLINFO_COOKIELIST.3 RENDER CURLINFO_EFFECTIVE_METHOD.3 RENDER CURLINFO_EFFECTIVE_URL.3 RENDER CURLINFO_FILETIME.3 RENDER CURLINFO_FILETIME_T.3 RENDER CURLINFO_FTP_ENTRY_PATH.3 RENDER CURLINFO_HEADER_SIZE.3 RENDER CURLINFO_HTTP_CONNECTCODE.3 RENDER CURLINFO_HTTP_VERSION.3 RENDER CURLINFO_HTTPAUTH_AVAIL.3 RENDER CURLINFO_LASTSOCKET.3 RENDER CURLINFO_LOCAL_IP.3 RENDER CURLINFO_LOCAL_PORT.3 RENDER CURLINFO_NAMELOOKUP_TIME.3 RENDER CURLINFO_NAMELOOKUP_TIME_T.3 RENDER CURLINFO_NUM_CONNECTS.3 RENDER CURLINFO_OS_ERRNO.3 RENDER CURLINFO_PRETRANSFER_TIME.3 RENDER CURLINFO_PRETRANSFER_TIME_T.3 RENDER CURLINFO_PRIMARY_IP.3 RENDER CURLINFO_PRIMARY_PORT.3 RENDER CURLINFO_PRIVATE.3 RENDER CURLINFO_PROTOCOL.3 RENDER CURLINFO_PROXY_ERROR.3 RENDER CURLINFO_PROXY_SSL_VERIFYRESULT.3 RENDER CURLINFO_PROXYAUTH_AVAIL.3 RENDER CURLINFO_QUEUE_TIME_T.3 RENDER CURLINFO_REDIRECT_COUNT.3 RENDER CURLINFO_REDIRECT_TIME.3 RENDER CURLINFO_REDIRECT_TIME_T.3 RENDER CURLINFO_REDIRECT_URL.3 RENDER CURLINFO_REFERER.3 RENDER CURLINFO_REQUEST_SIZE.3 RENDER CURLINFO_RESPONSE_CODE.3 RENDER CURLINFO_RETRY_AFTER.3 RENDER CURLINFO_RTSP_CLIENT_CSEQ.3 RENDER CURLINFO_RTSP_CSEQ_RECV.3 RENDER CURLINFO_RTSP_SERVER_CSEQ.3 RENDER CURLINFO_RTSP_SESSION_ID.3 RENDER CURLINFO_SCHEME.3 RENDER CURLINFO_SIZE_DOWNLOAD.3 RENDER CURLINFO_SIZE_DOWNLOAD_T.3 RENDER CURLINFO_SIZE_UPLOAD.3 RENDER CURLINFO_SIZE_UPLOAD_T.3 RENDER CURLINFO_SPEED_DOWNLOAD.3 RENDER CURLINFO_SPEED_DOWNLOAD_T.3 RENDER CURLINFO_SPEED_UPLOAD.3 RENDER CURLINFO_SPEED_UPLOAD_T.3 RENDER CURLINFO_SSL_ENGINES.3 RENDER CURLINFO_SSL_VERIFYRESULT.3 RENDER CURLINFO_STARTTRANSFER_TIME.3 RENDER CURLINFO_STARTTRANSFER_TIME_T.3 RENDER CURLINFO_TLS_SESSION.3 RENDER CURLINFO_TLS_SSL_PTR.3 RENDER CURLINFO_TOTAL_TIME.3 RENDER CURLINFO_TOTAL_TIME_T.3 RENDER CURLINFO_XFER_ID.3 RENDER CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 RENDER CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 RENDER CURLMOPT_MAX_CONCURRENT_STREAMS.3 RENDER CURLMOPT_MAX_HOST_CONNECTIONS.3 RENDER CURLMOPT_MAX_PIPELINE_LENGTH.3 RENDER CURLMOPT_MAX_TOTAL_CONNECTIONS.3 RENDER CURLMOPT_MAXCONNECTS.3 RENDER CURLMOPT_PIPELINING.3 RENDER CURLMOPT_PIPELINING_SERVER_BL.3 RENDER CURLMOPT_PIPELINING_SITE_BL.3 RENDER CURLMOPT_PUSHDATA.3 RENDER CURLMOPT_PUSHFUNCTION.3 RENDER CURLMOPT_SOCKETDATA.3 RENDER CURLMOPT_SOCKETFUNCTION.3 RENDER CURLMOPT_TIMERDATA.3 RENDER CURLMOPT_TIMERFUNCTION.3 RENDER CURLOPT_ABSTRACT_UNIX_SOCKET.3 RENDER CURLOPT_ACCEPT_ENCODING.3 RENDER CURLOPT_ACCEPTTIMEOUT_MS.3 RENDER CURLOPT_ADDRESS_SCOPE.3 RENDER CURLOPT_ALTSVC.3 RENDER CURLOPT_ALTSVC_CTRL.3 RENDER CURLOPT_APPEND.3 RENDER CURLOPT_AUTOREFERER.3 RENDER CURLOPT_AWS_SIGV4.3 RENDER CURLOPT_BUFFERSIZE.3 RENDER CURLOPT_CAINFO.3 RENDER CURLOPT_CAINFO_BLOB.3 RENDER CURLOPT_CAPATH.3 RENDER CURLOPT_CA_CACHE_TIMEOUT.3 RENDER CURLOPT_CERTINFO.3 RENDER CURLOPT_CHUNK_BGN_FUNCTION.3 RENDER CURLOPT_CHUNK_DATA.3 RENDER CURLOPT_CHUNK_END_FUNCTION.3 RENDER CURLOPT_CLOSESOCKETDATA.3 RENDER CURLOPT_CLOSESOCKETFUNCTION.3 RENDER CURLOPT_CONNECT_ONLY.3 RENDER CURLOPT_CONNECT_TO.3 RENDER CURLOPT_CONNECTTIMEOUT.3 RENDER CURLOPT_CONNECTTIMEOUT_MS.3 RENDER CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 RENDER CURLOPT_CONV_FROM_UTF8_FUNCTION.3 RENDER CURLOPT_CONV_TO_NETWORK_FUNCTION.3 RENDER CURLOPT_COOKIE.3 RENDER CURLOPT_COOKIEFILE.3 RENDER CURLOPT_COOKIEJAR.3 RENDER CURLOPT_COOKIELIST.3 RENDER CURLOPT_COOKIESESSION.3 RENDER CURLOPT_COPYPOSTFIELDS.3 RENDER CURLOPT_CRLF.3 RENDER CURLOPT_CRLFILE.3 RENDER CURLOPT_CURLU.3 RENDER CURLOPT_CUSTOMREQUEST.3 RENDER CURLOPT_DEBUGDATA.3 RENDER CURLOPT_DEBUGFUNCTION.3 RENDER CURLOPT_DEFAULT_PROTOCOL.3 RENDER CURLOPT_DIRLISTONLY.3 RENDER CURLOPT_DISALLOW_USERNAME_IN_URL.3 RENDER CURLOPT_DNS_CACHE_TIMEOUT.3 RENDER CURLOPT_DNS_INTERFACE.3 RENDER CURLOPT_DNS_LOCAL_IP4.3 RENDER CURLOPT_DNS_LOCAL_IP6.3 RENDER CURLOPT_DNS_SERVERS.3 RENDER CURLOPT_DNS_SHUFFLE_ADDRESSES.3 RENDER CURLOPT_DNS_USE_GLOBAL_CACHE.3 RENDER CURLOPT_DOH_SSL_VERIFYHOST.3 RENDER CURLOPT_DOH_SSL_VERIFYPEER.3 RENDER CURLOPT_DOH_SSL_VERIFYSTATUS.3 RENDER CURLOPT_DOH_URL.3 RENDER CURLOPT_EGDSOCKET.3 RENDER CURLOPT_ERRORBUFFER.3 RENDER CURLOPT_EXPECT_100_TIMEOUT_MS.3 RENDER CURLOPT_FAILONERROR.3 RENDER CURLOPT_FILETIME.3 RENDER CURLOPT_FNMATCH_DATA.3 RENDER CURLOPT_FNMATCH_FUNCTION.3 RENDER CURLOPT_FOLLOWLOCATION.3 RENDER CURLOPT_FORBID_REUSE.3 RENDER CURLOPT_FRESH_CONNECT.3 RENDER CURLOPT_FTP_ACCOUNT.3 RENDER CURLOPT_FTP_ALTERNATIVE_TO_USER.3 RENDER CURLOPT_FTP_CREATE_MISSING_DIRS.3 RENDER CURLOPT_FTP_FILEMETHOD.3 RENDER CURLOPT_FTP_SKIP_PASV_IP.3 RENDER CURLOPT_FTP_SSL_CCC.3 RENDER CURLOPT_FTP_USE_EPRT.3 RENDER CURLOPT_FTP_USE_EPSV.3 RENDER CURLOPT_FTP_USE_PRET.3 RENDER CURLOPT_FTPPORT.3 RENDER CURLOPT_FTPSSLAUTH.3 RENDER CURLOPT_GSSAPI_DELEGATION.3 RENDER CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 RENDER CURLOPT_HAPROXYPROTOCOL.3 RENDER CURLOPT_HAPROXY_CLIENT_IP.3 RENDER CURLOPT_HEADER.3 RENDER CURLOPT_HEADERDATA.3 RENDER CURLOPT_HEADERFUNCTION.3 RENDER CURLOPT_HEADEROPT.3 RENDER CURLOPT_HSTS.3 RENDER CURLOPT_HSTS_CTRL.3 RENDER CURLOPT_HSTSREADDATA.3 RENDER CURLOPT_HSTSREADFUNCTION.3 RENDER CURLOPT_HSTSWRITEDATA.3 RENDER CURLOPT_HSTSWRITEFUNCTION.3 RENDER CURLOPT_HTTP09_ALLOWED.3 RENDER CURLOPT_HTTP200ALIASES.3 RENDER CURLOPT_HTTP_CONTENT_DECODING.3 RENDER CURLOPT_HTTP_TRANSFER_DECODING.3 RENDER CURLOPT_HTTP_VERSION.3 RENDER CURLOPT_HTTPAUTH.3 RENDER CURLOPT_HTTPGET.3 RENDER CURLOPT_HTTPHEADER.3 RENDER CURLOPT_HTTPPOST.3 RENDER CURLOPT_HTTPPROXYTUNNEL.3 RENDER CURLOPT_IGNORE_CONTENT_LENGTH.3 RENDER CURLOPT_INFILESIZE.3 RENDER CURLOPT_INFILESIZE_LARGE.3 RENDER CURLOPT_INTERFACE.3 RENDER CURLOPT_INTERLEAVEDATA.3 RENDER CURLOPT_INTERLEAVEFUNCTION.3 RENDER CURLOPT_IOCTLDATA.3 RENDER CURLOPT_IOCTLFUNCTION.3 RENDER CURLOPT_IPRESOLVE.3 RENDER CURLOPT_ISSUERCERT.3 RENDER CURLOPT_ISSUERCERT_BLOB.3 RENDER CURLOPT_KEEP_SENDING_ON_ERROR.3 RENDER CURLOPT_KEYPASSWD.3 RENDER CURLOPT_KRBLEVEL.3 RENDER CURLOPT_LOCALPORT.3 RENDER CURLOPT_LOCALPORTRANGE.3 RENDER CURLOPT_LOGIN_OPTIONS.3 RENDER CURLOPT_LOW_SPEED_LIMIT.3 RENDER CURLOPT_LOW_SPEED_TIME.3 RENDER CURLOPT_MAIL_AUTH.3 RENDER CURLOPT_MAIL_FROM.3 RENDER CURLOPT_MAIL_RCPT.3 RENDER CURLOPT_MAIL_RCPT_ALLOWFAILS.3 RENDER CURLOPT_MAX_RECV_SPEED_LARGE.3 RENDER CURLOPT_MAX_SEND_SPEED_LARGE.3 RENDER CURLOPT_MAXAGE_CONN.3 RENDER CURLOPT_MAXCONNECTS.3 RENDER CURLOPT_MAXFILESIZE.3 RENDER CURLOPT_MAXFILESIZE_LARGE.3 RENDER CURLOPT_MAXLIFETIME_CONN.3 RENDER CURLOPT_MAXREDIRS.3 RENDER CURLOPT_MIME_OPTIONS.3 RENDER CURLOPT_MIMEPOST.3 RENDER CURLOPT_NETRC.3 RENDER CURLOPT_NETRC_FILE.3 RENDER CURLOPT_NEW_DIRECTORY_PERMS.3 RENDER CURLOPT_NEW_FILE_PERMS.3 RENDER CURLOPT_NOBODY.3 RENDER CURLOPT_NOPROGRESS.3 RENDER CURLOPT_NOPROXY.3 RENDER CURLOPT_NOSIGNAL.3 RENDER CURLOPT_OPENSOCKETDATA.3 RENDER CURLOPT_OPENSOCKETFUNCTION.3 RENDER CURLOPT_PASSWORD.3 RENDER CURLOPT_PATH_AS_IS.3 RENDER CURLOPT_PINNEDPUBLICKEY.3 RENDER CURLOPT_PIPEWAIT.3 RENDER CURLOPT_PORT.3 RENDER CURLOPT_POST.3 RENDER CURLOPT_POSTFIELDS.3 RENDER CURLOPT_POSTFIELDSIZE.3 RENDER CURLOPT_POSTFIELDSIZE_LARGE.3 RENDER CURLOPT_POSTQUOTE.3 RENDER CURLOPT_POSTREDIR.3 RENDER CURLOPT_PRE_PROXY.3 RENDER CURLOPT_PREQUOTE.3 RENDER CURLOPT_PREREQDATA.3 RENDER CURLOPT_PREREQFUNCTION.3 RENDER CURLOPT_PRIVATE.3 RENDER CURLOPT_PROGRESSDATA.3 RENDER CURLOPT_PROGRESSFUNCTION.3 RENDER CURLOPT_PROTOCOLS.3 RENDER CURLOPT_PROTOCOLS_STR.3 RENDER CURLOPT_PROXY.3 RENDER CURLOPT_PROXY_CAINFO.3 RENDER CURLOPT_PROXY_CAINFO_BLOB.3 RENDER CURLOPT_PROXY_CAPATH.3 RENDER CURLOPT_PROXY_CRLFILE.3 RENDER CURLOPT_PROXY_ISSUERCERT.3 RENDER CURLOPT_PROXY_ISSUERCERT_BLOB.3 RENDER CURLOPT_PROXY_KEYPASSWD.3 RENDER CURLOPT_PROXY_PINNEDPUBLICKEY.3 RENDER CURLOPT_PROXY_SERVICE_NAME.3 RENDER CURLOPT_PROXY_SSL_CIPHER_LIST.3 RENDER CURLOPT_PROXY_SSL_OPTIONS.3 RENDER CURLOPT_PROXY_SSL_VERIFYHOST.3 RENDER CURLOPT_PROXY_SSL_VERIFYPEER.3 RENDER CURLOPT_PROXY_SSLCERT.3 RENDER CURLOPT_PROXY_SSLCERT_BLOB.3 RENDER CURLOPT_PROXY_SSLCERTTYPE.3 RENDER CURLOPT_PROXY_SSLKEY.3 RENDER CURLOPT_PROXY_SSLKEY_BLOB.3 RENDER CURLOPT_PROXY_SSLKEYTYPE.3 RENDER CURLOPT_PROXY_SSLVERSION.3 RENDER CURLOPT_PROXY_TLS13_CIPHERS.3 RENDER CURLOPT_PROXY_TLSAUTH_PASSWORD.3 RENDER CURLOPT_PROXY_TLSAUTH_TYPE.3 RENDER CURLOPT_PROXY_TLSAUTH_USERNAME.3 RENDER CURLOPT_PROXY_TRANSFER_MODE.3 RENDER CURLOPT_PROXYAUTH.3 RENDER CURLOPT_PROXYHEADER.3 RENDER CURLOPT_PROXYPASSWORD.3 RENDER CURLOPT_PROXYPORT.3 RENDER CURLOPT_PROXYTYPE.3 RENDER CURLOPT_PROXYUSERNAME.3 RENDER CURLOPT_PROXYUSERPWD.3 RENDER CURLOPT_PUT.3 RENDER CURLOPT_QUICK_EXIT.3 RENDER CURLOPT_QUOTE.3 RENDER CURLOPT_RANDOM_FILE.3 RENDER CURLOPT_RANGE.3 RENDER CURLOPT_READDATA.3 RENDER CURLOPT_READFUNCTION.3 RENDER CURLOPT_REDIR_PROTOCOLS.3 RENDER CURLOPT_REDIR_PROTOCOLS_STR.3 RENDER CURLOPT_REFERER.3 RENDER CURLOPT_REQUEST_TARGET.3 RENDER CURLOPT_RESOLVE.3 RENDER CURLOPT_RESOLVER_START_DATA.3 RENDER CURLOPT_RESOLVER_START_FUNCTION.3 RENDER CURLOPT_RESUME_FROM.3 RENDER CURLOPT_RTSP_CLIENT_CSEQ.3 RENDER CURLOPT_RESUME_FROM_LARGE.3 RENDER CURLOPT_RTSP_REQUEST.3 RENDER CURLOPT_RTSP_SERVER_CSEQ.3 RENDER CURLOPT_RTSP_SESSION_ID.3 RENDER CURLOPT_RTSP_STREAM_URI.3 RENDER CURLOPT_RTSP_TRANSPORT.3 RENDER CURLOPT_SASL_AUTHZID.3 RENDER CURLOPT_SASL_IR.3 RENDER CURLOPT_SEEKDATA.3 RENDER CURLOPT_SEEKFUNCTION.3 RENDER CURLOPT_SERVER_RESPONSE_TIMEOUT.3 RENDER CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 RENDER CURLOPT_SERVICE_NAME.3 RENDER CURLOPT_SHARE.3 RENDER CURLOPT_SOCKOPTDATA.3 RENDER CURLOPT_SOCKOPTFUNCTION.3 RENDER CURLOPT_SOCKS5_AUTH.3 RENDER CURLOPT_SOCKS5_GSSAPI_NEC.3 RENDER CURLOPT_SOCKS5_GSSAPI_SERVICE.3 RENDER CURLOPT_SSH_AUTH_TYPES.3 RENDER CURLOPT_SSH_COMPRESSION.3 RENDER CURLOPT_SSH_HOSTKEYDATA.3 RENDER CURLOPT_SSH_HOSTKEYFUNCTION.3 RENDER CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 RENDER CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 RENDER CURLOPT_SSH_KEYDATA.3 RENDER CURLOPT_SSH_KEYFUNCTION.3 RENDER CURLOPT_SSH_KNOWNHOSTS.3 RENDER CURLOPT_SSH_PRIVATE_KEYFILE.3 RENDER CURLOPT_SSH_PUBLIC_KEYFILE.3 RENDER CURLOPT_SSL_CIPHER_LIST.3 RENDER CURLOPT_SSL_CTX_DATA.3 RENDER CURLOPT_SSL_CTX_FUNCTION.3 RENDER CURLOPT_SSL_EC_CURVES.3 RENDER CURLOPT_SSL_ENABLE_ALPN.3 RENDER CURLOPT_SSL_ENABLE_NPN.3 RENDER CURLOPT_SSL_FALSESTART.3 RENDER CURLOPT_SSL_OPTIONS.3 RENDER CURLOPT_SSL_SESSIONID_CACHE.3 RENDER CURLOPT_SSL_VERIFYHOST.3 RENDER CURLOPT_SSL_VERIFYPEER.3 RENDER CURLOPT_SSL_VERIFYSTATUS.3 RENDER CURLOPT_SSLCERT.3 RENDER CURLOPT_SSLCERT_BLOB.3 RENDER CURLOPT_SSLCERTTYPE.3 RENDER CURLOPT_SSLENGINE.3 RENDER CURLOPT_SSLENGINE_DEFAULT.3 RENDER CURLOPT_SSLKEY.3 RENDER CURLOPT_SSLKEY_BLOB.3 RENDER CURLOPT_SSLKEYTYPE.3 RENDER CURLOPT_SSLVERSION.3 RENDER CURLOPT_STDERR.3 RENDER CURLOPT_STREAM_DEPENDS.3 RENDER CURLOPT_STREAM_DEPENDS_E.3 RENDER CURLOPT_STREAM_WEIGHT.3 RENDER CURLOPT_SUPPRESS_CONNECT_HEADERS.3 RENDER CURLOPT_TCP_FASTOPEN.3 RENDER CURLOPT_TCP_KEEPALIVE.3 RENDER CURLOPT_TCP_KEEPIDLE.3 RENDER CURLOPT_TCP_KEEPINTVL.3 RENDER CURLOPT_TCP_NODELAY.3 RENDER CURLOPT_TELNETOPTIONS.3 RENDER CURLOPT_TFTP_BLKSIZE.3 RENDER CURLOPT_TFTP_NO_OPTIONS.3 RENDER CURLOPT_TIMECONDITION.3 RENDER CURLOPT_TIMEOUT.3 RENDER CURLOPT_TIMEOUT_MS.3 RENDER CURLOPT_TIMEVALUE.3 RENDER CURLOPT_TIMEVALUE_LARGE.3 RENDER CURLOPT_TLS13_CIPHERS.3 RENDER CURLOPT_TLSAUTH_PASSWORD.3 RENDER CURLOPT_TLSAUTH_TYPE.3 RENDER CURLOPT_TLSAUTH_USERNAME.3 RENDER CURLOPT_TRAILERDATA.3 RENDER CURLOPT_TRAILERFUNCTION.3 RENDER CURLOPT_TRANSFER_ENCODING.3 RENDER CURLOPT_TRANSFERTEXT.3 RENDER CURLOPT_UNIX_SOCKET_PATH.3 RENDER CURLOPT_UNRESTRICTED_AUTH.3 RENDER CURLOPT_UPKEEP_INTERVAL_MS.3 RENDER CURLOPT_UPLOAD.3 RENDER CURLOPT_UPLOAD_BUFFERSIZE.3 RENDER CURLOPT_URL.3 RENDER CURLOPT_USE_SSL.3 RENDER CURLOPT_USERAGENT.3 RENDER CURLOPT_USERNAME.3 RENDER CURLOPT_USERPWD.3 RENDER CURLOPT_VERBOSE.3 RENDER CURLOPT_WILDCARDMATCH.3 RENDER CURLOPT_WRITEDATA.3 RENDER CURLOPT_WRITEFUNCTION.3 RENDER CURLOPT_WS_OPTIONS.3 RENDER CURLOPT_XFERINFODATA.3 RENDER CURLOPT_XFERINFOFUNCTION.3 RENDER CURLOPT_XOAUTH2_BEARER.3 RENDER CURLSHOPT_LOCKFUNC.3 RENDER CURLSHOPT_SHARE.3 RENDER CURLSHOPT_UNLOCKFUNC.3 RENDER CURLSHOPT_UNSHARE.3 RENDER CURLSHOPT_USERDATA.3 make[4]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[4]: Entering directory '/build/curl-8.6.0/docs/libcurl' RENDER curl_easy_cleanup.3 RENDER curl_easy_duphandle.3 RENDER curl_easy_escape.3 RENDER curl_easy_getinfo.3 RENDER curl_easy_header.3 RENDER curl_easy_init.3 RENDER curl_easy_nextheader.3 RENDER curl_easy_option_by_id.3 RENDER curl_easy_option_by_name.3 RENDER curl_easy_option_next.3 RENDER curl_easy_pause.3 RENDER curl_easy_perform.3 RENDER curl_easy_recv.3 RENDER curl_easy_reset.3 RENDER curl_easy_send.3 RENDER curl_easy_setopt.3 RENDER curl_easy_strerror.3 RENDER curl_easy_unescape.3 RENDER curl_easy_upkeep.3 RENDER curl_escape.3 RENDER curl_formadd.3 RENDER curl_formfree.3 RENDER curl_formget.3 RENDER curl_free.3 RENDER curl_getdate.3 RENDER curl_getenv.3 RENDER curl_global_cleanup.3 RENDER curl_global_init.3 RENDER curl_global_init_mem.3 RENDER curl_global_trace.3 RENDER curl_global_sslset.3 RENDER curl_mime_addpart.3 RENDER curl_mime_data.3 RENDER curl_mime_data_cb.3 RENDER curl_mime_encoder.3 RENDER curl_mime_filedata.3 RENDER curl_mime_filename.3 RENDER curl_mime_free.3 RENDER curl_mime_headers.3 RENDER curl_mime_init.3 RENDER curl_mime_name.3 RENDER curl_mime_subparts.3 RENDER curl_mime_type.3 RENDER curl_mprintf.3 RENDER curl_multi_add_handle.3 RENDER curl_multi_assign.3 RENDER curl_multi_cleanup.3 RENDER curl_multi_fdset.3 RENDER curl_multi_get_handles.3 RENDER curl_multi_info_read.3 RENDER curl_multi_init.3 RENDER curl_multi_perform.3 RENDER curl_multi_poll.3 RENDER curl_multi_remove_handle.3 RENDER curl_multi_setopt.3 RENDER curl_multi_socket.3 RENDER curl_multi_socket_action.3 RENDER curl_multi_socket_all.3 RENDER curl_multi_strerror.3 RENDER curl_multi_timeout.3 RENDER curl_multi_wakeup.3 RENDER curl_multi_wait.3 RENDER curl_pushheader_bynum.3 RENDER curl_pushheader_byname.3 RENDER curl_share_cleanup.3 RENDER curl_share_init.3 RENDER curl_share_setopt.3 RENDER curl_share_strerror.3 RENDER curl_slist_append.3 RENDER curl_slist_free_all.3 RENDER curl_strequal.3 RENDER curl_strnequal.3 RENDER curl_unescape.3 RENDER curl_url.3 RENDER curl_url_cleanup.3 RENDER curl_url_dup.3 RENDER curl_url_get.3 RENDER curl_url_set.3 RENDER curl_url_strerror.3 RENDER curl_version.3 RENDER curl_version_info.3 RENDER curl_ws_meta.3 RENDER curl_ws_recv.3 RENDER curl_ws_send.3 RENDER libcurl-easy.3 RENDER libcurl-env.3 RENDER libcurl-env-dbg.3 RENDER libcurl-errors.3 RENDER libcurl-multi.3 RENDER libcurl-security.3 RENDER libcurl-share.3 RENDER libcurl-symbols.3 RENDER libcurl-thread.3 RENDER libcurl-tutorial.3 RENDER libcurl-url.3 RENDER libcurl-ws.3 RENDER libcurl.3 make[4]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[3]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[2]: Leaving directory '/build/curl-8.6.0/docs' make[2]: Entering directory '/build/curl-8.6.0/src' CC slist_wc.o CC tool_binmode.o CC tool_bname.o CC tool_cb_dbg.o CC tool_cb_hdr.o CC tool_cb_prg.o CC tool_cb_rea.o CC tool_cb_see.o CC tool_cb_wrt.o CC tool_cfgable.o CC tool_dirhie.o CC tool_doswin.o CC tool_easysrc.o CC tool_filetime.o CC tool_findfile.o CC tool_formparse.o CC tool_getparam.o CC tool_getpass.o CC tool_help.o CC tool_helpers.o echo '#include "tool_hugehelp.h"' >> tool_hugehelp.c CC tool_ipfs.o CC tool_libinfo.o CC tool_listhelp.o CC tool_main.o CC tool_msgs.o CC tool_operate.o CC tool_operhlp.o CC tool_paramhlp.o CC tool_parsecfg.o CC tool_progress.o CC tool_setopt.o CC tool_sleep.o CC tool_stderr.o CC tool_strdup.o CC tool_urlglob.o CC tool_util.o CC tool_vms.o CC tool_writeout.o CC tool_writeout_json.o CC tool_xattr.o CC var.o CC tool_hugehelp.o CC ../lib/base64.o CC ../lib/curl_multibyte.o CC ../lib/dynbuf.o CC ../lib/nonblock.o CC ../lib/strtoofft.o CC ../lib/timediff.o CC ../lib/version_win32.o CC ../lib/warnless.o CCLD curl make[2]: Leaving directory '/build/curl-8.6.0/src' make[1]: Leaving directory '/build/curl-8.6.0/src' make[1]: Entering directory '/build/curl-8.6.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/build/curl-8.6.0' Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash pkgconfigdir=/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/lib/pkgconfig m4datadir=/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/share/aclocal aclocaldir=/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/share/aclocal install Making install in lib make[1]: Entering directory '/build/curl-8.6.0/lib' make[2]: Entering directory '/build/curl-8.6.0/lib' make[2]: Nothing to be done for 'install-data-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib' /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash ../libtool --mode=install /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c libcurl.la '/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib' libtool: install: /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c .libs/libcurl.so.4.8.0 /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib/libcurl.so.4.8.0 libtool: install: (cd /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib && { ln -s -f libcurl.so.4.8.0 libcurl.so.4 || { rm -f libcurl.so.4 && ln -s libcurl.so.4.8.0 libcurl.so.4; }; }) libtool: install: (cd /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib && { ln -s -f libcurl.so.4.8.0 libcurl.so || { rm -f libcurl.so && ln -s libcurl.so.4.8.0 libcurl.so; }; }) libtool: install: /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c .libs/libcurl.lai /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib/libcurl.la libtool: finish: PATH="/nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin:/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin:/nix/store/xwsq5dj63439l1pphrb76zjrididi3vn-patchelf-0.15.0/bin:/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin:/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/bin:/nix/store/ssarggxx3laydmfkq1dlv4ilcsw7phfq-glibc-2.38-44-bin/bin:/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin:/nix/store/cc92grinhsyp2mq5sxlmz06z68gz1h98-binutils-wrapper-2.40/bin:/nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin:/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin:/nix/store/i6y16f2jzcv1g1k12qdkislh3yqk2rl7-findutils-4.9.0/bin:/nix/store/xcmwf4l5n35cislpzhbhqbnd31wwsbll-diffutils-3.10/bin:/nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin:/nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin:/nix/store/78q5np4llnqhshx72kxm7w7q31pj0v7b-gawk-5.2.2/bin:/nix/store/dxbzps4w5rikj7jdcyjcw98lk517gf0h-gnutar-1.35/bin:/nix/store/zyyb8vi6jg1swr5f34rxgi9izck2r88h-gzip-1.13/bin:/nix/store/b0gdx2hz2nyf9ap2n0zixczc7k2kqk9j-bzip2-1.0.8-bin/bin:/nix/store/w0q0c4jham4h0cbvi3ygydl6hrcmzn6x-gnumake-4.4.1/bin:/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin:/nix/store/8hsz6cchg5yw1wz89mab5f89k3j7l03m-patch-2.7.6/bin:/nix/store/xl7x35n2v2m398hki8q4ib235zn3hv20-xz-5.4.6-bin/bin:/nix/store/8ja6nib32kv3h9z6jwlh95b5ayma7wfx-file-5.45/bin:/sbin" ldconfig -n /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib ---------------------------------------------------------------------- Libraries have been installed in: /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[2]: Leaving directory '/build/curl-8.6.0/lib' make[1]: Leaving directory '/build/curl-8.6.0/lib' Making install in src make[1]: Entering directory '/build/curl-8.6.0/src' Making install in ../docs make[2]: Entering directory '/build/curl-8.6.0/docs' Making install in . make[3]: Entering directory '/build/curl-8.6.0/docs' make[4]: Entering directory '/build/curl-8.6.0/docs' make[4]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man1' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl-config.1 /build/curl-8.6.0/docs/curl.1 mk-ca-bundle.1 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man1' make[4]: Leaving directory '/build/curl-8.6.0/docs' make[3]: Leaving directory '/build/curl-8.6.0/docs' Making install in cmdline-opts make[3]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' make[4]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' make[3]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' Making install in libcurl make[3]: Entering directory '/build/curl-8.6.0/docs/libcurl' Making install in opts make[4]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[5]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[5]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_ACTIVESOCKET.3 CURLINFO_APPCONNECT_TIME.3 CURLINFO_APPCONNECT_TIME_T.3 CURLINFO_CAINFO.3 CURLINFO_CAPATH.3 CURLINFO_CERTINFO.3 CURLINFO_CONDITION_UNMET.3 CURLINFO_CONNECT_TIME.3 CURLINFO_CONNECT_TIME_T.3 CURLINFO_CONN_ID.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 CURLINFO_CONTENT_LENGTH_UPLOAD.3 CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 CURLINFO_CONTENT_TYPE.3 CURLINFO_COOKIELIST.3 CURLINFO_EFFECTIVE_METHOD.3 CURLINFO_EFFECTIVE_URL.3 CURLINFO_FILETIME.3 CURLINFO_FILETIME_T.3 CURLINFO_FTP_ENTRY_PATH.3 CURLINFO_HEADER_SIZE.3 CURLINFO_HTTP_CONNECTCODE.3 CURLINFO_HTTP_VERSION.3 CURLINFO_HTTPAUTH_AVAIL.3 CURLINFO_LASTSOCKET.3 CURLINFO_LOCAL_IP.3 CURLINFO_LOCAL_PORT.3 CURLINFO_NAMELOOKUP_TIME.3 CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO_NUM_CONNECTS.3 CURLINFO_OS_ERRNO.3 CURLINFO_PRETRANSFER_TIME.3 CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_PORT.3 CURLINFO_PRIVATE.3 CURLINFO_PROTOCOL.3 CURLINFO_PROXY_ERROR.3 CURLINFO_PROXY_SSL_VERIFYRESULT.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_PROXYAUTH_AVAIL.3 CURLINFO_QUEUE_TIME_T.3 CURLINFO_REDIRECT_COUNT.3 CURLINFO_REDIRECT_TIME.3 CURLINFO_REDIRECT_TIME_T.3 CURLINFO_REDIRECT_URL.3 CURLINFO_REFERER.3 CURLINFO_REQUEST_SIZE.3 CURLINFO_RESPONSE_CODE.3 CURLINFO_RETRY_AFTER.3 CURLINFO_RTSP_CLIENT_CSEQ.3 CURLINFO_RTSP_CSEQ_RECV.3 CURLINFO_RTSP_SERVER_CSEQ.3 CURLINFO_RTSP_SESSION_ID.3 CURLINFO_SCHEME.3 CURLINFO_SIZE_DOWNLOAD.3 CURLINFO_SIZE_DOWNLOAD_T.3 CURLINFO_SIZE_UPLOAD.3 CURLINFO_SIZE_UPLOAD_T.3 CURLINFO_SPEED_DOWNLOAD.3 CURLINFO_SPEED_DOWNLOAD_T.3 CURLINFO_SPEED_UPLOAD.3 CURLINFO_SPEED_UPLOAD_T.3 CURLINFO_SSL_ENGINES.3 CURLINFO_SSL_VERIFYRESULT.3 CURLINFO_STARTTRANSFER_TIME.3 CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO_TLS_SESSION.3 CURLINFO_TLS_SSL_PTR.3 CURLINFO_TOTAL_TIME.3 CURLINFO_TOTAL_TIME_T.3 CURLINFO_XFER_ID.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAX_CONCURRENT_STREAMS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_PIPELINING.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLMOPT_PIPELINING_SERVER_BL.3 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_PUSHDATA.3 CURLMOPT_PUSHFUNCTION.3 CURLMOPT_SOCKETDATA.3 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_ABSTRACT_UNIX_SOCKET.3 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_ALTSVC.3 CURLOPT_ALTSVC_CTRL.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_AWS_SIGV4.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAINFO_BLOB.3 CURLOPT_CAPATH.3 CURLOPT_CA_CACHE_TIMEOUT.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_TO.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_COPYPOSTFIELDS.3 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CURLU.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 CURLOPT_DEFAULT_PROTOCOL.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DISALLOW_USERNAME_IN_URL.3 CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_SHUFFLE_ADDRESSES.3 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_DOH_SSL_VERIFYHOST.3 CURLOPT_DOH_SSL_VERIFYPEER.3 CURLOPT_DOH_SSL_VERIFYSTATUS.3 CURLOPT_DOH_URL.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_FTPPORT.3 CURLOPT_FTPSSLAUTH.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 CURLOPT_HAPROXYPROTOCOL.3 CURLOPT_HAPROXY_CLIENT_IP.3 CURLOPT_HEADER.3 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HSTS.3 CURLOPT_HSTS_CTRL.3 CURLOPT_HSTSREADDATA.3 CURLOPT_HSTSREADFUNCTION.3 CURLOPT_HSTSWRITEDATA.3 CURLOPT_HSTSWRITEFUNCTION.3 CURLOPT_HTTP09_ALLOWED.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTPGET.3 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_ISSUERCERT_BLOB.3 CURLOPT_KEEP_SENDING_ON_ERROR.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_LOCALPORT.3 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 CURLOPT_MAIL_RCPT.3 CURLOPT_MAIL_RCPT_ALLOWFAILS.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_MAXAGE_CONN.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAXLIFETIME_CONN.3 CURLOPT_MAXREDIRS.3 CURLOPT_MIME_OPTIONS.3 CURLOPT_MIMEPOST.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PATH_AS_IS.3 CURLOPT_PINNEDPUBLICKEY.3 CURLOPT_PIPEWAIT.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PRE_PROXY.3 CURLOPT_PREQUOTE.3 CURLOPT_PREREQDATA.3 CURLOPT_PREREQFUNCTION.3 CURLOPT_PRIVATE.3 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROTOCOLS_STR.3 CURLOPT_PROXY.3 CURLOPT_PROXY_CAINFO.3 CURLOPT_PROXY_CAINFO_BLOB.3 CURLOPT_PROXY_CAPATH.3 CURLOPT_PROXY_CRLFILE.3 CURLOPT_PROXY_ISSUERCERT.3 CURLOPT_PROXY_ISSUERCERT_BLOB.3 CURLOPT_PROXY_KEYPASSWD.3 CURLOPT_PROXY_PINNEDPUBLICKEY.3 CURLOPT_PROXY_SERVICE_NAME.3 CURLOPT_PROXY_SSL_CIPHER_LIST.3 CURLOPT_PROXY_SSL_OPTIONS.3 CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_PROXY_SSL_VERIFYPEER.3 CURLOPT_PROXY_SSLCERT.3 CURLOPT_PROXY_SSLCERT_BLOB.3 CURLOPT_PROXY_SSLCERTTYPE.3 CURLOPT_PROXY_SSLKEY.3 CURLOPT_PROXY_SSLKEY_BLOB.3 CURLOPT_PROXY_SSLKEYTYPE.3 CURLOPT_PROXY_SSLVERSION.3 CURLOPT_PROXY_TLS13_CIPHERS.3 CURLOPT_PROXY_TLSAUTH_PASSWORD.3 CURLOPT_PROXY_TLSAUTH_TYPE.3 CURLOPT_PROXY_TLSAUTH_USERNAME.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXYTYPE.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PROXYUSERNAME.3 CURLOPT_PROXYUSERPWD.3 CURLOPT_PUT.3 CURLOPT_QUICK_EXIT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REDIR_PROTOCOLS_STR.3 CURLOPT_REFERER.3 CURLOPT_REQUEST_TARGET.3 CURLOPT_RESOLVE.3 CURLOPT_RESOLVER_START_DATA.3 CURLOPT_RESOLVER_START_FUNCTION.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_AUTHZID.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SERVER_RESPONSE_TIMEOUT.3 CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 CURLOPT_SERVICE_NAME.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_COMPRESSION.3 CURLOPT_SSH_HOSTKEYDATA.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_SSH_HOSTKEYFUNCTION.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_EC_CURVES.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSL_FALSESTART.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_SSLCERT.3 CURLOPT_SSLCERT_BLOB.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEY_BLOB.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSLVERSION.3 CURLOPT_STDERR.3 CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS_E.3 CURLOPT_STREAM_WEIGHT.3 CURLOPT_SUPPRESS_CONNECT_HEADERS.3 CURLOPT_TCP_FASTOPEN.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TFTP_NO_OPTIONS.3 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TIMEVALUE_LARGE.3 CURLOPT_TLS13_CIPHERS.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 CURLOPT_TRAILERDATA.3 CURLOPT_TRAILERFUNCTION.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_TRANSFERTEXT.3 CURLOPT_UNIX_SOCKET_PATH.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPKEEP_INTERVAL_MS.3 CURLOPT_UPLOAD.3 CURLOPT_UPLOAD_BUFFERSIZE.3 CURLOPT_URL.3 CURLOPT_USE_SSL.3 CURLOPT_USERAGENT.3 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_WS_OPTIONS.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 CURLSHOPT_LOCKFUNC.3 CURLSHOPT_SHARE.3 CURLSHOPT_UNLOCKFUNC.3 CURLSHOPT_UNSHARE.3 CURLSHOPT_USERDATA.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' make[5]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[4]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[4]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[5]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[5]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 libcurl.m4 '/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_trace.3 curl_global_sslset.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 curl_mime_headers.3 curl_mime_init.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wakeup.3 curl_multi_wait.3 curl_pushheader_bynum.3 curl_pushheader_byname.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 libcurl-easy.3 libcurl-env.3 libcurl-env-dbg.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' make[5]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[4]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[3]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[2]: Leaving directory '/build/curl-8.6.0/docs' make[2]: Entering directory '/build/curl-8.6.0/src' make[3]: Entering directory '/build/curl-8.6.0/src' make[3]: Nothing to be done for 'install-data-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/bin' /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash ../libtool --mode=install /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c curl '/nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/bin' libtool: install: /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c .libs/curl /nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/bin/curl make[3]: Leaving directory '/build/curl-8.6.0/src' make[2]: Leaving directory '/build/curl-8.6.0/src' make[1]: Leaving directory '/build/curl-8.6.0/src' make[1]: Entering directory '/build/curl-8.6.0' make[2]: Entering directory '/build/curl-8.6.0' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/bin' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/lib/pkgconfig' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c curl-config '/nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/bin' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 libcurl.pc '/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/lib/pkgconfig' make install-data-hook make[3]: Entering directory '/build/curl-8.6.0' (cd include && make install) make[4]: Entering directory '/build/curl-8.6.0/include' Making install in curl make[5]: Entering directory '/build/curl-8.6.0/include/curl' make[6]: Entering directory '/build/curl-8.6.0/include/curl' make[6]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/include/curl' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h typecheck-gcc.h system.h urlapi.h options.h header.h websockets.h '/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/include/curl' make[6]: Leaving directory '/build/curl-8.6.0/include/curl' make[5]: Leaving directory '/build/curl-8.6.0/include/curl' make[5]: Entering directory '/build/curl-8.6.0/include' make[6]: Entering directory '/build/curl-8.6.0/include' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/build/curl-8.6.0/include' make[5]: Leaving directory '/build/curl-8.6.0/include' make[4]: Leaving directory '/build/curl-8.6.0/include' (cd docs && make install) make[4]: Entering directory '/build/curl-8.6.0/docs' Making install in . make[5]: Entering directory '/build/curl-8.6.0/docs' make[6]: Entering directory '/build/curl-8.6.0/docs' make[6]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man1' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl-config.1 /build/curl-8.6.0/docs/curl.1 mk-ca-bundle.1 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man1' make[6]: Leaving directory '/build/curl-8.6.0/docs' make[5]: Leaving directory '/build/curl-8.6.0/docs' Making install in cmdline-opts make[5]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' make[6]: Entering directory '/build/curl-8.6.0/docs/cmdline-opts' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' make[5]: Leaving directory '/build/curl-8.6.0/docs/cmdline-opts' Making install in libcurl make[5]: Entering directory '/build/curl-8.6.0/docs/libcurl' Making install in opts make[6]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[7]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[7]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_ACTIVESOCKET.3 CURLINFO_APPCONNECT_TIME.3 CURLINFO_APPCONNECT_TIME_T.3 CURLINFO_CAINFO.3 CURLINFO_CAPATH.3 CURLINFO_CERTINFO.3 CURLINFO_CONDITION_UNMET.3 CURLINFO_CONNECT_TIME.3 CURLINFO_CONNECT_TIME_T.3 CURLINFO_CONN_ID.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 CURLINFO_CONTENT_LENGTH_UPLOAD.3 CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 CURLINFO_CONTENT_TYPE.3 CURLINFO_COOKIELIST.3 CURLINFO_EFFECTIVE_METHOD.3 CURLINFO_EFFECTIVE_URL.3 CURLINFO_FILETIME.3 CURLINFO_FILETIME_T.3 CURLINFO_FTP_ENTRY_PATH.3 CURLINFO_HEADER_SIZE.3 CURLINFO_HTTP_CONNECTCODE.3 CURLINFO_HTTP_VERSION.3 CURLINFO_HTTPAUTH_AVAIL.3 CURLINFO_LASTSOCKET.3 CURLINFO_LOCAL_IP.3 CURLINFO_LOCAL_PORT.3 CURLINFO_NAMELOOKUP_TIME.3 CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO_NUM_CONNECTS.3 CURLINFO_OS_ERRNO.3 CURLINFO_PRETRANSFER_TIME.3 CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_PORT.3 CURLINFO_PRIVATE.3 CURLINFO_PROTOCOL.3 CURLINFO_PROXY_ERROR.3 CURLINFO_PROXY_SSL_VERIFYRESULT.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_PROXYAUTH_AVAIL.3 CURLINFO_QUEUE_TIME_T.3 CURLINFO_REDIRECT_COUNT.3 CURLINFO_REDIRECT_TIME.3 CURLINFO_REDIRECT_TIME_T.3 CURLINFO_REDIRECT_URL.3 CURLINFO_REFERER.3 CURLINFO_REQUEST_SIZE.3 CURLINFO_RESPONSE_CODE.3 CURLINFO_RETRY_AFTER.3 CURLINFO_RTSP_CLIENT_CSEQ.3 CURLINFO_RTSP_CSEQ_RECV.3 CURLINFO_RTSP_SERVER_CSEQ.3 CURLINFO_RTSP_SESSION_ID.3 CURLINFO_SCHEME.3 CURLINFO_SIZE_DOWNLOAD.3 CURLINFO_SIZE_DOWNLOAD_T.3 CURLINFO_SIZE_UPLOAD.3 CURLINFO_SIZE_UPLOAD_T.3 CURLINFO_SPEED_DOWNLOAD.3 CURLINFO_SPEED_DOWNLOAD_T.3 CURLINFO_SPEED_UPLOAD.3 CURLINFO_SPEED_UPLOAD_T.3 CURLINFO_SSL_ENGINES.3 CURLINFO_SSL_VERIFYRESULT.3 CURLINFO_STARTTRANSFER_TIME.3 CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO_TLS_SESSION.3 CURLINFO_TLS_SSL_PTR.3 CURLINFO_TOTAL_TIME.3 CURLINFO_TOTAL_TIME_T.3 CURLINFO_XFER_ID.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAX_CONCURRENT_STREAMS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_PIPELINING.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLMOPT_PIPELINING_SERVER_BL.3 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_PUSHDATA.3 CURLMOPT_PUSHFUNCTION.3 CURLMOPT_SOCKETDATA.3 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_ABSTRACT_UNIX_SOCKET.3 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_ALTSVC.3 CURLOPT_ALTSVC_CTRL.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_AWS_SIGV4.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAINFO_BLOB.3 CURLOPT_CAPATH.3 CURLOPT_CA_CACHE_TIMEOUT.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_TO.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_COPYPOSTFIELDS.3 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CURLU.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 CURLOPT_DEFAULT_PROTOCOL.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DISALLOW_USERNAME_IN_URL.3 CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_SHUFFLE_ADDRESSES.3 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_DOH_SSL_VERIFYHOST.3 CURLOPT_DOH_SSL_VERIFYPEER.3 CURLOPT_DOH_SSL_VERIFYSTATUS.3 CURLOPT_DOH_URL.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_FTPPORT.3 CURLOPT_FTPSSLAUTH.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 CURLOPT_HAPROXYPROTOCOL.3 CURLOPT_HAPROXY_CLIENT_IP.3 CURLOPT_HEADER.3 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HSTS.3 CURLOPT_HSTS_CTRL.3 CURLOPT_HSTSREADDATA.3 CURLOPT_HSTSREADFUNCTION.3 CURLOPT_HSTSWRITEDATA.3 CURLOPT_HSTSWRITEFUNCTION.3 CURLOPT_HTTP09_ALLOWED.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTPGET.3 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_ISSUERCERT_BLOB.3 CURLOPT_KEEP_SENDING_ON_ERROR.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_LOCALPORT.3 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 CURLOPT_MAIL_RCPT.3 CURLOPT_MAIL_RCPT_ALLOWFAILS.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_MAXAGE_CONN.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAXLIFETIME_CONN.3 CURLOPT_MAXREDIRS.3 CURLOPT_MIME_OPTIONS.3 CURLOPT_MIMEPOST.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PATH_AS_IS.3 CURLOPT_PINNEDPUBLICKEY.3 CURLOPT_PIPEWAIT.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PRE_PROXY.3 CURLOPT_PREQUOTE.3 CURLOPT_PREREQDATA.3 CURLOPT_PREREQFUNCTION.3 CURLOPT_PRIVATE.3 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROTOCOLS_STR.3 CURLOPT_PROXY.3 CURLOPT_PROXY_CAINFO.3 CURLOPT_PROXY_CAINFO_BLOB.3 CURLOPT_PROXY_CAPATH.3 CURLOPT_PROXY_CRLFILE.3 CURLOPT_PROXY_ISSUERCERT.3 CURLOPT_PROXY_ISSUERCERT_BLOB.3 CURLOPT_PROXY_KEYPASSWD.3 CURLOPT_PROXY_PINNEDPUBLICKEY.3 CURLOPT_PROXY_SERVICE_NAME.3 CURLOPT_PROXY_SSL_CIPHER_LIST.3 CURLOPT_PROXY_SSL_OPTIONS.3 CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_PROXY_SSL_VERIFYPEER.3 CURLOPT_PROXY_SSLCERT.3 CURLOPT_PROXY_SSLCERT_BLOB.3 CURLOPT_PROXY_SSLCERTTYPE.3 CURLOPT_PROXY_SSLKEY.3 CURLOPT_PROXY_SSLKEY_BLOB.3 CURLOPT_PROXY_SSLKEYTYPE.3 CURLOPT_PROXY_SSLVERSION.3 CURLOPT_PROXY_TLS13_CIPHERS.3 CURLOPT_PROXY_TLSAUTH_PASSWORD.3 CURLOPT_PROXY_TLSAUTH_TYPE.3 CURLOPT_PROXY_TLSAUTH_USERNAME.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXYTYPE.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PROXYUSERNAME.3 CURLOPT_PROXYUSERPWD.3 CURLOPT_PUT.3 CURLOPT_QUICK_EXIT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REDIR_PROTOCOLS_STR.3 CURLOPT_REFERER.3 CURLOPT_REQUEST_TARGET.3 CURLOPT_RESOLVE.3 CURLOPT_RESOLVER_START_DATA.3 CURLOPT_RESOLVER_START_FUNCTION.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_AUTHZID.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SERVER_RESPONSE_TIMEOUT.3 CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 CURLOPT_SERVICE_NAME.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_COMPRESSION.3 CURLOPT_SSH_HOSTKEYDATA.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_SSH_HOSTKEYFUNCTION.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_EC_CURVES.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSL_FALSESTART.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_SSLCERT.3 CURLOPT_SSLCERT_BLOB.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEY_BLOB.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSLVERSION.3 CURLOPT_STDERR.3 CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS_E.3 CURLOPT_STREAM_WEIGHT.3 CURLOPT_SUPPRESS_CONNECT_HEADERS.3 CURLOPT_TCP_FASTOPEN.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TFTP_NO_OPTIONS.3 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TIMEVALUE_LARGE.3 CURLOPT_TLS13_CIPHERS.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 CURLOPT_TRAILERDATA.3 CURLOPT_TRAILERFUNCTION.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_TRANSFERTEXT.3 CURLOPT_UNIX_SOCKET_PATH.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPKEEP_INTERVAL_MS.3 CURLOPT_UPLOAD.3 CURLOPT_UPLOAD_BUFFERSIZE.3 CURLOPT_URL.3 CURLOPT_USE_SSL.3 CURLOPT_USERAGENT.3 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_WS_OPTIONS.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 CURLSHOPT_LOCKFUNC.3 CURLSHOPT_SHARE.3 CURLSHOPT_UNLOCKFUNC.3 CURLSHOPT_UNSHARE.3 CURLSHOPT_USERDATA.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' make[7]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[6]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[6]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[7]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[7]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 libcurl.m4 '/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_trace.3 curl_global_sslset.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 curl_mime_headers.3 curl_mime_init.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wakeup.3 curl_multi_wait.3 curl_pushheader_bynum.3 curl_pushheader_byname.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 libcurl-easy.3 libcurl-env.3 libcurl-env-dbg.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' make[7]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[6]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[5]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[4]: Leaving directory '/build/curl-8.6.0/docs' (cd docs/libcurl && make install) make[4]: Entering directory '/build/curl-8.6.0/docs/libcurl' Making install in opts make[5]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[6]: Entering directory '/build/curl-8.6.0/docs/libcurl/opts' make[6]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_ACTIVESOCKET.3 CURLINFO_APPCONNECT_TIME.3 CURLINFO_APPCONNECT_TIME_T.3 CURLINFO_CAINFO.3 CURLINFO_CAPATH.3 CURLINFO_CERTINFO.3 CURLINFO_CONDITION_UNMET.3 CURLINFO_CONNECT_TIME.3 CURLINFO_CONNECT_TIME_T.3 CURLINFO_CONN_ID.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 CURLINFO_CONTENT_LENGTH_UPLOAD.3 CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 CURLINFO_CONTENT_TYPE.3 CURLINFO_COOKIELIST.3 CURLINFO_EFFECTIVE_METHOD.3 CURLINFO_EFFECTIVE_URL.3 CURLINFO_FILETIME.3 CURLINFO_FILETIME_T.3 CURLINFO_FTP_ENTRY_PATH.3 CURLINFO_HEADER_SIZE.3 CURLINFO_HTTP_CONNECTCODE.3 CURLINFO_HTTP_VERSION.3 CURLINFO_HTTPAUTH_AVAIL.3 CURLINFO_LASTSOCKET.3 CURLINFO_LOCAL_IP.3 CURLINFO_LOCAL_PORT.3 CURLINFO_NAMELOOKUP_TIME.3 CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO_NUM_CONNECTS.3 CURLINFO_OS_ERRNO.3 CURLINFO_PRETRANSFER_TIME.3 CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_PORT.3 CURLINFO_PRIVATE.3 CURLINFO_PROTOCOL.3 CURLINFO_PROXY_ERROR.3 CURLINFO_PROXY_SSL_VERIFYRESULT.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLINFO_PROXYAUTH_AVAIL.3 CURLINFO_QUEUE_TIME_T.3 CURLINFO_REDIRECT_COUNT.3 CURLINFO_REDIRECT_TIME.3 CURLINFO_REDIRECT_TIME_T.3 CURLINFO_REDIRECT_URL.3 CURLINFO_REFERER.3 CURLINFO_REQUEST_SIZE.3 CURLINFO_RESPONSE_CODE.3 CURLINFO_RETRY_AFTER.3 CURLINFO_RTSP_CLIENT_CSEQ.3 CURLINFO_RTSP_CSEQ_RECV.3 CURLINFO_RTSP_SERVER_CSEQ.3 CURLINFO_RTSP_SESSION_ID.3 CURLINFO_SCHEME.3 CURLINFO_SIZE_DOWNLOAD.3 CURLINFO_SIZE_DOWNLOAD_T.3 CURLINFO_SIZE_UPLOAD.3 CURLINFO_SIZE_UPLOAD_T.3 CURLINFO_SPEED_DOWNLOAD.3 CURLINFO_SPEED_DOWNLOAD_T.3 CURLINFO_SPEED_UPLOAD.3 CURLINFO_SPEED_UPLOAD_T.3 CURLINFO_SSL_ENGINES.3 CURLINFO_SSL_VERIFYRESULT.3 CURLINFO_STARTTRANSFER_TIME.3 CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO_TLS_SESSION.3 CURLINFO_TLS_SSL_PTR.3 CURLINFO_TOTAL_TIME.3 CURLINFO_TOTAL_TIME_T.3 CURLINFO_XFER_ID.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAX_CONCURRENT_STREAMS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_PIPELINING.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLMOPT_PIPELINING_SERVER_BL.3 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_PUSHDATA.3 CURLMOPT_PUSHFUNCTION.3 CURLMOPT_SOCKETDATA.3 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_ABSTRACT_UNIX_SOCKET.3 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_ALTSVC.3 CURLOPT_ALTSVC_CTRL.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_AWS_SIGV4.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAINFO_BLOB.3 CURLOPT_CAPATH.3 CURLOPT_CA_CACHE_TIMEOUT.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_TO.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_COPYPOSTFIELDS.3 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CURLU.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 CURLOPT_DEFAULT_PROTOCOL.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DISALLOW_USERNAME_IN_URL.3 CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_SHUFFLE_ADDRESSES.3 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_DOH_SSL_VERIFYHOST.3 CURLOPT_DOH_SSL_VERIFYPEER.3 CURLOPT_DOH_SSL_VERIFYSTATUS.3 CURLOPT_DOH_URL.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_FTPPORT.3 CURLOPT_FTPSSLAUTH.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 CURLOPT_HAPROXYPROTOCOL.3 CURLOPT_HAPROXY_CLIENT_IP.3 CURLOPT_HEADER.3 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HSTS.3 CURLOPT_HSTS_CTRL.3 CURLOPT_HSTSREADDATA.3 CURLOPT_HSTSREADFUNCTION.3 CURLOPT_HSTSWRITEDATA.3 CURLOPT_HSTSWRITEFUNCTION.3 CURLOPT_HTTP09_ALLOWED.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTPGET.3 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_ISSUERCERT_BLOB.3 CURLOPT_KEEP_SENDING_ON_ERROR.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_LOCALPORT.3 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 CURLOPT_MAIL_RCPT.3 CURLOPT_MAIL_RCPT_ALLOWFAILS.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_MAXAGE_CONN.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAXLIFETIME_CONN.3 CURLOPT_MAXREDIRS.3 CURLOPT_MIME_OPTIONS.3 CURLOPT_MIMEPOST.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PATH_AS_IS.3 CURLOPT_PINNEDPUBLICKEY.3 CURLOPT_PIPEWAIT.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PRE_PROXY.3 CURLOPT_PREQUOTE.3 CURLOPT_PREREQDATA.3 CURLOPT_PREREQFUNCTION.3 CURLOPT_PRIVATE.3 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROTOCOLS_STR.3 CURLOPT_PROXY.3 CURLOPT_PROXY_CAINFO.3 CURLOPT_PROXY_CAINFO_BLOB.3 CURLOPT_PROXY_CAPATH.3 CURLOPT_PROXY_CRLFILE.3 CURLOPT_PROXY_ISSUERCERT.3 CURLOPT_PROXY_ISSUERCERT_BLOB.3 CURLOPT_PROXY_KEYPASSWD.3 CURLOPT_PROXY_PINNEDPUBLICKEY.3 CURLOPT_PROXY_SERVICE_NAME.3 CURLOPT_PROXY_SSL_CIPHER_LIST.3 CURLOPT_PROXY_SSL_OPTIONS.3 CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_PROXY_SSL_VERIFYPEER.3 CURLOPT_PROXY_SSLCERT.3 CURLOPT_PROXY_SSLCERT_BLOB.3 CURLOPT_PROXY_SSLCERTTYPE.3 CURLOPT_PROXY_SSLKEY.3 CURLOPT_PROXY_SSLKEY_BLOB.3 CURLOPT_PROXY_SSLKEYTYPE.3 CURLOPT_PROXY_SSLVERSION.3 CURLOPT_PROXY_TLS13_CIPHERS.3 CURLOPT_PROXY_TLSAUTH_PASSWORD.3 CURLOPT_PROXY_TLSAUTH_TYPE.3 CURLOPT_PROXY_TLSAUTH_USERNAME.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXYTYPE.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_PROXYUSERNAME.3 CURLOPT_PROXYUSERPWD.3 CURLOPT_PUT.3 CURLOPT_QUICK_EXIT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REDIR_PROTOCOLS_STR.3 CURLOPT_REFERER.3 CURLOPT_REQUEST_TARGET.3 CURLOPT_RESOLVE.3 CURLOPT_RESOLVER_START_DATA.3 CURLOPT_RESOLVER_START_FUNCTION.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_AUTHZID.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SERVER_RESPONSE_TIMEOUT.3 CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 CURLOPT_SERVICE_NAME.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_COMPRESSION.3 CURLOPT_SSH_HOSTKEYDATA.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_SSH_HOSTKEYFUNCTION.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_EC_CURVES.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSL_FALSESTART.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_SSLCERT.3 CURLOPT_SSLCERT_BLOB.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEY_BLOB.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSLVERSION.3 CURLOPT_STDERR.3 CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS_E.3 CURLOPT_STREAM_WEIGHT.3 CURLOPT_SUPPRESS_CONNECT_HEADERS.3 CURLOPT_TCP_FASTOPEN.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TFTP_NO_OPTIONS.3 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TIMEVALUE_LARGE.3 CURLOPT_TLS13_CIPHERS.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 CURLOPT_TRAILERDATA.3 CURLOPT_TRAILERFUNCTION.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_TRANSFERTEXT.3 CURLOPT_UNIX_SOCKET_PATH.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPKEEP_INTERVAL_MS.3 CURLOPT_UPLOAD.3 CURLOPT_UPLOAD_BUFFERSIZE.3 CURLOPT_URL.3 CURLOPT_USE_SSL.3 CURLOPT_USERAGENT.3 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_WS_OPTIONS.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 CURLSHOPT_LOCKFUNC.3 CURLSHOPT_SHARE.3 CURLSHOPT_UNLOCKFUNC.3 CURLSHOPT_UNSHARE.3 CURLSHOPT_USERDATA.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' make[6]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[5]: Leaving directory '/build/curl-8.6.0/docs/libcurl/opts' make[5]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[6]: Entering directory '/build/curl-8.6.0/docs/libcurl' make[6]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 libcurl.m4 '/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/aclocal' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_trace.3 curl_global_sslset.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 curl_mime_headers.3 curl_mime_init.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wakeup.3 curl_multi_wait.3 curl_pushheader_bynum.3 curl_pushheader_byname.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 libcurl-easy.3 libcurl-env.3 libcurl-env-dbg.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3' make[6]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[5]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[4]: Leaving directory '/build/curl-8.6.0/docs/libcurl' make[3]: Leaving directory '/build/curl-8.6.0' make[2]: Leaving directory '/build/curl-8.6.0' make[1]: Leaving directory '/build/curl-8.6.0' Moving /nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/bin/curl-config to /nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/bin/curl-config make: Entering directory '/build/curl-8.6.0/scripts' /nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl ./completion.pl --curl ../src/curl --shell zsh > _curl /nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl ./completion.pl --curl ../src/curl --shell fish > curl.fish make[1]: Entering directory '/build/curl-8.6.0/scripts' make[1]: Nothing to be done for 'install-exec-am'. /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/zsh/site-functions /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/fish/vendor_completions.d /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 _curl /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/zsh/site-functions/_curl /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c -m 644 curl.fish /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/fish/vendor_completions.d/curl.fish make[1]: Leaving directory '/build/curl-8.6.0/scripts' make: Leaving directory '/build/curl-8.6.0/scripts' Running phase: fixupPhase Moving /nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/man3 to /nix/store/s8y4jrnismgcsq3bj1a05asfcaxw1cp3-curl-8.6.0-devdoc/share/man/man3 Moving /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/share/aclocal to /nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/share/aclocal Patching '/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/lib/pkgconfig/libcurl.pc' includedir to output /nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev separating debug info from /nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/bin/curl (build ID 5808945d45bf7fa5496dc8304bda0fe9b1815950) shrinking RPATHs of ELF executables and libraries in /nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin shrinking /nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/bin/curl checking for references to /build/ in /nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin... patching script interpreter paths in /nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin stripping (with command strip and flags -S -p) in /nix/store/avrb4yplrhv1rykrb2afxssvnyvz0icp-curl-8.6.0-bin/bin shrinking RPATHs of ELF executables and libraries in /nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev checking for references to /build/ in /nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev... patching script interpreter paths in /nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev /nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/bin/curl-config: interpreter directive changed from "#! /bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" stripping (with command strip and flags -S -p) in /nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/lib /nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/bin separating debug info from /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib/libcurl.so.4.8.0 (build ID 790ec0e3d55721a25c095bcbb58a01ec37d4c1ea) shrinking RPATHs of ELF executables and libraries in /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0 shrinking /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib/libcurl.so.4.8.0 checking for references to /build/ in /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0... patching script interpreter paths in /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0 stripping (with command strip and flags -S -p) in /nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib shrinking RPATHs of ELF executables and libraries in /nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man checking for references to /build/ in /nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man... gzipping man pages under /nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man/share/man/ patching script interpreter paths in /nix/store/dx3ivk9vj8zzximc3b4wvnq4n3ghskvg-curl-8.6.0-man shrinking RPATHs of ELF executables and libraries in /nix/store/s8y4jrnismgcsq3bj1a05asfcaxw1cp3-curl-8.6.0-devdoc checking for references to /build/ in /nix/store/s8y4jrnismgcsq3bj1a05asfcaxw1cp3-curl-8.6.0-devdoc... gzipping man pages under /nix/store/s8y4jrnismgcsq3bj1a05asfcaxw1cp3-curl-8.6.0-devdoc/share/man/ patching script interpreter paths in /nix/store/s8y4jrnismgcsq3bj1a05asfcaxw1cp3-curl-8.6.0-devdoc shrinking RPATHs of ELF executables and libraries in /nix/store/d2a9qvi2sg9w38jf0yzvlhwsc8yslrf0-curl-8.6.0-debug checking for references to /build/ in /nix/store/d2a9qvi2sg9w38jf0yzvlhwsc8yslrf0-curl-8.6.0-debug... patching script interpreter paths in /nix/store/d2a9qvi2sg9w38jf0yzvlhwsc8yslrf0-curl-8.6.0-debug stripping (with command strip and flags -S -p) in /nix/store/d2a9qvi2sg9w38jf0yzvlhwsc8yslrf0-curl-8.6.0-debug/lib building '/nix/store/az700phkxwqqwc170cc9g8b6ibsa1nmz-git-2.43.1.drv'... Running phase: unpackPhase unpacking source archive /nix/store/aqw12ri4xj8wlqnyvnpyfrd6hzpamrab-git-2.43.1.tar.xz source root is git-2.43.1 setting SOURCE_DATE_EPOCH to timestamp 1707458697 of file git-2.43.1/xdiff/xutils.h Running phase: patchPhase applying patch /nix/store/j6vpikcvv4ry0pwalvpz1m65k2wckavl-docbook2texi.patch patching file Documentation/Makefile Hunk #1 succeeded at 167 (offset 35 lines). Hunk #2 succeeded at 230 (offset -20 lines). Hunk #3 succeeded at 246 (offset -20 lines). applying patch /nix/store/xprdd33cnqprwk19lxi57h907fz7xic2-git-sh-i18n.patch patching file git-sh-i18n.sh Hunk #1 succeeded at 23 (offset -3 lines). Hunk #2 succeeded at 40 (offset -3 lines). applying patch /nix/store/khf1qm2gppz8lb45lx2kp91xknmrcrl1-git-send-email-honor-PATH.patch patching file Documentation/git-send-email.txt Hunk #1 succeeded at 232 (offset 12 lines). patching file git-send-email.perl Hunk #1 succeeded at 1063 (offset -3 lines). applying patch /nix/store/559ajlir5yfj4rbs7165piq57h9ir5pd-installCheck-path.patch patching file t/test-lib.sh Hunk #1 succeeded at 1469 (offset 242 lines). patching script interpreter paths in t/aggregate-results.sh t/annotate-tests.sh t/lib-bash.sh t/lib-bitmap.sh t/lib-bundle-uri-protocol.sh t/lib-bundle.sh t/lib-chunk.sh t/lib-commit-graph.sh t/lib-credential.sh t/lib-cvs.sh t/lib-diff-alternative.sh t/lib-diff-data.sh t/lib-diff.sh t/lib-encoding.sh t/lib-gettext.sh t/lib-git-daemon.sh t/lib-git-p4.sh t/lib-git-svn.sh t/lib-gitweb.sh t/lib-gpg.sh t/lib-httpd.sh t/lib-log-graph.sh t/lib-merge.sh t/lib-midx.sh t/lib-pack.sh t/lib-pager.sh t/lib-parallel-checkout.sh t/lib-patch-mode.sh t/lib-perl.sh t/lib-proto-disable.sh t/lib-read-tree-m-3way.sh t/lib-read-tree.sh t/lib-rebase.sh t/lib-submodule-update.sh t/lib-subtest.sh t/lib-sudo.sh t/lib-t3100.sh t/lib-t6000.sh t/lib-terminal.sh t/lib-unicode-nfc-nfd.sh t/lib-unique-files.sh t/t0000-basic.sh t/t0001-init.sh t/t0002-gitfile.sh t/t0003-attributes.sh t/t0004-unwritable.sh t/t0005-signals.sh t/t0006-date.sh t/t0007-git-var.sh t/t0008-ignores.sh t/t0009-prio-queue.sh t/t0010-racy-git.sh t/t0011-hashmap.sh t/t0012-help.sh t/t0013-sha1dc.sh t/t0014-alias.sh t/t0015-hash.sh t/t0016-oidmap.sh t/t0017-env-helper.sh t/t0018-advice.sh t/t0019-json-writer.sh t/t0020-crlf.sh t/t0021-conversion.sh t/t0022-crlf-rename.sh t/t0023-crlf-am.sh t/t0024-crlf-archive.sh t/t0025-crlf-renormalize.sh t/t0026-eol-config.sh t/t0027-auto-crlf.sh t/t0028-working-tree-encoding.sh t/t0029-core-unsetenvvars.sh t/t0030-stripspace.sh t/t0032-reftable-unittest.sh t/t0033-safe-directory.sh t/t0034-root-safe-directory.sh t/t0035-safe-bare-repository.sh t/t0040-parse-options.sh t/t0041-usage.sh t/t0050-filesystem.sh t/t0051-windows-named-pipe.sh t/t0052-simple-ipc.sh t/t0055-beyond-symlinks.sh t/t0056-git-C.sh t/t0060-path-utils.sh t/t0061-run-command.sh t/t0062-revision-walking.sh t/t0063-string-list.sh t/t0064-oid-array.sh t/t0065-strcmp-offset.sh t/t0066-dir-iterator.sh t/t0067-parse_pathspec_file.sh t/t0068-for-each-repo.sh t/t0069-oidtree.sh t/t0070-fundamental.sh t/t0071-sort.sh t/t0081-find-pack.sh t/t0090-cache-tree.sh t/t0091-bugreport.sh t/t0092-diagnose.sh t/t0095-bloom.sh t/t0100-previous.sh t/t0101-at-syntax.sh t/t0110-urlmatch-normalization.sh t/t0200-gettext-basic.sh t/t0201-gettext-fallbacks.sh t/t0202-gettext-perl.sh t/t0203-gettext-setlocale-sanity.sh t/t0204-gettext-reencode-sanity.sh t/t0210-trace2-normal.sh t/t0211-trace2-perf.sh t/t0212-trace2-event.sh t/t0300-credentials.sh t/t0301-credential-cache.sh t/t0302-credential-store.sh t/t0303-credential-external.sh t/t0410-partial-clone.sh t/t0450-txt-doc-vs-help.sh t/t0500-progress-display.sh t/t1000-read-tree-m-3way.sh t/t1001-read-tree-m-2way.sh t/t1002-read-tree-m-u-2way.sh t/t1003-read-tree-prefix.sh t/t1004-read-tree-m-u-wf.sh t/t1005-read-tree-reset.sh t/t1006-cat-file.sh t/t1007-hash-object.sh t/t1008-read-tree-overlay.sh t/t1009-read-tree-new-index.sh t/t1010-mktree.sh t/t1011-read-tree-sparse-checkout.sh t/t1012-read-tree-df.sh t/t1013-read-tree-submodule.sh t/t1014-read-tree-confusing.sh t/t1015-read-index-unmerged.sh t/t1020-subdirectory.sh t/t1021-rerere-in-workdir.sh t/t1022-read-tree-partial-clone.sh t/t1050-large.sh t/t1051-large-conversion.sh t/t1060-object-corruption.sh t/t1090-sparse-checkout-scope.sh t/t1091-sparse-checkout-builtin.sh t/t1092-sparse-checkout-compatibility.sh t/t1100-commit-tree-options.sh t/t1300-config.sh t/t1301-shared-repo.sh t/t1302-repo-version.sh t/t1303-wacky-config.sh t/t1304-default-acl.sh t/t1305-config-include.sh t/t1306-xdg-files.sh t/t1307-config-blob.sh t/t1308-config-set.sh t/t1309-early-config.sh t/t1310-config-default.sh t/t1350-config-hooks-path.sh t/t1400-update-ref.sh t/t1401-symbolic-ref.sh t/t1402-check-ref-format.sh t/t1403-show-ref.sh t/t1404-update-ref-errors.sh t/t1405-main-ref-store.sh t/t1406-submodule-ref-store.sh t/t1407-worktree-ref-store.sh t/t1408-packed-refs.sh t/t1409-avoid-packing-refs.sh t/t1410-reflog.sh t/t1411-reflog-show.sh t/t1412-reflog-loop.sh t/t1413-reflog-detach.sh t/t1414-reflog-walk.sh t/t1415-worktree-refs.sh t/t1416-ref-transaction-hooks.sh t/t1417-reflog-updateref.sh t/t1418-reflog-exists.sh t/t1419-exclude-refs.sh t/t1420-lost-found.sh t/t1430-bad-ref-name.sh t/t1450-fsck.sh t/t1451-fsck-buffer.sh t/t1500-rev-parse.sh t/t1501-work-tree.sh t/t1502-rev-parse-parseopt.sh t/t1503-rev-parse-verify.sh t/t1504-ceiling-dirs.sh t/t1505-rev-parse-last.sh t/t1506-rev-parse-diagnosis.sh t/t1507-rev-parse-upstream.sh t/t1508-at-combinations.sh t/t1509-root-work-tree.sh t/t1510-repo-setup.sh t/t1511-rev-parse-caret.sh t/t1512-rev-parse-disambiguation.sh t/t1513-rev-parse-prefix.sh t/t1514-rev-parse-push.sh t/t1515-rev-parse-outside-repo.sh t/t1600-index.sh t/t1601-index-bogus.sh t/t1700-split-index.sh t/t1701-racy-split-index.sh t/t1800-hook.sh t/t2000-conflict-when-checking-files-out.sh t/t2002-checkout-cache-u.sh t/t2003-checkout-cache-mkdir.sh t/t2004-checkout-cache-temp.sh t/t2005-checkout-index-symlinks.sh t/t2006-checkout-index-basic.sh t/t2007-checkout-symlink.sh t/t2008-checkout-subdir.sh t/t2009-checkout-statinfo.sh t/t2010-checkout-ambiguous.sh t/t2011-checkout-invalid-head.sh t/t2012-checkout-last.sh t/t2013-checkout-submodule.sh t/t2014-checkout-switch.sh t/t2015-checkout-unborn.sh t/t2016-checkout-patch.sh t/t2017-checkout-orphan.sh t/t2018-checkout-branch.sh t/t2019-checkout-ambiguous-ref.sh t/t2020-checkout-detach.sh t/t2021-checkout-overwrite.sh t/t2022-checkout-paths.sh t/t2023-checkout-m.sh t/t2024-checkout-dwim.sh t/t2025-checkout-no-overlay.sh t/t2026-checkout-pathspec-file.sh t/t2027-checkout-track.sh t/t2030-unresolve-info.sh t/t2050-git-dir-relative.sh t/t2060-switch.sh t/t2070-restore.sh t/t2071-restore-patch.sh t/t2072-restore-pathspec-file.sh t/t2080-parallel-checkout-basics.sh t/t2081-parallel-checkout-collisions.sh t/t2082-parallel-checkout-attributes.sh t/t2100-update-cache-badpath.sh t/t2101-update-index-reupdate.sh t/t2102-update-index-symlinks.sh t/t2103-update-index-ignore-missing.sh t/t2104-update-index-skip-worktree.sh t/t2105-update-index-gitfile.sh t/t2106-update-index-assume-unchanged.sh t/t2107-update-index-basic.sh t/t2108-update-index-refresh-racy.sh t/t2200-add-update.sh t/t2201-add-update-typechange.sh t/t2202-add-addremove.sh t/t2203-add-intent.sh t/t2204-add-ignored.sh t/t2205-add-worktree-config.sh t/t2300-cd-to-toplevel.sh t/t2400-worktree-add.sh t/t2401-worktree-prune.sh t/t2402-worktree-list.sh t/t2403-worktree-move.sh t/t2404-worktree-config.sh t/t2405-worktree-submodule.sh t/t2406-worktree-repair.sh t/t2407-worktree-heads.sh t/t2500-untracked-overwriting.sh t/t2501-cwd-empty.sh t/t3000-ls-files-others.sh t/t3001-ls-files-others-exclude.sh t/t3002-ls-files-dashpath.sh t/t3003-ls-files-exclude.sh t/t3004-ls-files-basic.sh t/t3005-ls-files-relative.sh t/t3006-ls-files-long.sh t/t3007-ls-files-recurse-submodules.sh t/t3008-ls-files-lazy-init-name-hash.sh t/t3009-ls-files-others-nonsubmodule.sh t/t3010-ls-files-killed-modified.sh t/t3011-common-prefixes-and-directory-traversal.sh t/t3012-ls-files-dedup.sh t/t3013-ls-files-format.sh t/t3020-ls-files-error-unmatch.sh t/t3040-subprojects-basic.sh t/t3050-subprojects-fetch.sh t/t3060-ls-files-with-tree.sh t/t3070-wildmatch.sh t/t3100-ls-tree-restrict.sh t/t3101-ls-tree-dirname.sh t/t3102-ls-tree-wildcards.sh t/t3103-ls-tree-misc.sh t/t3104-ls-tree-format.sh t/t3105-ls-tree-output.sh t/t3200-branch.sh t/t3201-branch-contains.sh t/t3202-show-branch.sh t/t3203-branch-output.sh t/t3204-branch-name-interpretation.sh t/t3205-branch-color.sh t/t3206-range-diff.sh t/t3207-branch-submodule.sh t/t3210-pack-refs.sh t/t3211-peel-ref.sh t/t3300-funny-names.sh t/t3301-notes.sh t/t3302-notes-index-expensive.sh t/t3303-notes-subtrees.sh t/t3304-notes-mixed.sh t/t3305-notes-fanout.sh t/t3306-notes-prune.sh t/t3307-notes-man.sh t/t3308-notes-merge.sh t/t3309-notes-merge-auto-resolve.sh t/t3310-notes-merge-manual-resolve.sh t/t3311-notes-merge-fanout.sh t/t3320-notes-merge-worktrees.sh t/t3321-notes-stripspace.sh t/t3400-rebase.sh t/t3401-rebase-and-am-rename.sh t/t3402-rebase-merge.sh t/t3403-rebase-skip.sh t/t3404-rebase-interactive.sh t/t3405-rebase-malformed.sh t/t3406-rebase-message.sh t/t3407-rebase-abort.sh t/t3408-rebase-multi-line.sh t/t3409-rebase-environ.sh t/t3412-rebase-root.sh t/t3413-rebase-hook.sh t/t3415-rebase-autosquash.sh t/t3416-rebase-onto-threedots.sh t/t3417-rebase-whitespace-fix.sh t/t3418-rebase-continue.sh t/t3419-rebase-patch-id.sh t/t3420-rebase-autostash.sh t/t3421-rebase-topology-linear.sh t/t3422-rebase-incompatible-options.sh t/t3423-rebase-reword.sh t/t3424-rebase-empty.sh t/t3425-rebase-topology-merges.sh t/t3426-rebase-submodule.sh t/t3427-rebase-subtree.sh t/t3428-rebase-signoff.sh t/t3429-rebase-edit-todo.sh t/t3430-rebase-merges.sh t/t3431-rebase-fork-point.sh t/t3432-rebase-fast-forward.sh t/t3433-rebase-across-mode-change.sh t/t3434-rebase-i18n.sh t/t3435-rebase-gpg-sign.sh t/t3436-rebase-more-options.sh t/t3437-rebase-fixup-options.sh t/t3438-rebase-broken-files.sh t/t3500-cherry.sh t/t3501-revert-cherry-pick.sh t/t3502-cherry-pick-merge.sh t/t3503-cherry-pick-root.sh t/t3504-cherry-pick-rerere.sh t/t3505-cherry-pick-empty.sh t/t3506-cherry-pick-ff.sh t/t3507-cherry-pick-conflict.sh t/t3508-cherry-pick-many-commits.sh t/t3509-cherry-pick-merge-df.sh t/t3510-cherry-pick-sequence.sh t/t3511-cherry-pick-x.sh t/t3512-cherry-pick-submodule.sh t/t3513-revert-submodule.sh t/t3514-cherry-pick-revert-gpg.sh t/t3600-rm.sh t/t3601-rm-pathspec-file.sh t/t3602-rm-sparse-checkout.sh t/t3700-add.sh t/t3701-add-interactive.sh t/t3702-add-edit.sh t/t3703-add-magic-pathspec.sh t/t3704-add-pathspec-file.sh t/t3705-add-sparse-checkout.sh t/t3800-mktag.sh t/t3900-i18n-commit.sh t/t3901-i18n-patch.sh t/t3902-quoted.sh t/t3903-stash.sh t/t3904-stash-patch.sh t/t3905-stash-include-untracked.sh t/t3906-stash-submodule.sh t/t3907-stash-show-config.sh t/t3908-stash-in-worktree.sh t/t3909-stash-pathspec-file.sh t/t3910-mac-os-precompose.sh t/t3920-crlf-messages.sh t/t4000-diff-format.sh t/t4001-diff-rename.sh t/t4002-diff-basic.sh t/t4003-diff-rename-1.sh t/t4004-diff-rename-symlink.sh t/t4005-diff-rename-2.sh t/t4006-diff-mode.sh t/t4007-rename-3.sh t/t4008-diff-break-rewrite.sh t/t4009-diff-rename-4.sh t/t4010-diff-pathspec.sh t/t4011-diff-symlink.sh t/t4012-diff-binary.sh t/t4013-diff-various.sh t/t4014-format-patch.sh t/t4015-diff-whitespace.sh t/t4016-diff-quote.sh t/t4017-diff-retval.sh t/t4018-diff-funcname.sh t/t4019-diff-wserror.sh t/t4020-diff-external.sh t/t4021-format-patch-numbered.sh t/t4022-diff-rewrite.sh t/t4023-diff-rename-typechange.sh t/t4024-diff-optimize-common.sh t/t4025-hunk-header.sh t/t4026-color.sh t/t4027-diff-submodule.sh t/t4028-format-patch-mime-headers.sh t/t4029-diff-trailing-space.sh t/t4030-diff-textconv.sh t/t4031-diff-rewrite-binary.sh t/t4032-diff-inter-hunk-context.sh t/t4033-diff-patience.sh t/t4034-diff-words.sh t/t4035-diff-quiet.sh t/t4036-format-patch-signer-mime.sh t/t4037-diff-r-t-dirs.sh t/t4038-diff-combined.sh t/t4039-diff-assume-unchanged.sh t/t4040-whitespace-status.sh t/t4041-diff-submodule-option.sh t/t4042-diff-textconv-caching.sh t/t4043-diff-rename-binary.sh t/t4044-diff-index-unique-abbrev.sh t/t4045-diff-relative.sh t/t4046-diff-unmerged.sh t/t4047-diff-dirstat.sh t/t4048-diff-combined-binary.sh t/t4049-diff-stat-count.sh t/t4050-diff-histogram.sh t/t4051-diff-function-context.sh t/t4052-stat-output.sh t/t4053-diff-no-index.sh t/t4054-diff-bogus-tree.sh t/t4055-diff-context.sh t/t4056-diff-order.sh t/t4057-diff-combined-paths.sh t/t4058-diff-duplicates.sh t/t4059-diff-submodule-not-initialized.sh t/t4060-diff-submodule-option-diff-format.sh t/t4061-diff-indent.sh t/t4062-diff-pickaxe.sh t/t4063-diff-blobs.sh t/t4064-diff-oidfind.sh t/t4065-diff-anchored.sh t/t4066-diff-emit-delay.sh t/t4067-diff-partial-clone.sh t/t4068-diff-symmetric-merge-base.sh t/t4069-remerge-diff.sh t/t4100-apply-stat.sh t/t4101-apply-nonl.sh t/t4102-apply-rename.sh t/t4103-apply-binary.sh t/t4104-apply-boundary.sh t/t4105-apply-fuzz.sh t/t4106-apply-stdin.sh t/t4107-apply-ignore-whitespace.sh t/t4108-apply-threeway.sh t/t4109-apply-multifrag.sh t/t4110-apply-scan.sh t/t4111-apply-subdir.sh t/t4112-apply-renames.sh t/t4113-apply-ending.sh t/t4114-apply-typechange.sh t/t4115-apply-symlink.sh t/t4116-apply-reverse.sh t/t4117-apply-reject.sh t/t4118-apply-empty-context.sh t/t4119-apply-config.sh t/t4120-apply-popt.sh t/t4121-apply-diffs.sh t/t4122-apply-symlink-inside.sh t/t4123-apply-shrink.sh t/t4124-apply-ws-rule.sh t/t4125-apply-ws-fuzz.sh t/t4126-apply-empty.sh t/t4127-apply-same-fn.sh t/t4128-apply-root.sh t/t4129-apply-samemode.sh t/t4130-apply-criss-cross-rename.sh t/t4131-apply-fake-ancestor.sh t/t4132-apply-removal.sh t/t4133-apply-filenames.sh t/t4134-apply-submodule.sh t/t4135-apply-weird-filenames.sh t/t4136-apply-check.sh t/t4137-apply-submodule.sh t/t4138-apply-ws-expansion.sh t/t4139-apply-escape.sh t/t4140-apply-ita.sh t/t4141-apply-too-large.sh t/t4150-am.sh t/t4151-am-abort.sh t/t4152-am-subjects.sh t/t4153-am-resume-override-opts.sh t/t4200-rerere.sh t/t4201-shortlog.sh t/t4202-log.sh t/t4203-mailmap.sh t/t4204-patch-id.sh t/t4205-log-pretty-formats.sh t/t4206-log-follow-harder-copies.sh t/t4207-log-decoration-colors.sh t/t4208-log-magic-pathspec.sh t/t4209-log-pickaxe.sh t/t4210-log-i18n.sh t/t4211-line-log.sh t/t4212-log-corrupt.sh t/t4213-log-tabexpand.sh t/t4214-log-graph-octopus.sh t/t4215-log-skewed-merges.sh t/t4216-log-bloom.sh t/t4217-log-limit.sh t/t4252-am-options.sh t/t4253-am-keep-cr-dos.sh t/t4254-am-corrupt.sh t/t4255-am-submodule.sh t/t4256-am-format-flowed.sh t/t4257-am-interactive.sh t/t4258-am-quoted-cr.sh t/t4300-merge-tree.sh t/t4301-merge-tree-write-tree.sh t/t5000-tar-tree.sh t/t5001-archive-attr.sh t/t5002-archive-attr-pattern.sh t/t5003-archive-zip.sh t/t5004-archive-corner-cases.sh t/t5100-mailinfo.sh t/t5150-request-pull.sh t/t5200-update-server-info.sh t/t5300-pack-object.sh t/t5301-sliding-window.sh t/t5302-pack-index.sh t/t5303-pack-corruption-resilience.sh t/t5304-prune.sh t/t5305-include-tag.sh t/t5306-pack-nobase.sh t/t5307-pack-missing-commit.sh t/t5308-pack-detect-duplicates.sh t/t5309-pack-delta-cycles.sh t/t5310-pack-bitmaps.sh t/t5311-pack-bitmaps-shallow.sh t/t5312-prune-corruption.sh t/t5313-pack-bounds-checks.sh t/t5314-pack-cycle-detection.sh t/t5315-pack-objects-compression.sh t/t5316-pack-delta-depth.sh t/t5317-pack-objects-filter-objects.sh t/t5318-commit-graph.sh t/t5319-multi-pack-index.sh t/t5320-delta-islands.sh t/t5321-pack-large-objects.sh t/t5322-pack-objects-sparse.sh t/t5323-pack-redundant.sh t/t5324-split-commit-graph.sh t/t5325-reverse-index.sh t/t5326-multi-pack-bitmaps.sh t/t5327-multi-pack-bitmaps-rev.sh t/t5328-commit-graph-64bit-time.sh t/t5329-pack-objects-cruft.sh t/t5330-no-lazy-fetch-with-commit-graph.sh t/t5331-pack-objects-stdin.sh t/t5351-unpack-large-objects.sh t/t5400-send-pack.sh t/t5401-update-hooks.sh t/t5402-post-merge-hook.sh t/t5403-post-checkout-hook.sh t/t5404-tracking-branches.sh t/t5405-send-pack-rewind.sh t/t5406-remote-rejects.sh t/t5407-post-rewrite-hook.sh t/t5408-send-pack-stdin.sh t/t5409-colorize-remote-messages.sh t/t5410-receive-pack-alternates.sh t/t5411-proc-receive-hook.sh t/t5500-fetch-pack.sh t/t5501-fetch-push-alternates.sh t/t5502-quickfetch.sh t/t5503-tagfollow.sh t/t5504-fetch-receive-strict.sh t/t5505-remote.sh t/t5506-remote-groups.sh t/t5507-remote-environment.sh t/t5509-fetch-push-namespaces.sh t/t5510-fetch.sh t/t5511-refspec.sh t/t5512-ls-remote.sh t/t5513-fetch-track.sh t/t5514-fetch-multiple.sh t/t5515-fetch-merge-logic.sh t/t5516-fetch-push.sh t/t5517-push-mirror.sh t/t5518-fetch-exit-status.sh t/t5519-push-alternates.sh t/t5520-pull.sh t/t5521-pull-options.sh t/t5522-pull-symlink.sh t/t5523-push-upstream.sh t/t5524-pull-msg.sh t/t5525-fetch-tagopt.sh t/t5526-fetch-submodules.sh t/t5527-fetch-odd-refs.sh t/t5528-push-default.sh t/t5529-push-errors.sh t/t5530-upload-pack-error.sh t/t5531-deep-submodule-push.sh t/t5532-fetch-proxy.sh t/t5533-push-cas.sh t/t5534-push-signed.sh t/t5535-fetch-push-symref.sh t/t5536-fetch-conflicts.sh t/t5537-fetch-shallow.sh t/t5538-push-shallow.sh t/t5539-fetch-http-shallow.sh t/t5540-http-push-webdav.sh t/t5541-http-push-smart.sh t/t5542-push-http-shallow.sh t/t5543-atomic-push.sh t/t5544-pack-objects-hook.sh t/t5545-push-options.sh t/t5546-receive-limits.sh t/t5547-push-quarantine.sh t/t5548-push-porcelain.sh t/t5549-fetch-push-http.sh t/t5550-http-fetch-dumb.sh t/t5551-http-fetch-smart.sh t/t5552-skipping-fetch-negotiator.sh t/t5553-set-upstream.sh t/t5554-noop-fetch-negotiator.sh t/t5555-http-smart-common.sh t/t5557-http-get.sh t/t5558-clone-bundle-uri.sh t/t5559-http-fetch-smart-http2.sh t/t5560-http-backend-noserver.sh t/t5561-http-backend.sh t/t5562-http-backend-content-length.sh t/t5563-simple-http-auth.sh t/t5564-http-proxy.sh t/t5570-git-daemon.sh t/t5571-pre-push-hook.sh t/t5572-pull-submodule.sh t/t5573-pull-verify-signatures.sh t/t5574-fetch-output.sh t/t5580-unc-paths.sh t/t5581-http-curl-verbose.sh t/t5582-fetch-negative-refspec.sh t/t5583-push-branches.sh t/t5600-clone-fail-cleanup.sh t/t5601-clone.sh t/t5602-clone-remote-exec.sh t/t5603-clone-dirname.sh t/t5604-clone-reference.sh t/t5605-clone-local.sh t/t5606-clone-options.sh t/t5607-clone-bundle.sh t/t5608-clone-2gb.sh t/t5609-clone-branch.sh t/t5610-clone-detached.sh t/t5611-clone-config.sh t/t5612-clone-refspec.sh t/t5613-info-alternate.sh t/t5614-clone-submodules-shallow.sh t/t5615-alternate-env.sh t/t5616-partial-clone.sh t/t5617-clone-submodules-remote.sh t/t5618-alternate-refs.sh t/t5619-clone-local-ambiguous-transport.sh t/t5700-protocol-v1.sh t/t5701-git-serve.sh t/t5702-protocol-v2.sh t/t5703-upload-pack-ref-in-want.sh t/t5704-protocol-violations.sh t/t5705-session-id-in-capabilities.sh t/t5730-protocol-v2-bundle-uri-file.sh t/t5731-protocol-v2-bundle-uri-git.sh t/t5732-protocol-v2-bundle-uri-http.sh t/t5750-bundle-uri-parse.sh t/t5801-remote-helpers.sh t/t5802-connect-helper.sh t/t5810-proto-disable-local.sh t/t5811-proto-disable-git.sh t/t5812-proto-disable-http.sh t/t5813-proto-disable-ssh.sh t/t5814-proto-disable-ext.sh t/t5815-submodule-protos.sh t/t5900-repo-selection.sh t/t6000-rev-list-misc.sh t/t6001-rev-list-graft.sh t/t6002-rev-list-bisect.sh t/t6003-rev-list-topo-order.sh t/t6004-rev-list-path-optim.sh t/t6005-rev-list-count.sh t/t6006-rev-list-format.sh t/t6007-rev-list-cherry-pick-file.sh t/t6008-rev-list-submodule.sh t/t6009-rev-list-parent.sh t/t6010-merge-base.sh t/t6011-rev-list-with-bad-commit.sh t/t6012-rev-list-simplify.sh t/t6013-rev-list-reverse-parents.sh t/t6014-rev-list-all.sh t/t6016-rev-list-graph-simplify-history.sh t/t6017-rev-list-stdin.sh t/t6018-rev-list-glob.sh t/t6019-rev-list-ancestry-path.sh t/t6020-bundle-misc.sh t/t6021-rev-list-exclude-hidden.sh t/t6022-rev-list-missing.sh t/t6030-bisect-porcelain.sh t/t6040-tracking-info.sh t/t6041-bisect-submodule.sh t/t6050-replace.sh t/t6060-merge-index.sh t/t6100-rev-list-in-order.sh t/t6101-rev-parse-parents.sh t/t6102-rev-list-unexpected-objects.sh t/t6110-rev-list-sparse.sh t/t6111-rev-list-treesame.sh t/t6112-rev-list-filters-objects.sh t/t6113-rev-list-bitmap-filters.sh t/t6114-keep-packs.sh t/t6115-rev-list-du.sh t/t6120-describe.sh t/t6130-pathspec-noglob.sh t/t6131-pathspec-icase.sh t/t6132-pathspec-exclude.sh t/t6133-pathspec-rev-dwim.sh t/t6134-pathspec-in-submodule.sh t/t6135-pathspec-with-attrs.sh t/t6136-pathspec-in-bare.sh t/t6200-fmt-merge-msg.sh t/t6300-for-each-ref.sh t/t6301-for-each-ref-errors.sh t/t6302-for-each-ref-filter.sh t/t6400-merge-df.sh t/t6401-merge-criss-cross.sh t/t6402-merge-rename.sh t/t6403-merge-file.sh t/t6404-recursive-merge.sh t/t6405-merge-symlinks.sh t/t6406-merge-attr.sh t/t6407-merge-binary.sh t/t6408-merge-up-to-date.sh t/t6409-merge-subtree.sh t/t6411-merge-filemode.sh t/t6412-merge-large-rename.sh t/t6413-merge-crlf.sh t/t6414-merge-rename-nocruft.sh t/t6415-merge-dir-to-symlink.sh t/t6416-recursive-corner-cases.sh t/t6417-merge-ours-theirs.sh t/t6418-merge-text-auto.sh t/t6419-merge-ignorecase.sh t/t6421-merge-partial-clone.sh t/t6422-merge-rename-corner-cases.sh t/t6423-merge-rename-directories.sh t/t6424-merge-unrelated-index-changes.sh t/t6425-merge-rename-delete.sh t/t6426-merge-skip-unneeded-updates.sh t/t6427-diff3-conflict-markers.sh t/t6428-merge-conflicts-sparse.sh t/t6429-merge-sequence-rename-caching.sh t/t6430-merge-recursive.sh t/t6431-merge-criscross.sh t/t6432-merge-recursive-space-options.sh t/t6433-merge-toplevel.sh t/t6434-merge-recursive-rename-options.sh t/t6435-merge-sparse.sh t/t6436-merge-overwrite.sh t/t6437-submodule-merge.sh t/t6438-submodule-directory-file-conflicts.sh t/t6439-merge-co-error-msgs.sh t/t6500-gc.sh t/t6501-freshen-objects.sh t/t6600-test-reach.sh t/t6700-tree-depth.sh t/t7001-mv.sh t/t7002-mv-sparse-checkout.sh t/t7003-filter-branch.sh t/t7004-tag.sh t/t7005-editor.sh t/t7006-pager.sh t/t7007-show.sh t/t7008-filter-branch-null-sha1.sh t/t7010-setup.sh t/t7011-skip-worktree-reading.sh t/t7012-skip-worktree-writing.sh t/t7030-verify-tag.sh t/t7031-verify-tag-signed-ssh.sh t/t7060-wtstatus.sh t/t7061-wtstatus-ignore.sh t/t7062-wtstatus-ignorecase.sh t/t7063-status-untracked-cache.sh t/t7064-wtstatus-pv2.sh t/t7101-reset-empty-subdirs.sh t/t7102-reset.sh t/t7103-reset-bare.sh t/t7104-reset-hard.sh t/t7105-reset-patch.sh t/t7106-reset-unborn-branch.sh t/t7107-reset-pathspec-file.sh t/t7110-reset-merge.sh t/t7111-reset-table.sh t/t7112-reset-submodule.sh t/t7113-post-index-change-hook.sh t/t7201-co.sh t/t7300-clean.sh t/t7301-clean-interactive.sh t/t7400-submodule-basic.sh t/t7401-submodule-summary.sh t/t7402-submodule-rebase.sh t/t7403-submodule-sync.sh t/t7406-submodule-update.sh t/t7407-submodule-foreach.sh t/t7408-submodule-reference.sh t/t7409-submodule-detached-work-tree.sh t/t7411-submodule-config.sh t/t7412-submodule-absorbgitdirs.sh t/t7413-submodule-is-active.sh t/t7414-submodule-mistakes.sh t/t7416-submodule-dash-url.sh t/t7417-submodule-path-url.sh t/t7418-submodule-sparse-gitmodules.sh t/t7419-submodule-set-branch.sh t/t7420-submodule-set-url.sh t/t7421-submodule-summary-add.sh t/t7422-submodule-output.sh t/t7450-bad-git-dotfiles.sh t/t7500-commit-template-squash-signoff.sh t/t7501-commit-basic-functionality.sh t/t7502-commit-porcelain.sh t/t7503-pre-commit-and-pre-merge-commit-hooks.sh t/t7504-commit-msg-hook.sh t/t7505-prepare-commit-msg-hook.sh t/t7506-status-submodule.sh t/t7507-commit-verbose.sh t/t7508-status.sh t/t7509-commit-authorship.sh t/t7510-signed-commit.sh t/t7511-status-index.sh t/t7512-status-help.sh t/t7513-interpret-trailers.sh t/t7514-commit-patch.sh t/t7515-status-symlinks.sh t/t7516-commit-races.sh t/t7517-per-repo-email.sh t/t7518-ident-corner-cases.sh t/t7519-status-fsmonitor.sh t/t7520-ignored-hook-warning.sh t/t7521-ignored-mode.sh t/t7524-commit-summary.sh t/t7525-status-rename.sh t/t7526-commit-pathspec-file.sh t/t7527-builtin-fsmonitor.sh t/t7528-signed-commit-ssh.sh t/t7600-merge.sh t/t7601-merge-pull-config.sh t/t7602-merge-octopus-many.sh t/t7603-merge-reduce-heads.sh t/t7604-merge-custom-message.sh t/t7605-merge-resolve.sh t/t7606-merge-custom.sh t/t7607-merge-state.sh t/t7608-merge-messages.sh t/t7609-mergetool--lib.sh t/t7610-mergetool.sh t/t7611-merge-abort.sh t/t7612-merge-verify-signatures.sh t/t7614-merge-signoff.sh t/t7700-repack.sh t/t7701-repack-unpack-unreachable.sh t/t7702-repack-cyclic-alternate.sh t/t7703-repack-geometric.sh t/t7704-repack-cruft.sh t/t7800-difftool.sh t/t7810-grep.sh t/t7811-grep-open.sh t/t7812-grep-icase-non-ascii.sh t/t7813-grep-icase-iso.sh t/t7814-grep-recurse-submodules.sh t/t7815-grep-binary.sh t/t7816-grep-binary-pattern.sh t/t7817-grep-sparse-checkout.sh t/t7900-maintenance.sh t/t8001-annotate.sh t/t8002-blame.sh t/t8003-blame-corner-cases.sh t/t8004-blame-with-conflicts.sh t/t8005-blame-i18n.sh t/t8006-blame-textconv.sh t/t8007-cat-file-textconv.sh t/t8008-blame-formats.sh t/t8009-blame-vs-topicbranches.sh t/t8010-cat-file-filters.sh t/t8011-blame-split-file.sh t/t8012-blame-colors.sh t/t8013-blame-ignore-revs.sh t/t8014-blame-ignore-fuzzy.sh t/t9001-send-email.sh t/t9002-column.sh t/t9003-help-autocorrect.sh t/t9004-example.sh t/t9100-git-svn-basic.sh t/t9101-git-svn-props.sh t/t9102-git-svn-deep-rmdir.sh t/t9103-git-svn-tracked-directory-removed.sh t/t9104-git-svn-follow-parent.sh t/t9105-git-svn-commit-diff.sh t/t9106-git-svn-commit-diff-clobber.sh t/t9107-git-svn-migrate.sh t/t9108-git-svn-glob.sh t/t9109-git-svn-multi-glob.sh t/t9110-git-svn-use-svm-props.sh t/t9111-git-svn-use-svnsync-props.sh t/t9112-git-svn-md5less-file.sh t/t9113-git-svn-dcommit-new-file.sh t/t9114-git-svn-dcommit-merge.sh t/t9115-git-svn-dcommit-funky-renames.sh t/t9116-git-svn-log.sh t/t9117-git-svn-init-clone.sh t/t9118-git-svn-funky-branch-names.sh t/t9119-git-svn-info.sh t/t9120-git-svn-clone-with-percent-escapes.sh t/t9121-git-svn-fetch-renamed-dir.sh t/t9122-git-svn-author.sh t/t9123-git-svn-rebuild-with-rewriteroot.sh t/t9124-git-svn-dcommit-auto-props.sh t/t9125-git-svn-multi-glob-branch-names.sh t/t9126-git-svn-follow-deleted-readded-directory.sh t/t9127-git-svn-partial-rebuild.sh t/t9128-git-svn-cmd-branch.sh t/t9129-git-svn-i18n-commitencoding.sh t/t9130-git-svn-authors-file.sh t/t9131-git-svn-empty-symlink.sh t/t9132-git-svn-broken-symlink.sh t/t9133-git-svn-nested-git-repo.sh t/t9134-git-svn-ignore-paths.sh t/t9135-git-svn-moved-branch-empty-file.sh t/t9136-git-svn-recreated-branch-empty-file.sh t/t9137-git-svn-dcommit-clobber-series.sh t/t9138-git-svn-authors-prog.sh t/t9139-git-svn-non-utf8-commitencoding.sh t/t9140-git-svn-reset.sh t/t9141-git-svn-multiple-branches.sh t/t9142-git-svn-shallow-clone.sh t/t9143-git-svn-gc.sh t/t9144-git-svn-old-rev_map.sh t/t9145-git-svn-master-branch.sh t/t9146-git-svn-empty-dirs.sh t/t9147-git-svn-include-paths.sh t/t9148-git-svn-propset.sh t/t9150-svk-mergetickets.sh t/t9151-svn-mergeinfo.sh t/t9152-svn-empty-dirs-after-gc.sh t/t9153-git-svn-rewrite-uuid.sh t/t9154-git-svn-fancy-glob.sh t/t9155-git-svn-fetch-deleted-tag.sh t/t9156-git-svn-fetch-deleted-tag-2.sh t/t9157-git-svn-fetch-merge.sh t/t9158-git-svn-mergeinfo.sh t/t9159-git-svn-no-parent-mergeinfo.sh t/t9160-git-svn-preserve-empty-dirs.sh t/t9161-git-svn-mergeinfo-push.sh t/t9162-git-svn-dcommit-interactive.sh t/t9163-git-svn-reset-clears-caches.sh t/t9164-git-svn-dcommit-concurrent.sh t/t9165-git-svn-fetch-merge-branch-of-branch.sh t/t9166-git-svn-fetch-merge-branch-of-branch2.sh t/t9167-git-svn-cmd-branch-subproject.sh t/t9168-git-svn-partially-globbed-names.sh t/t9169-git-svn-dcommit-crlf.sh t/t9200-git-cvsexportcommit.sh t/t9210-scalar.sh t/t9211-scalar-clone.sh t/t9300-fast-import.sh t/t9301-fast-import-notes.sh t/t9302-fast-import-unpack-limit.sh t/t9303-fast-import-compression.sh t/t9304-fast-import-marks.sh t/t9350-fast-export.sh t/t9351-fast-export-anonymize.sh t/t9400-git-cvsserver-server.sh t/t9401-git-cvsserver-crlf.sh t/t9402-git-cvsserver-refs.sh t/t9500-gitweb-standalone-no-errors.sh t/t9501-gitweb-standalone-http-status.sh t/t9502-gitweb-standalone-parse-output.sh t/t9600-cvsimport.sh t/t9601-cvsimport-vendor-branch.sh t/t9602-cvsimport-branches-tags.sh t/t9603-cvsimport-patchsets.sh t/t9604-cvsimport-timestamps.sh t/t9700-perl-git.sh t/t9800-git-p4-basic.sh t/t9801-git-p4-branch.sh t/t9802-git-p4-filetype.sh t/t9803-git-p4-shell-metachars.sh t/t9804-git-p4-label.sh t/t9805-git-p4-skip-submit-edit.sh t/t9806-git-p4-options.sh t/t9807-git-p4-submit.sh t/t9808-git-p4-chdir.sh t/t9809-git-p4-client-view.sh t/t9810-git-p4-rcs.sh t/t9811-git-p4-label-import.sh t/t9812-git-p4-wildcards.sh t/t9813-git-p4-preserve-users.sh t/t9814-git-p4-rename.sh t/t9815-git-p4-submit-fail.sh t/t9816-git-p4-locked.sh t/t9817-git-p4-exclude.sh t/t9818-git-p4-block.sh t/t9819-git-p4-case-folding.sh t/t9820-git-p4-editor-handling.sh t/t9821-git-p4-path-variations.sh t/t9822-git-p4-path-encoding.sh t/t9823-git-p4-mock-lfs.sh t/t9824-git-p4-git-lfs.sh t/t9825-git-p4-handle-utf16-without-bom.sh t/t9826-git-p4-keep-empty-commits.sh t/t9827-git-p4-change-filetype.sh t/t9828-git-p4-map-user.sh t/t9829-git-p4-jobs.sh t/t9830-git-p4-symlink-dir.sh t/t9831-git-p4-triggers.sh t/t9832-unshelve.sh t/t9833-errors.sh t/t9834-git-p4-file-dir-bug.sh t/t9835-git-p4-metadata-encoding-python2.sh t/t9836-git-p4-metadata-encoding-python3.sh t/t9850-shell.sh t/t9901-git-web--browse.sh t/t9902-completion.sh t/t9903-bash-prompt.sh t/test-lib-functions.sh t/test-lib-github-workflow-markup.sh t/test-lib-junit.sh t/test-lib.sh t/aggregate-results.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/lib-commit-graph.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0000-basic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0001-init.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0002-gitfile.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0003-attributes.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0004-unwritable.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0005-signals.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0006-date.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0007-git-var.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0008-ignores.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0009-prio-queue.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0010-racy-git.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0011-hashmap.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0012-help.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0013-sha1dc.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0014-alias.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0015-hash.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0016-oidmap.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0017-env-helper.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0018-advice.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0019-json-writer.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0020-crlf.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0021-conversion.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0022-crlf-rename.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0023-crlf-am.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0024-crlf-archive.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0025-crlf-renormalize.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0026-eol-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0027-auto-crlf.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0028-working-tree-encoding.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0029-core-unsetenvvars.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0030-stripspace.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0032-reftable-unittest.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0033-safe-directory.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0034-root-safe-directory.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0035-safe-bare-repository.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0040-parse-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0041-usage.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0050-filesystem.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0051-windows-named-pipe.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0052-simple-ipc.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0055-beyond-symlinks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0056-git-C.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0060-path-utils.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0061-run-command.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0062-revision-walking.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0063-string-list.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0064-oid-array.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0065-strcmp-offset.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0066-dir-iterator.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0067-parse_pathspec_file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0068-for-each-repo.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0069-oidtree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0070-fundamental.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0071-sort.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0081-find-pack.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0090-cache-tree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0091-bugreport.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0092-diagnose.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0095-bloom.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0100-previous.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0101-at-syntax.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0110-urlmatch-normalization.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0200-gettext-basic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0201-gettext-fallbacks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0202-gettext-perl.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0203-gettext-setlocale-sanity.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0204-gettext-reencode-sanity.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0210-trace2-normal.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0211-trace2-perf.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0212-trace2-event.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0300-credentials.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0301-credential-cache.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0302-credential-store.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0303-credential-external.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0410-partial-clone.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0450-txt-doc-vs-help.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t0500-progress-display.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1000-read-tree-m-3way.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1001-read-tree-m-2way.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1002-read-tree-m-u-2way.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1003-read-tree-prefix.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1004-read-tree-m-u-wf.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1005-read-tree-reset.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1006-cat-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1007-hash-object.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1008-read-tree-overlay.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1009-read-tree-new-index.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1010-mktree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1011-read-tree-sparse-checkout.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1012-read-tree-df.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1013-read-tree-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1014-read-tree-confusing.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1015-read-index-unmerged.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1020-subdirectory.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1021-rerere-in-workdir.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1022-read-tree-partial-clone.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1050-large.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1051-large-conversion.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1060-object-corruption.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1090-sparse-checkout-scope.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1091-sparse-checkout-builtin.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1092-sparse-checkout-compatibility.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1100-commit-tree-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1300-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1301-shared-repo.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1302-repo-version.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1303-wacky-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1304-default-acl.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1305-config-include.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1306-xdg-files.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1307-config-blob.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1308-config-set.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1309-early-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1310-config-default.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1350-config-hooks-path.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1400-update-ref.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1401-symbolic-ref.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1402-check-ref-format.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1403-show-ref.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1404-update-ref-errors.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1405-main-ref-store.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1406-submodule-ref-store.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1407-worktree-ref-store.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1408-packed-refs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1409-avoid-packing-refs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1410-reflog.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1411-reflog-show.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1412-reflog-loop.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1413-reflog-detach.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1414-reflog-walk.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1415-worktree-refs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1416-ref-transaction-hooks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1417-reflog-updateref.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1418-reflog-exists.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1419-exclude-refs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1420-lost-found.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1430-bad-ref-name.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1450-fsck.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1451-fsck-buffer.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1500-rev-parse.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1501-work-tree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1502-rev-parse-parseopt.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1503-rev-parse-verify.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1504-ceiling-dirs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1505-rev-parse-last.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1506-rev-parse-diagnosis.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1507-rev-parse-upstream.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1508-at-combinations.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1509-root-work-tree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1510-repo-setup.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1511-rev-parse-caret.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1512-rev-parse-disambiguation.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1513-rev-parse-prefix.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1514-rev-parse-push.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1515-rev-parse-outside-repo.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1600-index.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1601-index-bogus.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1700-split-index.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1701-racy-split-index.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t1800-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2000-conflict-when-checking-files-out.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2002-checkout-cache-u.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2003-checkout-cache-mkdir.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2004-checkout-cache-temp.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2005-checkout-index-symlinks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2006-checkout-index-basic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2007-checkout-symlink.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2008-checkout-subdir.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2009-checkout-statinfo.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2010-checkout-ambiguous.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2011-checkout-invalid-head.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2012-checkout-last.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2013-checkout-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2014-checkout-switch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2015-checkout-unborn.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2016-checkout-patch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2017-checkout-orphan.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2018-checkout-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2019-checkout-ambiguous-ref.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2020-checkout-detach.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2021-checkout-overwrite.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2022-checkout-paths.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2023-checkout-m.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2024-checkout-dwim.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2025-checkout-no-overlay.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2026-checkout-pathspec-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2027-checkout-track.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2030-unresolve-info.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2050-git-dir-relative.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2060-switch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2070-restore.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2071-restore-patch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2072-restore-pathspec-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2080-parallel-checkout-basics.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2081-parallel-checkout-collisions.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2082-parallel-checkout-attributes.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2100-update-cache-badpath.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2101-update-index-reupdate.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2102-update-index-symlinks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2103-update-index-ignore-missing.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2104-update-index-skip-worktree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2105-update-index-gitfile.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2106-update-index-assume-unchanged.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2107-update-index-basic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2108-update-index-refresh-racy.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2200-add-update.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2201-add-update-typechange.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2202-add-addremove.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2203-add-intent.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2204-add-ignored.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2205-add-worktree-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2300-cd-to-toplevel.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2400-worktree-add.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2401-worktree-prune.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2402-worktree-list.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2403-worktree-move.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2404-worktree-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2405-worktree-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2406-worktree-repair.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2407-worktree-heads.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2500-untracked-overwriting.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t2501-cwd-empty.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3000-ls-files-others.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3001-ls-files-others-exclude.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3002-ls-files-dashpath.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3003-ls-files-exclude.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3004-ls-files-basic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3005-ls-files-relative.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3006-ls-files-long.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3007-ls-files-recurse-submodules.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3008-ls-files-lazy-init-name-hash.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3009-ls-files-others-nonsubmodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3010-ls-files-killed-modified.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3011-common-prefixes-and-directory-traversal.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3012-ls-files-dedup.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3013-ls-files-format.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3020-ls-files-error-unmatch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3040-subprojects-basic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3050-subprojects-fetch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3060-ls-files-with-tree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3070-wildmatch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3100-ls-tree-restrict.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3101-ls-tree-dirname.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3102-ls-tree-wildcards.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3103-ls-tree-misc.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3104-ls-tree-format.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3105-ls-tree-output.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3200-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3201-branch-contains.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3202-show-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3203-branch-output.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3204-branch-name-interpretation.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3205-branch-color.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3206-range-diff.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3207-branch-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3210-pack-refs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3211-peel-ref.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3300-funny-names.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3301-notes.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3302-notes-index-expensive.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3303-notes-subtrees.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3304-notes-mixed.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3305-notes-fanout.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3306-notes-prune.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3307-notes-man.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3308-notes-merge.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3309-notes-merge-auto-resolve.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3310-notes-merge-manual-resolve.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3311-notes-merge-fanout.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3320-notes-merge-worktrees.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3321-notes-stripspace.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3400-rebase.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3401-rebase-and-am-rename.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3402-rebase-merge.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3403-rebase-skip.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3404-rebase-interactive.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3405-rebase-malformed.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3406-rebase-message.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3407-rebase-abort.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3408-rebase-multi-line.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3409-rebase-environ.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3412-rebase-root.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3413-rebase-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3415-rebase-autosquash.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3416-rebase-onto-threedots.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3417-rebase-whitespace-fix.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3418-rebase-continue.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3419-rebase-patch-id.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3420-rebase-autostash.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3421-rebase-topology-linear.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3422-rebase-incompatible-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3423-rebase-reword.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3424-rebase-empty.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3425-rebase-topology-merges.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3426-rebase-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3427-rebase-subtree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3428-rebase-signoff.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3429-rebase-edit-todo.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3430-rebase-merges.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3431-rebase-fork-point.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3432-rebase-fast-forward.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3433-rebase-across-mode-change.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3434-rebase-i18n.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3435-rebase-gpg-sign.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3436-rebase-more-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3437-rebase-fixup-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3438-rebase-broken-files.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3500-cherry.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3501-revert-cherry-pick.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3502-cherry-pick-merge.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3503-cherry-pick-root.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3504-cherry-pick-rerere.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3505-cherry-pick-empty.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3506-cherry-pick-ff.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3507-cherry-pick-conflict.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3508-cherry-pick-many-commits.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3509-cherry-pick-merge-df.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3510-cherry-pick-sequence.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3511-cherry-pick-x.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3512-cherry-pick-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3513-revert-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3514-cherry-pick-revert-gpg.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3600-rm.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3601-rm-pathspec-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3602-rm-sparse-checkout.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3700-add.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3701-add-interactive.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3702-add-edit.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3703-add-magic-pathspec.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3704-add-pathspec-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3705-add-sparse-checkout.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3800-mktag.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3900-i18n-commit.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3901-i18n-patch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3902-quoted.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3903-stash.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3904-stash-patch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3905-stash-include-untracked.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3906-stash-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3907-stash-show-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3908-stash-in-worktree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3909-stash-pathspec-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3910-mac-os-precompose.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t3920-crlf-messages.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4000-diff-format.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4001-diff-rename.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4002-diff-basic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4003-diff-rename-1.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4004-diff-rename-symlink.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4005-diff-rename-2.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4006-diff-mode.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4007-rename-3.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4008-diff-break-rewrite.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4009-diff-rename-4.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4010-diff-pathspec.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4011-diff-symlink.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4012-diff-binary.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4013-diff-various.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4014-format-patch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4015-diff-whitespace.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4016-diff-quote.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4017-diff-retval.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4018-diff-funcname.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4019-diff-wserror.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4020-diff-external.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4021-format-patch-numbered.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4022-diff-rewrite.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4023-diff-rename-typechange.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4024-diff-optimize-common.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4025-hunk-header.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4026-color.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4027-diff-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4028-format-patch-mime-headers.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4029-diff-trailing-space.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4030-diff-textconv.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4031-diff-rewrite-binary.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4032-diff-inter-hunk-context.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4033-diff-patience.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4034-diff-words.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4035-diff-quiet.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4036-format-patch-signer-mime.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4037-diff-r-t-dirs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4038-diff-combined.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4039-diff-assume-unchanged.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4040-whitespace-status.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4041-diff-submodule-option.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4042-diff-textconv-caching.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4043-diff-rename-binary.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4044-diff-index-unique-abbrev.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4045-diff-relative.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4046-diff-unmerged.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4047-diff-dirstat.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4048-diff-combined-binary.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4049-diff-stat-count.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4050-diff-histogram.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4051-diff-function-context.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4052-stat-output.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4053-diff-no-index.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4054-diff-bogus-tree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4055-diff-context.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4056-diff-order.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4057-diff-combined-paths.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4058-diff-duplicates.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4059-diff-submodule-not-initialized.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4060-diff-submodule-option-diff-format.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4061-diff-indent.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4062-diff-pickaxe.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4063-diff-blobs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4064-diff-oidfind.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4065-diff-anchored.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4066-diff-emit-delay.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4067-diff-partial-clone.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4068-diff-symmetric-merge-base.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4069-remerge-diff.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4100-apply-stat.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4101-apply-nonl.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4102-apply-rename.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4103-apply-binary.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4104-apply-boundary.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4105-apply-fuzz.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4106-apply-stdin.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4107-apply-ignore-whitespace.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4108-apply-threeway.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4109-apply-multifrag.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4110-apply-scan.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4111-apply-subdir.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4112-apply-renames.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4113-apply-ending.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4114-apply-typechange.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4115-apply-symlink.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4116-apply-reverse.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4117-apply-reject.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4118-apply-empty-context.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4119-apply-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4120-apply-popt.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4121-apply-diffs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4122-apply-symlink-inside.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4123-apply-shrink.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4124-apply-ws-rule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4125-apply-ws-fuzz.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4126-apply-empty.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4127-apply-same-fn.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4128-apply-root.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4129-apply-samemode.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4130-apply-criss-cross-rename.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4131-apply-fake-ancestor.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4132-apply-removal.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4133-apply-filenames.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4134-apply-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4135-apply-weird-filenames.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4136-apply-check.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4137-apply-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4138-apply-ws-expansion.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4139-apply-escape.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4140-apply-ita.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4141-apply-too-large.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4150-am.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4151-am-abort.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4152-am-subjects.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4153-am-resume-override-opts.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4200-rerere.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4201-shortlog.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4202-log.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4203-mailmap.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4204-patch-id.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4205-log-pretty-formats.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4206-log-follow-harder-copies.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4207-log-decoration-colors.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4208-log-magic-pathspec.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4209-log-pickaxe.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4210-log-i18n.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4211-line-log.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4212-log-corrupt.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4213-log-tabexpand.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4214-log-graph-octopus.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4215-log-skewed-merges.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4216-log-bloom.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4217-log-limit.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4252-am-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4253-am-keep-cr-dos.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4254-am-corrupt.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4255-am-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4256-am-format-flowed.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4257-am-interactive.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4258-am-quoted-cr.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4300-merge-tree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t4301-merge-tree-write-tree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5000-tar-tree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5001-archive-attr.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5002-archive-attr-pattern.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5003-archive-zip.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5004-archive-corner-cases.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5100-mailinfo.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5150-request-pull.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5200-update-server-info.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5300-pack-object.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5301-sliding-window.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5302-pack-index.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5303-pack-corruption-resilience.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5304-prune.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5305-include-tag.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5306-pack-nobase.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5307-pack-missing-commit.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5308-pack-detect-duplicates.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5309-pack-delta-cycles.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5310-pack-bitmaps.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5311-pack-bitmaps-shallow.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5312-prune-corruption.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5313-pack-bounds-checks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5314-pack-cycle-detection.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5315-pack-objects-compression.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5316-pack-delta-depth.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5317-pack-objects-filter-objects.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5318-commit-graph.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5319-multi-pack-index.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5320-delta-islands.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5321-pack-large-objects.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5322-pack-objects-sparse.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5323-pack-redundant.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5324-split-commit-graph.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5325-reverse-index.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5326-multi-pack-bitmaps.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5327-multi-pack-bitmaps-rev.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5328-commit-graph-64bit-time.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5329-pack-objects-cruft.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5330-no-lazy-fetch-with-commit-graph.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5331-pack-objects-stdin.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5351-unpack-large-objects.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5400-send-pack.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5401-update-hooks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5402-post-merge-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5403-post-checkout-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5404-tracking-branches.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5405-send-pack-rewind.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5406-remote-rejects.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5407-post-rewrite-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5408-send-pack-stdin.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5409-colorize-remote-messages.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5410-receive-pack-alternates.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5411-proc-receive-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5500-fetch-pack.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5501-fetch-push-alternates.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5502-quickfetch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5503-tagfollow.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5504-fetch-receive-strict.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5505-remote.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5506-remote-groups.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5507-remote-environment.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5509-fetch-push-namespaces.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5510-fetch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5511-refspec.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5512-ls-remote.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5513-fetch-track.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5514-fetch-multiple.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5515-fetch-merge-logic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5516-fetch-push.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5517-push-mirror.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5518-fetch-exit-status.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5519-push-alternates.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5520-pull.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5521-pull-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5522-pull-symlink.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5523-push-upstream.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5524-pull-msg.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5525-fetch-tagopt.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5526-fetch-submodules.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5527-fetch-odd-refs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5528-push-default.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5529-push-errors.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5530-upload-pack-error.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5531-deep-submodule-push.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5532-fetch-proxy.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5533-push-cas.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5534-push-signed.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5535-fetch-push-symref.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5536-fetch-conflicts.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5537-fetch-shallow.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5538-push-shallow.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5539-fetch-http-shallow.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5540-http-push-webdav.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5541-http-push-smart.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5542-push-http-shallow.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5543-atomic-push.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5544-pack-objects-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5545-push-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5546-receive-limits.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5547-push-quarantine.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5548-push-porcelain.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5549-fetch-push-http.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5550-http-fetch-dumb.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5551-http-fetch-smart.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5552-skipping-fetch-negotiator.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5553-set-upstream.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5554-noop-fetch-negotiator.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5555-http-smart-common.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5557-http-get.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5558-clone-bundle-uri.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5559-http-fetch-smart-http2.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5560-http-backend-noserver.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5561-http-backend.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5562-http-backend-content-length.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5563-simple-http-auth.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5564-http-proxy.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5570-git-daemon.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5571-pre-push-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5572-pull-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5573-pull-verify-signatures.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5574-fetch-output.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5580-unc-paths.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5581-http-curl-verbose.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5582-fetch-negative-refspec.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5583-push-branches.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5600-clone-fail-cleanup.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5601-clone.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5602-clone-remote-exec.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5603-clone-dirname.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5604-clone-reference.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5605-clone-local.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5606-clone-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5607-clone-bundle.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5608-clone-2gb.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5609-clone-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5610-clone-detached.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5611-clone-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5612-clone-refspec.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5613-info-alternate.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5614-clone-submodules-shallow.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5615-alternate-env.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5616-partial-clone.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5617-clone-submodules-remote.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5618-alternate-refs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5619-clone-local-ambiguous-transport.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5700-protocol-v1.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5701-git-serve.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5702-protocol-v2.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5703-upload-pack-ref-in-want.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5704-protocol-violations.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5705-session-id-in-capabilities.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5730-protocol-v2-bundle-uri-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5731-protocol-v2-bundle-uri-git.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5732-protocol-v2-bundle-uri-http.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5750-bundle-uri-parse.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5801-remote-helpers.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5802-connect-helper.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5810-proto-disable-local.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5811-proto-disable-git.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5812-proto-disable-http.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5813-proto-disable-ssh.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5814-proto-disable-ext.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5815-submodule-protos.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t5900-repo-selection.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6000-rev-list-misc.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6001-rev-list-graft.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6002-rev-list-bisect.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6003-rev-list-topo-order.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6004-rev-list-path-optim.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6005-rev-list-count.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6006-rev-list-format.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6007-rev-list-cherry-pick-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6008-rev-list-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6009-rev-list-parent.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6010-merge-base.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6011-rev-list-with-bad-commit.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6012-rev-list-simplify.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6013-rev-list-reverse-parents.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6014-rev-list-all.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6016-rev-list-graph-simplify-history.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6017-rev-list-stdin.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6018-rev-list-glob.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6019-rev-list-ancestry-path.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6020-bundle-misc.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6021-rev-list-exclude-hidden.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6022-rev-list-missing.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6030-bisect-porcelain.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6040-tracking-info.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6041-bisect-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6050-replace.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6060-merge-index.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6100-rev-list-in-order.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6101-rev-parse-parents.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6102-rev-list-unexpected-objects.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6110-rev-list-sparse.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6111-rev-list-treesame.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6112-rev-list-filters-objects.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6113-rev-list-bitmap-filters.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6114-keep-packs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6115-rev-list-du.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6120-describe.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6130-pathspec-noglob.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6131-pathspec-icase.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6132-pathspec-exclude.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6133-pathspec-rev-dwim.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6134-pathspec-in-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6135-pathspec-with-attrs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6136-pathspec-in-bare.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6200-fmt-merge-msg.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6300-for-each-ref.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6301-for-each-ref-errors.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6302-for-each-ref-filter.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6400-merge-df.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6401-merge-criss-cross.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6402-merge-rename.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6403-merge-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6404-recursive-merge.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6405-merge-symlinks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6406-merge-attr.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6407-merge-binary.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6408-merge-up-to-date.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6409-merge-subtree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6411-merge-filemode.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6412-merge-large-rename.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6413-merge-crlf.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6414-merge-rename-nocruft.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6415-merge-dir-to-symlink.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6416-recursive-corner-cases.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6417-merge-ours-theirs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6418-merge-text-auto.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6419-merge-ignorecase.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6421-merge-partial-clone.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6422-merge-rename-corner-cases.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6423-merge-rename-directories.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6424-merge-unrelated-index-changes.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6425-merge-rename-delete.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6426-merge-skip-unneeded-updates.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6427-diff3-conflict-markers.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6428-merge-conflicts-sparse.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6429-merge-sequence-rename-caching.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6430-merge-recursive.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6431-merge-criscross.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6432-merge-recursive-space-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6433-merge-toplevel.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6434-merge-recursive-rename-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6435-merge-sparse.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6436-merge-overwrite.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6437-submodule-merge.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6438-submodule-directory-file-conflicts.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6439-merge-co-error-msgs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6500-gc.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6501-freshen-objects.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6600-test-reach.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t6700-tree-depth.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7001-mv.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7002-mv-sparse-checkout.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7003-filter-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7004-tag.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7005-editor.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7006-pager.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7007-show.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7008-filter-branch-null-sha1.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7010-setup.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7011-skip-worktree-reading.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7012-skip-worktree-writing.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7030-verify-tag.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7031-verify-tag-signed-ssh.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7060-wtstatus.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7061-wtstatus-ignore.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7062-wtstatus-ignorecase.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7063-status-untracked-cache.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7064-wtstatus-pv2.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7101-reset-empty-subdirs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7102-reset.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7103-reset-bare.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7104-reset-hard.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7105-reset-patch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7106-reset-unborn-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7107-reset-pathspec-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7110-reset-merge.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7111-reset-table.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7112-reset-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7113-post-index-change-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7201-co.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7300-clean.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7301-clean-interactive.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7400-submodule-basic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7401-submodule-summary.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7402-submodule-rebase.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7403-submodule-sync.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7406-submodule-update.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7407-submodule-foreach.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7408-submodule-reference.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7409-submodule-detached-work-tree.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7411-submodule-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7412-submodule-absorbgitdirs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7413-submodule-is-active.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7414-submodule-mistakes.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7416-submodule-dash-url.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7417-submodule-path-url.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7418-submodule-sparse-gitmodules.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7419-submodule-set-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7420-submodule-set-url.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7421-submodule-summary-add.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7422-submodule-output.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7450-bad-git-dotfiles.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7500-commit-template-squash-signoff.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7501-commit-basic-functionality.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7502-commit-porcelain.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7503-pre-commit-and-pre-merge-commit-hooks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7504-commit-msg-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7505-prepare-commit-msg-hook.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7506-status-submodule.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7507-commit-verbose.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7508-status.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7509-commit-authorship.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7510-signed-commit.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7511-status-index.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7512-status-help.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7513-interpret-trailers.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7514-commit-patch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7515-status-symlinks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7516-commit-races.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7517-per-repo-email.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7518-ident-corner-cases.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7519-status-fsmonitor.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7520-ignored-hook-warning.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7521-ignored-mode.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7524-commit-summary.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7525-status-rename.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7526-commit-pathspec-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7527-builtin-fsmonitor.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7528-signed-commit-ssh.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7600-merge.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7601-merge-pull-config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7602-merge-octopus-many.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7603-merge-reduce-heads.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7604-merge-custom-message.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7605-merge-resolve.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7606-merge-custom.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7607-merge-state.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7608-merge-messages.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7609-mergetool--lib.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7610-mergetool.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7611-merge-abort.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7612-merge-verify-signatures.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7614-merge-signoff.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7700-repack.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7701-repack-unpack-unreachable.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7702-repack-cyclic-alternate.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7703-repack-geometric.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7704-repack-cruft.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7800-difftool.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7810-grep.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7811-grep-open.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7812-grep-icase-non-ascii.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7813-grep-icase-iso.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7814-grep-recurse-submodules.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7815-grep-binary.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7816-grep-binary-pattern.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7817-grep-sparse-checkout.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t7900-maintenance.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8001-annotate.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8002-blame.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8003-blame-corner-cases.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8004-blame-with-conflicts.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8005-blame-i18n.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8006-blame-textconv.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8007-cat-file-textconv.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8008-blame-formats.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8009-blame-vs-topicbranches.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8010-cat-file-filters.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8011-blame-split-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8012-blame-colors.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8013-blame-ignore-revs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t8014-blame-ignore-fuzzy.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9001-send-email.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9002-column.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9003-help-autocorrect.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9004-example.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9100-git-svn-basic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9101-git-svn-props.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9102-git-svn-deep-rmdir.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9103-git-svn-tracked-directory-removed.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9104-git-svn-follow-parent.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9105-git-svn-commit-diff.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9106-git-svn-commit-diff-clobber.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9107-git-svn-migrate.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9108-git-svn-glob.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9109-git-svn-multi-glob.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9110-git-svn-use-svm-props.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9111-git-svn-use-svnsync-props.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9112-git-svn-md5less-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9113-git-svn-dcommit-new-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9114-git-svn-dcommit-merge.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9115-git-svn-dcommit-funky-renames.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9116-git-svn-log.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9117-git-svn-init-clone.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9118-git-svn-funky-branch-names.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9119-git-svn-info.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9120-git-svn-clone-with-percent-escapes.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9121-git-svn-fetch-renamed-dir.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9122-git-svn-author.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9123-git-svn-rebuild-with-rewriteroot.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9124-git-svn-dcommit-auto-props.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9125-git-svn-multi-glob-branch-names.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9126-git-svn-follow-deleted-readded-directory.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9127-git-svn-partial-rebuild.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9128-git-svn-cmd-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9129-git-svn-i18n-commitencoding.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9130-git-svn-authors-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9131-git-svn-empty-symlink.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9132-git-svn-broken-symlink.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9133-git-svn-nested-git-repo.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9134-git-svn-ignore-paths.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9135-git-svn-moved-branch-empty-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9136-git-svn-recreated-branch-empty-file.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9137-git-svn-dcommit-clobber-series.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9138-git-svn-authors-prog.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9139-git-svn-non-utf8-commitencoding.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9140-git-svn-reset.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9141-git-svn-multiple-branches.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9142-git-svn-shallow-clone.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9143-git-svn-gc.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9144-git-svn-old-rev_map.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9145-git-svn-master-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9146-git-svn-empty-dirs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9147-git-svn-include-paths.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9148-git-svn-propset.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9150-svk-mergetickets.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9151-svn-mergeinfo.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9152-svn-empty-dirs-after-gc.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9153-git-svn-rewrite-uuid.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9154-git-svn-fancy-glob.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9155-git-svn-fetch-deleted-tag.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9156-git-svn-fetch-deleted-tag-2.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9157-git-svn-fetch-merge.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9158-git-svn-mergeinfo.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9159-git-svn-no-parent-mergeinfo.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9160-git-svn-preserve-empty-dirs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9161-git-svn-mergeinfo-push.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9162-git-svn-dcommit-interactive.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9163-git-svn-reset-clears-caches.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9164-git-svn-dcommit-concurrent.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9165-git-svn-fetch-merge-branch-of-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9166-git-svn-fetch-merge-branch-of-branch2.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9167-git-svn-cmd-branch-subproject.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9168-git-svn-partially-globbed-names.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9169-git-svn-dcommit-crlf.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9200-git-cvsexportcommit.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9210-scalar.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9211-scalar-clone.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9300-fast-import.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9301-fast-import-notes.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9302-fast-import-unpack-limit.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9303-fast-import-compression.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9304-fast-import-marks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9350-fast-export.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9351-fast-export-anonymize.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9400-git-cvsserver-server.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9401-git-cvsserver-crlf.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9402-git-cvsserver-refs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9500-gitweb-standalone-no-errors.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9501-gitweb-standalone-http-status.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9502-gitweb-standalone-parse-output.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9600-cvsimport.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9601-cvsimport-vendor-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9602-cvsimport-branches-tags.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9603-cvsimport-patchsets.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9604-cvsimport-timestamps.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9700-perl-git.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9800-git-p4-basic.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9801-git-p4-branch.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9802-git-p4-filetype.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9803-git-p4-shell-metachars.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9804-git-p4-label.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9805-git-p4-skip-submit-edit.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9806-git-p4-options.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9807-git-p4-submit.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9808-git-p4-chdir.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9809-git-p4-client-view.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9810-git-p4-rcs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9811-git-p4-label-import.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9812-git-p4-wildcards.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9813-git-p4-preserve-users.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9814-git-p4-rename.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9815-git-p4-submit-fail.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9816-git-p4-locked.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9817-git-p4-exclude.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9818-git-p4-block.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9819-git-p4-case-folding.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9820-git-p4-editor-handling.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9821-git-p4-path-variations.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9822-git-p4-path-encoding.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9823-git-p4-mock-lfs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9824-git-p4-git-lfs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9825-git-p4-handle-utf16-without-bom.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9826-git-p4-keep-empty-commits.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9827-git-p4-change-filetype.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9828-git-p4-map-user.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9829-git-p4-jobs.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9830-git-p4-symlink-dir.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9831-git-p4-triggers.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9832-unshelve.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9833-errors.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9834-git-p4-file-dir-bug.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9835-git-p4-metadata-encoding-python2.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9836-git-p4-metadata-encoding-python3.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9850-shell.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9901-git-web--browse.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9902-completion.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" t/t9903-bash-prompt.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" configure flags: --prefix=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1 --bindir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin --sbindir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/sbin --includedir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/include --oldincludedir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/include --mandir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/man --infodir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/info --docdir=/nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git --libdir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/lib --libexecdir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec --localedir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/locale ac_cv_prog_CURL_CONFIG=/nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/bin/curl-config configure: Setting lib to 'lib' (the default) configure: Will try -pthread then -lpthread to enable POSIX Threads. configure: CHECKS for site configuration checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes configure: CHECKS for programs checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking for inline... inline checking if linker supports -R... no checking if linker supports -Wl,-rpath,... yes checking for gtar... no checking for tar... tar checking for gnudiff... no checking for gdiff... no checking for diff... diff checking for asciidoc... asciidoc checking for asciidoc version... asciidoc 10.2.0 (unknown) configure: CHECKS for libraries checking for SHA1_Init in -lcrypto... yes checking for curl_global_init in -lcurl... yes checking for curl-config... (cached) /nix/store/dkh9j3mm30q3p66ccwd6rzlka7grshxz-curl-8.6.0-dev/bin/curl-config configure: Setting CURL_LDFLAGS to '-L/nix/store/wjdajqfqykzzdpbh1xv694fz9qvwz8xm-curl-8.6.0/lib -lcurl' checking for XML_ParserCreate in -lexpat... yes checking for iconv in -lc... yes checking for deflateBound in -lz... yes checking for socket in -lc... yes checking for inet_ntop... yes checking for inet_pton... yes checking for hstrerror... yes checking for basename in -lc... yes checking if libc contains libintl... yes checking for libintl.h... yes configure: CHECKS for header files checking for sys/select.h... yes checking for poll.h... yes checking for sys/poll.h... yes checking for inttypes.h... (cached) yes checking for old iconv()... no checking whether iconv omits bom for utf-16 and utf-32... no configure: CHECKS for typedefs, structures, and compiler characteristics checking for socklen_t... yes checking for struct itimerval... yes checking for struct stat.st_mtimespec.tv_nsec... no checking for struct stat.st_mtim.tv_nsec... yes checking for struct dirent.d_type... yes checking for struct passwd.pw_gecos... yes checking for struct sockaddr_storage... yes checking for struct addrinfo... yes checking for getaddrinfo... yes checking for library containing getaddrinfo... none required checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep checking for egrep... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep -E checking whether the platform regex supports REG_STARTEND... yes checking whether system succeeds to read fopen'ed directory... yes checking whether snprintf() and/or vsnprintf() return bogus value... no checking whether the platform uses typical file type bits... yes configure: CHECKS for library functions checking for libgen.h... yes checking for paths.h... yes checking for libcharset.h... no checking for strings.h... (cached) yes checking for locale_charset in -liconv... no checking for locale_charset in -lcharset... no checking for clock_gettime... yes checking for library containing clock_gettime... none required checking for CLOCK_MONOTONIC... yes checking for sync_file_range... yes checking for library containing sync_file_range... none required checking for setitimer... yes checking for library containing setitimer... none required checking for strcasestr... yes checking for library containing strcasestr... none required checking for memmem... yes checking for library containing memmem... none required checking for strlcpy... yes checking for library containing strlcpy... none required checking for uintmax_t... yes checking for strtoumax... yes checking for library containing strtoumax... none required checking for setenv... yes checking for library containing setenv... none required checking for unsetenv... yes checking for library containing unsetenv... none required checking for mkdtemp... yes checking for library containing mkdtemp... none required checking for initgroups... yes checking for library containing initgroups... none required checking for getdelim... yes checking for library containing getdelim... none required checking for BSD sysctl... no checking for POSIX Threads with ''... yes configure: creating ./config.status config.status: creating config.mak.autogen config.status: executing config.mak.autogen commands Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash prefix=\$\{out\} SHELL_PATH=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash PERL_PATH=/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl PYTHON_PATH=/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python sysconfdir=/etc USE_LIBPCRE2=1 perllibdir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/lib/perl5/site_perl/5.38.2 GIT_VERSION = 2.43.1 * new build flags CC oss-fuzz/fuzz-commit-graph.o CC oss-fuzz/fuzz-pack-headers.o CC oss-fuzz/fuzz-pack-idx.o CC daemon.o CC common-main.o CC abspath.o CC add-interactive.o CC add-patch.o CC advice.o * new link flags CC alias.o CC alloc.o CC apply.o CC archive-tar.o CC archive-zip.o CC archive.o CC base85.o CC bisect.o CC blame.o CC blob.o CC bloom.o * new prefix flags CC bulk-checkin.o CC branch.o CC bundle-uri.o CC bundle.o CC cache-tree.o CC cbtree.o CC chdir-notify.o CC checkout.o CC chunk-format.o CC color.o CC column.o CC combine-diff.o CC commit-graph.o CC commit-reach.o CC commit.o CC compat/nonblock.o CC compat/obstack.o CC compat/terminal.o CC compat/zlib-uncompress2.o CC config.o CC connect.o CC connected.o CC convert.o CC copy.o CC credential.o CC csum-file.o CC ctype.o CC date.o CC decorate.o CC delta-islands.o CC diagnose.o CC diff-delta.o CC diff-merges.o CC diff-lib.o CC diff-no-index.o CC diff.o CC diffcore-break.o CC diffcore-delta.o CC diffcore-order.o CC diffcore-pickaxe.o CC diffcore-rename.o CC diffcore-rotate.o CC dir-iterator.o CC dir.o CC editor.o CC entry.o CC environment.o CC ewah/bitmap.o CC ewah/ewah_bitmap.o CC ewah/ewah_io.o CC ewah/ewah_rlw.o CC exec-cmd.o CC fetch-negotiator.o CC fetch-pack.o CC fmt-merge-msg.o CC fsck.o CC fsmonitor.o CC fsmonitor-ipc.o CC fsmonitor-settings.o CC gettext.o CC git-zlib.o CC gpg-interface.o CC graph.o CC grep.o CC hash-lookup.o CC hashmap.o GEN command-list.h CC hex.o CC hex-ll.o CC hook.o CC ident.o CC json-writer.o CC kwset.o CC levenshtein.o CC line-log.o CC line-range.o CC linear-assignment.o CC list-objects-filter-options.o CC list-objects-filter.o CC list-objects.o CC lockfile.o CC log-tree.o CC ls-refs.o CC mailinfo.o CC mailmap.o CC match-trees.o CC mem-pool.o CC merge-blobs.o CC merge-ll.o CC merge-ort.o CC merge-ort-wrappers.o CC merge-recursive.o CC merge.o CC midx.o CC name-hash.o CC negotiator/default.o CC negotiator/noop.o CC negotiator/skipping.o CC notes-cache.o CC notes-merge.o CC notes-utils.o CC notes.o CC object-file.o CC object-name.o CC object.o CC oid-array.o CC oidmap.o CC oidset.o CC oidtree.o CC pack-bitmap-write.o CC pack-bitmap.o CC pack-check.o CC pack-mtimes.o CC pack-objects.o CC pack-revindex.o CC pack-write.o CC packfile.o CC pager.o CC parallel-checkout.o CC parse.o CC parse-options-cb.o CC parse-options.o CC patch-delta.o CC patch-ids.o CC path.o CC pathspec.o CC pkt-line.o CC preload-index.o CC pretty.o CC prio-queue.o CC progress.o CC promisor-remote.o CC prompt.o CC protocol.o CC protocol-caps.o CC prune-packed.o CC quote.o CC range-diff.o CC reachable.o CC read-cache.o CC rebase-interactive.o CC rebase.o CC ref-filter.o CC reflog-walk.o CC reflog.o CC refs.o CC refs/debug.o CC refs/files-backend.o CC refs/iterator.o CC refs/packed-backend.o CC refs/ref-cache.o CC refspec.o CC remote.o CC replace-object.o CC repo-settings.o CC repository.o CC rerere.o CC reset.o CC resolve-undo.o CC revision.o CC run-command.o CC send-pack.o CC sequencer.o CC serve.o CC server-info.o CC setup.o CC shallow.o CC sideband.o CC sigchain.o CC sparse-index.o CC split-index.o CC stable-qsort.o CC statinfo.o CC strbuf.o CC streaming.o CC string-list.o CC strmap.o CC strvec.o CC sub-process.o CC submodule-config.o CC submodule.o CC symlinks.o CC tag.o CC tempfile.o CC thread-utils.o CC tmp-objdir.o CC trace.o CC trace2.o CC trace2/tr2_cfg.o CC trace2/tr2_cmd_name.o CC trace2/tr2_ctr.o CC trace2/tr2_dst.o CC trace2/tr2_sid.o CC trace2/tr2_sysenv.o CC trace2/tr2_tbuf.o CC trace2/tr2_tgt_event.o CC trace2/tr2_tgt_normal.o CC trace2/tr2_tgt_perf.o CC trace2/tr2_tls.o CC trace2/tr2_tmr.o CC trailer.o CC transport-helper.o CC transport.o CC tree-diff.o CC tree-walk.o CC tree.o CC unpack-trees.o CC upload-pack.o CC url.o CC urlmatch.o CC usage.o CC userdiff.o CC utf8.o CC varint.o CC versioncmp.o CC walker.o CC wildmatch.o CC worktree.o CC wrapper.o CC write-or-die.o CC ws.o CC wt-status.o CC xdiff-interface.o CC unix-socket.o CC unix-stream-server.o CC compat/simple-ipc/ipc-shared.o CC compat/simple-ipc/ipc-unix-socket.o CC sha1dc_git.o CC sha1dc/sha1.o CC sha1dc/ubc_check.o CC sha256/block/sha256.o CC compat/linux/procinfo.o CC compat/fopen.o CC compat/qsort_s.o CC xdiff/xdiffi.o CC xdiff/xemit.o CC xdiff/xhistogram.o CC xdiff/xmerge.o CC xdiff/xpatience.o CC xdiff/xprepare.o CC xdiff/xutils.o CC reftable/basics.o CC reftable/error.o CC reftable/block.o CC reftable/blocksource.o CC reftable/iter.o CC reftable/publicbasics.o CC reftable/merged.o CC reftable/pq.o CC reftable/reader.o CC reftable/record.o CC reftable/refname.o CC reftable/generic.o CC reftable/stack.o CC reftable/tree.o CC reftable/writer.o CC http-backend.o CC imap-send.o CC http.o CC sh-i18n--envsubst.o CC shell.o CC http-walker.o CC http-fetch.o CC http-push.o CC remote-curl.o * new script parameters * new perl-specific parameters * new Python interpreter location GEN git-instaweb CC git.o CC builtin/add.o CC builtin/am.o CC builtin/annotate.o CC builtin/apply.o CC builtin/archive.o CC builtin/bisect.o CC builtin/blame.o CC builtin/branch.o GEN hook-list.h CC builtin/bundle.o CC builtin/cat-file.o CC builtin/check-attr.o CC builtin/check-ignore.o CC builtin/check-mailmap.o CC builtin/check-ref-format.o CC builtin/checkout--worker.o CC builtin/checkout-index.o CC builtin/checkout.o CC builtin/clean.o CC builtin/clone.o CC builtin/column.o CC builtin/commit-graph.o CC builtin/commit-tree.o CC builtin/commit.o CC builtin/config.o CC builtin/count-objects.o CC builtin/credential-cache--daemon.o CC builtin/credential-cache.o CC builtin/credential-store.o CC builtin/credential.o CC builtin/describe.o CC builtin/diagnose.o CC builtin/diff-files.o CC builtin/diff-index.o CC builtin/diff-tree.o CC builtin/diff.o CC builtin/difftool.o CC builtin/fast-export.o CC builtin/fast-import.o CC builtin/fetch-pack.o CC builtin/fetch.o CC builtin/fmt-merge-msg.o CC builtin/for-each-ref.o CC builtin/for-each-repo.o CC builtin/fsck.o CC builtin/fsmonitor--daemon.o CC builtin/gc.o CC builtin/get-tar-commit-id.o CC builtin/grep.o CC builtin/hash-object.o GEN config-list.h CC builtin/hook.o CC builtin/index-pack.o CC builtin/init-db.o CC builtin/interpret-trailers.o CC builtin/log.o CC builtin/ls-files.o CC builtin/ls-remote.o CC builtin/ls-tree.o CC builtin/mailinfo.o CC builtin/mailsplit.o CC builtin/merge-base.o CC builtin/merge-file.o CC builtin/merge-index.o CC builtin/merge-ours.o CC builtin/merge-recursive.o CC builtin/merge-tree.o CC builtin/merge.o CC builtin/mktag.o CC builtin/mktree.o CC builtin/multi-pack-index.o CC builtin/mv.o CC builtin/name-rev.o CC builtin/notes.o CC builtin/pack-objects.o CC builtin/pack-redundant.o CC builtin/pack-refs.o CC builtin/patch-id.o CC builtin/prune-packed.o CC builtin/prune.o CC builtin/pull.o CC builtin/push.o CC builtin/range-diff.o CC builtin/read-tree.o CC builtin/rebase.o CC builtin/receive-pack.o CC builtin/reflog.o CC builtin/remote-ext.o CC builtin/remote-fd.o CC builtin/remote.o CC builtin/repack.o CC builtin/replace.o CC builtin/rerere.o CC builtin/reset.o CC builtin/rev-list.o CC builtin/rev-parse.o CC builtin/revert.o CC builtin/rm.o CC builtin/send-pack.o CC builtin/shortlog.o CC builtin/show-branch.o CC builtin/show-index.o CC builtin/show-ref.o CC builtin/sparse-checkout.o CC builtin/stash.o CC builtin/stripspace.o CC builtin/submodule--helper.o CC builtin/symbolic-ref.o CC builtin/tag.o CC builtin/unpack-file.o CC builtin/unpack-objects.o CC builtin/update-index.o CC builtin/update-ref.o CC builtin/update-server-info.o CC builtin/upload-archive.o CC builtin/upload-pack.o CC builtin/var.o CC builtin/verify-commit.o CC builtin/verify-pack.o CC builtin/verify-tag.o CC builtin/worktree.o CC builtin/write-tree.o GEN git-mergetool--lib GEN git-sh-i18n GEN git-sh-setup CC scalar.o CC attr.o CC help.o CC version.o AR xdiff/lib.a AR reftable/libreftable.a GEN git-difftool--helper GEN git-filter-branch GEN git-merge-octopus GEN git-merge-one-file GEN git-merge-resolve GEN git-mergetool GEN git-quiltimport GEN git-request-pull GEN git-submodule GEN git-web--browse GEN GIT-PERL-HEADER GEN git-p4 CC builtin/bugreport.o CC builtin/help.o GEN git-archimport GEN git-cvsexportcommit GEN git-cvsimport GEN git-cvsserver GEN git-send-email GEN git-svn AR libgit.a LINK git-daemon LINK git-http-backend LINK git-imap-send LINK git-sh-i18n--envsubst LINK git-shell LINK git-http-fetch LINK git-http-push LINK git-remote-http LINK scalar LINK git LN/CP git-remote-https LN/CP git-remote-ftp LN/CP git-remote-ftps BUILTIN git-add BUILTIN git-am BUILTIN git-apply BUILTIN git-annotate BUILTIN git-archive BUILTIN git-bisect BUILTIN git-blame BUILTIN git-branch BUILTIN git-bugreport BUILTIN git-bundle BUILTIN git-cat-file BUILTIN git-check-attr BUILTIN git-check-ignore BUILTIN git-check-mailmap BUILTIN git-check-ref-format BUILTIN git-checkout--worker BUILTIN git-checkout-index BUILTIN git-checkout BUILTIN git-clean BUILTIN git-clone BUILTIN git-column BUILTIN git-commit-graph BUILTIN git-commit-tree BUILTIN git-commit BUILTIN git-config BUILTIN git-count-objects BUILTIN git-credential-cache--daemon BUILTIN git-credential-cache BUILTIN git-credential-store BUILTIN git-credential BUILTIN git-describe BUILTIN git-diagnose BUILTIN git-diff-files BUILTIN git-diff-index BUILTIN git-diff-tree BUILTIN git-diff BUILTIN git-difftool BUILTIN git-fast-export BUILTIN git-fast-import BUILTIN git-fetch-pack BUILTIN git-fetch BUILTIN git-fmt-merge-msg BUILTIN git-for-each-ref BUILTIN git-for-each-repo BUILTIN git-fsck BUILTIN git-fsmonitor--daemon BUILTIN git-gc BUILTIN git-get-tar-commit-id BUILTIN git-grep BUILTIN git-hash-object BUILTIN git-help BUILTIN git-hook BUILTIN git-index-pack BUILTIN git-init-db BUILTIN git-interpret-trailers BUILTIN git-log BUILTIN git-ls-files BUILTIN git-ls-remote BUILTIN git-ls-tree BUILTIN git-mailinfo BUILTIN git-mailsplit BUILTIN git-merge-base BUILTIN git-merge-file BUILTIN git-merge-index BUILTIN git-merge-ours BUILTIN git-merge-recursive BUILTIN git-merge-tree BUILTIN git-merge BUILTIN git-mktag BUILTIN git-mktree BUILTIN git-multi-pack-index BUILTIN git-mv BUILTIN git-name-rev BUILTIN git-notes BUILTIN git-pack-objects BUILTIN git-pack-redundant BUILTIN git-pack-refs BUILTIN git-patch-id BUILTIN git-prune-packed BUILTIN git-prune BUILTIN git-pull BUILTIN git-push BUILTIN git-range-diff BUILTIN git-read-tree BUILTIN git-rebase BUILTIN git-receive-pack BUILTIN git-reflog BUILTIN git-remote-ext BUILTIN git-remote-fd BUILTIN git-remote BUILTIN git-repack BUILTIN git-replace BUILTIN git-rerere BUILTIN git-reset BUILTIN git-rev-list BUILTIN git-rev-parse BUILTIN git-revert BUILTIN git-rm BUILTIN git-send-pack BUILTIN git-shortlog BUILTIN git-show-branch BUILTIN git-show-index BUILTIN git-show-ref BUILTIN git-sparse-checkout BUILTIN git-stash BUILTIN git-stripspace BUILTIN git-submodule--helper BUILTIN git-symbolic-ref BUILTIN git-unpack-file BUILTIN git-tag BUILTIN git-unpack-objects BUILTIN git-update-index BUILTIN git-update-ref BUILTIN git-update-server-info BUILTIN git-upload-archive BUILTIN git-upload-pack BUILTIN git-var BUILTIN git-verify-commit BUILTIN git-verify-pack BUILTIN git-verify-tag BUILTIN git-worktree BUILTIN git-write-tree BUILTIN git-cherry BUILTIN git-cherry-pick BUILTIN git-format-patch BUILTIN git-fsck-objects BUILTIN git-init BUILTIN git-maintenance BUILTIN git-merge-subtree BUILTIN git-restore BUILTIN git-show BUILTIN git-stage BUILTIN git-status BUILTIN git-switch BUILTIN git-version BUILTIN git-whatchanged SUBDIR git-gui GITGUI_VERSION = 0.21.GITGUI * new locations or Tcl/Tk interpreter MSGFMT po/bg.msg MSGFMT po/de.msg MSGFMT po/el.msg MSGFMT po/fr.msg MSGFMT po/hu.msg MSGFMT po/it.msg MSGFMT po/ja.msg MSGFMT po/nb.msg MSGFMT po/pt_br.msg MSGFMT po/pt_pt.msg MSGFMT po/ru.msg MSGFMT po/sv.msg MSGFMT po/vi.msg MSGFMT po/zh_cn.msg GEN git-gui INDEX lib/ * tclsh failed; using unoptimized loading 514 translated. 579 translated. 519 translated, 1 untranslated. 381 translated, 4 fuzzy, 6 untranslated. 520 translated. 474 translated, 39 untranslated. 565 translated. 520 translated. 546 translated, 1 untranslated. 366 translated, 7 fuzzy, 17 untranslated. 550 translated. 543 translated. 579 translated. 547 translated. SUBDIR gitk-git Generating catalog po/bg.msg Generating catalog po/ca.msg msgfmt --statistics --tcl po/bg.po -l bg -d po/ msgfmt --statistics --tcl po/ca.po -l ca -d po/ Generating catalog po/de.msg Generating catalog po/es.msg msgfmt --statistics --tcl po/de.po -l de -d po/ msgfmt --statistics --tcl po/es.po -l es -d po/ * new Tcl/Tk interpreter location Generating catalog po/fr.msg msgfmt --statistics --tcl po/fr.po -l fr -d po/ Generating catalog po/hu.msg msgfmt --statistics --tcl po/hu.po -l hu -d po/ Generating catalog po/it.msg msgfmt --statistics --tcl po/it.po -l it -d po/ Generating catalog po/ja.msg msgfmt --statistics --tcl po/ja.po -l ja -d po/ Generating catalog po/pt_br.msg msgfmt --statistics --tcl po/pt_br.po -l pt_br -d po/ Generating catalog po/pt_pt.msg msgfmt --statistics --tcl po/pt_pt.po -l pt_pt -d po/ Generating catalog po/ru.msg Generating catalog po/sv.msg 307 translated messages. msgfmt --statistics --tcl po/ru.po -l ru -d po/ 307 translated messages. msgfmt --statistics --tcl po/sv.po -l sv -d po/ 184 translated messages, 46 fuzzy translations, 77 untranslated messages. Generating catalog po/vi.msg msgfmt --statistics --tcl po/vi.po -l vi -d po/ 317 translated messagesGenerating catalog po/zh_cn.msg . 311 translated messages. msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ GEN gitk-wish 311 translated messages. 274 translated messages, 17 fuzzy translations, 16 untranslated messages. 277 translated messages, 18 fuzzy translations, 12 untranslated messages. 311 translated messages. 279 translated messages, 16 fuzzy translations, 12 untranslated messages. 311 translated messages. 317 translated messages. 317 translated messages. 307 translated messages. SUBDIR templates MKDIR -p po/build/locale/bg/LC_MESSAGES MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo MKDIR -p po/build/locale/ca/LC_MESSAGES MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo MKDIR -p po/build/locale/de/LC_MESSAGES MSGFMT po/build/locale/de/LC_MESSAGES/git.mo MKDIR -p po/build/locale/el/LC_MESSAGES MSGFMT po/build/locale/el/LC_MESSAGES/git.mo MKDIR -p po/build/locale/es/LC_MESSAGES MSGFMT po/build/locale/es/LC_MESSAGES/git.mo MKDIR -p po/build/locale/fr/LC_MESSAGES MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo MKDIR -p po/build/locale/id/LC_MESSAGES MSGFMT po/build/locale/id/LC_MESSAGES/git.mo MKDIR -p po/build/locale/is/LC_MESSAGES MSGFMT po/build/locale/is/LC_MESSAGES/git.mo MKDIR -p po/build/locale/it/LC_MESSAGES MSGFMT po/build/locale/it/LC_MESSAGES/git.mo MKDIR -p po/build/locale/ko/LC_MESSAGES MSGFMT po/build/locale/ko/LC_MESSAGES/git.mo MKDIR -p po/build/locale/pl/LC_MESSAGES MSGFMT po/build/locale/pl/LC_MESSAGES/git.mo MKDIR -p po/build/locale/pt_PT/LC_MESSAGES MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo MKDIR -p po/build/locale/ru/LC_MESSAGES MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo MKDIR -p po/build/locale/sv/LC_MESSAGES MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo MKDIR -p po/build/locale/tr/LC_MESSAGES MSGFMT po/build/locale/tr/LC_MESSAGES/git.mo MKDIR -p po/build/locale/uk/LC_MESSAGES MSGFMT po/build/locale/uk/LC_MESSAGES/git.mo MKDIR -p po/build/locale/vi/LC_MESSAGES MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo MKDIR -p po/build/locale/zh_CN/LC_MESSAGES MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo MKDIR -p po/build/locale/zh_TW/LC_MESSAGES MSGFMT po/build/locale/zh_TW/LC_MESSAGES/git.mo MKDIR -p perl/build/lib GEN perl/build/lib/Git.pm MKDIR -p perl/build/lib/Git GEN perl/build/lib/Git/IndexInfo.pm GEN perl/build/lib/Git/LoadCPAN.pm GEN perl/build/lib/Git/Packet.pm GEN perl/build/lib/Git/I18N.pm GEN perl/build/lib/Git/SVN.pm MKDIR -p perl/build/lib/Git/LoadCPAN GEN perl/build/lib/Git/LoadCPAN/Error.pm MKDIR -p perl/build/lib/Git/SVN GEN perl/build/lib/Git/SVN/Fetcher.pm GEN perl/build/lib/Git/SVN/GlobSpec.pm GEN perl/build/lib/Git/SVN/Log.pm GEN perl/build/lib/Git/SVN/Editor.pm GEN perl/build/lib/Git/SVN/Migration.pm GEN perl/build/lib/Git/SVN/Prompt.pm GEN perl/build/lib/Git/SVN/Ra.pm GEN perl/build/lib/Git/SVN/Utils.pm MKDIR -p perl/build/lib/Git/LoadCPAN/Mail GEN perl/build/lib/Git/LoadCPAN/Mail/Address.pm MKDIR -p perl/build/lib/Git/SVN/Memoize GEN perl/build/lib/Git/SVN/Memoize/YAML.pm MKDIR -p perl/build/lib/FromCPAN GEN perl/build/lib/FromCPAN/Error.pm MKDIR -p perl/build/lib/FromCPAN/Mail GEN perl/build/lib/FromCPAN/Mail/Address.pm CC t/helper/test-fake-ssh.o CC reftable/basics_test.o CC reftable/block_test.o CC reftable/dump.o CC reftable/merged_test.o CC reftable/pq_test.o CC reftable/record_test.o CC reftable/readwrite_test.o CC reftable/refname_test.o CC reftable/stack_test.o CC reftable/test_framework.o CC reftable/tree_test.o CC t/helper/test-tool.o CC t/helper/test-advise.o CC t/helper/test-bitmap.o CC t/helper/test-bloom.o CC t/helper/test-bundle-uri.o CC t/helper/test-cache-tree.o CC t/helper/test-chmtime.o CC t/helper/test-config.o CC t/helper/test-crontab.o CC t/helper/test-csprng.o CC t/helper/test-ctype.o CC t/helper/test-date.o CC t/helper/test-delta.o CC t/helper/test-dir-iterator.o CC t/helper/test-drop-caches.o CC t/helper/test-dump-cache-tree.o CC t/helper/test-dump-fsmonitor.o CC t/helper/test-dump-split-index.o CC t/helper/test-dump-untracked-cache.o CC t/helper/test-env-helper.o CC t/helper/test-example-decorate.o CC t/helper/test-fast-rebase.o CC t/helper/test-find-pack.o CC t/helper/test-fsmonitor-client.o CC t/helper/test-genrandom.o CC t/helper/test-genzeros.o CC t/helper/test-getcwd.o CC t/helper/test-hash-speed.o CC t/helper/test-hash.o CC t/helper/test-hashmap.o CC t/helper/test-hexdump.o CC t/helper/test-json-writer.o CC t/helper/test-lazy-init-name-hash.o CC t/helper/test-match-trees.o CC t/helper/test-mergesort.o CC t/helper/test-mktemp.o CC t/helper/test-oid-array.o CC t/helper/test-oidmap.o CC t/helper/test-oidtree.o CC t/helper/test-online-cpus.o CC t/helper/test-pack-mtimes.o CC t/helper/test-parse-options.o CC t/helper/test-parse-pathspec-file.o CC t/helper/test-partial-clone.o CC t/helper/test-path-utils.o CC t/helper/test-pcre2-config.o CC t/helper/test-pkt-line.o CC t/helper/test-prio-queue.o CC t/helper/test-proc-receive.o CC t/helper/test-progress.o CC t/helper/test-reach.o CC t/helper/test-read-cache.o CC t/helper/test-read-graph.o CC t/helper/test-read-midx.o CC t/helper/test-ref-store.o CC t/helper/test-reftable.o CC t/helper/test-regex.o CC t/helper/test-rot13-filter.o CC t/helper/test-repository.o CC t/helper/test-revision-walking.o CC t/helper/test-run-command.o CC t/helper/test-scrap-cache-tree.o CC t/helper/test-serve-v2.o CC t/helper/test-sha1.o CC t/helper/test-sha256.o CC t/helper/test-sigchain.o CC t/helper/test-simple-ipc.o CC t/helper/test-strcmp-offset.o CC t/helper/test-string-list.o CC t/helper/test-submodule-config.o CC t/helper/test-submodule-nested-repo-config.o CC t/helper/test-submodule.o CC t/helper/test-subprocess.o CC t/helper/test-trace2.o CC t/helper/test-truncate.o CC t/helper/test-urlmatch-normalization.o CC t/helper/test-userdiff.o CC t/helper/test-wildmatch.o CC t/helper/test-windows-named-pipe.o CC t/helper/test-write-cache.o CC t/helper/test-xml-encode.o MKDIR -p bin-wrappers GEN bin-wrappers/git GEN bin-wrappers/scalar GEN bin-wrappers/git-receive-pack GEN bin-wrappers/git-shell GEN bin-wrappers/git-upload-archive GEN bin-wrappers/git-upload-pack GEN bin-wrappers/git-cvsserver GEN bin-wrappers/test-fake-ssh GEN bin-wrappers/test-tool AR reftable/libreftable_test.a LINK t/helper/test-fake-ssh LINK t/helper/test-tool GEN gitweb/static/gitweb.js GEN gitweb/gitweb.cgi make: Entering directory '/build/git-2.43.1/contrib/subtree' make -C ../../ GIT-VERSION-FILE make[1]: Entering directory '/build/git-2.43.1' make[1]: 'GIT-VERSION-FILE' is up to date. make[1]: Leaving directory '/build/git-2.43.1' sed -e '1s|#!.*/sh|#!/bin/sh|' git-subtree.sh >git-subtree chmod +x git-subtree make: Leaving directory '/build/git-2.43.1/contrib/subtree' make: Entering directory '/build/git-2.43.1/contrib/diff-highlight' cat shebang.perl DiffHighlight.pm diff-highlight.perl >diff-highlight+ chmod +x diff-highlight+ mv diff-highlight+ diff-highlight make: Leaving directory '/build/git-2.43.1/contrib/diff-highlight' Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash prefix=\$\{out\} SHELL_PATH=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash PERL_PATH=/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl PYTHON_PATH=/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python sysconfdir=/etc USE_LIBPCRE2=1 perllibdir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/lib/perl5/site_perl/5.38.2 pkgconfigdir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/lib/pkgconfig m4datadir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/aclocal aclocaldir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/aclocal NO_INSTALL_HARDLINKS=1 install install -d -m 755 '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitweb' install -m 755 gitweb/gitweb.cgi '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitweb' install -d -m 755 '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitweb/static' install -m 644 gitweb/static/gitweb.js gitweb/static/gitweb.css gitweb/static/git-logo.png gitweb/static/git-favicon.png \ '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitweb/static' SUBDIR git-gui SUBDIR gitk-git SUBDIR templates install -d -m 755 '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin' install -d -m 755 '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core' install git-daemon git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-http-fetch git-http-push git-remote-http git-remote-https git-remote-ftp git-remote-ftps '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core' install git-difftool--helper git-filter-branch git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool git-quiltimport git-request-pull git-submodule git-web--browse git-archimport git-cvsexportcommit git-cvsimport git-cvsserver git-send-email git-svn git-p4 git-instaweb '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core' install -m 644 git-mergetool--lib git-sh-i18n git-sh-setup '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core' install git scalar git-receive-pack git-shell git-upload-archive git-upload-pack '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin' install git-cvsserver '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin' make -C templates DESTDIR='' install make[1]: Entering directory '/build/git-2.43.1/templates' install -d -m 755 '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git-core/templates' (cd blt && tar cf - .) | \ (cd '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git-core/templates' && umask 022 && tar xof -) make[1]: Leaving directory '/build/git-2.43.1/templates' install -d -m 755 '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/mergetools' install -m 644 mergetools/* '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/mergetools' install -d -m 755 '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/locale' (cd po/build/locale && tar cf - .) | \ (cd '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/locale' && umask 022 && tar xof -) install -d -m 755 '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/lib/perl5/site_perl/5.38.2' (cd perl/build/lib && tar cf - .) | \ (cd '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/lib/perl5/site_perl/5.38.2' && umask 022 && tar xof -) make -C gitk-git install make[1]: Entering directory '/build/git-2.43.1/gitk-git' install -d -m 755 '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin' install -m 755 gitk-wish '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin'/gitk install -d -m 755 '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' install -m 644 po/bg.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/ca.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/de.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/es.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/fr.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/hu.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/it.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/ja.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/pt_br.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/pt_pt.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/ru.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/sv.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/vi.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && install -m 644 po/zh_cn.msg '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/gitk/lib/msgs' && true make[1]: Leaving directory '/build/git-2.43.1/gitk-git' make -C git-gui gitexecdir='/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core' install make[1]: Entering directory '/build/git-2.43.1/git-gui' DEST /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core INSTALL 755 git-gui INSTALL 755 git-gui--askpass LINK git-citool -> git-gui DEST /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git-gui/lib INSTALL 644 tclIndex INSTALL 644 about.tcl INSTALL 644 blame.tcl INSTALL 644 branch.tcl INSTALL 644 branch_checkout.tcl INSTALL 644 branch_create.tcl INSTALL 644 branch_delete.tcl INSTALL 644 branch_rename.tcl INSTALL 644 browser.tcl INSTALL 644 checkout_op.tcl INSTALL 644 choose_font.tcl INSTALL 644 choose_repository.tcl INSTALL 644 choose_rev.tcl INSTALL 644 chord.tcl INSTALL 644 class.tcl INSTALL 644 commit.tcl INSTALL 644 console.tcl INSTALL 644 database.tcl INSTALL 644 date.tcl INSTALL 644 diff.tcl INSTALL 644 encoding.tcl INSTALL 644 error.tcl INSTALL 644 index.tcl INSTALL 644 line.tcl INSTALL 644 logo.tcl INSTALL 644 merge.tcl INSTALL 644 mergetool.tcl INSTALL 644 option.tcl INSTALL 644 remote.tcl INSTALL 644 remote_add.tcl INSTALL 644 remote_branch_delete.tcl INSTALL 644 search.tcl INSTALL 644 shortcut.tcl INSTALL 644 spellcheck.tcl INSTALL 644 sshkey.tcl INSTALL 644 status_bar.tcl INSTALL 644 themed.tcl INSTALL 644 tools.tcl INSTALL 644 tools_dlg.tcl INSTALL 644 transport.tcl INSTALL 644 win32.tcl INSTALL 644 git-gui.ico INSTALL 644 win32_shortcut.js DEST /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git-gui/lib/msgs INSTALL 644 bg.msg INSTALL 644 de.msg INSTALL 644 el.msg INSTALL 644 fr.msg INSTALL 644 hu.msg INSTALL 644 it.msg INSTALL 644 ja.msg INSTALL 644 nb.msg INSTALL 644 pt_br.msg INSTALL 644 pt_pt.msg INSTALL 644 ru.msg INSTALL 644 sv.msg INSTALL 644 vi.msg INSTALL 644 zh_cn.msg make[1]: Leaving directory '/build/git-2.43.1/git-gui' bindir=$(cd '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin' && pwd) && \ execdir=$(cd '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core' && pwd) && \ destdir_from_execdir_SQ=$(echo 'libexec/git-core' | sed -e 's|[^/][^/]*|..|g') && \ { test "$bindir/" = "$execdir/" || \ for p in git scalar git-shell git-cvsserver; do \ rm -f "$execdir/$p" && \ test -n "" && \ ln -s "$destdir_from_execdir_SQ/bin/$p" "$execdir/$p" || \ { test -z "1" && \ ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \ cp "$bindir/$p" "$execdir/$p" || exit; } \ done; \ } && \ for p in git-receive-pack git-upload-archive git-upload-pack; do \ rm -f "$bindir/$p" && \ test -n "" && \ ln -s "git" "$bindir/$p" || \ { test -z "1" && \ ln "$bindir/git" "$bindir/$p" 2>/dev/null || \ ln -s "git" "$bindir/$p" 2>/dev/null || \ cp "$bindir/git" "$bindir/$p" || exit; }; \ done && \ for p in git-add git-am git-annotate git-apply git-archive git-bisect git-blame git-branch git-bugreport git-bundle git-cat-file git-check-attr git-check-ignore git-check-mailmap git-check-ref-format git-checkout--worker git-checkout-index git-checkout git-clean git-clone git-column git-commit-graph git-commit-tree git-commit git-config git-count-objects git-credential-cache--daemon git-credential-cache git-credential-store git-credential git-describe git-diagnose git-diff-files git-diff-index git-diff-tree git-diff git-difftool git-fast-export git-fast-import git-fetch-pack git-fetch git-fmt-merge-msg git-for-each-ref git-for-each-repo git-fsck git-fsmonitor--daemon git-gc git-get-tar-commit-id git-grep git-hash-object git-help git-hook git-index-pack git-init-db git-interpret-trailers git-log git-ls-files git-ls-remote git-ls-tree git-mailinfo git-mailsplit git-merge-base git-merge-file git-merge-index git-merge-ours git-merge-recursive git-merge-tree git-merge git-mktag git-mktree git-multi-pack-index git-mv git-name-rev git-notes git-pack-objects git-pack-redundant git-pack-refs git-patch-id git-prune-packed git-prune git-pull git-push git-range-diff git-read-tree git-rebase git-receive-pack git-reflog git-remote-ext git-remote-fd git-remote git-repack git-replace git-rerere git-reset git-rev-list git-rev-parse git-revert git-rm git-send-pack git-shortlog git-show-branch git-show-index git-show-ref git-sparse-checkout git-stash git-stripspace git-submodule--helper git-symbolic-ref git-tag git-unpack-file git-unpack-objects git-update-index git-update-ref git-update-server-info git-upload-archive git-upload-pack git-var git-verify-commit git-verify-pack git-verify-tag git-worktree git-write-tree git-cherry git-cherry-pick git-format-patch git-fsck-objects git-init git-maintenance git-merge-subtree git-restore git-show git-stage git-status git-switch git-version git-whatchanged; do \ rm -f "$execdir/$p" && \ if test -z ""; \ then \ test -n "" && \ ln -s "$destdir_from_execdir_SQ/bin/git" "$execdir/$p" || \ { test -z "1" && \ ln "$execdir/git" "$execdir/$p" 2>/dev/null || \ ln -s "git" "$execdir/$p" 2>/dev/null || \ cp "$execdir/git" "$execdir/$p" || exit; }; \ fi \ done && \ remote_curl_aliases="git-remote-https git-remote-ftp git-remote-ftps" && \ for p in $remote_curl_aliases; do \ rm -f "$execdir/$p" && \ test -n "" && \ ln -s "git-remote-http" "$execdir/$p" || \ { test -z "1" && \ ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \ ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \ cp "$execdir/git-remote-http" "$execdir/$p" || exit; } \ done make: Entering directory '/build/git-2.43.1/contrib/subtree' make -C ../../ GIT-VERSION-FILE make[1]: Entering directory '/build/git-2.43.1' make[1]: 'GIT-VERSION-FILE' is up to date. make[1]: Leaving directory '/build/git-2.43.1' install -d -m 755 /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core install -m 755 git-subtree /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core asciidoc -b docbook -d manpage -f ../../Documentation/asciidoc.conf \ -agit_version=2.43.1 git-subtree.txt xmlto -m ../../Documentation/manpage-normal.xsl man git-subtree.xml install -d -m 755 /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/man/man1 install -m 644 git-subtree.1 /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/man/man1 asciidoc -b xhtml11 -d manpage -f ../../Documentation/asciidoc.conf \ -agit_version=2.43.1 git-subtree.txt install -d -m 755 /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git install -m 644 git-subtree.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git make: Leaving directory '/build/git-2.43.1/contrib/subtree' substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git-core/contrib/hooks/pre-auto-gc-battery') substituteStream(): WARNING: pattern \ grep doesn't match anything in file '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-sh-setup' substituteStream(): WARNING: pattern \ egrep doesn't match anything in file '/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-sh-setup' make: Entering directory '/build/git-2.43.1/Documentation' make: git: No such file or directory SUBDIR ../ GEN mergetools-list.made GEN cmd-list.made make[1]: 'GIT-VERSION-FILE' is up to date. GEN doc.dep make: git: No such file or directory SUBDIR ../ make[1]: 'GIT-VERSION-FILE' is up to date. make: 'cmd-list.made' is up to date. * new asciidoc flags GEN howto-index.txt ASCIIDOC git-tools.html ASCIIDOC git-bisect-lk2009.html ASCIIDOC user-manual.xml ASCIIDOC howto/new-command.html ASCIIDOC howto/revert-branch-rebase.html ASCIIDOC howto/using-merge-subtree.html ASCIIDOC howto/using-signed-tag-in-pull-request.html ASCIIDOC howto/use-git-daemon.html ASCIIDOC howto/update-hook-example.html ASCIIDOC howto/setup-git-server-over-http.html ASCIIDOC howto/separating-topic-branches.html ASCIIDOC howto/revert-a-faulty-merge.html ASCIIDOC howto/recover-corrupted-blob-object.html ASCIIDOC howto/recover-corrupted-object-harder.html ASCIIDOC howto/rebuild-from-update-hook.html ASCIIDOC howto/rebase-from-internal-branch.html ASCIIDOC howto/keep-canonical-history-correct.html ASCIIDOC howto/maintain-git.html ASCIIDOC howto/coordinate-embargoed-releases.html ASCIIDOC technical/api-error-handling.html ASCIIDOC technical/api-merge.html ASCIIDOC technical/api-parse-options.html ASCIIDOC technical/api-simple-ipc.html ASCIIDOC technical/api-trace2.html ASCIIDOC ReviewingGuidelines.html ASCIIDOC MyFirstContribution.html ASCIIDOC MyFirstObjectWalk.html GEN SubmittingPatches.txt ASCIIDOC ToolsForGit.html ASCIIDOC technical/bitmap-format.html ASCIIDOC technical/bundle-uri.html ASCIIDOC technical/hash-function-transition.html ASCIIDOC technical/long-running-process-protocol.html ASCIIDOC technical/multi-pack-index.html ASCIIDOC technical/pack-heuristics.html ASCIIDOC technical/parallel-checkout.html ASCIIDOC technical/partial-clone.html ASCIIDOC technical/racy-git.html ASCIIDOC technical/reftable.html ASCIIDOC technical/scalar.html ASCIIDOC technical/send-pack-pipeline.html ASCIIDOC technical/shallow.html ASCIIDOC technical/trivial-merge.html GEN technical/api-index.txt ASCIIDOC everyday.html ASCIIDOC git-remote-helpers.html ASCIIDOC git-add.xml ASCIIDOC git-am.xml ASCIIDOC git-annotate.xml ASCIIDOC git-apply.xml ASCIIDOC git-archimport.xml ASCIIDOC git-archive.xml ASCIIDOC git-bisect.xml ASCIIDOC git-blame.xml ASCIIDOC git-branch.xml ASCIIDOC git-bugreport.xml ASCIIDOC git-bundle.xml ASCIIDOC git-cat-file.xml ASCIIDOC git-check-attr.xml ASCIIDOC git-check-ignore.xml ASCIIDOC git-check-mailmap.xml ASCIIDOC git-check-ref-format.xml ASCIIDOC git-checkout-index.xml ASCIIDOC git-checkout.xml ASCIIDOC git-cherry-pick.xml ASCIIDOC git-cherry.xml ASCIIDOC git-citool.xml ASCIIDOC git-clean.xml ASCIIDOC git-clone.xml ASCIIDOC git-column.xml ASCIIDOC git-commit-graph.xml ASCIIDOC git-commit-tree.xml ASCIIDOC git-commit.xml ASCIIDOC git-config.xml ASCIIDOC git-count-objects.xml ASCIIDOC git-credential-cache--daemon.xml ASCIIDOC git-credential-cache.xml ASCIIDOC git-credential-store.xml ASCIIDOC git-credential.xml ASCIIDOC git-cvsexportcommit.xml ASCIIDOC git-cvsimport.xml ASCIIDOC git-cvsserver.xml ASCIIDOC git-daemon.xml ASCIIDOC git-describe.xml ASCIIDOC git-diagnose.xml ASCIIDOC git-diff-files.xml ASCIIDOC git-diff-index.xml ASCIIDOC git-diff-tree.xml ASCIIDOC git-diff.xml ASCIIDOC git-difftool.xml ASCIIDOC git-fast-export.xml ASCIIDOC git-fast-import.xml ASCIIDOC git-fetch-pack.xml ASCIIDOC git-fetch.xml ASCIIDOC git-filter-branch.xml ASCIIDOC git-fmt-merge-msg.xml ASCIIDOC git-for-each-ref.xml ASCIIDOC git-for-each-repo.xml ASCIIDOC git-format-patch.xml ASCIIDOC git-fsck-objects.xml ASCIIDOC git-fsck.xml ASCIIDOC git-fsmonitor--daemon.xml ASCIIDOC git-gc.xml ASCIIDOC git-get-tar-commit-id.xml ASCIIDOC git-grep.xml ASCIIDOC git-gui.xml ASCIIDOC git-hash-object.xml ASCIIDOC git-help.xml ASCIIDOC git-hook.xml ASCIIDOC git-http-backend.xml ASCIIDOC git-http-fetch.xml ASCIIDOC git-http-push.xml ASCIIDOC git-imap-send.xml ASCIIDOC git-index-pack.xml ASCIIDOC git-init-db.xml ASCIIDOC git-init.xml ASCIIDOC git-instaweb.xml ASCIIDOC git-interpret-trailers.xml ASCIIDOC git-log.xml ASCIIDOC git-ls-files.xml ASCIIDOC git-ls-remote.xml ASCIIDOC git-ls-tree.xml ASCIIDOC git-mailinfo.xml ASCIIDOC git-mailsplit.xml ASCIIDOC git-maintenance.xml ASCIIDOC git-merge-base.xml ASCIIDOC git-merge-file.xml ASCIIDOC git-merge-index.xml ASCIIDOC git-merge-one-file.xml ASCIIDOC git-merge-tree.xml ASCIIDOC git-merge.xml ASCIIDOC git-mergetool--lib.xml ASCIIDOC git-mergetool.xml ASCIIDOC git-mktag.xml ASCIIDOC git-mktree.xml ASCIIDOC git-multi-pack-index.xml ASCIIDOC git-mv.xml ASCIIDOC git-name-rev.xml ASCIIDOC git-notes.xml ASCIIDOC git-p4.xml ASCIIDOC git-pack-objects.xml ASCIIDOC git-pack-redundant.xml ASCIIDOC git-pack-refs.xml ASCIIDOC git-patch-id.xml ASCIIDOC git-prune-packed.xml ASCIIDOC git-prune.xml ASCIIDOC git-pull.xml ASCIIDOC git-push.xml ASCIIDOC git-quiltimport.xml ASCIIDOC git-range-diff.xml ASCIIDOC git-read-tree.xml ASCIIDOC git-rebase.xml ASCIIDOC git-receive-pack.xml ASCIIDOC git-reflog.xml ASCIIDOC git-remote-ext.xml ASCIIDOC git-remote-fd.xml ASCIIDOC git-remote.xml ASCIIDOC git-repack.xml ASCIIDOC git-replace.xml ASCIIDOC git-request-pull.xml ASCIIDOC git-rerere.xml ASCIIDOC git-reset.xml ASCIIDOC git-restore.xml ASCIIDOC git-rev-list.xml ASCIIDOC git-rev-parse.xml ASCIIDOC git-revert.xml ASCIIDOC git-rm.xml ASCIIDOC git-send-email.xml ASCIIDOC git-send-pack.xml ASCIIDOC git-sh-i18n--envsubst.xml ASCIIDOC git-sh-i18n.xml ASCIIDOC git-sh-setup.xml ASCIIDOC git-shell.xml ASCIIDOC git-shortlog.xml ASCIIDOC git-show-branch.xml ASCIIDOC git-show-index.xml ASCIIDOC git-show-ref.xml ASCIIDOC git-show.xml ASCIIDOC git-sparse-checkout.xml ASCIIDOC git-stage.xml ASCIIDOC git-stash.xml ASCIIDOC git-status.xml ASCIIDOC git-stripspace.xml ASCIIDOC git-submodule.xml ASCIIDOC git-svn.xml ASCIIDOC git-switch.xml ASCIIDOC git-symbolic-ref.xml ASCIIDOC git-tag.xml ASCIIDOC git-unpack-file.xml ASCIIDOC git-unpack-objects.xml ASCIIDOC git-update-index.xml ASCIIDOC git-update-ref.xml ASCIIDOC git-update-server-info.xml ASCIIDOC git-upload-archive.xml ASCIIDOC git-upload-pack.xml ASCIIDOC git-var.xml ASCIIDOC git-verify-commit.xml ASCIIDOC git-verify-pack.xml ASCIIDOC git-verify-tag.xml ASCIIDOC git-version.xml ASCIIDOC git-web--browse.xml ASCIIDOC git-whatchanged.xml ASCIIDOC git-worktree.xml ASCIIDOC git-write-tree.xml ASCIIDOC git.xml ASCIIDOC gitk.xml ASCIIDOC gitweb.xml ASCIIDOC scalar.xml ASCIIDOC gitattributes.xml ASCIIDOC gitformat-bundle.xml ASCIIDOC gitformat-chunk.xml ASCIIDOC gitformat-commit-graph.xml ASCIIDOC gitformat-index.xml ASCIIDOC gitformat-pack.xml ASCIIDOC gitformat-signature.xml ASCIIDOC githooks.xml ASCIIDOC gitignore.xml ASCIIDOC gitmailmap.xml ASCIIDOC gitmodules.xml ASCIIDOC gitprotocol-capabilities.xml ASCIIDOC gitprotocol-common.xml ASCIIDOC gitprotocol-http.xml ASCIIDOC gitprotocol-pack.xml ASCIIDOC gitprotocol-v2.xml ASCIIDOC gitrepository-layout.xml ASCIIDOC gitweb.conf.xml ASCIIDOC gitcli.xml ASCIIDOC gitcore-tutorial.xml ASCIIDOC gitcredentials.xml ASCIIDOC gitcvs-migration.xml ASCIIDOC gitdiffcore.xml ASCIIDOC giteveryday.xml ASCIIDOC gitfaq.xml ASCIIDOC gitglossary.xml ASCIIDOC gitnamespaces.xml ASCIIDOC gitremote-helpers.xml ASCIIDOC gitrevisions.xml ASCIIDOC gitsubmodules.xml ASCIIDOC gittutorial-2.xml ASCIIDOC gittutorial.xml ASCIIDOC gitworkflows.xml ASCIIDOC git-add.html ASCIIDOC git-am.html ASCIIDOC git-annotate.html ASCIIDOC git-apply.html ASCIIDOC git-archimport.html ASCIIDOC git-archive.html ASCIIDOC git-bisect.html ASCIIDOC git-blame.html ASCIIDOC git-branch.html ASCIIDOC git-bugreport.html ASCIIDOC git-bundle.html ASCIIDOC git-cat-file.html ASCIIDOC git-check-attr.html ASCIIDOC git-check-ignore.html ASCIIDOC git-check-mailmap.html ASCIIDOC git-check-ref-format.html ASCIIDOC git-checkout-index.html ASCIIDOC git-checkout.html ASCIIDOC git-cherry-pick.html ASCIIDOC git-cherry.html ASCIIDOC git-citool.html ASCIIDOC git-clean.html ASCIIDOC git-clone.html ASCIIDOC git-column.html ASCIIDOC git-commit-graph.html ASCIIDOC git-commit-tree.html ASCIIDOC git-commit.html ASCIIDOC git-config.html ASCIIDOC git-count-objects.html ASCIIDOC git-credential-cache--daemon.html ASCIIDOC git-credential-cache.html ASCIIDOC git-credential-store.html ASCIIDOC git-credential.html ASCIIDOC git-cvsexportcommit.html ASCIIDOC git-cvsimport.html ASCIIDOC git-cvsserver.html ASCIIDOC git-daemon.html ASCIIDOC git-describe.html ASCIIDOC git-diagnose.html ASCIIDOC git-diff-files.html ASCIIDOC git-diff-index.html ASCIIDOC git-diff-tree.html ASCIIDOC git-diff.html ASCIIDOC git-difftool.html ASCIIDOC git-fast-export.html ASCIIDOC git-fast-import.html ASCIIDOC git-fetch-pack.html ASCIIDOC git-fetch.html ASCIIDOC git-filter-branch.html ASCIIDOC git-fmt-merge-msg.html ASCIIDOC git-for-each-ref.html ASCIIDOC git-for-each-repo.html ASCIIDOC git-format-patch.html ASCIIDOC git-fsck-objects.html ASCIIDOC git-fsck.html ASCIIDOC git-fsmonitor--daemon.html ASCIIDOC git-gc.html ASCIIDOC git-get-tar-commit-id.html ASCIIDOC git-grep.html ASCIIDOC git-gui.html ASCIIDOC git-hash-object.html ASCIIDOC git-help.html ASCIIDOC git-hook.html ASCIIDOC git-http-backend.html ASCIIDOC git-http-fetch.html ASCIIDOC git-http-push.html ASCIIDOC git-imap-send.html ASCIIDOC git-index-pack.html ASCIIDOC git-init-db.html ASCIIDOC git-init.html ASCIIDOC git-instaweb.html ASCIIDOC git-interpret-trailers.html ASCIIDOC git-log.html ASCIIDOC git-ls-files.html ASCIIDOC git-ls-remote.html ASCIIDOC git-ls-tree.html ASCIIDOC git-mailinfo.html ASCIIDOC git-mailsplit.html ASCIIDOC git-maintenance.html ASCIIDOC git-merge-base.html ASCIIDOC git-merge-file.html ASCIIDOC git-merge-index.html ASCIIDOC git-merge-one-file.html ASCIIDOC git-merge-tree.html ASCIIDOC git-merge.html ASCIIDOC git-mergetool--lib.html ASCIIDOC git-mergetool.html ASCIIDOC git-mktag.html ASCIIDOC git-mktree.html ASCIIDOC git-multi-pack-index.html ASCIIDOC git-mv.html ASCIIDOC git-name-rev.html ASCIIDOC git-notes.html ASCIIDOC git-p4.html ASCIIDOC git-pack-objects.html ASCIIDOC git-pack-redundant.html ASCIIDOC git-pack-refs.html ASCIIDOC git-patch-id.html ASCIIDOC git-prune-packed.html ASCIIDOC git-prune.html ASCIIDOC git-pull.html ASCIIDOC git-push.html ASCIIDOC git-quiltimport.html ASCIIDOC git-range-diff.html ASCIIDOC git-read-tree.html ASCIIDOC git-rebase.html ASCIIDOC git-receive-pack.html ASCIIDOC git-reflog.html ASCIIDOC git-remote-ext.html ASCIIDOC git-remote-fd.html ASCIIDOC git-remote.html ASCIIDOC git-repack.html ASCIIDOC git-replace.html ASCIIDOC git-request-pull.html ASCIIDOC git-rerere.html ASCIIDOC git-reset.html ASCIIDOC git-restore.html ASCIIDOC git-rev-list.html ASCIIDOC git-rev-parse.html ASCIIDOC git-revert.html ASCIIDOC git-rm.html ASCIIDOC git-send-email.html ASCIIDOC git-send-pack.html ASCIIDOC git-sh-i18n--envsubst.html ASCIIDOC git-sh-i18n.html ASCIIDOC git-sh-setup.html ASCIIDOC git-shell.html ASCIIDOC git-shortlog.html ASCIIDOC git-show-branch.html ASCIIDOC git-show-index.html ASCIIDOC git-show-ref.html ASCIIDOC git-show.html ASCIIDOC git-sparse-checkout.html ASCIIDOC git-stage.html ASCIIDOC git-stash.html ASCIIDOC git-status.html ASCIIDOC git-stripspace.html ASCIIDOC git-submodule.html ASCIIDOC git-svn.html ASCIIDOC git-switch.html ASCIIDOC git-symbolic-ref.html ASCIIDOC git-tag.html ASCIIDOC git-unpack-file.html ASCIIDOC git-unpack-objects.html ASCIIDOC git-update-index.html ASCIIDOC git-update-ref.html ASCIIDOC git-update-server-info.html ASCIIDOC git-upload-archive.html ASCIIDOC git-upload-pack.html ASCIIDOC git-var.html ASCIIDOC git-verify-commit.html ASCIIDOC git-verify-pack.html ASCIIDOC git-verify-tag.html ASCIIDOC git-version.html ASCIIDOC git-web--browse.html ASCIIDOC git-whatchanged.html ASCIIDOC git-worktree.html ASCIIDOC git-write-tree.html ASCIIDOC git.html ASCIIDOC gitk.html ASCIIDOC gitweb.html ASCIIDOC scalar.html ASCIIDOC gitattributes.html ASCIIDOC gitformat-bundle.html ASCIIDOC gitformat-chunk.html ASCIIDOC gitformat-commit-graph.html ASCIIDOC gitformat-index.html ASCIIDOC gitformat-pack.html ASCIIDOC gitformat-signature.html ASCIIDOC githooks.html ASCIIDOC gitignore.html ASCIIDOC gitmailmap.html ASCIIDOC gitmodules.html ASCIIDOC gitprotocol-capabilities.html ASCIIDOC gitprotocol-common.html ASCIIDOC gitprotocol-http.html ASCIIDOC gitprotocol-pack.html ASCIIDOC gitprotocol-v2.html ASCIIDOC gitrepository-layout.html ASCIIDOC gitweb.conf.html ASCIIDOC gitcli.html ASCIIDOC gitcore-tutorial.html ASCIIDOC gitcredentials.html ASCIIDOC gitcvs-migration.html ASCIIDOC gitdiffcore.html ASCIIDOC giteveryday.html ASCIIDOC gitfaq.html ASCIIDOC gitglossary.html ASCIIDOC gitnamespaces.html ASCIIDOC gitremote-helpers.html ASCIIDOC gitrevisions.html ASCIIDOC gitsubmodules.html ASCIIDOC gittutorial-2.html ASCIIDOC gittutorial.html ASCIIDOC gitworkflows.html ASCIIDOC howto-index.html XSLTPROC user-manual.html ASCIIDOC SubmittingPatches.html ASCIIDOC technical/api-index.html XMLTO git-add.1 XMLTO git-am.1 XMLTO git-annotate.1 XMLTO git-apply.1 XMLTO git-archimport.1 XMLTO git-archive.1 XMLTO git-bisect.1 XMLTO git-blame.1 XMLTO git-branch.1 XMLTO git-bugreport.1 XMLTO git-bundle.1 XMLTO git-cat-file.1 XMLTO git-check-attr.1 XMLTO git-check-ignore.1 XMLTO git-check-mailmap.1 XMLTO git-check-ref-format.1 XMLTO git-checkout-index.1 XMLTO git-checkout.1 XMLTO git-cherry-pick.1 XMLTO git-cherry.1 XMLTO git-citool.1 XMLTO git-clean.1 XMLTO git-clone.1 XMLTO git-column.1 XMLTO git-commit-graph.1 XMLTO git-commit-tree.1 XMLTO git-commit.1 XMLTO git-config.1 XMLTO git-count-objects.1 XMLTO git-credential-cache--daemon.1 XMLTO git-credential-cache.1 XMLTO git-credential-store.1 XMLTO git-credential.1 XMLTO git-cvsexportcommit.1 XMLTO git-cvsimport.1 XMLTO git-cvsserver.1 XMLTO git-daemon.1 XMLTO git-describe.1 XMLTO git-diagnose.1 XMLTO git-diff-files.1 XMLTO git-diff-index.1 XMLTO git-diff-tree.1 XMLTO git-diff.1 XMLTO git-difftool.1 XMLTO git-fast-export.1 XMLTO git-fast-import.1 XMLTO git-fetch-pack.1 XMLTO git-fetch.1 XMLTO git-filter-branch.1 XMLTO git-fmt-merge-msg.1 XMLTO git-for-each-ref.1 XMLTO git-for-each-repo.1 XMLTO git-format-patch.1 XMLTO git-fsck-objects.1 XMLTO git-fsck.1 XMLTO git-fsmonitor--daemon.1 XMLTO git-gc.1 XMLTO git-get-tar-commit-id.1 XMLTO git-grep.1 XMLTO git-gui.1 XMLTO git-hash-object.1 XMLTO git-help.1 XMLTO git-hook.1 XMLTO git-http-backend.1 XMLTO git-http-fetch.1 XMLTO git-http-push.1 XMLTO git-imap-send.1 XMLTO git-index-pack.1 XMLTO git-init-db.1 XMLTO git-init.1 XMLTO git-instaweb.1 XMLTO git-interpret-trailers.1 XMLTO git-log.1 XMLTO git-ls-files.1 XMLTO git-ls-remote.1 XMLTO git-ls-tree.1 XMLTO git-mailinfo.1 XMLTO git-mailsplit.1 XMLTO git-maintenance.1 XMLTO git-merge-base.1 XMLTO git-merge-file.1 XMLTO git-merge-index.1 XMLTO git-merge-one-file.1 XMLTO git-merge-tree.1 XMLTO git-merge.1 XMLTO git-mergetool--lib.1 XMLTO git-mktag.1 XMLTO git-mergetool.1 XMLTO git-mktree.1 XMLTO git-multi-pack-index.1 XMLTO git-mv.1 XMLTO git-name-rev.1 XMLTO git-notes.1 XMLTO git-p4.1 XMLTO git-pack-objects.1 XMLTO git-pack-redundant.1 XMLTO git-pack-refs.1 XMLTO git-patch-id.1 XMLTO git-prune-packed.1 XMLTO git-prune.1 XMLTO git-pull.1 XMLTO git-push.1 XMLTO git-quiltimport.1 XMLTO git-range-diff.1 XMLTO git-read-tree.1 XMLTO git-rebase.1 XMLTO git-receive-pack.1 XMLTO git-reflog.1 XMLTO git-remote-ext.1 XMLTO git-remote-fd.1 XMLTO git-remote.1 XMLTO git-repack.1 XMLTO git-replace.1 XMLTO git-request-pull.1 XMLTO git-rerere.1 XMLTO git-reset.1 XMLTO git-restore.1 XMLTO git-rev-list.1 XMLTO git-rev-parse.1 XMLTO git-revert.1 XMLTO git-rm.1 XMLTO git-send-email.1 XMLTO git-send-pack.1 XMLTO git-sh-i18n--envsubst.1 XMLTO git-sh-i18n.1 XMLTO git-sh-setup.1 XMLTO git-shell.1 XMLTO git-shortlog.1 XMLTO git-show-branch.1 XMLTO git-show-index.1 XMLTO git-show-ref.1 XMLTO git-show.1 XMLTO git-sparse-checkout.1 XMLTO git-stage.1 XMLTO git-stash.1 XMLTO git-status.1 XMLTO git-stripspace.1 XMLTO git-submodule.1 XMLTO git-svn.1 XMLTO git-switch.1 XMLTO git-symbolic-ref.1 XMLTO git-tag.1 XMLTO git-unpack-file.1 XMLTO git-unpack-objects.1 XMLTO git-update-index.1 XMLTO git-update-ref.1 XMLTO git-update-server-info.1 XMLTO git-upload-archive.1 XMLTO git-upload-pack.1 XMLTO git-var.1 XMLTO git-verify-commit.1 XMLTO git-verify-pack.1 XMLTO git-verify-tag.1 XMLTO git-version.1 XMLTO git-web--browse.1 XMLTO git-whatchanged.1 XMLTO git-worktree.1 XMLTO git-write-tree.1 XMLTO git.1 XMLTO gitk.1 XMLTO gitweb.1 XMLTO scalar.1 XMLTO gitattributes.5 XMLTO gitformat-bundle.5 XMLTO gitformat-chunk.5 XMLTO gitformat-commit-graph.5 XMLTO gitformat-index.5 XMLTO gitformat-pack.5 XMLTO gitformat-signature.5 XMLTO githooks.5 XMLTO gitignore.5 XMLTO gitmailmap.5 XMLTO gitmodules.5 XMLTO gitprotocol-capabilities.5 XMLTO gitprotocol-common.5 XMLTO gitprotocol-http.5 XMLTO gitprotocol-pack.5 XMLTO gitprotocol-v2.5 XMLTO gitrepository-layout.5 XMLTO gitweb.conf.5 XMLTO gitcli.7 XMLTO gitcore-tutorial.7 XMLTO gitcredentials.7 XMLTO gitcvs-migration.7 XMLTO gitdiffcore.7 XMLTO giteveryday.7 XMLTO gitfaq.7 XMLTO gitglossary.7 XMLTO gitnamespaces.7 XMLTO gitremote-helpers.7 XMLTO gitrevisions.7 XMLTO gitsubmodules.7 XMLTO gittutorial-2.7 XMLTO gittutorial.7 XMLTO gitworkflows.7 'sh' ./install-webdoc.sh /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git # install MyFirstContribution.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/MyFirstContribution.txt # install MyFirstObjectWalk.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/MyFirstObjectWalk.txt # install ReviewingGuidelines.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/ReviewingGuidelines.txt # install SubmittingPatches.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/SubmittingPatches.txt # install ToolsForGit.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/ToolsForGit.txt # install blame-options.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/blame-options.txt # install cmds-ancillaryinterrogators.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-ancillaryinterrogators.txt # install cmds-ancillarymanipulators.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-ancillarymanipulators.txt # install cmds-developerinterfaces.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-developerinterfaces.txt # install cmds-foreignscminterface.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-foreignscminterface.txt # install cmds-guide.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-guide.txt # install cmds-mainporcelain.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-mainporcelain.txt # install cmds-plumbinginterrogators.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-plumbinginterrogators.txt # install cmds-plumbingmanipulators.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-plumbingmanipulators.txt # install cmds-purehelpers.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-purehelpers.txt # install cmds-synchelpers.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-synchelpers.txt # install cmds-synchingrepositories.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-synchingrepositories.txt # install cmds-userinterfaces.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/cmds-userinterfaces.txt # install config.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/config.txt # install date-formats.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/date-formats.txt # install diff-format.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/diff-format.txt # install diff-generate-patch.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/diff-generate-patch.txt # install diff-options.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/diff-options.txt # install fetch-options.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/fetch-options.txt # install fsck-msgids.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/fsck-msgids.txt # install git-add.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-add.txt # install git-am.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-am.txt # install git-annotate.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-annotate.txt # install git-apply.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-apply.txt # install git-archimport.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-archimport.txt # install git-archive.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-archive.txt # install git-bisect-lk2009.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-bisect-lk2009.txt # install git-bisect.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-bisect.txt # install git-blame.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-blame.txt # install git-branch.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-branch.txt # install git-bugreport.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-bugreport.txt # install git-bundle.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-bundle.txt # install git-cat-file.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cat-file.txt # install git-check-attr.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-check-attr.txt # install git-check-ignore.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-check-ignore.txt # install git-check-mailmap.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-check-mailmap.txt # install git-check-ref-format.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-check-ref-format.txt # install git-checkout-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-checkout-index.txt # install git-checkout.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-checkout.txt # install git-cherry-pick.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cherry-pick.txt # install git-cherry.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cherry.txt # install git-citool.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-citool.txt # install git-clean.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-clean.txt # install git-clone.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-clone.txt # install git-column.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-column.txt # install git-commit-graph.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-commit-graph.txt # install git-commit-tree.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-commit-tree.txt # install git-commit.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-commit.txt # install git-config.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-config.txt # install git-count-objects.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-count-objects.txt # install git-credential-cache--daemon.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-credential-cache--daemon.txt # install git-credential-cache.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-credential-cache.txt # install git-credential-store.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-credential-store.txt # install git-credential.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-credential.txt # install git-cvsexportcommit.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cvsexportcommit.txt # install git-cvsimport.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cvsimport.txt # install git-cvsserver.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cvsserver.txt # install git-daemon.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-daemon.txt # install git-describe.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-describe.txt # install git-diagnose.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-diagnose.txt # install git-diff-files.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-diff-files.txt # install git-diff-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-diff-index.txt # install git-diff-tree.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-diff-tree.txt # install git-diff.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-diff.txt # install git-difftool.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-difftool.txt # install git-fast-export.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fast-export.txt # install git-fast-import.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fast-import.txt # install git-fetch-pack.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fetch-pack.txt # install git-fetch.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fetch.txt # install git-filter-branch.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-filter-branch.txt # install git-fmt-merge-msg.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fmt-merge-msg.txt # install git-for-each-ref.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-for-each-ref.txt # install git-for-each-repo.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-for-each-repo.txt # install git-format-patch.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-format-patch.txt # install git-fsck-objects.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fsck-objects.txt # install git-fsck.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fsck.txt # install git-fsmonitor--daemon.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fsmonitor--daemon.txt # install git-gc.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-gc.txt # install git-get-tar-commit-id.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-get-tar-commit-id.txt install -d -m 755 /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/man/man1 install -d -m 755 /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/man/man5 install -d -m 755 /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/man/man7 # install git-grep.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-grep.txt install -m 644 git-add.1 git-am.1 git-annotate.1 git-apply.1 git-archimport.1 git-archive.1 git-bisect.1 git-blame.1 git-branch.1 git-bugreport.1 git-bundle.1 git-cat-file.1 git-check-attr.1 git-check-ignore.1 git-check-mailmap.1 git-check-ref-format.1 git-checkout-index.1 git-checkout.1 git-cherry-pick.1 git-cherry.1 git-citool.1 git-clean.1 git-clone.1 git-column.1 git-commit-graph.1 git-commit-tree.1 git-commit.1 git-config.1 git-count-objects.1 git-credential-cache--daemon.1 git-credential-cache.1 git-credential-store.1 git-credential.1 git-cvsexportcommit.1 git-cvsimport.1 git-cvsserver.1 git-daemon.1 git-describe.1 git-diagnose.1 git-diff-files.1 git-diff-index.1 git-diff-tree.1 git-diff.1 git-difftool.1 git-fast-export.1 git-fast-import.1 git-fetch-pack.1 git-fetch.1 git-filter-branch.1 git-fmt-merge-msg.1 git-for-each-ref.1 git-for-each-repo.1 git-format-patch.1 git-fsck-objects.1 git-fsck.1 git-fsmonitor--daemon.1 git-gc.1 git-get-tar-commit-id.1 git-grep.1 git-gui.1 git-hash-object.1 git-help.1 git-hook.1 git-http-backend.1 git-http-fetch.1 git-http-push.1 git-imap-send.1 git-index-pack.1 git-init-db.1 git-init.1 git-instaweb.1 git-interpret-trailers.1 git-log.1 git-ls-files.1 git-ls-remote.1 git-ls-tree.1 git-mailinfo.1 git-mailsplit.1 git-maintenance.1 git-merge-base.1 git-merge-file.1 git-merge-index.1 git-merge-one-file.1 git-merge-tree.1 git-merge.1 git-mergetool--lib.1 git-mergetool.1 git-mktag.1 git-mktree.1 git-multi-pack-index.1 git-mv.1 git-name-rev.1 git-notes.1 git-p4.1 git-pack-objects.1 git-pack-redundant.1 git-pack-refs.1 git-patch-id.1 git-prune-packed.1 git-prune.1 git-pull.1 git-push.1 git-quiltimport.1 git-range-diff.1 git-read-tree.1 git-rebase.1 git-receive-pack.1 git-reflog.1 git-remote-ext.1 git-remote-fd.1 git-remote.1 git-repack.1 git-replace.1 git-request-pull.1 git-rerere.1 git-reset.1 git-restore.1 git-rev-list.1 git-rev-parse.1 git-revert.1 git-rm.1 git-send-email.1 git-send-pack.1 git-sh-i18n--envsubst.1 git-sh-i18n.1 git-sh-setup.1 git-shell.1 git-shortlog.1 git-show-branch.1 git-show-index.1 git-show-ref.1 git-show.1 git-sparse-checkout.1 git-stage.1 git-stash.1 git-status.1 git-stripspace.1 git-submodule.1 git-svn.1 git-switch.1 git-symbolic-ref.1 git-tag.1 git-unpack-file.1 git-unpack-objects.1 git-update-index.1 git-update-ref.1 git-update-server-info.1 git-upload-archive.1 git-upload-pack.1 git-var.1 git-verify-commit.1 git-verify-pack.1 git-verify-tag.1 git-version.1 git-web--browse.1 git-whatchanged.1 git-worktree.1 git-write-tree.1 git.1 gitk.1 gitweb.1 scalar.1 /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/man/man1 # install git-gui.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-gui.txt # install git-hash-object.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-hash-object.txt install -m 644 gitattributes.5 gitformat-bundle.5 gitformat-chunk.5 gitformat-commit-graph.5 gitformat-index.5 gitformat-pack.5 gitformat-signature.5 githooks.5 gitignore.5 gitmailmap.5 gitmodules.5 gitprotocol-capabilities.5 gitprotocol-common.5 gitprotocol-http.5 gitprotocol-pack.5 gitprotocol-v2.5 gitrepository-layout.5 gitweb.conf.5 /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/man/man5 install -m 644 gitcli.7 gitcore-tutorial.7 gitcredentials.7 gitcvs-migration.7 gitdiffcore.7 giteveryday.7 gitfaq.7 gitglossary.7 gitnamespaces.7 gitremote-helpers.7 gitrevisions.7 gitsubmodules.7 gittutorial-2.7 gittutorial.7 gitworkflows.7 /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/man/man7 # install git-help.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-help.txt # install git-hook.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-hook.txt # install git-http-backend.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-http-backend.txt # install git-http-fetch.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-http-fetch.txt # install git-http-push.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-http-push.txt # install git-imap-send.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-imap-send.txt # install git-index-pack.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-index-pack.txt # install git-init-db.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-init-db.txt # install git-init.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-init.txt # install git-instaweb.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-instaweb.txt # install git-interpret-trailers.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-interpret-trailers.txt # install git-log.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-log.txt # install git-ls-files.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-ls-files.txt # install git-ls-remote.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-ls-remote.txt # install git-ls-tree.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-ls-tree.txt # install git-mailinfo.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mailinfo.txt # install git-mailsplit.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mailsplit.txt # install git-maintenance.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-maintenance.txt # install git-merge-base.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge-base.txt # install git-merge-file.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge-file.txt # install git-merge-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge-index.txt # install git-merge-one-file.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge-one-file.txt # install git-merge-tree.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge-tree.txt # install git-merge.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge.txt # install git-mergetool--lib.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mergetool--lib.txt # install git-mergetool.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mergetool.txt # install git-mktag.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mktag.txt # install git-mktree.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mktree.txt # install git-multi-pack-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-multi-pack-index.txt # install git-mv.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mv.txt # install git-name-rev.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-name-rev.txt # install git-notes.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-notes.txt # install git-p4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-p4.txt # install git-pack-objects.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-pack-objects.txt # install git-pack-redundant.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-pack-redundant.txt # install git-pack-refs.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-pack-refs.txt # install git-patch-id.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-patch-id.txt # install git-prune-packed.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-prune-packed.txt # install git-prune.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-prune.txt # install git-pull.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-pull.txt # install git-push.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-push.txt # install git-quiltimport.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-quiltimport.txt # install git-range-diff.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-range-diff.txt # install git-read-tree.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-read-tree.txt # install git-rebase.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-rebase.txt # install git-receive-pack.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-receive-pack.txt # install git-reflog.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-reflog.txt # install git-remote-ext.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-remote-ext.txt # install git-remote-fd.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-remote-fd.txt # install git-remote.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-remote.txt # install git-repack.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-repack.txt # install git-replace.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-replace.txt # install git-request-pull.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-request-pull.txt # install git-rerere.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-rerere.txt # install git-reset.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-reset.txt # install git-restore.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-restore.txt # install git-rev-list.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-rev-list.txt # install git-rev-parse.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-rev-parse.txt # install git-revert.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-revert.txt # install git-rm.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-rm.txt # install git-send-email.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-send-email.txt # install git-send-pack.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-send-pack.txt # install git-sh-i18n--envsubst.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-sh-i18n--envsubst.txt # install git-sh-i18n.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-sh-i18n.txt # install git-sh-setup.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-sh-setup.txt # install git-shell.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-shell.txt # install git-shortlog.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-shortlog.txt # install git-show-branch.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-show-branch.txt # install git-show-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-show-index.txt # install git-show-ref.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-show-ref.txt # install git-show.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-show.txt # install git-sparse-checkout.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-sparse-checkout.txt # install git-stage.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-stage.txt # install git-stash.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-stash.txt # install git-status.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-status.txt # install git-stripspace.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-stripspace.txt # install git-submodule.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-submodule.txt # install git-svn.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-svn.txt # install git-switch.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-switch.txt # install git-symbolic-ref.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-symbolic-ref.txt # install git-tag.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-tag.txt # install git-tools.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-tools.txt # install git-unpack-file.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-unpack-file.txt # install git-unpack-objects.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-unpack-objects.txt # install git-update-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-update-index.txt # install git-update-ref.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-update-ref.txt # install git-update-server-info.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-update-server-info.txt # install git-upload-archive.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-upload-archive.txt # install git-upload-pack.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-upload-pack.txt # install git-var.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-var.txt # install git-verify-commit.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-verify-commit.txt # install git-verify-pack.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-verify-pack.txt # install git-verify-tag.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-verify-tag.txt # install git-version.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-version.txt # install git-web--browse.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-web--browse.txt # install git-whatchanged.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-whatchanged.txt # install git-worktree.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-worktree.txt # install git-write-tree.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-write-tree.txt # install git.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git.txt # install gitattributes.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitattributes.txt # install gitcli.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitcli.txt # install gitcore-tutorial.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitcore-tutorial.txt # install gitcredentials.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitcredentials.txt # install gitcvs-migration.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitcvs-migration.txt # install gitdiffcore.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitdiffcore.txt # install giteveryday.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/giteveryday.txt # install gitfaq.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitfaq.txt # install gitformat-bundle.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-bundle.txt # install gitformat-chunk.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-chunk.txt # install gitformat-commit-graph.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-commit-graph.txt # install gitformat-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-index.txt # install gitformat-pack.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-pack.txt # install gitformat-signature.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-signature.txt # install gitglossary.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitglossary.txt # install githooks.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/githooks.txt # install gitignore.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitignore.txt # install gitk.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitk.txt # install gitmailmap.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitmailmap.txt # install gitmodules.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitmodules.txt # install gitnamespaces.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitnamespaces.txt # install gitprotocol-capabilities.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitprotocol-capabilities.txt # install gitprotocol-common.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitprotocol-common.txt # install gitprotocol-http.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitprotocol-http.txt # install gitprotocol-pack.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitprotocol-pack.txt # install gitprotocol-v2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitprotocol-v2.txt # install gitremote-helpers.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitremote-helpers.txt # install gitrepository-layout.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitrepository-layout.txt # install gitrevisions.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitrevisions.txt # install gitsubmodules.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitsubmodules.txt # install gittutorial-2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gittutorial-2.txt # install gittutorial.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gittutorial.txt # install gitweb.conf.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitweb.conf.txt # install gitweb.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitweb.txt # install gitworkflows.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitworkflows.txt # install glossary-content.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/glossary-content.txt # install howto-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto-index.txt # install i18n.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/i18n.txt # install line-range-format.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/line-range-format.txt # install line-range-options.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/line-range-options.txt # install merge-options.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/merge-options.txt # install merge-strategies.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/merge-strategies.txt # install mergetools-diff.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/mergetools-diff.txt # install mergetools-merge.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/mergetools-merge.txt # install object-format-disclaimer.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/object-format-disclaimer.txt # install pretty-formats.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/pretty-formats.txt # install pretty-options.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/pretty-options.txt # install pull-fetch-param.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/pull-fetch-param.txt # install ref-reachability-filters.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/ref-reachability-filters.txt # install rerere-options.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/rerere-options.txt # install rev-list-description.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/rev-list-description.txt # install rev-list-options.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/rev-list-options.txt # install revisions.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/revisions.txt # install scalar.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/scalar.txt # install sequencer.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/sequencer.txt # install signoff-option.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/signoff-option.txt # install trace2-target-values.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/trace2-target-values.txt # install transfer-data-leaks.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/transfer-data-leaks.txt # install urls-remotes.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/urls-remotes.txt # install urls.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/urls.txt # install user-manual.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/user-manual.txt # install MyFirstContribution.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/MyFirstContribution.html # install MyFirstObjectWalk.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/MyFirstObjectWalk.html # install ReviewingGuidelines.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/ReviewingGuidelines.html # install SubmittingPatches.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/SubmittingPatches.html # install ToolsForGit.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/ToolsForGit.html # install everyday.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/everyday.html # install git-add.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-add.html # install git-am.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-am.html # install git-annotate.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-annotate.html # install git-apply.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-apply.html # install git-archimport.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-archimport.html # install git-archive.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-archive.html # install git-bisect-lk2009.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-bisect-lk2009.html # install git-bisect.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-bisect.html # install git-blame.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-blame.html # install git-branch.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-branch.html # install git-bugreport.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-bugreport.html # install git-bundle.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-bundle.html # install git-cat-file.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cat-file.html # install git-check-attr.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-check-attr.html # install git-check-ignore.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-check-ignore.html # install git-check-mailmap.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-check-mailmap.html # install git-check-ref-format.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-check-ref-format.html # install git-checkout-index.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-checkout-index.html # install git-checkout.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-checkout.html # install git-cherry-pick.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cherry-pick.html # install git-cherry.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cherry.html # install git-citool.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-citool.html # install git-clean.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-clean.html # install git-clone.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-clone.html # install git-column.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-column.html # install git-commit-graph.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-commit-graph.html # install git-commit-tree.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-commit-tree.html # install git-commit.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-commit.html # install git-config.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-config.html # install git-count-objects.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-count-objects.html # install git-credential-cache--daemon.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-credential-cache--daemon.html # install git-credential-cache.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-credential-cache.html # install git-credential-store.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-credential-store.html # install git-credential.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-credential.html # install git-cvsexportcommit.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cvsexportcommit.html # install git-cvsimport.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cvsimport.html # install git-cvsserver.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-cvsserver.html # install git-daemon.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-daemon.html # install git-describe.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-describe.html # install git-diagnose.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-diagnose.html # install git-diff-files.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-diff-files.html # install git-diff-index.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-diff-index.html # install git-diff-tree.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-diff-tree.html # install git-diff.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-diff.html # install git-difftool.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-difftool.html # install git-fast-export.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fast-export.html # install git-fast-import.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fast-import.html # install git-fetch-pack.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fetch-pack.html # install git-fetch.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fetch.html # install git-filter-branch.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-filter-branch.html # install git-fmt-merge-msg.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fmt-merge-msg.html # install git-for-each-ref.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-for-each-ref.html # install git-for-each-repo.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-for-each-repo.html # install git-format-patch.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-format-patch.html # install git-fsck-objects.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fsck-objects.html # install git-fsck.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fsck.html # install git-fsmonitor--daemon.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-fsmonitor--daemon.html # install git-gc.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-gc.html # install git-get-tar-commit-id.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-get-tar-commit-id.html # install git-grep.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-grep.html # install git-gui.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-gui.html # install git-hash-object.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-hash-object.html # install git-help.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-help.html # install git-hook.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-hook.html # install git-http-backend.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-http-backend.html # install git-http-fetch.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-http-fetch.html # install git-http-push.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-http-push.html # install git-imap-send.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-imap-send.html # install git-index-pack.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-index-pack.html # install git-init-db.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-init-db.html # install git-init.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-init.html # install git-instaweb.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-instaweb.html # install git-interpret-trailers.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-interpret-trailers.html # install git-log.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-log.html # install git-ls-files.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-ls-files.html # install git-ls-remote.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-ls-remote.html # install git-ls-tree.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-ls-tree.html # install git-mailinfo.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mailinfo.html # install git-mailsplit.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mailsplit.html # install git-maintenance.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-maintenance.html # install git-merge-base.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge-base.html # install git-merge-file.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge-file.html # install git-merge-index.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge-index.html # install git-merge-one-file.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge-one-file.html # install git-merge-tree.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge-tree.html # install git-merge.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-merge.html # install git-mergetool--lib.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mergetool--lib.html # install git-mergetool.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mergetool.html # install git-mktag.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mktag.html # install git-mktree.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mktree.html # install git-multi-pack-index.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-multi-pack-index.html # install git-mv.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-mv.html # install git-name-rev.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-name-rev.html # install git-notes.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-notes.html # install git-p4.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-p4.html # install git-pack-objects.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-pack-objects.html # install git-pack-redundant.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-pack-redundant.html # install git-pack-refs.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-pack-refs.html # install git-patch-id.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-patch-id.html # install git-prune-packed.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-prune-packed.html # install git-prune.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-prune.html # install git-pull.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-pull.html # install git-push.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-push.html # install git-quiltimport.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-quiltimport.html # install git-range-diff.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-range-diff.html # install git-read-tree.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-read-tree.html # install git-rebase.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-rebase.html # install git-receive-pack.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-receive-pack.html # install git-reflog.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-reflog.html # install git-remote-ext.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-remote-ext.html # install git-remote-fd.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-remote-fd.html # install git-remote-helpers.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-remote-helpers.html # install git-remote.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-remote.html # install git-repack.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-repack.html # install git-replace.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-replace.html # install git-request-pull.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-request-pull.html # install git-rerere.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-rerere.html # install git-reset.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-reset.html # install git-restore.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-restore.html # install git-rev-list.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-rev-list.html # install git-rev-parse.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-rev-parse.html # install git-revert.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-revert.html # install git-rm.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-rm.html # install git-send-email.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-send-email.html # install git-send-pack.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-send-pack.html # install git-sh-i18n--envsubst.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-sh-i18n--envsubst.html # install git-sh-i18n.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-sh-i18n.html # install git-sh-setup.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-sh-setup.html # install git-shell.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-shell.html # install git-shortlog.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-shortlog.html # install git-show-branch.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-show-branch.html # install git-show-index.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-show-index.html # install git-show-ref.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-show-ref.html # install git-show.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-show.html # install git-sparse-checkout.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-sparse-checkout.html # install git-stage.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-stage.html # install git-stash.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-stash.html # install git-status.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-status.html # install git-stripspace.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-stripspace.html # install git-submodule.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-submodule.html # install git-svn.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-svn.html # install git-switch.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-switch.html # install git-symbolic-ref.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-symbolic-ref.html # install git-tag.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-tag.html # install git-tools.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-tools.html # install git-unpack-file.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-unpack-file.html # install git-unpack-objects.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-unpack-objects.html # install git-update-index.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-update-index.html # install git-update-ref.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-update-ref.html # install git-update-server-info.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-update-server-info.html # install git-upload-archive.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-upload-archive.html # install git-upload-pack.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-upload-pack.html # install git-var.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-var.html # install git-verify-commit.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-verify-commit.html # install git-verify-pack.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-verify-pack.html # install git-verify-tag.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-verify-tag.html # install git-version.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-version.html # install git-web--browse.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-web--browse.html # install git-whatchanged.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-whatchanged.html # install git-worktree.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-worktree.html # install git-write-tree.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-write-tree.html # install git.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git.html # install gitattributes.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitattributes.html # install gitcli.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitcli.html # install gitcore-tutorial.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitcore-tutorial.html # install gitcredentials.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitcredentials.html # install gitcvs-migration.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitcvs-migration.html # install gitdiffcore.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitdiffcore.html # install giteveryday.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/giteveryday.html # install gitfaq.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitfaq.html # install gitformat-bundle.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-bundle.html # install gitformat-chunk.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-chunk.html # install gitformat-commit-graph.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-commit-graph.html # install gitformat-index.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-index.html # install gitformat-pack.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-pack.html # install gitformat-signature.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitformat-signature.html # install gitglossary.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitglossary.html # install githooks.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/githooks.html # install gitignore.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitignore.html # install gitk.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitk.html # install gitmailmap.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitmailmap.html # install gitmodules.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitmodules.html # install gitnamespaces.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitnamespaces.html # install gitprotocol-capabilities.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitprotocol-capabilities.html # install gitprotocol-common.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitprotocol-common.html # install gitprotocol-http.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitprotocol-http.html # install gitprotocol-pack.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitprotocol-pack.html # install gitprotocol-v2.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitprotocol-v2.html # install gitremote-helpers.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitremote-helpers.html # install gitrepository-layout.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitrepository-layout.html # install gitrevisions.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitrevisions.html # install gitsubmodules.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitsubmodules.html # install gittutorial-2.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gittutorial-2.html # install gittutorial.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gittutorial.html # install gitweb.conf.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitweb.conf.html # install gitweb.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitweb.html # install gitworkflows.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/gitworkflows.html # install howto-index.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto-index.html # install scalar.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/scalar.html # install user-manual.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/user-manual.html # install howto/coordinate-embargoed-releases.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/coordinate-embargoed-releases.txt # install howto/keep-canonical-history-correct.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/keep-canonical-history-correct.txt # install howto/maintain-git.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/maintain-git.txt # install howto/new-command.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/new-command.txt # install howto/rebase-from-internal-branch.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/rebase-from-internal-branch.txt # install howto/rebuild-from-update-hook.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/rebuild-from-update-hook.txt # install howto/recover-corrupted-blob-object.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/recover-corrupted-blob-object.txt # install howto/recover-corrupted-object-harder.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/recover-corrupted-object-harder.txt # install howto/revert-a-faulty-merge.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/revert-a-faulty-merge.txt # install howto/revert-branch-rebase.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/revert-branch-rebase.txt # install howto/separating-topic-branches.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/separating-topic-branches.txt # install howto/setup-git-server-over-http.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/setup-git-server-over-http.txt # install howto/update-hook-example.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/update-hook-example.txt # install howto/use-git-daemon.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/use-git-daemon.txt # install howto/using-merge-subtree.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/using-merge-subtree.txt # install howto/using-signed-tag-in-pull-request.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/using-signed-tag-in-pull-request.txt # install howto/coordinate-embargoed-releases.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/coordinate-embargoed-releases.html # install howto/keep-canonical-history-correct.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/keep-canonical-history-correct.html # install howto/maintain-git.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/maintain-git.html # install howto/new-command.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/new-command.html # install howto/rebase-from-internal-branch.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/rebase-from-internal-branch.html # install howto/rebuild-from-update-hook.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/rebuild-from-update-hook.html # install howto/recover-corrupted-blob-object.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/recover-corrupted-blob-object.html # install howto/recover-corrupted-object-harder.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/recover-corrupted-object-harder.html # install howto/revert-a-faulty-merge.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/revert-a-faulty-merge.html # install howto/revert-branch-rebase.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/revert-branch-rebase.html # install howto/separating-topic-branches.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/separating-topic-branches.html # install howto/setup-git-server-over-http.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/setup-git-server-over-http.html # install howto/update-hook-example.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/update-hook-example.html # install howto/use-git-daemon.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/use-git-daemon.html # install howto/using-merge-subtree.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/using-merge-subtree.html # install howto/using-signed-tag-in-pull-request.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/howto/using-signed-tag-in-pull-request.html # install technical/api-error-handling.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-error-handling.txt # install technical/api-index-skel.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-index-skel.txt # install technical/api-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-index.txt # install technical/api-merge.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-merge.txt # install technical/api-parse-options.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-parse-options.txt # install technical/api-simple-ipc.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-simple-ipc.txt # install technical/api-trace2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-trace2.txt # install technical/bitmap-format.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/bitmap-format.txt # install technical/bundle-uri.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/bundle-uri.txt # install technical/commit-graph.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/commit-graph.txt # install technical/directory-rename-detection.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/directory-rename-detection.txt # install technical/hash-function-transition.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/hash-function-transition.txt # install technical/long-running-process-protocol.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/long-running-process-protocol.txt # install technical/multi-pack-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/multi-pack-index.txt # install technical/pack-heuristics.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/pack-heuristics.txt # install technical/packfile-uri.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/packfile-uri.txt # install technical/parallel-checkout.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/parallel-checkout.txt # install technical/partial-clone.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/partial-clone.txt # install technical/racy-git.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/racy-git.txt # install technical/reftable.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/reftable.txt # install technical/remembering-renames.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/remembering-renames.txt # install technical/repository-version.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/repository-version.txt # install technical/rerere.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/rerere.txt # install technical/scalar.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/scalar.txt # install technical/send-pack-pipeline.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/send-pack-pipeline.txt # install technical/shallow.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/shallow.txt # install technical/sparse-checkout.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/sparse-checkout.txt # install technical/sparse-index.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/sparse-index.txt # install technical/trivial-merge.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/trivial-merge.txt # install technical/api-error-handling.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-error-handling.html # install technical/api-index.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-index.html # install technical/api-merge.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-merge.html # install technical/api-parse-options.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-parse-options.html # install technical/api-simple-ipc.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-simple-ipc.html # install technical/api-trace2.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/api-trace2.html # install technical/bitmap-format.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/bitmap-format.html # install technical/bundle-uri.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/bundle-uri.html # install technical/hash-function-transition.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/hash-function-transition.html # install technical/long-running-process-protocol.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/long-running-process-protocol.html # install technical/multi-pack-index.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/multi-pack-index.html # install technical/pack-heuristics.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/pack-heuristics.html # install technical/parallel-checkout.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/parallel-checkout.html # install technical/partial-clone.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/partial-clone.html # install technical/racy-git.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/racy-git.html # install technical/reftable.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/reftable.html # install technical/scalar.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/scalar.html # install technical/send-pack-pipeline.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/send-pack-pipeline.html # install technical/shallow.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/shallow.html # install technical/trivial-merge.html /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/technical/trivial-merge.html # install RelNotes/1.5.0.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.0.1.txt # install RelNotes/1.5.0.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.0.2.txt # install RelNotes/1.5.0.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.0.3.txt # install RelNotes/1.5.0.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.0.4.txt # install RelNotes/1.5.0.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.0.5.txt # install RelNotes/1.5.0.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.0.6.txt # install RelNotes/1.5.0.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.0.7.txt # install RelNotes/1.5.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.0.txt # install RelNotes/1.5.1.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.1.1.txt # install RelNotes/1.5.1.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.1.2.txt # install RelNotes/1.5.1.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.1.3.txt # install RelNotes/1.5.1.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.1.4.txt # install RelNotes/1.5.1.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.1.5.txt # install RelNotes/1.5.1.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.1.6.txt # install RelNotes/1.5.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.1.txt # install RelNotes/1.5.2.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.2.1.txt # install RelNotes/1.5.2.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.2.2.txt # install RelNotes/1.5.2.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.2.3.txt # install RelNotes/1.5.2.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.2.4.txt # install RelNotes/1.5.2.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.2.5.txt # install RelNotes/1.5.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.2.txt # install RelNotes/1.5.3.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.3.1.txt # install RelNotes/1.5.3.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.3.2.txt # install RelNotes/1.5.3.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.3.3.txt # install RelNotes/1.5.3.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.3.4.txt # install RelNotes/1.5.3.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.3.5.txt # install RelNotes/1.5.3.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.3.6.txt # install RelNotes/1.5.3.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.3.7.txt # install RelNotes/1.5.3.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.3.8.txt # install RelNotes/1.5.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.3.txt # install RelNotes/1.5.4.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.4.1.txt # install RelNotes/1.5.4.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.4.2.txt # install RelNotes/1.5.4.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.4.3.txt # install RelNotes/1.5.4.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.4.4.txt # install RelNotes/1.5.4.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.4.5.txt # install RelNotes/1.5.4.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.4.6.txt # install RelNotes/1.5.4.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.4.7.txt # install RelNotes/1.5.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.4.txt # install RelNotes/1.5.5.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.5.1.txt # install RelNotes/1.5.5.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.5.2.txt # install RelNotes/1.5.5.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.5.3.txt # install RelNotes/1.5.5.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.5.4.txt # install RelNotes/1.5.5.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.5.5.txt # install RelNotes/1.5.5.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.5.6.txt # install RelNotes/1.5.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.5.txt # install RelNotes/1.5.6.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.6.1.txt # install RelNotes/1.5.6.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.6.2.txt # install RelNotes/1.5.6.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.6.3.txt # install RelNotes/1.5.6.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.6.4.txt # install RelNotes/1.5.6.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.6.5.txt # install RelNotes/1.5.6.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.6.6.txt # install RelNotes/1.5.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.5.6.txt # install RelNotes/1.6.0.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.0.1.txt # install RelNotes/1.6.0.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.0.2.txt # install RelNotes/1.6.0.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.0.3.txt # install RelNotes/1.6.0.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.0.4.txt # install RelNotes/1.6.0.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.0.5.txt # install RelNotes/1.6.0.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.0.6.txt # install RelNotes/1.6.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.0.txt # install RelNotes/1.6.1.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.1.1.txt # install RelNotes/1.6.1.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.1.2.txt # install RelNotes/1.6.1.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.1.3.txt # install RelNotes/1.6.1.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.1.4.txt # install RelNotes/1.6.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.1.txt # install RelNotes/1.6.2.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.2.1.txt # install RelNotes/1.6.2.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.2.2.txt # install RelNotes/1.6.2.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.2.3.txt # install RelNotes/1.6.2.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.2.4.txt # install RelNotes/1.6.2.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.2.5.txt # install RelNotes/1.6.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.2.txt # install RelNotes/1.6.3.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.3.1.txt # install RelNotes/1.6.3.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.3.2.txt # install RelNotes/1.6.3.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.3.3.txt # install RelNotes/1.6.3.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.3.4.txt # install RelNotes/1.6.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.3.txt # install RelNotes/1.6.4.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.4.1.txt # install RelNotes/1.6.4.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.4.2.txt # install RelNotes/1.6.4.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.4.3.txt # install RelNotes/1.6.4.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.4.4.txt # install RelNotes/1.6.4.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.4.5.txt # install RelNotes/1.6.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.4.txt # install RelNotes/1.6.5.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.5.1.txt # install RelNotes/1.6.5.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.5.2.txt # install RelNotes/1.6.5.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.5.3.txt # install RelNotes/1.6.5.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.5.4.txt # install RelNotes/1.6.5.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.5.5.txt # install RelNotes/1.6.5.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.5.6.txt # install RelNotes/1.6.5.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.5.7.txt # install RelNotes/1.6.5.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.5.8.txt # install RelNotes/1.6.5.9.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.5.9.txt # install RelNotes/1.6.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.5.txt # install RelNotes/1.6.6.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.6.1.txt # install RelNotes/1.6.6.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.6.2.txt # install RelNotes/1.6.6.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.6.3.txt # install RelNotes/1.6.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.6.6.txt # install RelNotes/1.7.0.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.0.1.txt # install RelNotes/1.7.0.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.0.2.txt # install RelNotes/1.7.0.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.0.3.txt # install RelNotes/1.7.0.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.0.4.txt # install RelNotes/1.7.0.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.0.5.txt # install RelNotes/1.7.0.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.0.6.txt # install RelNotes/1.7.0.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.0.7.txt # install RelNotes/1.7.0.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.0.8.txt # install RelNotes/1.7.0.9.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.0.9.txt # install RelNotes/1.7.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.0.txt # install RelNotes/1.7.1.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.1.1.txt # install RelNotes/1.7.1.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.1.2.txt # install RelNotes/1.7.1.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.1.3.txt # install RelNotes/1.7.1.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.1.4.txt # install RelNotes/1.7.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.1.txt # install RelNotes/1.7.10.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.10.1.txt # install RelNotes/1.7.10.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.10.2.txt # install RelNotes/1.7.10.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.10.3.txt # install RelNotes/1.7.10.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.10.4.txt # install RelNotes/1.7.10.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.10.5.txt # install RelNotes/1.7.10.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.10.txt # install RelNotes/1.7.11.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.11.1.txt # install RelNotes/1.7.11.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.11.2.txt # install RelNotes/1.7.11.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.11.3.txt # install RelNotes/1.7.11.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.11.4.txt # install RelNotes/1.7.11.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.11.5.txt # install RelNotes/1.7.11.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.11.6.txt # install RelNotes/1.7.11.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.11.7.txt # install RelNotes/1.7.11.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.11.txt # install RelNotes/1.7.12.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.12.1.txt # install RelNotes/1.7.12.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.12.2.txt # install RelNotes/1.7.12.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.12.3.txt # install RelNotes/1.7.12.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.12.4.txt # install RelNotes/1.7.12.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.12.txt # install RelNotes/1.7.2.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.2.1.txt # install RelNotes/1.7.2.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.2.2.txt # install RelNotes/1.7.2.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.2.3.txt # install RelNotes/1.7.2.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.2.4.txt # install RelNotes/1.7.2.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.2.5.txt # install RelNotes/1.7.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.2.txt # install RelNotes/1.7.3.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.3.1.txt # install RelNotes/1.7.3.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.3.2.txt # install RelNotes/1.7.3.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.3.3.txt # install RelNotes/1.7.3.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.3.4.txt # install RelNotes/1.7.3.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.3.5.txt # install RelNotes/1.7.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.3.txt # install RelNotes/1.7.4.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.4.1.txt # install RelNotes/1.7.4.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.4.2.txt # install RelNotes/1.7.4.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.4.3.txt # install RelNotes/1.7.4.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.4.4.txt # install RelNotes/1.7.4.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.4.5.txt # install RelNotes/1.7.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.4.txt # install RelNotes/1.7.5.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.5.1.txt # install RelNotes/1.7.5.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.5.2.txt # install RelNotes/1.7.5.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.5.3.txt # install RelNotes/1.7.5.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.5.4.txt # install RelNotes/1.7.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.5.txt # install RelNotes/1.7.6.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.6.1.txt # install RelNotes/1.7.6.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.6.2.txt # install RelNotes/1.7.6.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.6.3.txt # install RelNotes/1.7.6.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.6.4.txt # install RelNotes/1.7.6.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.6.5.txt # install RelNotes/1.7.6.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.6.6.txt # install RelNotes/1.7.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.6.txt # install RelNotes/1.7.7.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.7.1.txt # install RelNotes/1.7.7.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.7.2.txt # install RelNotes/1.7.7.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.7.3.txt # install RelNotes/1.7.7.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.7.4.txt # install RelNotes/1.7.7.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.7.5.txt # install RelNotes/1.7.7.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.7.6.txt # install RelNotes/1.7.7.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.7.7.txt # install RelNotes/1.7.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.7.txt # install RelNotes/1.7.8.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.8.1.txt # install RelNotes/1.7.8.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.8.2.txt # install RelNotes/1.7.8.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.8.3.txt # install RelNotes/1.7.8.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.8.4.txt # install RelNotes/1.7.8.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.8.5.txt # install RelNotes/1.7.8.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.8.6.txt # install RelNotes/1.7.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.8.txt # install RelNotes/1.7.9.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.9.1.txt # install RelNotes/1.7.9.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.9.2.txt # install RelNotes/1.7.9.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.9.3.txt # install RelNotes/1.7.9.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.9.4.txt # install RelNotes/1.7.9.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.9.5.txt # install RelNotes/1.7.9.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.9.6.txt # install RelNotes/1.7.9.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.9.7.txt # install RelNotes/1.7.9.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.7.9.txt # install RelNotes/1.8.0.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.0.1.txt # install RelNotes/1.8.0.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.0.2.txt # install RelNotes/1.8.0.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.0.3.txt # install RelNotes/1.8.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.0.txt # install RelNotes/1.8.1.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.1.1.txt # install RelNotes/1.8.1.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.1.2.txt # install RelNotes/1.8.1.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.1.3.txt # install RelNotes/1.8.1.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.1.4.txt # install RelNotes/1.8.1.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.1.5.txt # install RelNotes/1.8.1.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.1.6.txt # install RelNotes/1.8.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.1.txt # install RelNotes/1.8.2.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.2.1.txt # install RelNotes/1.8.2.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.2.2.txt # install RelNotes/1.8.2.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.2.3.txt # install RelNotes/1.8.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.2.txt # install RelNotes/1.8.3.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.3.1.txt # install RelNotes/1.8.3.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.3.2.txt # install RelNotes/1.8.3.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.3.3.txt # install RelNotes/1.8.3.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.3.4.txt # install RelNotes/1.8.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.3.txt # install RelNotes/1.8.4.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.4.1.txt # install RelNotes/1.8.4.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.4.2.txt # install RelNotes/1.8.4.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.4.3.txt # install RelNotes/1.8.4.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.4.4.txt # install RelNotes/1.8.4.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.4.5.txt # install RelNotes/1.8.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.4.txt # install RelNotes/1.8.5.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.5.1.txt # install RelNotes/1.8.5.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.5.2.txt # install RelNotes/1.8.5.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.5.3.txt # install RelNotes/1.8.5.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.5.4.txt # install RelNotes/1.8.5.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.5.5.txt # install RelNotes/1.8.5.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.5.6.txt # install RelNotes/1.8.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.8.5.txt # install RelNotes/1.9.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.9.0.txt # install RelNotes/1.9.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.9.1.txt # install RelNotes/1.9.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.9.2.txt # install RelNotes/1.9.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.9.3.txt # install RelNotes/1.9.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.9.4.txt # install RelNotes/1.9.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/1.9.5.txt # install RelNotes/2.0.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.0.0.txt # install RelNotes/2.0.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.0.1.txt # install RelNotes/2.0.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.0.2.txt # install RelNotes/2.0.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.0.3.txt # install RelNotes/2.0.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.0.4.txt # install RelNotes/2.0.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.0.5.txt # install RelNotes/2.1.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.1.0.txt # install RelNotes/2.1.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.1.1.txt # install RelNotes/2.1.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.1.2.txt # install RelNotes/2.1.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.1.3.txt # install RelNotes/2.1.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.1.4.txt # install RelNotes/2.10.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.10.0.txt # install RelNotes/2.10.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.10.1.txt # install RelNotes/2.10.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.10.2.txt # install RelNotes/2.10.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.10.3.txt # install RelNotes/2.10.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.10.4.txt # install RelNotes/2.10.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.10.5.txt # install RelNotes/2.11.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.11.0.txt # install RelNotes/2.11.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.11.1.txt # install RelNotes/2.11.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.11.2.txt # install RelNotes/2.11.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.11.3.txt # install RelNotes/2.11.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.11.4.txt # install RelNotes/2.12.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.12.0.txt # install RelNotes/2.12.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.12.1.txt # install RelNotes/2.12.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.12.2.txt # install RelNotes/2.12.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.12.3.txt # install RelNotes/2.12.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.12.4.txt # install RelNotes/2.12.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.12.5.txt # install RelNotes/2.13.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.13.0.txt # install RelNotes/2.13.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.13.1.txt # install RelNotes/2.13.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.13.2.txt # install RelNotes/2.13.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.13.3.txt # install RelNotes/2.13.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.13.4.txt # install RelNotes/2.13.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.13.5.txt # install RelNotes/2.13.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.13.6.txt # install RelNotes/2.13.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.13.7.txt # install RelNotes/2.14.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.14.0.txt # install RelNotes/2.14.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.14.1.txt # install RelNotes/2.14.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.14.2.txt # install RelNotes/2.14.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.14.3.txt # install RelNotes/2.14.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.14.4.txt # install RelNotes/2.14.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.14.5.txt # install RelNotes/2.14.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.14.6.txt # install RelNotes/2.15.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.15.0.txt # install RelNotes/2.15.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.15.1.txt # install RelNotes/2.15.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.15.2.txt # install RelNotes/2.15.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.15.3.txt # install RelNotes/2.15.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.15.4.txt # install RelNotes/2.16.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.16.0.txt # install RelNotes/2.16.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.16.1.txt # install RelNotes/2.16.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.16.2.txt # install RelNotes/2.16.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.16.3.txt # install RelNotes/2.16.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.16.4.txt # install RelNotes/2.16.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.16.5.txt # install RelNotes/2.16.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.16.6.txt # install RelNotes/2.17.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.17.0.txt # install RelNotes/2.17.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.17.1.txt # install RelNotes/2.17.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.17.2.txt # install RelNotes/2.17.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.17.3.txt # install RelNotes/2.17.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.17.4.txt # install RelNotes/2.17.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.17.5.txt # install RelNotes/2.17.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.17.6.txt # install RelNotes/2.18.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.18.0.txt # install RelNotes/2.18.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.18.1.txt # install RelNotes/2.18.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.18.2.txt # install RelNotes/2.18.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.18.3.txt # install RelNotes/2.18.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.18.4.txt # install RelNotes/2.18.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.18.5.txt # install RelNotes/2.19.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.19.0.txt # install RelNotes/2.19.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.19.1.txt # install RelNotes/2.19.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.19.2.txt # install RelNotes/2.19.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.19.3.txt # install RelNotes/2.19.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.19.4.txt # install RelNotes/2.19.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.19.5.txt # install RelNotes/2.19.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.19.6.txt # install RelNotes/2.2.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.2.0.txt # install RelNotes/2.2.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.2.1.txt # install RelNotes/2.2.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.2.2.txt # install RelNotes/2.2.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.2.3.txt # install RelNotes/2.20.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.20.0.txt # install RelNotes/2.20.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.20.1.txt # install RelNotes/2.20.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.20.2.txt # install RelNotes/2.20.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.20.3.txt # install RelNotes/2.20.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.20.4.txt # install RelNotes/2.20.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.20.5.txt # install RelNotes/2.21.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.21.0.txt # install RelNotes/2.21.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.21.1.txt # install RelNotes/2.21.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.21.2.txt # install RelNotes/2.21.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.21.3.txt # install RelNotes/2.21.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.21.4.txt # install RelNotes/2.22.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.22.0.txt # install RelNotes/2.22.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.22.1.txt # install RelNotes/2.22.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.22.2.txt # install RelNotes/2.22.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.22.3.txt # install RelNotes/2.22.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.22.4.txt # install RelNotes/2.22.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.22.5.txt # install RelNotes/2.23.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.23.0.txt # install RelNotes/2.23.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.23.1.txt # install RelNotes/2.23.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.23.2.txt # install RelNotes/2.23.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.23.3.txt # install RelNotes/2.23.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.23.4.txt # install RelNotes/2.24.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.24.0.txt # install RelNotes/2.24.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.24.1.txt # install RelNotes/2.24.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.24.2.txt # install RelNotes/2.24.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.24.3.txt # install RelNotes/2.24.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.24.4.txt # install RelNotes/2.25.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.25.0.txt # install RelNotes/2.25.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.25.1.txt # install RelNotes/2.25.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.25.2.txt # install RelNotes/2.25.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.25.3.txt # install RelNotes/2.25.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.25.4.txt # install RelNotes/2.25.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.25.5.txt # install RelNotes/2.26.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.26.0.txt # install RelNotes/2.26.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.26.1.txt # install RelNotes/2.26.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.26.2.txt # install RelNotes/2.26.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.26.3.txt # install RelNotes/2.27.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.27.0.txt # install RelNotes/2.27.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.27.1.txt # install RelNotes/2.28.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.28.0.txt # install RelNotes/2.28.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.28.1.txt # install RelNotes/2.29.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.29.0.txt # install RelNotes/2.29.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.29.1.txt # install RelNotes/2.29.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.29.2.txt # install RelNotes/2.29.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.29.3.txt # install RelNotes/2.3.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.0.txt # install RelNotes/2.3.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.1.txt # install RelNotes/2.3.10.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.10.txt # install RelNotes/2.3.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.2.txt # install RelNotes/2.3.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.3.txt # install RelNotes/2.3.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.4.txt # install RelNotes/2.3.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.5.txt # install RelNotes/2.3.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.6.txt # install RelNotes/2.3.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.7.txt # install RelNotes/2.3.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.8.txt # install RelNotes/2.3.9.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.3.9.txt # install RelNotes/2.30.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.30.0.txt # install RelNotes/2.30.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.30.1.txt # install RelNotes/2.30.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.30.2.txt # install RelNotes/2.30.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.30.3.txt # install RelNotes/2.30.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.30.4.txt # install RelNotes/2.30.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.30.5.txt # install RelNotes/2.30.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.30.6.txt # install RelNotes/2.30.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.30.7.txt # install RelNotes/2.30.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.30.8.txt # install RelNotes/2.30.9.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.30.9.txt # install RelNotes/2.31.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.31.0.txt # install RelNotes/2.31.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.31.1.txt # install RelNotes/2.31.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.31.2.txt # install RelNotes/2.31.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.31.3.txt # install RelNotes/2.31.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.31.4.txt # install RelNotes/2.31.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.31.5.txt # install RelNotes/2.31.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.31.6.txt # install RelNotes/2.31.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.31.7.txt # install RelNotes/2.31.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.31.8.txt # install RelNotes/2.32.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.32.0.txt # install RelNotes/2.32.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.32.1.txt # install RelNotes/2.32.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.32.2.txt # install RelNotes/2.32.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.32.3.txt # install RelNotes/2.32.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.32.4.txt # install RelNotes/2.32.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.32.5.txt # install RelNotes/2.32.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.32.6.txt # install RelNotes/2.32.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.32.7.txt # install RelNotes/2.33.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.33.0.txt # install RelNotes/2.33.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.33.1.txt # install RelNotes/2.33.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.33.2.txt # install RelNotes/2.33.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.33.3.txt # install RelNotes/2.33.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.33.4.txt # install RelNotes/2.33.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.33.5.txt # install RelNotes/2.33.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.33.6.txt # install RelNotes/2.33.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.33.7.txt # install RelNotes/2.33.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.33.8.txt # install RelNotes/2.34.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.34.0.txt # install RelNotes/2.34.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.34.1.txt # install RelNotes/2.34.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.34.2.txt # install RelNotes/2.34.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.34.3.txt # install RelNotes/2.34.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.34.4.txt # install RelNotes/2.34.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.34.5.txt # install RelNotes/2.34.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.34.6.txt # install RelNotes/2.34.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.34.7.txt # install RelNotes/2.34.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.34.8.txt # install RelNotes/2.35.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.35.0.txt # install RelNotes/2.35.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.35.1.txt # install RelNotes/2.35.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.35.2.txt # install RelNotes/2.35.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.35.3.txt # install RelNotes/2.35.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.35.4.txt # install RelNotes/2.35.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.35.5.txt # install RelNotes/2.35.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.35.6.txt # install RelNotes/2.35.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.35.7.txt # install RelNotes/2.35.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.35.8.txt # install RelNotes/2.36.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.36.0.txt # install RelNotes/2.36.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.36.1.txt # install RelNotes/2.36.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.36.2.txt # install RelNotes/2.36.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.36.3.txt # install RelNotes/2.36.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.36.4.txt # install RelNotes/2.36.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.36.5.txt # install RelNotes/2.36.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.36.6.txt # install RelNotes/2.37.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.37.0.txt # install RelNotes/2.37.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.37.1.txt # install RelNotes/2.37.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.37.2.txt # install RelNotes/2.37.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.37.3.txt # install RelNotes/2.37.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.37.4.txt # install RelNotes/2.37.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.37.5.txt # install RelNotes/2.37.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.37.6.txt # install RelNotes/2.37.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.37.7.txt # install RelNotes/2.38.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.38.0.txt # install RelNotes/2.38.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.38.1.txt # install RelNotes/2.38.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.38.2.txt # install RelNotes/2.38.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.38.3.txt # install RelNotes/2.38.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.38.4.txt # install RelNotes/2.38.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.38.5.txt # install RelNotes/2.39.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.39.0.txt # install RelNotes/2.39.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.39.1.txt # install RelNotes/2.39.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.39.2.txt # install RelNotes/2.39.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.39.3.txt # install RelNotes/2.4.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.0.txt # install RelNotes/2.4.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.1.txt # install RelNotes/2.4.10.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.10.txt # install RelNotes/2.4.11.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.11.txt # install RelNotes/2.4.12.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.12.txt # install RelNotes/2.4.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.2.txt # install RelNotes/2.4.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.3.txt # install RelNotes/2.4.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.4.txt # install RelNotes/2.4.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.5.txt # install RelNotes/2.4.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.6.txt # install RelNotes/2.4.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.7.txt # install RelNotes/2.4.8.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.8.txt # install RelNotes/2.4.9.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.4.9.txt # install RelNotes/2.40.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.40.0.txt # install RelNotes/2.40.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.40.1.txt # install RelNotes/2.41.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.41.0.txt # install RelNotes/2.42.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.42.0.txt # install RelNotes/2.42.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.42.1.txt # install RelNotes/2.43.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.43.0.txt # install RelNotes/2.43.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.43.1.txt # install RelNotes/2.5.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.5.0.txt # install RelNotes/2.5.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.5.1.txt # install RelNotes/2.5.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.5.2.txt # install RelNotes/2.5.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.5.3.txt # install RelNotes/2.5.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.5.4.txt # install RelNotes/2.5.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.5.5.txt # install RelNotes/2.5.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.5.6.txt # install RelNotes/2.6.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.6.0.txt # install RelNotes/2.6.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.6.1.txt # install RelNotes/2.6.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.6.2.txt # install RelNotes/2.6.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.6.3.txt # install RelNotes/2.6.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.6.4.txt # install RelNotes/2.6.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.6.5.txt # install RelNotes/2.6.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.6.6.txt # install RelNotes/2.6.7.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.6.7.txt # install RelNotes/2.7.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.7.0.txt # install RelNotes/2.7.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.7.1.txt # install RelNotes/2.7.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.7.2.txt # install RelNotes/2.7.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.7.3.txt # install RelNotes/2.7.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.7.4.txt # install RelNotes/2.7.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.7.5.txt # install RelNotes/2.7.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.7.6.txt # install RelNotes/2.8.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.8.0.txt # install RelNotes/2.8.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.8.1.txt # install RelNotes/2.8.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.8.2.txt # install RelNotes/2.8.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.8.3.txt # install RelNotes/2.8.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.8.4.txt # install RelNotes/2.8.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.8.5.txt # install RelNotes/2.8.6.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.8.6.txt # install RelNotes/2.9.0.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.9.0.txt # install RelNotes/2.9.1.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.9.1.txt # install RelNotes/2.9.2.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.9.2.txt # install RelNotes/2.9.3.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.9.3.txt # install RelNotes/2.9.4.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.9.4.txt # install RelNotes/2.9.5.txt /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/RelNotes/2.9.5.txt # install docbook-xsl.css /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/docbook-xsl.css # rm -f /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc/share/doc/git/git-subtree.html make: Leaving directory '/build/git-2.43.1/Documentation' Running phase: fixupPhase separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin/git (build ID be83a5bbdfac725c89720dd35d89f8e4f2dfd9a9) separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin/git-shell (build ID 9b7b4e6fa77f635117d7687b955363d1a63a0c3d) separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin/scalar (build ID a40d06db3c54362d72afd39044cd3269a5fa41bc) separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git (build ID be83a5bbdfac725c89720dd35d89f8e4f2dfd9a9) separate-debug-info: warning: multiple files with build id be83a5bbdfac725c89720dd35d89f8e4f2dfd9a9 found, overwriting separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-daemon (build ID 65c2e3869a7a30c0607c3bfa6eceb3f4fc411805) separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-http-backend (build ID b4312137b3cf8c77868ab2a5d46a1f1510caa112) separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-http-fetch (build ID 090f609c999052a86f1f9036f86660203d52d18d) separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-http-push (build ID 1df1f87c6df71e6370bf65477150af043ddb2265) separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-imap-send (build ID 27c765817c75274ec0456a388da72bf2c4e44f93) separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-remote-http (build ID 7089440e8c08fbec51922ddb9ba8fbda76e2328a) separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-sh-i18n--envsubst (build ID 08bcc4a424a97af3d321c6eb2d373a67ab933619) separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-shell (build ID 9b7b4e6fa77f635117d7687b955363d1a63a0c3d) separate-debug-info: warning: multiple files with build id 9b7b4e6fa77f635117d7687b955363d1a63a0c3d found, overwriting separating debug info from /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/scalar (build ID a40d06db3c54362d72afd39044cd3269a5fa41bc) separate-debug-info: warning: multiple files with build id a40d06db3c54362d72afd39044cd3269a5fa41bc found, overwriting shrinking RPATHs of ELF executables and libraries in /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1 shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin/scalar shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin/git shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin/git-shell shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-remote-http shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-daemon shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-imap-send shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-http-backend shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-http-push shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-sh-i18n--envsubst shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/scalar shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-http-fetch shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git shrinking /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-shell checking for references to /build/ in /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1... gzipping man pages under /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/man/ patching script interpreter paths in /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1 /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git-core/contrib/hooks/post-receive-email: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git-core/contrib/hooks/update-paranoid: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git-core/contrib/hooks/pre-auto-gc-battery: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git-core/contrib/hooks/setgitperms.perl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git-core/templates/hooks/fsmonitor-watchman.sample: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/coccinelle/spatchcache: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/git-resurrect.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/bin-wrapper/git: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/git-remote-mediawiki.perl: interpreter directive changed from "#! /usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/git-mw.perl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/t/install-wiki.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/t/t9361-mw-to-git-push-pull.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/t/t9360-mw-to-git-clone.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/t/t9365-continuing-queries.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/t/t9363-mw-to-git-export-import.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/t/t9364-pull-by-rev.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/mw-to-git/t/test-gitmw.pl: interpreter directive changed from "#!/usr/bin/perl -w -s" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl -w -s" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/workdir/git-new-workdir: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/stats/mailmap.pl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/stats/packinfo.pl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/stats/git-common-hash: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/buildsystems/engine.pl: interpreter directive changed from "#!/usr/bin/perl -w" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl -w" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/buildsystems/parse.pl: interpreter directive changed from "#!/usr/bin/perl -w" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl -w" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/buildsystems/generate: interpreter directive changed from "#!/usr/bin/perl -w" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl -w" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/git-shell-commands/list: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/git-shell-commands/help: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/contacts/git-contacts: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/credential/netrc/test.command-option-gpg: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/credential/netrc/test.git-config-gpg: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/credential/netrc/git-credential-netrc.perl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/credential/netrc/t-git-credential-netrc.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/credential/netrc/test.pl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/coverage-diff.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/hooks/post-receive-email: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/hooks/update-paranoid: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/hooks/pre-auto-gc-battery: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/hooks/setgitperms.perl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/rerere-train.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/diff-highlight/diff-highlight: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/diff-highlight/t/t9400-diff-highlight.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/update-unicode/update_unicode.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/git-jump/git-jump: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/remote-helpers/git-remote-bzr: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/remote-helpers/git-remote-hg: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/vscode/init.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/long-running-filter/example.pl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/fast-import/git-import.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/fast-import/import-directories.perl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/fast-import/import-tars.perl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/fast-import/git-import.perl: interpreter directive changed from "#!/usr/bin/perl" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/thunderbird-patch-inline/appp.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/remotes2config.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-subtree: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec/git-core/git-gui--askpass: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" stripping (with command strip and flags -S -p) in /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/lib /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/libexec /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/git/contrib/credential/libsecret shrinking RPATHs of ELF executables and libraries in /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc checking for references to /build/ in /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc... patching script interpreter paths in /nix/store/2knybjg9l4zhcknqp3r4shivv19ifxvy-git-2.43.1-doc shrinking RPATHs of ELF executables and libraries in /nix/store/1vsmw22kax34rj11mi1shlw7slyx6sap-git-2.43.1-debug checking for references to /build/ in /nix/store/1vsmw22kax34rj11mi1shlw7slyx6sap-git-2.43.1-debug... patching script interpreter paths in /nix/store/1vsmw22kax34rj11mi1shlw7slyx6sap-git-2.43.1-debug stripping (with command strip and flags -S -p) in /nix/store/1vsmw22kax34rj11mi1shlw7slyx6sap-git-2.43.1-debug/lib rewriting symlink /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin/git-http-backend to be relative to /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1 rewriting symlink /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin/git-jump to be relative to /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1 rewriting symlink /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/bash-completion/completions/git-prompt.sh to be relative to /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1 rewriting symlink /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/share/bash-completion/completions/git to be relative to /nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1 Running phase: installCheckPhase installcheck flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash prefix=\$\{out\} SHELL_PATH=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash PERL_PATH=/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl PYTHON_PATH=/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python sysconfdir=/etc USE_LIBPCRE2=1 perllibdir=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/lib/perl5/site_perl/5.38.2 DEFAULT_TEST_TARGET=prove PERL_PATH=/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl GIT_PROVE_OPTS=--jobs\ 24\ --failures\ --state=failed\,save GIT_TEST_INSTALLED=/nix/store/54xlji4gr5pihn6harx9xwslqikjv5j4-git-2.43.1/bin NO_SVN_TESTS=y test SUBDIR git-gui SUBDIR gitk-git SUBDIR templates make -C t/ all make[1]: Entering directory '/build/git-2.43.1/t' rm -f -r 'test-results' *** prove *** No saved state, selection will be empty t0005-signals.sh ................................... ok t0009-prio-queue.sh ................................ ok t0013-sha1dc.sh .................................... ok t0023-crlf-am.sh ................................... ok t0004-unwritable.sh ................................ ok t0018-advice.sh .................................... ok t0022-crlf-rename.sh ............................... ok t0014-alias.sh ..................................... ok t0024-crlf-archive.sh .............................. ok t0011-hashmap.sh ................................... ok t0017-env-helper.sh ................................ ok t0016-oidmap.sh .................................... ok t0002-gitfile.sh ................................... ok t0019-json-writer.sh ............................... ok t0029-core-unsetenvvars.sh ......................... skipped: skipping Windows-specific tests t0034-root-safe-directory.sh ....................... skipped: You must set env var GIT_TEST_ALLOW_SUDO=YES in order to run this test t0025-crlf-renormalize.sh .......................... ok t0007-git-var.sh ................................... ok t0033-safe-directory.sh ............................ ok t0035-safe-bare-repository.sh ...................... ok t0026-eol-config.sh ................................ ok t0032-reftable-unittest.sh ......................... ok t0051-windows-named-pipe.sh ........................ skipped: skipping Windows-specific tests t0015-hash.sh ...................................... ok t0006-date.sh ...................................... ok t0041-usage.sh ..................................... ok t0055-beyond-symlinks.sh ........................... ok t0065-strcmp-offset.sh ............................. ok t0050-filesystem.sh ................................ ok t0062-revision-walking.sh .......................... ok t0056-git-C.sh ..................................... ok t0069-oidtree.sh ................................... ok t0067-parse_pathspec_file.sh ....................... ok t0066-dir-iterator.sh .............................. ok t0063-string-list.sh ............................... ok t0064-oid-array.sh ................................. ok t0068-for-each-repo.sh ............................. ok t0040-parse-options.sh ............................. ok t0061-run-command.sh ............................... ok t0070-fundamental.sh ............................... ok t0020-crlf.sh ...................................... ok t0092-diagnose.sh .................................. ok t0071-sort.sh ...................................... ok t0030-stripspace.sh ................................ ok t0091-bugreport.sh ................................. ok t0095-bloom.sh ..................................... ok t0101-at-syntax.sh ................................. ok t0001-init.sh ...................................... ok t0081-find-pack.sh ................................. ok t0200-gettext-basic.sh ............................. ok t0204-gettext-reencode-sanity.sh ................... ok t0203-gettext-setlocale-sanity.sh .................. ok t0100-previous.sh .................................. ok t0303-credential-external.sh ....................... skipped: used to test external credential helpers t0202-gettext-perl.sh .............................. ok t0028-working-tree-encoding.sh ..................... ok t0110-urlmatch-normalization.sh .................... ok t0003-attributes.sh ................................ ok t0210-trace2-normal.sh ............................. ok t0500-progress-display.sh .......................... ok t1003-read-tree-prefix.sh .......................... ok t0211-trace2-perf.sh ............................... ok t0212-trace2-event.sh .............................. ok t1009-read-tree-new-index.sh ....................... ok t1008-read-tree-overlay.sh ......................... ok t0012-help.sh ...................................... ok t1005-read-tree-reset.sh ........................... ok t1010-mktree.sh .................................... ok t1007-hash-object.sh ............................... ok t0060-path-utils.sh ................................ ok t1004-read-tree-m-u-wf.sh .......................... ok t0090-cache-tree.sh ................................ ok t1014-read-tree-confusing.sh ....................... ok t1022-read-tree-partial-clone.sh ................... ok t1021-rerere-in-workdir.sh ......................... ok t1020-subdirectory.sh .............................. ok t1015-read-index-unmerged.sh ....................... ok t1001-read-tree-m-2way.sh .......................... ok t1012-read-tree-df.sh .............................. ok t0300-credentials.sh ............................... ok t1011-read-tree-sparse-checkout.sh ................. ok t1100-commit-tree-options.sh ....................... ok t1002-read-tree-m-u-2way.sh ........................ ok t1051-large-conversion.sh .......................... ok t1000-read-tree-m-3way.sh .......................... ok t1090-sparse-checkout-scope.sh ..................... ok t1302-repo-version.sh .............................. ok t1304-default-acl.sh ............................... ok t1303-wacky-config.sh .............................. ok t1060-object-corruption.sh ......................... ok t1307-config-blob.sh ............................... ok t1310-config-default.sh ............................ ok t1306-xdg-files.sh ................................. ok t1350-config-hooks-path.sh ......................... ok t1309-early-config.sh .............................. ok t1305-config-include.sh ............................ ok t0302-credential-store.sh .......................... ok t1308-config-set.sh ................................ ok t1406-submodule-ref-store.sh ....................... ok t1408-packed-refs.sh ............................... ok t1407-worktree-ref-store.sh ........................ ok t1405-main-ref-store.sh ............................ ok t1402-check-ref-format.sh .......................... ok t1403-show-ref.sh .................................. ok t1412-reflog-loop.sh ............................... ok t1409-avoid-packing-refs.sh ........................ ok t1401-symbolic-ref.sh .............................. ok t1411-reflog-show.sh ............................... ok t1413-reflog-detach.sh ............................. ok t1414-reflog-walk.sh ............................... ok t1418-reflog-exists.sh ............................. ok t1006-cat-file.sh .................................. ok t1420-lost-found.sh ................................ ok t1419-exclude-refs.sh .............................. ok t1416-ref-transaction-hooks.sh ..................... ok t1415-worktree-refs.sh ............................. ok t1050-large.sh ..................................... ok t1091-sparse-checkout-builtin.sh ................... ok t1502-rev-parse-parseopt.sh ........................ ok t1504-ceiling-dirs.sh .............................. ok t1417-reflog-updateref.sh .......................... ok t1503-rev-parse-verify.sh .......................... ok t0008-ignores.sh ................................... ok t1451-fsck-buffer.sh ............................... ok t1509-root-work-tree.sh ............................ skipped: Test requiring writable / skipped. Read this test if you want to run it t1430-bad-ref-name.sh .............................. ok t1505-rev-parse-last.sh ............................ ok t1410-reflog.sh .................................... ok t0301-credential-cache.sh .......................... ok t1501-work-tree.sh ................................. ok t1506-rev-parse-diagnosis.sh ....................... ok t1513-rev-parse-prefix.sh .......................... ok t1515-rev-parse-outside-repo.sh .................... ok t0410-partial-clone.sh ............................. ok t1601-index-bogus.sh ............................... ok t1511-rev-parse-caret.sh ........................... ok t1300-config.sh .................................... ok t1508-at-combinations.sh ........................... ok t1514-rev-parse-push.sh ............................ ok t2002-checkout-cache-u.sh .......................... ok t2005-checkout-index-symlinks.sh ................... ok t1507-rev-parse-upstream.sh ........................ ok t2000-conflict-when-checking-files-out.sh .......... ok t1500-rev-parse.sh ................................. ok t2003-checkout-cache-mkdir.sh ...................... ok t1800-hook.sh ...................................... ok t1600-index.sh ..................................... ok t1512-rev-parse-disambiguation.sh .................. ok t2007-checkout-symlink.sh .......................... ok t2006-checkout-index-basic.sh ...................... ok t2009-checkout-statinfo.sh ......................... ok t2008-checkout-subdir.sh ........................... ok t2010-checkout-ambiguous.sh ........................ ok t0010-racy-git.sh .................................. ok t2014-checkout-switch.sh ........................... ok t1400-update-ref.sh ................................ ok t2004-checkout-cache-temp.sh ....................... ok t2011-checkout-invalid-head.sh ..................... ok t2015-checkout-unborn.sh ........................... ok t1700-split-index.sh ............................... ok t2019-checkout-ambiguous-ref.sh .................... ok t2021-checkout-overwrite.sh ........................ ok t2022-checkout-paths.sh ............................ ok t2017-checkout-orphan.sh ........................... ok t2025-checkout-no-overlay.sh ....................... ok t2023-checkout-m.sh ................................ ok t2027-checkout-track.sh ............................ ok t2050-git-dir-relative.sh .......................... ok t2026-checkout-pathspec-file.sh .................... ok t2016-checkout-patch.sh ............................ ok t2081-parallel-checkout-collisions.sh .............. ok t2012-checkout-last.sh ............................. ok t2018-checkout-branch.sh ........................... ok t2020-checkout-detach.sh ........................... ok t2100-update-cache-badpath.sh ...................... ok t2102-update-index-symlinks.sh ..................... ok t2072-restore-pathspec-file.sh ..................... ok t2101-update-index-reupdate.sh ..................... ok t1404-update-ref-errors.sh ......................... ok t2070-restore.sh ................................... ok t2104-update-index-skip-worktree.sh ................ ok t2060-switch.sh .................................... ok t2106-update-index-assume-unchanged.sh ............. ok t2103-update-index-ignore-missing.sh ............... ok t2071-restore-patch.sh ............................. ok t2105-update-index-gitfile.sh ...................... ok t2202-add-addremove.sh ............................. ok t2082-parallel-checkout-attributes.sh .............. ok t2107-update-index-basic.sh ........................ ok t2201-add-update-typechange.sh ..................... ok t2108-update-index-refresh-racy.sh ................. ok t2200-add-update.sh ................................ ok t2300-cd-to-toplevel.sh ............................ ok t2024-checkout-dwim.sh ............................. ok t2205-add-worktree-config.sh ....................... ok t2401-worktree-prune.sh ............................ ok t2204-add-ignored.sh ............................... ok t2404-worktree-config.sh ........................... ok t2030-unresolve-info.sh ............................ ok t2203-add-intent.sh ................................ ok t3003-ls-files-exclude.sh .......................... ok t3001-ls-files-others-exclude.sh ................... ok t3002-ls-files-dashpath.sh ......................... ok t3000-ls-files-others.sh ........................... ok t3004-ls-files-basic.sh ............................ ok t3006-ls-files-long.sh ............................. ok t3005-ls-files-relative.sh ......................... ok t3008-ls-files-lazy-init-name-hash.sh .............. ok t2403-worktree-move.sh ............................. ok t3009-ls-files-others-nonsubmodule.sh .............. ok t2406-worktree-repair.sh ........................... ok t3010-ls-files-killed-modified.sh .................. ok t2405-worktree-submodule.sh ........................ ok t2402-worktree-list.sh ............................. ok t2407-worktree-heads.sh ............................ ok t3011-common-prefixes-and-directory-traversal.sh ... ok t3020-ls-files-error-unmatch.sh .................... ok t3012-ls-files-dedup.sh ............................ ok t3013-ls-files-format.sh ........................... ok t3050-subprojects-fetch.sh ......................... ok t3040-subprojects-basic.sh ......................... ok t3102-ls-tree-wildcards.sh ......................... ok t3103-ls-tree-misc.sh .............................. ok t3060-ls-files-with-tree.sh ........................ ok t3100-ls-tree-restrict.sh .......................... ok t3007-ls-files-recurse-submodules.sh ............... ok t3101-ls-tree-dirname.sh ........................... ok t2500-untracked-overwriting.sh ..................... ok t2501-cwd-empty.sh ................................. ok t3205-branch-color.sh .............................. ok t3104-ls-tree-format.sh ............................ ok t3201-branch-contains.sh ........................... ok t0000-basic.sh ..................................... ok t3204-branch-name-interpretation.sh ................ ok t3211-peel-ref.sh .................................. ok t3105-ls-tree-output.sh ............................ ok t3300-funny-names.sh ............................... ok t3203-branch-output.sh ............................. ok t3302-notes-index-expensive.sh ..................... ok t3202-show-branch.sh ............................... ok t3304-notes-mixed.sh ............................... ok t3307-notes-man.sh ................................. ok t3306-notes-prune.sh ............................... ok t2080-parallel-checkout-basics.sh .................. ok t3320-notes-merge-worktrees.sh ..................... ok t1450-fsck.sh ...................................... ok t0450-txt-doc-vs-help.sh ........................... ok t3308-notes-merge.sh ............................... ok ===( 7548;10 577/? 5/? 32/? 17/? 97/? 15/? 23/? 82/? ... )===./test-lib.sh: line 867: gitk: command not found t3321-notes-stripspace.sh .......................... ok t3206-range-diff.sh ................................ ok t3210-pack-refs.sh ................................. ok t3402-rebase-merge.sh .............................. ok t3401-rebase-and-am-rename.sh ...................... ok t3310-notes-merge-manual-resolve.sh ................ ok t1510-repo-setup.sh ................................ ok t3309-notes-merge-auto-resolve.sh .................. ok t3400-rebase.sh .................................... ok t3301-notes.sh ..................................... ok t3409-rebase-environ.sh ............................ ok t3408-rebase-multi-line.sh ......................... ok t0052-simple-ipc.sh ................................ ok t3405-rebase-malformed.sh .......................... ok t3403-rebase-skip.sh ............................... ok t3207-branch-submodule.sh .......................... ok t3413-rebase-hook.sh ............................... ok t3417-rebase-whitespace-fix.sh ..................... ok t3412-rebase-root.sh ............................... ok t3419-rebase-patch-id.sh ........................... ok t3407-rebase-abort.sh .............................. ok t3423-rebase-reword.sh ............................. ok t3416-rebase-onto-threedots.sh ..................... ok t3200-branch.sh .................................... ok t3428-rebase-signoff.sh ............................ ok t3427-rebase-subtree.sh ............................ ok t3424-rebase-empty.sh .............................. ok t3429-rebase-edit-todo.sh .......................... ok t3422-rebase-incompatible-options.sh ............... ok t3435-rebase-gpg-sign.sh ........................... skipped: skip all test rebase --[no-]gpg-sign, gpg not available t3425-rebase-topology-merges.sh .................... ok t3406-rebase-message.sh ............................ ok t3434-rebase-i18n.sh ............................... ok t3438-rebase-broken-files.sh ....................... ok t3415-rebase-autosquash.sh ......................... ok t3500-cherry.sh .................................... ok t3418-rebase-continue.sh ........................... ok t3502-cherry-pick-merge.sh ......................... ok t3431-rebase-fork-point.sh ......................... ok t3503-cherry-pick-root.sh .......................... ok t3437-rebase-fixup-options.sh ...................... ok t3436-rebase-more-options.sh ....................... ok t3505-cherry-pick-empty.sh ......................... ok t3501-revert-cherry-pick.sh ........................ ok t3506-cherry-pick-ff.sh ............................ ok t3504-cherry-pick-rerere.sh ........................ ok t3420-rebase-autostash.sh .......................... ok t3514-cherry-pick-revert-gpg.sh .................... skipped: skip all test {cherry-pick,revert} --[no-]gpg-sign, gpg not available t3433-rebase-across-mode-change.sh ................. ok t3421-rebase-topology-linear.sh .................... ok t3509-cherry-pick-merge-df.sh ...................... ok t3601-rm-pathspec-file.sh .......................... ok t3508-cherry-pick-many-commits.sh .................. ok t3602-rm-sparse-checkout.sh ........................ ok t3702-add-edit.sh .................................. ok t3703-add-magic-pathspec.sh ........................ ok t3511-cherry-pick-x.sh ............................. ok t3430-rebase-merges.sh ............................. ok t3700-add.sh ....................................... ok t3507-cherry-pick-conflict.sh ...................... ok t3704-add-pathspec-file.sh ......................... ok t3902-quoted.sh .................................... ok t3705-add-sparse-checkout.sh ....................... ok t3904-stash-patch.sh ............................... ok t3900-i18n-commit.sh ............................... ok t3901-i18n-patch.sh ................................ ok t3510-cherry-pick-sequence.sh ...................... ok t3907-stash-show-config.sh ......................... ok t3908-stash-in-worktree.sh ......................... ok t3909-stash-pathspec-file.sh ....................... ok t1013-read-tree-submodule.sh ....................... ok t3701-add-interactive.sh ........................... ok t3905-stash-include-untracked.sh ................... ok t4003-diff-rename-1.sh ............................. ok t4000-diff-format.sh ............................... ok t4004-diff-rename-symlink.sh ....................... ok t4005-diff-rename-2.sh ............................. ok t3303-notes-subtrees.sh ............................ ok t4001-diff-rename.sh ............................... ok t3920-crlf-messages.sh ............................. ok t4006-diff-mode.sh ................................. ok t3800-mktag.sh ..................................... ok t3311-notes-merge-fanout.sh ........................ ok t4007-rename-3.sh .................................. ok t4009-diff-rename-4.sh ............................. ok t4008-diff-break-rewrite.sh ........................ ok t4011-diff-symlink.sh .............................. ok t4010-diff-pathspec.sh ............................. ok t4016-diff-quote.sh ................................ ok t4012-diff-binary.sh ............................... ok t4002-diff-basic.sh ................................ ok t4017-diff-retval.sh ............................... ok t3512-cherry-pick-submodule.sh ..................... ok t4021-format-patch-numbered.sh ..................... ok t4022-diff-rewrite.sh .............................. ok t4019-diff-wserror.sh .............................. ok t4025-hunk-header.sh ............................... ok t3513-revert-submodule.sh .......................... ok t4024-diff-optimize-common.sh ...................... ok t4026-color.sh ..................................... ok t4023-diff-rename-typechange.sh .................... ok t4028-format-patch-mime-headers.sh ................. ok t4020-diff-external.sh ............................. ok t4029-diff-trailing-space.sh ....................... ok t4031-diff-rewrite-binary.sh ....................... ok t4033-diff-patience.sh ............................. ok t4036-format-patch-signer-mime.sh .................. ok t4030-diff-textconv.sh ............................. ok t4027-diff-submodule.sh ............................ ok t4035-diff-quiet.sh ................................ ok t4037-diff-r-t-dirs.sh ............................. ok t2400-worktree-add.sh .............................. ok t4032-diff-inter-hunk-context.sh ................... ok t4039-diff-assume-unchanged.sh ..................... ok t4040-whitespace-status.sh ......................... ok t4043-diff-rename-binary.sh ........................ ok t4044-diff-index-unique-abbrev.sh .................. ok t4042-diff-textconv-caching.sh ..................... ok t4046-diff-unmerged.sh ............................. ok t4049-diff-stat-count.sh ........................... ok t4050-diff-histogram.sh ............................ ok t4048-diff-combined-binary.sh ...................... ok t4045-diff-relative.sh ............................. ok t4041-diff-submodule-option.sh ..................... ok t3906-stash-submodule.sh ........................... ok t4051-diff-function-context.sh ..................... ok t4034-diff-words.sh ................................ ok t4053-diff-no-index.sh ............................. ok t4054-diff-bogus-tree.sh ........................... ok t3426-rebase-submodule.sh .......................... ok t2013-checkout-submodule.sh ........................ ok t4055-diff-context.sh .............................. ok t3903-stash.sh ..................................... ok t4015-diff-whitespace.sh ........................... ok t4047-diff-dirstat.sh .............................. ok t4062-diff-pickaxe.sh .............................. ok t4038-diff-combined.sh ............................. ok t4063-diff-blobs.sh ................................ ok t4065-diff-anchored.sh ............................. ok t4056-diff-order.sh ................................ ok t4057-diff-combined-paths.sh ....................... ok t4066-diff-emit-delay.sh ........................... ok t4100-apply-stat.sh ................................ ok t4102-apply-rename.sh .............................. ok t4064-diff-oidfind.sh .............................. ok t4101-apply-nonl.sh ................................ ok t4052-stat-output.sh ............................... ok t4058-diff-duplicates.sh ........................... ok t4059-diff-submodule-not-initialized.sh ............ ok t4061-diff-indent.sh ............................... ok t4106-apply-stdin.sh ............................... ok t3600-rm.sh ........................................ ok t4110-apply-scan.sh ................................ ok t4109-apply-multifrag.sh ........................... ok t4107-apply-ignore-whitespace.sh ................... ok t4105-apply-fuzz.sh ................................ ok t3404-rebase-interactive.sh ........................ ok t4112-apply-renames.sh ............................. ok t4113-apply-ending.sh .............................. ok t4068-diff-symmetric-merge-base.sh ................. ok t4069-remerge-diff.sh .............................. ok t4103-apply-binary.sh .............................. ok t4117-apply-reject.sh .............................. ok t4104-apply-boundary.sh ............................ ok t4116-apply-reverse.sh ............................. ok t4118-apply-empty-context.sh ....................... ok t4121-apply-diffs.sh ............................... ok t4123-apply-shrink.sh .............................. ok t4115-apply-symlink.sh ............................. ok t4111-apply-subdir.sh .............................. ok t4120-apply-popt.sh ................................ ok t4067-diff-partial-clone.sh ........................ ok t4119-apply-config.sh .............................. ok t4114-apply-typechange.sh .......................... ok t4125-apply-ws-fuzz.sh ............................. ok t4128-apply-root.sh ................................ ok t4122-apply-symlink-inside.sh ...................... ok t4130-apply-criss-cross-rename.sh .................. ok t4126-apply-empty.sh ............................... ok t4134-apply-submodule.sh ........................... ok t4133-apply-filenames.sh ........................... ok t4129-apply-samemode.sh ............................ ok t4108-apply-threeway.sh ............................ ok t4127-apply-same-fn.sh ............................. ok t4136-apply-check.sh ............................... ok t4131-apply-fake-ancestor.sh ....................... ok t4060-diff-submodule-option-diff-format.sh ......... ok t4141-apply-too-large.sh ........................... ok t4132-apply-removal.sh ............................. ok t4138-apply-ws-expansion.sh ........................ ok t4140-apply-ita.sh ................................. ok t4139-apply-escape.sh .............................. ok t4135-apply-weird-filenames.sh ..................... ok t4206-log-follow-harder-copies.sh .................. ok t4153-am-resume-override-opts.sh ................... ok t3070-wildmatch.sh ................................. ok t4152-am-subjects.sh ............................... ok t4207-log-decoration-colors.sh ..................... ok t4210-log-i18n.sh .................................. ok t4201-shortlog.sh .................................. ok t4212-log-corrupt.sh ............................... ok t4014-format-patch.sh .............................. ok t4151-am-abort.sh .................................. ok t4208-log-magic-pathspec.sh ........................ ok t4018-diff-funcname.sh ............................. ok t4209-log-pickaxe.sh ............................... ok t4204-patch-id.sh .................................. ok t3432-rebase-fast-forward.sh ....................... ok t4217-log-limit.sh ................................. ok t4254-am-corrupt.sh ................................ ok t4256-am-format-flowed.sh .......................... ok t1701-racy-split-index.sh .......................... ok t4252-am-options.sh ................................ ok t4253-am-keep-cr-dos.sh ............................ ok t4257-am-interactive.sh ............................ ok t4258-am-quoted-cr.sh .............................. ok t4214-log-graph-octopus.sh ......................... ok t4211-line-log.sh .................................. ok t4124-apply-ws-rule.sh ............................. ok t4013-diff-various.sh .............................. ok t5002-archive-attr-pattern.sh ...................... ok t5001-archive-attr.sh .............................. ok t4213-log-tabexpand.sh ............................. ok t5200-update-server-info.sh ........................ ok t4200-rerere.sh .................................... ok t5301-sliding-window.sh ............................ ok t5004-archive-corner-cases.sh ...................... ok t4203-mailmap.sh ................................... ok t5003-archive-zip.sh ............................... ok t5100-mailinfo.sh .................................. ok t5307-pack-missing-commit.sh ....................... ok t4205-log-pretty-formats.sh ........................ ok t5305-include-tag.sh ............................... ok t5306-pack-nobase.sh ............................... ok t5308-pack-detect-duplicates.sh .................... ok t5309-pack-delta-cycles.sh ......................... ok t5314-pack-cycle-detection.sh ...................... ok t5311-pack-bitmaps-shallow.sh ...................... ok t4300-merge-tree.sh ................................ ok t5312-prune-corruption.sh .......................... ok t5313-pack-bounds-checks.sh ........................ ok t5315-pack-objects-compression.sh .................. ok t5000-tar-tree.sh .................................. ok t5321-pack-large-objects.sh ........................ ok t5303-pack-corruption-resilience.sh ................ ok t3305-notes-fanout.sh .............................. ok t5320-delta-islands.sh ............................. ok t5316-pack-delta-depth.sh .......................... ok t4202-log.sh ....................................... ok t5150-request-pull.sh .............................. ok t5322-pack-objects-sparse.sh ....................... ok t4301-merge-tree-write-tree.sh ..................... ok t5304-prune.sh ..................................... ok t5323-pack-redundant.sh ............................ ok t5325-reverse-index.sh ............................. ok t4215-log-skewed-merges.sh ......................... ok t5330-no-lazy-fetch-with-commit-graph.sh ........... ok t5402-post-merge-hook.sh ........................... ok t5405-send-pack-rewind.sh .......................... ok t4150-am.sh ........................................ ok t5328-commit-graph-64bit-time.sh ................... ok t5404-tracking-branches.sh ......................... ok t5406-remote-rejects.sh ............................ ok t5401-update-hooks.sh .............................. ok t5403-post-checkout-hook.sh ........................ ok t5317-pack-objects-filter-objects.sh ............... ok t5331-pack-objects-stdin.sh ........................ ok t5410-receive-pack-alternates.sh ................... ok t5351-unpack-large-objects.sh ...................... ok t5408-send-pack-stdin.sh ........................... ok t5409-colorize-remote-messages.sh .................. ok t5507-remote-environment.sh ........................ ok t5502-quickfetch.sh ................................ ok t5503-tagfollow.sh ................................. ok t5506-remote-groups.sh ............................. ok t5509-fetch-push-namespaces.sh ..................... ok t5407-post-rewrite-hook.sh ......................... ok t5511-refspec.sh ................................... ok t5513-fetch-track.sh ............................... ok t5504-fetch-receive-strict.sh ...................... ok t5501-fetch-push-alternates.sh ..................... ok t5518-fetch-exit-status.sh ......................... ok t5512-ls-remote.sh ................................. ok t5514-fetch-multiple.sh ............................ ok t5519-push-alternates.sh ........................... ok t5302-pack-index.sh ................................ ok t5400-send-pack.sh ................................. ok t5522-pull-symlink.sh .............................. ok t4137-apply-submodule.sh ........................... ok t5523-push-upstream.sh ............................. ok t5329-pack-objects-cruft.sh ........................ ok t4216-log-bloom.sh ................................. ok t5524-pull-msg.sh .................................. ok t5525-fetch-tagopt.sh .............................. ok t5517-push-mirror.sh ............................... ok t5529-push-errors.sh ............................... ok t5300-pack-object.sh ............................... ok t5527-fetch-odd-refs.sh ............................ ok t5530-upload-pack-error.sh ......................... ok t5532-fetch-proxy.sh ............................... ok t5318-commit-graph.sh .............................. ok t5535-fetch-push-symref.sh ......................... ok t5536-fetch-conflicts.sh ........................... ok t5534-push-signed.sh ............................... ok t5539-fetch-http-shallow.sh ........................ skipped: no web server found at '/usr/sbin/apache2' t5521-pull-options.sh .............................. ok t5540-http-push-webdav.sh .......................... skipped: no web server found at '/usr/sbin/apache2' t5541-http-push-smart.sh ........................... skipped: no web server found at '/usr/sbin/apache2' t5542-push-http-shallow.sh ......................... skipped: no web server found at '/usr/sbin/apache2' t5505-remote.sh .................................... ok t5538-push-shallow.sh .............................. ok t5544-pack-objects-hook.sh ......................... ok t5547-push-quarantine.sh ........................... ok t5546-receive-limits.sh ............................ ok t5549-fetch-push-http.sh ........................... skipped: no web server found at '/usr/sbin/apache2' t5548-push-porcelain.sh ............................ ok t5550-http-fetch-dumb.sh ........................... skipped: no web server found at '/usr/sbin/apache2' t5551-http-fetch-smart.sh .......................... skipped: no web server found at '/usr/sbin/apache2' t5537-fetch-shallow.sh ............................. ok t5554-noop-fetch-negotiator.sh ..................... ok t5557-http-get.sh .................................. skipped: no web server found at '/usr/sbin/apache2' t5555-http-smart-common.sh ......................... ok t5559-http-fetch-smart-http2.sh .................... skipped: no web server found at '/usr/sbin/apache2' t5561-http-backend.sh .............................. skipped: no web server found at '/usr/sbin/apache2' t4255-am-submodule.sh .............................. ok t5411-proc-receive-hook.sh ......................... ok t5528-push-default.sh .............................. ok t5563-simple-http-auth.sh .......................... skipped: no web server found at '/usr/sbin/apache2' t5564-http-proxy.sh ................................ skipped: no web server found at '/usr/sbin/apache2' t5558-clone-bundle-uri.sh .......................... ok t5543-atomic-push.sh ............................... ok t5553-set-upstream.sh .............................. ok t5573-pull-verify-signatures.sh .................... ok t5545-push-options.sh .............................. ok t5562-http-backend-content-length.sh ............... ok t5580-unc-paths.sh ................................. skipped: skipping Windows-only path tests t5560-http-backend-noserver.sh ..................... ok t5581-http-curl-verbose.sh ......................... skipped: no web server found at '/usr/sbin/apache2' t5324-split-commit-graph.sh ........................ ok t5602-clone-remote-exec.sh ......................... ok t5583-push-branches.sh ............................. ok t5600-clone-fail-cleanup.sh ........................ ok t5520-pull.sh ...................................... ok t5571-pre-push-hook.sh ............................. ok t5582-fetch-negative-refspec.sh .................... ok t5570-git-daemon.sh ................................ ok t5608-clone-2gb.sh ................................. skipped: expensive 2GB clone test; enable with GIT_TEST_CLONE_2GB=true t5603-clone-dirname.sh ............................. ok t5609-clone-branch.sh .............................. ok t5605-clone-local.sh ............................... ok t5607-clone-bundle.sh .............................. ok t5574-fetch-output.sh .............................. ok t5610-clone-detached.sh ............................ ok t5515-fetch-merge-logic.sh ......................... ok t5531-deep-submodule-push.sh ....................... ok t5606-clone-options.sh ............................. ok t5615-alternate-env.sh ............................. ok t5611-clone-config.sh .............................. ok t5618-alternate-refs.sh ............................ ok t5619-clone-local-ambiguous-transport.sh ........... skipped: no web server found at '/usr/sbin/apache2' t5613-info-alternate.sh ............................ ok t5704-protocol-violations.sh ....................... ok t5604-clone-reference.sh ........................... ok t5310-pack-bitmaps.sh .............................. ok t5612-clone-refspec.sh ............................. ok t5732-protocol-v2-bundle-uri-http.sh ............... skipped: no web server found at '/usr/sbin/apache2' t5730-protocol-v2-bundle-uri-file.sh ............... ok t5701-git-serve.sh ................................. ok t5750-bundle-uri-parse.sh .......................... ok t5327-multi-pack-bitmaps-rev.sh .................... ok t5700-protocol-v1.sh ............................... ok t5617-clone-submodules-remote.sh ................... ok t5812-proto-disable-http.sh ........................ skipped: no web server found at '/usr/sbin/apache2' t5802-connect-helper.sh ............................ ok t5614-clone-submodules-shallow.sh .................. ok t5533-push-cas.sh .................................. ok t5731-protocol-v2-bundle-uri-git.sh ................ ok t5705-session-id-in-capabilities.sh ................ ok t5703-upload-pack-ref-in-want.sh ................... ok t6001-rev-list-graft.sh ............................ ok t5810-proto-disable-local.sh ....................... ok t5814-proto-disable-ext.sh ......................... ok t6000-rev-list-misc.sh ............................. ok t6004-rev-list-path-optim.sh ....................... ok t5811-proto-disable-git.sh ......................... ok t6008-rev-list-submodule.sh ........................ ok t5815-submodule-protos.sh .......................... ok t5900-repo-selection.sh ............................ ok t6005-rev-list-count.sh ............................ ok t0027-auto-crlf.sh ................................. ok t6011-rev-list-with-bad-commit.sh .................. ok t6013-rev-list-reverse-parents.sh .................. ok t6014-rev-list-all.sh .............................. ok t6007-rev-list-cherry-pick-file.sh ................. ok t5813-proto-disable-ssh.sh ......................... ok t5801-remote-helpers.sh ............................ ok t5601-clone.sh ..................................... ok t6006-rev-list-format.sh ........................... ok t5552-skipping-fetch-negotiator.sh ................. ok t6016-rev-list-graph-simplify-history.sh ........... ok t6022-rev-list-missing.sh .......................... ok t6019-rev-list-ancestry-path.sh .................... ok t6021-rev-list-exclude-hidden.sh ................... ok t5702-protocol-v2.sh ............................... ok t6100-rev-list-in-order.sh ......................... ok t6009-rev-list-parent.sh ........................... ok t6040-tracking-info.sh ............................. ok t6010-merge-base.sh ................................ ok t6002-rev-list-bisect.sh ........................... ok t6003-rev-list-topo-order.sh ....................... ok t6060-merge-index.sh ............................... ok t5500-fetch-pack.sh ................................ ok t6017-rev-list-stdin.sh ............................ ok t6012-rev-list-simplify.sh ......................... ok t6102-rev-list-unexpected-objects.sh ............... ok t6018-rev-list-glob.sh ............................. ok t6110-rev-list-sparse.sh ........................... ok t6133-pathspec-rev-dwim.sh ......................... ok t6114-keep-packs.sh ................................ ok t6115-rev-list-du.sh ............................... ok t6130-pathspec-noglob.sh ........................... ok t6136-pathspec-in-bare.sh .......................... ok t6131-pathspec-icase.sh ............................ ok t6134-pathspec-in-submodule.sh ..................... ok t6135-pathspec-with-attrs.sh ....................... ok t6301-for-each-ref-errors.sh ....................... ok t6113-rev-list-bitmap-filters.sh ................... ok t5326-multi-pack-bitmaps.sh ........................ ok t6132-pathspec-exclude.sh .......................... ok t6101-rev-parse-parents.sh ......................... ok t6401-merge-criss-cross.sh ......................... ok t6050-replace.sh ................................... ok t6400-merge-df.sh .................................. ok t6403-merge-file.sh ................................ ok t6405-merge-symlinks.sh ............................ ok t6111-rev-list-treesame.sh ......................... ok t6302-for-each-ref-filter.sh ....................... ok t6407-merge-binary.sh .............................. ok t6404-recursive-merge.sh ........................... ok t6408-merge-up-to-date.sh .......................... ok t6020-bundle-misc.sh ............................... ok t6413-merge-crlf.sh ................................ ok t6414-merge-rename-nocruft.sh ...................... ok t6112-rev-list-filters-objects.sh .................. ok t6419-merge-ignorecase.sh .......................... skipped: skipping case insensitive tests - case sensitive file system t6406-merge-attr.sh ................................ ok t6409-merge-subtree.sh ............................. ok t6425-merge-rename-delete.sh ....................... ok t6200-fmt-merge-msg.sh ............................. ok t6411-merge-filemode.sh ............................ ok t6417-merge-ours-theirs.sh ......................... ok t6418-merge-text-auto.sh ........................... ok t6428-merge-conflicts-sparse.sh .................... ok t6431-merge-criscross.sh ........................... ok t6412-merge-large-rename.sh ........................ ok t6415-merge-dir-to-symlink.sh ...................... ok t6432-merge-recursive-space-options.sh ............. ok t6427-diff3-conflict-markers.sh .................... ok t6435-merge-sparse.sh .............................. ok t5526-fetch-submodules.sh .......................... ok t6439-merge-co-error-msgs.sh ....................... ok t6424-merge-unrelated-index-changes.sh ............. ok t5616-partial-clone.sh ............................. ok t6429-merge-sequence-rename-caching.sh ............. ok t6436-merge-overwrite.sh ........................... ok t6426-merge-skip-unneeded-updates.sh ............... ok t6434-merge-recursive-rename-options.sh ............ ok t6030-bisect-porcelain.sh .......................... ok t6120-describe.sh .................................. ok t6430-merge-recursive.sh ........................... ok t6402-merge-rename.sh .............................. ok t7005-editor.sh .................................... ok t6501-freshen-objects.sh ........................... ok t6700-tree-depth.sh ................................ ok t6433-merge-toplevel.sh ............................ ok t7007-show.sh ...................................... ok t7006-pager.sh ..................................... ok t7030-verify-tag.sh ................................ ok t7031-verify-tag-signed-ssh.sh ..................... ok t7010-setup.sh ..................................... ok t7011-skip-worktree-reading.sh ..................... ok t1092-sparse-checkout-compatibility.sh ............. ok t7062-wtstatus-ignorecase.sh ....................... ok t7012-skip-worktree-writing.sh ..................... ok t7002-mv-sparse-checkout.sh ........................ ok t6437-submodule-merge.sh ........................... ok t7101-reset-empty-subdirs.sh ....................... ok t7104-reset-hard.sh ................................ ok t7061-wtstatus-ignore.sh ........................... ok t7103-reset-bare.sh ................................ ok t5510-fetch.sh ..................................... ok t6041-bisect-submodule.sh .......................... ok t7060-wtstatus.sh .................................. ok t7008-filter-branch-null-sha1.sh ................... ok t7106-reset-unborn-branch.sh ....................... ok t6422-merge-rename-corner-cases.sh ................. ok t7107-reset-pathspec-file.sh ....................... ok t7113-post-index-change-hook.sh .................... ok t6300-for-each-ref.sh .............................. ok t7105-reset-patch.sh ............................... ok t7301-clean-interactive.sh ......................... ok t6416-recursive-corner-cases.sh .................... ok t7110-reset-merge.sh ............................... ok t7402-submodule-rebase.sh .......................... ok t7064-wtstatus-pv2.sh .............................. ok t6500-gc.sh ........................................ ok t7102-reset.sh ..................................... ok t7111-reset-table.sh ............................... ok t7300-clean.sh ..................................... ok t7409-submodule-detached-work-tree.sh .............. ok t7413-submodule-is-active.sh ....................... ok t7411-submodule-config.sh .......................... ok t7201-co.sh ........................................ ok t7414-submodule-mistakes.sh ........................ ok t7417-submodule-path-url.sh ........................ ok t7001-mv.sh ........................................ ok t5516-fetch-push.sh ................................ ok t7401-submodule-summary.sh ......................... ok t7420-submodule-set-url.sh ......................... ok t7412-submodule-absorbgitdirs.sh ................... ok t7421-submodule-summary-add.sh ..................... ok t7418-submodule-sparse-gitmodules.sh ............... ok t7416-submodule-dash-url.sh ........................ ok t7403-submodule-sync.sh ............................ ok t7004-tag.sh ....................................... ok t7419-submodule-set-branch.sh ...................... ok t6600-test-reach.sh ................................ ok t7408-submodule-reference.sh ....................... ok t7503-pre-commit-and-pre-merge-commit-hooks.sh ..... ok t7510-signed-commit.sh ............................. ok t7504-commit-msg-hook.sh ........................... ok t7509-commit-authorship.sh ......................... ok t7450-bad-git-dotfiles.sh .......................... ok t7501-commit-basic-functionality.sh ................ ok t7514-commit-patch.sh .............................. ok t7511-status-index.sh .............................. ok t7515-status-symlinks.sh ........................... ok t7516-commit-races.sh .............................. ok t7518-ident-corner-cases.sh ........................ ok t7520-ignored-hook-warning.sh ...................... ok t7500-commit-template-squash-signoff.sh ............ ok t7524-commit-summary.sh ............................ ok t7527-builtin-fsmonitor.sh ......................... skipped: fsmonitor--daemon is not supported on this platform t7507-commit-verbose.sh ............................ ok t7521-ignored-mode.sh .............................. ok t7525-status-rename.sh ............................. ok t7422-submodule-output.sh .......................... ok t7528-signed-commit-ssh.sh ......................... ok t7517-per-repo-email.sh ............................ ok t7526-commit-pathspec-file.sh ...................... ok t7505-prepare-commit-msg-hook.sh ................... ok t7506-status-submodule.sh .......................... ok t7604-merge-custom-message.sh ...................... ok t7606-merge-custom.sh .............................. ok t7605-merge-resolve.sh ............................. ok t7607-merge-state.sh ............................... ok t7502-commit-porcelain.sh .......................... ok t7612-merge-verify-signatures.sh ................... ok t7614-merge-signoff.sh ............................. ok t7608-merge-messages.sh ............................ ok t7702-repack-cyclic-alternate.sh ................... ok t7603-merge-reduce-heads.sh ........................ ok t7611-merge-abort.sh ............................... ok t7701-repack-unpack-unreachable.sh ................. ok t7811-grep-open.sh ................................. ok t7812-grep-icase-non-ascii.sh ...................... ok t7813-grep-icase-iso.sh ............................ ok t7407-submodule-foreach.sh ......................... ok t7602-merge-octopus-many.sh ........................ ok t7512-status-help.sh ............................... ok t7815-grep-binary.sh ............................... ok t7513-interpret-trailers.sh ........................ ok t7703-repack-geometric.sh .......................... ok t7817-grep-sparse-checkout.sh ...................... ok t7704-repack-cruft.sh .............................. ok t6423-merge-rename-directories.sh .................. ok t7601-merge-pull-config.sh ......................... ok t8005-blame-i18n.sh ................................ ok t8004-blame-with-conflicts.sh ...................... ok t8003-blame-corner-cases.sh ........................ ok t7609-mergetool--lib.sh ............................ ok t7700-repack.sh .................................... ok t8008-blame-formats.sh ............................. ok t5572-pull-submodule.sh ............................ ok t8006-blame-textconv.sh ............................ ok t8007-cat-file-textconv.sh ......................... ok t8009-blame-vs-topicbranches.sh .................... ok t8010-cat-file-filters.sh .......................... ok t8011-blame-split-file.sh .......................... ok t9002-column.sh .................................... ok t9004-example.sh ................................... ok t9003-help-autocorrect.sh .......................... ok t9100-git-svn-basic.sh ............................. skipped: skipping git svn tests, NO_SVN_TESTS defined t9101-git-svn-props.sh ............................. skipped: skipping git svn tests, NO_SVN_TESTS defined t7816-grep-binary-pattern.sh ....................... ok t9102-git-svn-deep-rmdir.sh ........................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9103-git-svn-tracked-directory-removed.sh ......... skipped: skipping git svn tests, NO_SVN_TESTS defined t8013-blame-ignore-revs.sh ......................... ok t7600-merge.sh ..................................... ok t9104-git-svn-follow-parent.sh ..................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9105-git-svn-commit-diff.sh ....................... skipped: skipping git svn tests, NO_SVN_TESTS defined t8001-annotate.sh .................................. ok t9106-git-svn-commit-diff-clobber.sh ............... skipped: skipping git svn tests, NO_SVN_TESTS defined t9107-git-svn-migrate.sh ........................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9108-git-svn-glob.sh .............................. skipped: skipping git svn tests, NO_SVN_TESTS defined t7810-grep.sh ...................................... ok t9109-git-svn-multi-glob.sh ........................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9110-git-svn-use-svm-props.sh ..................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9112-git-svn-md5less-file.sh ...................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9113-git-svn-dcommit-new-file.sh .................. skipped: skipping git svn tests, NO_SVN_TESTS defined t9111-git-svn-use-svnsync-props.sh ................. skipped: skipping git svn tests, NO_SVN_TESTS defined t9114-git-svn-dcommit-merge.sh ..................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9115-git-svn-dcommit-funky-renames.sh ............. skipped: skipping git svn tests, NO_SVN_TESTS defined t9116-git-svn-log.sh ............................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9118-git-svn-funky-branch-names.sh ................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9117-git-svn-init-clone.sh ........................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9119-git-svn-info.sh .............................. skipped: skipping git svn tests, NO_SVN_TESTS defined t9120-git-svn-clone-with-percent-escapes.sh ........ skipped: skipping git svn tests, NO_SVN_TESTS defined t9121-git-svn-fetch-renamed-dir.sh ................. skipped: skipping git svn tests, NO_SVN_TESTS defined t9122-git-svn-author.sh ............................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9124-git-svn-dcommit-auto-props.sh ................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9123-git-svn-rebuild-with-rewriteroot.sh .......... skipped: skipping git svn tests, NO_SVN_TESTS defined t9126-git-svn-follow-deleted-readded-directory.sh .. skipped: skipping git svn tests, NO_SVN_TESTS defined t9125-git-svn-multi-glob-branch-names.sh ........... skipped: skipping git svn tests, NO_SVN_TESTS defined t8002-blame.sh ..................................... ok t9127-git-svn-partial-rebuild.sh ................... skipped: skipping git svn tests, NO_SVN_TESTS defined t7900-maintenance.sh ............................... ok t9129-git-svn-i18n-commitencoding.sh ............... skipped: skipping git svn tests, NO_SVN_TESTS defined t9128-git-svn-cmd-branch.sh ........................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9130-git-svn-authors-file.sh ...................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9132-git-svn-broken-symlink.sh .................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9131-git-svn-empty-symlink.sh ..................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9133-git-svn-nested-git-repo.sh ................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9134-git-svn-ignore-paths.sh ...................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9136-git-svn-recreated-branch-empty-file.sh ....... skipped: skipping git svn tests, NO_SVN_TESTS defined t9135-git-svn-moved-branch-empty-file.sh ........... skipped: skipping git svn tests, NO_SVN_TESTS defined t9138-git-svn-authors-prog.sh ...................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9137-git-svn-dcommit-clobber-series.sh ............ skipped: skipping git svn tests, NO_SVN_TESTS defined t9139-git-svn-non-utf8-commitencoding.sh ........... skipped: skipping git svn tests, NO_SVN_TESTS defined t9140-git-svn-reset.sh ............................. skipped: skipping git svn tests, NO_SVN_TESTS defined t9142-git-svn-shallow-clone.sh ..................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9141-git-svn-multiple-branches.sh ................. skipped: skipping git svn tests, NO_SVN_TESTS defined t9144-git-svn-old-rev_map.sh ....................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9143-git-svn-gc.sh ................................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9145-git-svn-master-branch.sh ..................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9146-git-svn-empty-dirs.sh ........................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9148-git-svn-propset.sh ........................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9147-git-svn-include-paths.sh ..................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9151-svn-mergeinfo.sh ............................. skipped: skipping git svn tests, NO_SVN_TESTS defined t9150-svk-mergetickets.sh .......................... skipped: skipping git svn tests, NO_SVN_TESTS defined t7814-grep-recurse-submodules.sh ................... ok t9152-svn-empty-dirs-after-gc.sh ................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9153-git-svn-rewrite-uuid.sh ...................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9154-git-svn-fancy-glob.sh ........................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9155-git-svn-fetch-deleted-tag.sh ................. skipped: skipping git svn tests, NO_SVN_TESTS defined t9156-git-svn-fetch-deleted-tag-2.sh ............... skipped: skipping git svn tests, NO_SVN_TESTS defined t9158-git-svn-mergeinfo.sh ......................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9160-git-svn-preserve-empty-dirs.sh ............... skipped: skipping git svn tests, NO_SVN_TESTS defined t9157-git-svn-fetch-merge.sh ....................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9159-git-svn-no-parent-mergeinfo.sh ............... skipped: skipping git svn tests, NO_SVN_TESTS defined t9162-git-svn-dcommit-interactive.sh ............... skipped: skipping git svn tests, NO_SVN_TESTS defined t9161-git-svn-mergeinfo-push.sh .................... skipped: skipping git svn tests, NO_SVN_TESTS defined t8014-blame-ignore-fuzzy.sh ........................ ok t9163-git-svn-reset-clears-caches.sh ............... skipped: skipping git svn tests, NO_SVN_TESTS defined t9166-git-svn-fetch-merge-branch-of-branch2.sh ..... skipped: skipping git svn tests, NO_SVN_TESTS defined t9164-git-svn-dcommit-concurrent.sh ................ skipped: skipping git svn tests, NO_SVN_TESTS defined t9165-git-svn-fetch-merge-branch-of-branch.sh ...... skipped: skipping git svn tests, NO_SVN_TESTS defined t9168-git-svn-partially-globbed-names.sh ........... skipped: skipping git svn tests, NO_SVN_TESTS defined t9167-git-svn-cmd-branch-subproject.sh ............. skipped: skipping git svn tests, NO_SVN_TESTS defined t9169-git-svn-dcommit-crlf.sh ...................... skipped: skipping git svn tests, NO_SVN_TESTS defined t9200-git-cvsexportcommit.sh ....................... skipped: skipping git cvsexportcommit tests, cvs not found t9400-git-cvsserver-server.sh ...................... skipped: skipping git-cvsserver tests, cvs not found t9401-git-cvsserver-crlf.sh ........................ skipped: skipping git-cvsserver tests, cvs not found t9402-git-cvsserver-refs.sh ........................ skipped: skipping git-cvsserver tests, cvs not found t7519-status-fsmonitor.sh .......................... ok t9501-gitweb-standalone-http-status.sh ............. skipped: skipping gitweb tests, CGI & CGI::Util & CGI::Carp modules not available t9500-gitweb-standalone-no-errors.sh ............... skipped: skipping gitweb tests, CGI & CGI::Util & CGI::Carp modules not available t8012-blame-colors.sh .............................. ok t9502-gitweb-standalone-parse-output.sh ............ skipped: skipping gitweb tests, CGI & CGI::Util & CGI::Carp modules not available t9600-cvsimport.sh ................................. skipped: skipping cvsimport tests, cvs not found t7063-status-untracked-cache.sh .................... ok t9601-cvsimport-vendor-branch.sh ................... skipped: skipping cvsimport tests, cvs not found t9602-cvsimport-branches-tags.sh ................... skipped: skipping cvsimport tests, cvs not found t9351-fast-export-anonymize.sh ..................... ok t9603-cvsimport-patchsets.sh ....................... skipped: skipping cvsimport tests, cvs not found t9604-cvsimport-timestamps.sh ...................... skipped: skipping cvsimport tests, cvs not found t9304-fast-import-marks.sh ......................... ok t9800-git-p4-basic.sh .............................. skipped: skipping git p4 tests; no p4 or p4d t7508-status.sh .................................... ok t9801-git-p4-branch.sh ............................. skipped: skipping git p4 tests; no p4 or p4d t9802-git-p4-filetype.sh ........................... skipped: skipping git p4 tests; no p4 or p4d t9803-git-p4-shell-metachars.sh .................... skipped: skipping git p4 tests; no p4 or p4d t9804-git-p4-label.sh .............................. skipped: skipping git p4 tests; no p4 or p4d t9806-git-p4-options.sh ............................ skipped: skipping git p4 tests; no p4 or p4d t9805-git-p4-skip-submit-edit.sh ................... skipped: skipping git p4 tests; no p4 or p4d t9807-git-p4-submit.sh ............................. skipped: skipping git p4 tests; no p4 or p4d t9808-git-p4-chdir.sh .............................. skipped: skipping git p4 tests; no p4 or p4d t9809-git-p4-client-view.sh ........................ skipped: skipping git p4 tests; no p4 or p4d t9811-git-p4-label-import.sh ....................... skipped: skipping git p4 tests; no p4 or p4d t9810-git-p4-rcs.sh ................................ skipped: skipping git p4 tests; no p4 or p4d t9812-git-p4-wildcards.sh .......................... skipped: skipping git p4 tests; no p4 or p4d t9814-git-p4-rename.sh ............................. skipped: skipping git p4 tests; no p4 or p4d t9815-git-p4-submit-fail.sh ........................ skipped: skipping git p4 tests; no p4 or p4d t9813-git-p4-preserve-users.sh ..................... skipped: skipping git p4 tests; no p4 or p4d t9816-git-p4-locked.sh ............................. skipped: skipping git p4 tests; no p4 or p4d t9817-git-p4-exclude.sh ............................ skipped: skipping git p4 tests; no p4 or p4d t9818-git-p4-block.sh .............................. skipped: skipping git p4 tests; no p4 or p4d t9819-git-p4-case-folding.sh ....................... skipped: skipping git p4 tests; no p4 or p4d t9700-perl-git.sh .................................. ok t9821-git-p4-path-variations.sh .................... skipped: skipping git p4 tests; no p4 or p4d t9820-git-p4-editor-handling.sh .................... skipped: skipping git p4 tests; no p4 or p4d t9822-git-p4-path-encoding.sh ...................... skipped: skipping git p4 tests; no p4 or p4d t9823-git-p4-mock-lfs.sh ........................... skipped: skipping git p4 tests; no p4 or p4d t9824-git-p4-git-lfs.sh ............................ skipped: skipping git p4 tests; no p4 or p4d t9826-git-p4-keep-empty-commits.sh ................. skipped: skipping git p4 tests; no p4 or p4d t9825-git-p4-handle-utf16-without-bom.sh ........... skipped: skipping git p4 tests; no p4 or p4d t9827-git-p4-change-filetype.sh .................... skipped: skipping git p4 tests; no p4 or p4d t9828-git-p4-map-user.sh ........................... skipped: skipping git p4 tests; no p4 or p4d t9303-fast-import-compression.sh ................... ok t9829-git-p4-jobs.sh ............................... skipped: skipping git p4 tests; no p4 or p4d t9830-git-p4-symlink-dir.sh ........................ skipped: skipping git p4 tests; no p4 or p4d t9302-fast-import-unpack-limit.sh .................. ok t9831-git-p4-triggers.sh ........................... skipped: skipping git p4 tests; no p4 or p4d t9832-unshelve.sh .................................. skipped: skipping git p4 tests; no p4 or p4d t9833-errors.sh .................................... skipped: skipping git p4 tests; no p4 or p4d t9834-git-p4-file-dir-bug.sh ....................... skipped: skipping git p4 tests; no p4 or p4d t9836-git-p4-metadata-encoding-python3.sh .......... skipped: skipping git p4 tests; no p4 or p4d t9835-git-p4-metadata-encoding-python2.sh .......... skipped: skipping git p4 tests; no p4 or p4d ===( 27794;59 54/? 41/? 45/? 104/? 58/? 7/? 72/? 35/? ... )===/build/git-2.43.1/contrib/completion/git-completion.bash: line 450: compgen: command not found t9210-scalar.sh .................................... ok t6438-submodule-directory-file-conflicts.sh ........ ok t9901-git-web--browse.sh ........................... ok t9211-scalar-clone.sh .............................. ok t9850-shell.sh ..................................... ok t7406-submodule-update.sh .......................... ok t9350-fast-export.sh ............................... ok t7800-difftool.sh .................................. ok t7003-filter-branch.sh ............................. ok t9903-bash-prompt.sh ............................... ok t9300-fast-import.sh ............................... ok t7400-submodule-basic.sh ........................... ok t9301-fast-import-notes.sh ......................... ok t9902-completion.sh ................................ ok t7112-reset-submodule.sh ........................... ok t7610-mergetool.sh ................................. ok t9001-send-email.sh ................................ ok All tests successful. Files=993, Tests=28548, 71 wallclock secs ( 6.78 usr 2.73 sys + 249.38 cusr 871.40 csys = 1130.29 CPU) Result: PASS make clean-except-prove-cache make[2]: Entering directory '/build/git-2.43.1/t' rm -f -r 'chainlinttmp' rm -f -r 'trash directory'.* rm -f -r valgrind/bin make[2]: Leaving directory '/build/git-2.43.1/t' make[1]: Leaving directory '/build/git-2.43.1/t' installCheckPhase completed in 1 minutes 17 seconds building '/nix/store/6da3ndc0lxx5m0nk7h8xy8qw5kzzs6ry-python3.11-hatch-vcs-0.4.0.drv'... 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 Running phase: unpackPhase unpacking source archive /nix/store/7awcxhrsn331wslpq7lhscp3yf81zbz7-hatch_vcs-0.4.0.tar.gz source root is hatch_vcs-0.4.0 setting SOURCE_DATE_EPOCH to timestamp 1580601600 of file hatch_vcs-0.4.0/tests/utils.py Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing pypaBuildPhase Setting SETUPTOOLS_SCM_PRETEND_VERSION to 0.4.0 Including all tracked files automatically Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built hatch_vcs-0.4.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for hatch_vcs-0.4.0-py3-none-any.whl Finished executing pythonRuntimeDepsCheck Running phase: installPhase Executing pypaInstallPhase Successfully installed hatch_vcs-0.4.0-py3-none-any.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/mjr5jrpizjs94pc4j0vp2bnalqp4fgh2-python3.11-hatch-vcs-0.4.0 checking for references to /build/ in /nix/store/mjr5jrpizjs94pc4j0vp2bnalqp4fgh2-python3.11-hatch-vcs-0.4.0... patching script interpreter paths in /nix/store/mjr5jrpizjs94pc4j0vp2bnalqp4fgh2-python3.11-hatch-vcs-0.4.0 stripping (with command strip and flags -S -p) in /nix/store/mjr5jrpizjs94pc4j0vp2bnalqp4fgh2-python3.11-hatch-vcs-0.4.0/lib shrinking RPATHs of ELF executables and libraries in /nix/store/p44kw82b4s8i6m7ikgfb9qdlf7agw24c-python3.11-hatch-vcs-0.4.0-dist checking for references to /build/ in /nix/store/p44kw82b4s8i6m7ikgfb9qdlf7agw24c-python3.11-hatch-vcs-0.4.0-dist... patching script interpreter paths in /nix/store/p44kw82b4s8i6m7ikgfb9qdlf7agw24c-python3.11-hatch-vcs-0.4.0-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: hatch_vcs Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/hatch_vcs-0.4.0 collected 22 items / 1 deselected / 21 selected tests/test_build.py .... [ 19%] tests/test_build_config.py ...... [ 47%] tests/test_metadata_config.py .... [ 66%] tests/test_version_config.py ....... [100%] ======================= 21 passed, 1 deselected in 1.03s ======================= Finished executing pytestCheckPhase Running phase: pytestcachePhase Running phase: pytestRemoveBytecodePhase building '/nix/store/k71m7syccvfxy4whs6rlza0gbq4kmazy-python3.11-execnet-2.0.2.drv'... building '/nix/store/99wh50y97vjnszva90aqz0y1rw9s88m2-python3.11-filelock-3.13.1.drv'... 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 Running phase: unpackPhase unpacking source archive /nix/store/4lq6wxf9nlj4fa06s0v3759shizbrhvq-execnet-2.0.2.tar.gz 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 source root is execnet-2.0.2 setting SOURCE_DATE_EPOCH to timestamp 1688915078 of file execnet-2.0.2/tox.ini Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: unpackPhase unpacking source archive /nix/store/x34wx0diyljadg6d5s3a49wcpszn3r18-filelock-3.13.1.tar.gz Running phase: configurePhase source root is filelock-3.13.1 setting SOURCE_DATE_EPOCH to timestamp 1580601600 of file filelock-3.13.1/tox.ini Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase no configure script, doing nothing Running phase: buildPhase Executing pypaBuildPhase Setting SETUPTOOLS_SCM_PRETEND_VERSION to 2.0.2 Including all tracked files automatically Running phase: configurePhase Creating a wheel... no configure script, doing nothing Running phase: buildPhase Executing pypaBuildPhase Setting SETUPTOOLS_SCM_PRETEND_VERSION to 3.13.1 Including all tracked files automatically Creating a wheel... * Getting build dependencies for wheel... * Getting build dependencies for wheel... * Building wheel... * Building wheel... Successfully built execnet-2.0.2-py3-none-any.whl Successfully built filelock-3.13.1-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for execnet-2.0.2-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for filelock-3.13.1-py3-none-any.whl Finished executing pythonRuntimeDepsCheck Running phase: installPhase Finished executing pythonRuntimeDepsCheck Executing pypaInstallPhase Running phase: installPhase Executing pypaInstallPhase Successfully installed filelock-3.13.1-py3-none-any.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/bp9b86q5l3aglawfa9jqvnlgl7i3zh4j-python3.11-filelock-3.13.1 checking for references to /build/ in /nix/store/bp9b86q5l3aglawfa9jqvnlgl7i3zh4j-python3.11-filelock-3.13.1... Successfully installed execnet-2.0.2-py3-none-any.whl Finished executing pypaInstallPhase patching script interpreter paths in /nix/store/bp9b86q5l3aglawfa9jqvnlgl7i3zh4j-python3.11-filelock-3.13.1 Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase stripping (with command strip and flags -S -p) in /nix/store/bp9b86q5l3aglawfa9jqvnlgl7i3zh4j-python3.11-filelock-3.13.1/lib Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/7553w9fdvwb19rnabw8ycbjwf5r4s2az-python3.11-execnet-2.0.2 checking for references to /build/ in /nix/store/7553w9fdvwb19rnabw8ycbjwf5r4s2az-python3.11-execnet-2.0.2... patching script interpreter paths in /nix/store/7553w9fdvwb19rnabw8ycbjwf5r4s2az-python3.11-execnet-2.0.2 stripping (with command strip and flags -S -p) in /nix/store/7553w9fdvwb19rnabw8ycbjwf5r4s2az-python3.11-execnet-2.0.2/lib shrinking RPATHs of ELF executables and libraries in /nix/store/3j3ln3qycis72m7a8rrarnkrvvfm0jvm-python3.11-filelock-3.13.1-dist checking for references to /build/ in /nix/store/3j3ln3qycis72m7a8rrarnkrvvfm0jvm-python3.11-filelock-3.13.1-dist... patching script interpreter paths in /nix/store/3j3ln3qycis72m7a8rrarnkrvvfm0jvm-python3.11-filelock-3.13.1-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Running phase: pytestCheckPhase Executing pytestCheckPhase shrinking RPATHs of ELF executables and libraries in /nix/store/xwbhn9fb5vnicw3515va7jrn0l025h6s-python3.11-execnet-2.0.2-dist checking for references to /build/ in /nix/store/xwbhn9fb5vnicw3515va7jrn0l025h6s-python3.11-execnet-2.0.2-dist... patching script interpreter paths in /nix/store/xwbhn9fb5vnicw3515va7jrn0l025h6s-python3.11-execnet-2.0.2-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: execnet Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/filelock-3.13.1 plugins: mock-3.12.0 collected 103 items tests/test_error.py .... [ 3%] tests/test_filelock.py ............................ssssssssssssssssssss. [ 51%] ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0 -- /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 cachedir: .pytest_cache rootdir: /build/execnet-2.0.2 configfile: tox.ini testpaths: testing collected 169 items / 12 deselected / 157 selected testing/test_basics.py::TestSerializeAPI::test_serializer_api[123] PASSED [ 0%] testing/test_basics.py::TestSerializeAPI::test_serializer_api[42] PASSED [ 1%] testing/test_basics.py::TestSerializeAPI::test_serializer_api[val2] PASSED [ 1%] testing/test_basics.py::TestSerializeAPI::test_serializer_api[val3] PASSED [ 2%] testing/test_basics.py::TestSerializeAPI::test_mmap[123] PASSED [ 3%] testing/test_basics.py::TestSerializeAPI::test_mmap[42] PASSED [ 3%] testing/test_basics.py::TestSerializeAPI::test_mmap[val2] PASSED [ 4%] testing/test_basics.py::TestSerializeAPI::test_mmap[val3] PASSED [ 5%] testing/test_basics.py::TestSerializeAPI::test_bytesio[123] PASSED [ 5%] testing/test_basics.py::TestSerializeAPI::test_bytesio[42] PASSED [ 6%] testing/test_basics.py::TestSerializeAPI::test_bytesio[val2] PASSED [ 7%] testing/test_basics.py::TestSerializeAPI::test_bytesio[val3] PASSED [ 7%] testing/test_basics.py::test_serializer_api_version_error PASSED [ 8%] testing/test_basics.py::test_errors_on_execnet PASSED [ 8%] testing/test_basics.py::test_subprocess_interaction[sys.executable] PASSED [ 9%] testing/test_basics.py::test_subprocess_interaction[pypy3] SKIPPED (no pypy3 found) [ 10%] testing/test_basics.py::test_io_message[thread-sys.executable] PASSED [ 10%] testing/test_basics.py::test_io_message[thread-pypy3] SKIPPED (no pypy3 found) [ 11%] testing/test_basics.py::test_exectask[thread] PASSED [ 12%] testing/test_basics.py::TestPureChannel::test_factory_create[thread] PASSED [ 12%] testing/test_basics.py::TestPureChannel::test_factory_getitem[thread] PASSED [ 13%] testing/test_basics.py::TestPureChannel::test_channel_timeouterror[thread] PASSED [ 14%] testing/test_basics.py::TestPureChannel::test_channel_makefile_incompatmode[thread] PASSED [ 14%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[thread-popen] PASSED [ 15%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[thread-socket] PASSED [ 15%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[thread-ssh] SKIPPED [ 16%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[thread-proxy] PASSED [ 17%] testing/test_multi.py::test_safe_terminate[thread] XFAIL (execution model 'thread' does not support task count) [ 17%] testing/test_multi.py::test_safe_terminate2[thread] XFAIL (execution model 'thread' does not support task count) [ 18%] testing/test_threadpool.py::test_execmodel[thread] PASSED [ 19%] testing/test_threadpool.py::test_execmodel_basic_attrs[thread] PASSED [ 19%] testing/test_threadpool.py::test_simple[thread] PASSED [ 20%] testing/test_threadpool.py::test_some[thread] PASSED [ 21%] testing/test_threadpool.py::test_running_semnatics[thread] PASSED [ 21%] testing/test_threadpool.py::test_waitfinish_on_reply[thread] PASSED [ 22%] testing/test_threadpool.py::test_limited_size[thread] XFAIL (WorkerPool does not implement limited size) [ 22%] testing/test_threadpool.py::test_get[thread] PASSED [ 23%] testing/test_threadpool.py::test_get_timeout[thread] PASSED [ 24%] testing/test_threadpool.py::test_get_excinfo[thread] PASSED [ 24%] testing/test_threadpool.py::test_waitall_timeout[thread] PASSED [ 25%] testing/test_threadpool.py::test_pool_clean_shutdown[thread] PASSED [ 26%] testing/test_threadpool.py::test_primary_thread_integration[thread] PASSED [ 26%] testing/test_threadpool.py::test_primary_thread_integration_shutdown[thread] PASSED [ 27%] testing/test_basics.py::test_io_message[eventlet-sys.executable] SKIPPED [ 28%] testing/test_basics.py::test_io_message[eventlet-pypy3] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 28%] testing/test_basics.py::test_exectask[eventlet] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 29%] testing/test_basics.py::TestPureChannel::test_factory_create[eventlet] SKIPPED [ 29%] testing/test_basics.py::TestPureChannel::test_factory_getitem[eventlet] SKIPPED [ 30%] testing/test_basics.py::TestPureChannel::test_channel_timeouterror[eventlet] SKIPPED [ 31%] testing/test_basics.py::TestPureChannel::test_channel_makefile_incompatmode[eventlet] SKIPPED [ 31%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[eventlet-popen] SKIPPED [ 32%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[eventlet-socket] SKIPPED [ 33%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[eventlet-ssh] SKIPPED [ 33%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[eventlet-proxy] SKIPPED [ 34%] testing/test_multi.py::test_safe_terminate[eventlet] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 35%] testing/test_multi.py::test_safe_terminate2[eventlet] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 35%] testing/test_threadpool.py::test_execmodel[eventlet] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 36%] testing/test_threadpool.py::test_execmodel_basic_attrs[eventlet] SKIPPED [ 36%] testing/test_threadpool.py::test_simple[eventlet] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 37%] testing/test_threadpool.py::test_some[eventlet] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 38%] testing/test_threadpool.py::test_running_semnatics[eventlet] SKIPPED [ 38%] testing/test_threadpool.py::test_waitfinish_on_reply[eventlet] SKIPPED [ 39%] testing/test_threadpool.py::test_limited_size[eventlet] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 40%] testing/test_threadpool.py::test_get[eventlet] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 40%] testing/test_threadpool.py::test_get_timeout[eventlet] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 41%] testing/test_threadpool.py::test_get_excinfo[eventlet] SKIPPED (could not import 'eventlet': No module named 'eventlet') [ 42%] testing/test_threadpool.py::test_waitall_timeout[eventlet] SKIPPED [ 42%] testing/test_threadpool.py::test_pool_clean_shutdown[eventlet] SKIPPED [ 43%] testing/test_threadpool.py::test_primary_thread_integration[eventlet] SKIPPED [ 43%] testing/test_threadpool.py::test_primary_thread_integration_shutdown[eventlet] SKIPPED [ 44%] testing/test_basics.py::test_io_message[gevent-sys.executable] PASSED [ 45%] testing/test_basics.py::test_io_message[gevent-pypy3] SKIPPED (no pypy3 found) [ 45%] testing/test_basics.py::test_exectask[gevent] PASSED [ 46%] testing/test_basics.py::TestPureChannel::test_factory_create[gevent] PASSED [ 47%] testing/test_basics.py::TestPureChannel::test_factory_getitem[gevent] PASSED [ 47%] testing/test_basics.py::TestPureChannel::test_channel_timeouterror[gevent] PASSED [ 48%] testing/test_basics.py::TestPureChannel::test_channel_makefile_incompatmode[gevent] PASSED [ 49%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[gevent-popen] PASSED [ 49%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[gevent-socket] PASSED [ 50%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[gevent-ssh] SKIPPED [ 50%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[gevent-proxy] PASSED [ 51%] testing/test_multi.py::test_safe_terminate[gevent] XFAIL (execution model 'gevent' does not support task count) [ 52%] testing/test_multi.py::test_safe_terminate2[gevent] XFAIL (execution model 'gevent' does not support task count) [ 52%] testing/test_threadpool.py::test_execmodel[gevent] PASSED [ 53%] testing/test_threadpool.py::test_execmodel_basic_attrs[gevent] PASSED [ 54%] testing/test_threadpool.py::test_simple[gevent] PASSED [ 54%] testing/test_threadpool.py::test_some[gevent] PASSED [ 55%] testing/test_threadpool.py::test_running_semnatics[gevent] PASSED [ 56%] testing/test_threadpool.py::test_waitfinish_on_reply[gevent] PASSED [ 56%] testing/test_threadpool.py::test_limited_size[gevent] XFAIL (WorkerPool does not implement limited size) [ 57%] testing/test_threadpool.py::test_get[gevent] PASSED [ 57%] testing/test_threadpool.py::test_get_timeout[gevent] PASSED [ 58%] testing/test_threadpool.py::test_get_excinfo[gevent] PASSED [ 59%] testing/test_threadpool.py::test_waitall_timeout[gevent] PASSED [ 59%] testing/test_threadpool.py::test_pool_clean_shutdown[gevent] PASSED [ 60%] testing/test_threadpool.py::test_primary_thread_integration[gevent] PASSED [ 61%] testing/test_threadpool.py::test_primary_thread_integration_shutdown[gevent] SKIPPED [ 61%] testing/test_basics.py::test_rinfo_source[sys.executable] PASSED [ 62%] testing/test_basics.py::test_rinfo_source[pypy3] SKIPPED (no pypy3 found) [ 63%] testing/test_basics.py::test_geterrortext[sys.executable] PASSED [ 63%] testing/test_basics.py::test_geterrortext[pypy3] SKIPPED (no pypy3 found) [ 64%] testing/test_basics.py::TestMessage::test_wire_protocol PASSED [ 64%] testing/test_basics.py::TestSourceOfFunction::test_lambda_unsupported PASSED [ 65%] testing/test_basics.py::TestSourceOfFunction::test_wrong_prototype_fails PASSED [ 66%] testing/test_basics.py::TestSourceOfFunction::test_function_without_known_source_fails PASSED [ 66%] testing/test_basics.py::TestSourceOfFunction::test_function_with_closure_fails PASSED [ 67%] testing/test_basics.py::TestSourceOfFunction::test_source_of_nested_function PASSED [ 68%] testing/test_basics.py::TestGlobalFinder::test_local PASSED [ 68%] testing/test_basics.py::TestGlobalFinder::test_global PASSED [ 69%] testing/test_basics.py::TestGlobalFinder::test_builtin PASSED [ 70%] testing/test_basics.py::TestGlobalFinder::test_function_with_global_fails PASSED [ 70%] testing/test_basics.py::TestGlobalFinder::test_method_call PASSED [ 71%] testing/test_basics.py::test_remote_exec_function_with_kwargs[sys.executable] PASSED [ 71%] testing/test_basics.py::test_remote_exec_function_with_kwargs[pypy3] SKIPPED [ 72%] testing/test_basics.py::test_remote_exc__no_kwargs PASSED [ 73%] testing/test_basics.py::test_remote_exec_inspect_stack PASSED [ 73%] testing/test_compatibility_regressions.py::test_opcodes PASSED [ 74%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_receive_each PASSED [ 75%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_send_each PASSED [ 75%] testing/test_multi.py::TestMultiChannelAndGateway::test_Group_execmodel_setting PASSED [ 76%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_receive_queue_for_two_subprocesses PASSED [ 77%] testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_waitclose PASSED [ 77%] testing/test_multi.py::TestGroup::test_basic_group PASSED [ 78%] testing/test_multi.py::TestGroup::test_group_default_spec PASSED [ 78%] testing/test_multi.py::TestGroup::test_group_PopenGateway PASSED [ 79%] testing/test_multi.py::TestGroup::test_group_ordering_and_termination PASSED [ 80%] testing/test_multi.py::TestGroup::test_group_id_allocation PASSED [ 80%] testing/test_multi.py::TestGroup::test_gateway_and_id PASSED [ 81%] testing/test_multi.py::TestGroup::test_default_group PASSED [ 82%] testing/test_multi.py::TestGroup::test_remote_exec_args PASSED [ 82%] testing/test_multi.py::TestGroup::test_terminate_with_proxying PASSED [ 83%] testing/test_rsync.py::TestRSync::test_notargets PASSED [ 84%] testing/test_rsync.py::TestRSync::test_dirsync PASSED [ 84%] testing/test_rsync.py::TestRSync::test_dirsync_twice PASSED [ 85%] testing/test_rsync.py::TestRSync::test_rsync_default_reporting PASSED [ 85%] testing/test_rsync.py::TestRSync::test_rsync_non_verbose PASSED [ 86%] testing/test_rsync.py::TestRSync::test_permissions PASSED [ 87%] testing/test_rsync.py::TestRSync::test_read_only_directories PASSED [ 87%] testing/test_rsync.py::TestRSync::test_symlink_rsync PASSED [ 88%] testing/test_rsync.py::TestRSync::test_symlink2_rsync PASSED [ 89%] testing/test_rsync.py::TestRSync::test_callback PASSED [ 89%] testing/test_rsync.py::TestRSync::test_file_disappearing PASSED [ 90%] testing/test_serializer.py::test_simple[int-4] PASSED [ 91%] testing/test_serializer.py::test_simple[float-3.25] PASSED [ 91%] testing/test_serializer.py::test_simple[complex-(1.78+3.25j)] PASSED [ 92%] testing/test_serializer.py::test_simple[list-[1, 2, 3]] PASSED [ 92%] testing/test_serializer.py::test_simple[tuple-(1, 2, 3)] PASSED [ 93%] testing/test_serializer.py::test_simple[dict-{(1, 2, 3): 32}] PASSED [ 94%] testing/test_serializer.py::test_set PASSED [ 94%] testing/test_serializer.py::test_frozenset PASSED [ 95%] testing/test_serializer.py::test_long PASSED [ 96%] testing/test_serializer.py::test_bytes PASSED [ 96%] testing/test_serializer.py::test_str PASSED [ 97%] testing/test_serializer.py::test_unicode PASSED [ 98%] testing/test_serializer.py::test_bool PASSED [ 98%] testing/test_serializer.py::test_none PASSED [ 99%] testing/test_serializer.py::test_tuple_nested_with_empty_in_between PASSED [100%] =============================== warnings summary =============================== ../../nix/store/ag11jfk4zd2igxx0ql733bbxssy2hmx4-python3.11-pytest-7.4.4/lib/python3.11/site-packages/_pytest/config/__init__.py:1373 /nix/store/ag11jfk4zd2igxx0ql733bbxssy2hmx4-python3.11-pytest-7.4.4/lib/python3.11/site-packages/_pytest/config/__init__.py:1373: PytestConfigWarning: Unknown config option: timeout self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ SKIPPED [1] testing/test_basics.py:68: no pypy3 found SKIPPED [2] testing/test_basics.py:175: no pypy3 found SKIPPED [2] testing/test_multi.py:16: no 'gspecs' option found SKIPPED [2] testing/test_basics.py:175: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_basics.py:278: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_basics.py:315: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_basics.py:321: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_basics.py:327: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_basics.py:331: could not import 'eventlet': No module named 'eventlet' SKIPPED [4] testing/test_multi.py:16: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_multi.py:226: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_multi.py:249: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:8: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:18: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:24: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:29: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:48: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:63: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:73: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:101: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:110: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:120: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:131: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:144: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:167: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:191: could not import 'eventlet': No module named 'eventlet' SKIPPED [1] testing/test_threadpool.py:193: can only run with threading SKIPPED [1] testing/test_basics.py:213: no pypy3 found SKIPPED [1] testing/test_basics.py:229: no pypy3 found SKIPPED [1] testing/test_basics.py:413: no pypy3 found XFAIL testing/test_multi.py::test_safe_terminate[thread] - reason: execution model 'thread' does not support task count XFAIL testing/test_multi.py::test_safe_terminate2[thread] - reason: execution model 'thread' does not support task count XFAIL testing/test_threadpool.py::test_limited_size[thread] - WorkerPool does not implement limited size XFAIL testing/test_multi.py::test_safe_terminate[gevent] - reason: execution model 'gevent' does not support task count XFAIL testing/test_multi.py::test_safe_terminate2[gevent] - reason: execution model 'gevent' does not support task count XFAIL testing/test_threadpool.py::test_limited_size[gevent] - WorkerPool does not implement limited size ===== 115 passed, 36 skipped, 12 deselected, 6 xfailed, 1 warning in 4.77s ===== Finished executing pytestCheckPhase Running phase: pytestcachePhase Running phase: pytestRemoveBytecodePhase .................................................. [100%] =============================== warnings summary =============================== tests/test_filelock.py:126 /build/filelock-3.13.1/tests/test_filelock.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(5) # timeout in case of infinite loop tests/test_filelock.py::test_subclass_compatibility /nix/store/ag11jfk4zd2igxx0ql733bbxssy2hmx4-python3.11-pytest-7.4.4/lib/python3.11/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: Traceback (most recent call last): File "/nix/store/bp9b86q5l3aglawfa9jqvnlgl7i3zh4j-python3.11-filelock-3.13.1/lib/python3.11/site-packages/filelock/_api.py", line 317, in __del__ self.release(force=True) File "/nix/store/bp9b86q5l3aglawfa9jqvnlgl7i3zh4j-python3.11-filelock-3.13.1/lib/python3.11/site-packages/filelock/_api.py", line 280, in release if self.is_locked: ^^^^^^^^^^^^^^ File "/nix/store/bp9b86q5l3aglawfa9jqvnlgl7i3zh4j-python3.11-filelock-3.13.1/lib/python3.11/site-packages/filelock/_api.py", line 190, in is_locked return self._context.lock_file_fd is not None ^^^^^^^^^^^^^ AttributeError: 'MySoftFileLock' object has no attribute '_context' warnings.warn(pytest.PytestUnraisableExceptionWarning(msg)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 83 passed, 20 skipped, 2 warnings in 10.64s ================== Finished executing pytestCheckPhase Running phase: pytestcachePhase Running phase: pytestRemoveBytecodePhase building '/nix/store/8j1lsxqpwnr3zfn3yzrzqjv0h7qq3d6c-python3.11-pytest-xdist-3.5.0.drv'... 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 Running phase: unpackPhase unpacking source archive /nix/store/9pf5pznnb2kdk4wbbzrpz6jjxaa0bxmy-pytest-xdist-3.5.0.tar.gz source root is pytest-xdist-3.5.0 setting SOURCE_DATE_EPOCH to timestamp 1700577525 of file pytest-xdist-3.5.0/setup.cfg Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing pypaBuildPhase Setting SETUPTOOLS_SCM_PRETEND_VERSION to 3.5.0 Including all tracked files automatically Creating a wheel... * Getting build dependencies for wheel... running egg_info writing src/pytest_xdist.egg-info/PKG-INFO writing dependency_links to src/pytest_xdist.egg-info/dependency_links.txt writing entry points to src/pytest_xdist.egg-info/entry_points.txt writing requirements to src/pytest_xdist.egg-info/requires.txt writing top-level names to src/pytest_xdist.egg-info/top_level.txt reading manifest file 'src/pytest_xdist.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.appveyor.yml' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.travis.yml' no previously-included directories found matching '.github' adding license file 'LICENSE' writing manifest file 'src/pytest_xdist.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/xdist copying src/xdist/looponfail.py -> build/lib/xdist copying src/xdist/_path.py -> build/lib/xdist copying src/xdist/plugin.py -> build/lib/xdist copying src/xdist/dsession.py -> build/lib/xdist copying src/xdist/newhooks.py -> build/lib/xdist copying src/xdist/__init__.py -> build/lib/xdist copying src/xdist/report.py -> build/lib/xdist copying src/xdist/workermanage.py -> build/lib/xdist copying src/xdist/_version.py -> build/lib/xdist copying src/xdist/remote.py -> build/lib/xdist creating build/lib/xdist/scheduler copying src/xdist/scheduler/worksteal.py -> build/lib/xdist/scheduler copying src/xdist/scheduler/loadscope.py -> build/lib/xdist/scheduler copying src/xdist/scheduler/load.py -> build/lib/xdist/scheduler copying src/xdist/scheduler/__init__.py -> build/lib/xdist/scheduler copying src/xdist/scheduler/loadgroup.py -> build/lib/xdist/scheduler copying src/xdist/scheduler/each.py -> build/lib/xdist/scheduler copying src/xdist/scheduler/loadfile.py -> build/lib/xdist/scheduler installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/xdist copying build/lib/xdist/looponfail.py -> build/bdist.linux-x86_64/wheel/xdist copying build/lib/xdist/_path.py -> build/bdist.linux-x86_64/wheel/xdist copying build/lib/xdist/plugin.py -> build/bdist.linux-x86_64/wheel/xdist creating build/bdist.linux-x86_64/wheel/xdist/scheduler copying build/lib/xdist/scheduler/worksteal.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler copying build/lib/xdist/scheduler/loadscope.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler copying build/lib/xdist/scheduler/load.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler copying build/lib/xdist/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler copying build/lib/xdist/scheduler/loadgroup.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler copying build/lib/xdist/scheduler/each.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler copying build/lib/xdist/scheduler/loadfile.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler copying build/lib/xdist/dsession.py -> build/bdist.linux-x86_64/wheel/xdist copying build/lib/xdist/newhooks.py -> build/bdist.linux-x86_64/wheel/xdist copying build/lib/xdist/__init__.py -> build/bdist.linux-x86_64/wheel/xdist copying build/lib/xdist/report.py -> build/bdist.linux-x86_64/wheel/xdist copying build/lib/xdist/workermanage.py -> build/bdist.linux-x86_64/wheel/xdist copying build/lib/xdist/_version.py -> build/bdist.linux-x86_64/wheel/xdist copying build/lib/xdist/remote.py -> build/bdist.linux-x86_64/wheel/xdist running install_egg_info running egg_info writing src/pytest_xdist.egg-info/PKG-INFO writing dependency_links to src/pytest_xdist.egg-info/dependency_links.txt writing entry points to src/pytest_xdist.egg-info/entry_points.txt writing requirements to src/pytest_xdist.egg-info/requires.txt writing top-level names to src/pytest_xdist.egg-info/top_level.txt reading manifest file 'src/pytest_xdist.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.appveyor.yml' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.travis.yml' no previously-included directories found matching '.github' adding license file 'LICENSE' writing manifest file 'src/pytest_xdist.egg-info/SOURCES.txt' Copying src/pytest_xdist.egg-info to build/bdist.linux-x86_64/wheel/pytest_xdist-3.5.0-py3.11.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pytest_xdist-3.5.0.dist-info/WHEEL creating '/build/pytest-xdist-3.5.0/dist/.tmp-8k1f6iv4/pytest_xdist-3.5.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'xdist/__init__.py' adding 'xdist/_path.py' adding 'xdist/_version.py' adding 'xdist/dsession.py' adding 'xdist/looponfail.py' adding 'xdist/newhooks.py' adding 'xdist/plugin.py' adding 'xdist/remote.py' adding 'xdist/report.py' adding 'xdist/workermanage.py' adding 'xdist/scheduler/__init__.py' adding 'xdist/scheduler/each.py' adding 'xdist/scheduler/load.py' adding 'xdist/scheduler/loadfile.py' adding 'xdist/scheduler/loadgroup.py' adding 'xdist/scheduler/loadscope.py' adding 'xdist/scheduler/worksteal.py' adding 'pytest_xdist-3.5.0.dist-info/LICENSE' adding 'pytest_xdist-3.5.0.dist-info/METADATA' adding 'pytest_xdist-3.5.0.dist-info/WHEEL' adding 'pytest_xdist-3.5.0.dist-info/entry_points.txt' adding 'pytest_xdist-3.5.0.dist-info/top_level.txt' adding 'pytest_xdist-3.5.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built pytest_xdist-3.5.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for pytest_xdist-3.5.0-py3-none-any.whl Finished executing pythonRuntimeDepsCheck Running phase: installPhase Executing pypaInstallPhase Successfully installed pytest_xdist-3.5.0-py3-none-any.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/4c55vsla3ygwb6vlxjlcilnpilm4kv8b-python3.11-pytest-xdist-3.5.0 checking for references to /build/ in /nix/store/4c55vsla3ygwb6vlxjlcilnpilm4kv8b-python3.11-pytest-xdist-3.5.0... patching script interpreter paths in /nix/store/4c55vsla3ygwb6vlxjlcilnpilm4kv8b-python3.11-pytest-xdist-3.5.0 stripping (with command strip and flags -S -p) in /nix/store/4c55vsla3ygwb6vlxjlcilnpilm4kv8b-python3.11-pytest-xdist-3.5.0/lib shrinking RPATHs of ELF executables and libraries in /nix/store/fzzq8v1gqa5v5l1n5a8g5pci91dmvkr4-python3.11-pytest-xdist-3.5.0-dist checking for references to /build/ in /nix/store/fzzq8v1gqa5v5l1n5a8g5pci91dmvkr4-python3.11-pytest-xdist-3.5.0-dist... patching script interpreter paths in /nix/store/fzzq8v1gqa5v5l1n5a8g5pci91dmvkr4-python3.11-pytest-xdist-3.5.0-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/pytest-xdist-3.5.0 configfile: tox.ini testpaths: testing plugins: xdist-3.5.0 24 workers [194 items] m s.x.......................x.x......................s.................... [ 36%] ....x........................x......x.........................x...x...xs [ 74%] .........x.........s........s.........s.....x..... [100%] =========================== short test summary info ============================ SKIPPED [1] testing/acceptance_test.py:809: pytest 7.4.4 does not have the pytest_warning_captured hook. SKIPPED [3] ../../nix/store/ag11jfk4zd2igxx0ql733bbxssy2hmx4-python3.11-pytest-7.4.4/lib/python3.11/site-packages/_pytest/pytester.py:1536: could not import 'pexpect': No module named 'pexpect' SKIPPED [1] testing/test_workermanage.py:316: no 'gspecs' option found SKIPPED [1] testing/test_plugin.py:104: could not import 'psutil': No module named 'psutil' XFAIL testing/acceptance_test.py::TestDistEach::test_simple_diffoutput - reason: [NOTRUN] other python versions might not have pytest installed XFAIL testing/acceptance_test.py::test_terminate_on_hangingnode XFAIL testing/acceptance_test.py::test_session_hooks - reason: [NOTRUN] works if run outside test suite XFAIL testing/test_dsession.py::TestDistReporter::test_rsync_printing XFAIL testing/acceptance_test.py::TestNodeFailure::test_each_multiple - #20: xdist race condition on node restart XFAIL testing/test_dsession.py::test_pytest_issue419 - duplicate test ids not supported yet XFAIL testing/test_remote.py::test_remoteinitconfig - #59 XFAIL testing/test_remote.py::TestWorkerInteractor::test_happy_run_events_converted - reason: implement a simple test for event production XFAIL testing/test_workermanage.py::TestNodeManager::test_rsync_roots_no_roots - reason: [NOTRUN] XFAIL testing/test_workermanage.py::test_unserialize_warning_msg[Nested] - Nested warning classes are not supported. XFAIL testing/test_looponfail.py::TestLooponFailing::test_looponfail_removed_test - broken by pytest 3.1+ ================== 177 passed, 6 skipped, 11 xfailed in 5.87s ================== Finished executing pytestCheckPhase Running phase: pytestcachePhase Running phase: pytestRemoveBytecodePhase Running phase: pytestcachePhase Running phase: pytestRemoveBytecodePhase building '/nix/store/g05y6dzcahrkqj3f9sq1a2z9dghkyxxv-python3.11-requests-2.31.0.drv'... Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase Running phase: unpackPhase unpacking source archive /nix/store/flpqq7s1wn515y7scfmddjy57n3lc9a9-requests-2.31.0.tar.gz source root is requests-2.31.0 setting SOURCE_DATE_EPOCH to timestamp 1684768335 of file requests-2.31.0/setup.cfg Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing setuptoolsBuildPhase /nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/dist.py:472: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/dist.py:472: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/requests copying requests/adapters.py -> build/lib/requests copying requests/structures.py -> build/lib/requests copying requests/certs.py -> build/lib/requests copying requests/cookies.py -> build/lib/requests copying requests/compat.py -> build/lib/requests copying requests/_internal_utils.py -> build/lib/requests copying requests/sessions.py -> build/lib/requests copying requests/models.py -> build/lib/requests copying requests/__init__.py -> build/lib/requests copying requests/__version__.py -> build/lib/requests copying requests/packages.py -> build/lib/requests copying requests/hooks.py -> build/lib/requests copying requests/auth.py -> build/lib/requests copying requests/api.py -> build/lib/requests copying requests/status_codes.py -> build/lib/requests copying requests/exceptions.py -> build/lib/requests copying requests/help.py -> build/lib/requests copying requests/utils.py -> build/lib/requests running egg_info writing requests.egg-info/PKG-INFO writing dependency_links to requests.egg-info/dependency_links.txt writing requirements to requests.egg-info/requires.txt writing top-level names to requests.egg-info/top_level.txt reading manifest file 'requests.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pytest.ini' adding license file 'LICENSE' writing manifest file 'requests.egg-info/SOURCES.txt' /nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/adapters.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/structures.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/certs.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/cookies.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/compat.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/_internal_utils.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/sessions.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/models.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/__init__.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/__version__.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/packages.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/hooks.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/auth.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/api.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/status_codes.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/exceptions.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/help.py -> build/bdist.linux-x86_64/wheel/requests copying build/lib/requests/utils.py -> build/bdist.linux-x86_64/wheel/requests running install_egg_info Copying requests.egg-info to build/bdist.linux-x86_64/wheel/requests-2.31.0-py3.11.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/requests-2.31.0.dist-info/WHEEL creating 'dist/requests-2.31.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'requests/__init__.py' adding 'requests/__version__.py' adding 'requests/_internal_utils.py' adding 'requests/adapters.py' adding 'requests/api.py' adding 'requests/auth.py' adding 'requests/certs.py' adding 'requests/compat.py' adding 'requests/cookies.py' adding 'requests/exceptions.py' adding 'requests/help.py' adding 'requests/hooks.py' adding 'requests/models.py' adding 'requests/packages.py' adding 'requests/sessions.py' adding 'requests/status_codes.py' adding 'requests/structures.py' adding 'requests/utils.py' adding 'requests-2.31.0.dist-info/LICENSE' adding 'requests-2.31.0.dist-info/METADATA' adding 'requests-2.31.0.dist-info/WHEEL' adding 'requests-2.31.0.dist-info/top_level.txt' adding 'requests-2.31.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase Running phase: installPhase Executing pypaInstallPhase Successfully installed requests-2.31.0-py3-none-any.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/x908q3g9pr28d4fj1banx35jp6z0x1a4-python3.11-requests-2.31.0 checking for references to /build/ in /nix/store/x908q3g9pr28d4fj1banx35jp6z0x1a4-python3.11-requests-2.31.0... patching script interpreter paths in /nix/store/x908q3g9pr28d4fj1banx35jp6z0x1a4-python3.11-requests-2.31.0 stripping (with command strip and flags -S -p) in /nix/store/x908q3g9pr28d4fj1banx35jp6z0x1a4-python3.11-requests-2.31.0/lib shrinking RPATHs of ELF executables and libraries in /nix/store/8s5gv35h5ika3rafl6sg43xkh7sp8qrc-python3.11-requests-2.31.0-dist checking for references to /build/ in /nix/store/8s5gv35h5ika3rafl6sg43xkh7sp8qrc-python3.11-requests-2.31.0-dist... patching script interpreter paths in /nix/store/8s5gv35h5ika3rafl6sg43xkh7sp8qrc-python3.11-requests-2.31.0-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: requests Running phase: pytestXdistHook Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/requests-2.31.0 configfile: pyproject.toml testpaths: requests, tests plugins: mock-3.12.0, xdist-3.5.0 24 workers [252 items] m ..s..................................................................... [ 28%] ........................................................................ [ 57%] ................................................................ss.sss.s [ 85%] ss.s.s.....s...............s........ [100%] =============================== warnings summary =============================== tests/test_utils.py::TestContentEncodingDetection::test_precedence tests/test_utils.py::TestContentEncodingDetection::test_pragmas[] tests/test_utils.py::TestContentEncodingDetection::test_pragmas[] tests/test_utils.py::TestContentEncodingDetection::test_pragmas[] tests/test_utils.py::TestContentEncodingDetection::test_none tests/test_utils.py::TestContentEncodingDetection::test_pragmas[] /build/requests-2.31.0/requests/utils.py:493: DeprecationWarning: In requests 3.0, get_encodings_from_content will be removed. For more information, please see the discussion on issue #2266. (This warning should only appear once.) warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 239 passed, 13 skipped, 6 warnings in 11.85s ================= Finished executing pytestCheckPhase Running phase: pytestcachePhase Running phase: pytestRemoveBytecodePhase cannot link '/nix/store/.links/0xj1vyvshclpb4xfv2hgqnx7xzcfi3bkmzsp0yg2fssaxhzbnjfd' to '/nix/store/x908q3g9pr28d4fj1banx35jp6z0x1a4-python3.11-requests-2.31.0/lib/python3.11/site-packages/requests/__pycache__/exceptions.cpython-311.opt-1.pyc': No space left on device cannot link '/nix/store/.links/0xj1vyvshclpb4xfv2hgqnx7xzcfi3bkmzsp0yg2fssaxhzbnjfd' to '/nix/store/x908q3g9pr28d4fj1banx35jp6z0x1a4-python3.11-requests-2.31.0/lib/python3.11/site-packages/requests/__pycache__/exceptions.cpython-311.pyc': No space left on device building '/nix/store/2zcp3ydmp1sn47hhsn7jpyw23h25qnah-python3.11-sphinx-7.2.6.drv'... 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 Running phase: unpackPhase unpacking source archive /nix/store/8kwb1faz3192w535cvgv5849xz0ag3da-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/utils/release-checklist Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built sphinx-7.2.6-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for sphinx-7.2.6-py3-none-any.whl Finished executing pythonRuntimeDepsCheck Running phase: installPhase Executing pypaInstallPhase Successfully installed sphinx-7.2.6-py3-none-any.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/2zdcbv2alrb1fwvy0qkv9vh9vqhgncdg-python3.11-sphinx-7.2.6 checking for references to /build/ in /nix/store/2zdcbv2alrb1fwvy0qkv9vh9vqhgncdg-python3.11-sphinx-7.2.6... patching script interpreter paths in /nix/store/2zdcbv2alrb1fwvy0qkv9vh9vqhgncdg-python3.11-sphinx-7.2.6 stripping (with command strip and flags -S -p) in /nix/store/2zdcbv2alrb1fwvy0qkv9vh9vqhgncdg-python3.11-sphinx-7.2.6/lib /nix/store/2zdcbv2alrb1fwvy0qkv9vh9vqhgncdg-python3.11-sphinx-7.2.6/bin shrinking RPATHs of ELF executables and libraries in /nix/store/v78pcb6n5nxx31mfckfqch9aj3gxk11x-python3.11-sphinx-7.2.6-dist checking for references to /build/ in /nix/store/v78pcb6n5nxx31mfckfqch9aj3gxk11x-python3.11-sphinx-7.2.6-dist... patching script interpreter paths in /nix/store/v78pcb6n5nxx31mfckfqch9aj3gxk11x-python3.11-sphinx-7.2.6-dist Rewriting #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 to #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8 wrapping `/nix/store/2zdcbv2alrb1fwvy0qkv9vh9vqhgncdg-python3.11-sphinx-7.2.6/bin/sphinx-quickstart'... Rewriting #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 to #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8 wrapping `/nix/store/2zdcbv2alrb1fwvy0qkv9vh9vqhgncdg-python3.11-sphinx-7.2.6/bin/sphinx-apidoc'... Rewriting #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 to #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8 wrapping `/nix/store/2zdcbv2alrb1fwvy0qkv9vh9vqhgncdg-python3.11-sphinx-7.2.6/bin/sphinx-build'... Rewriting #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 to #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8 wrapping `/nix/store/2zdcbv2alrb1fwvy0qkv9vh9vqhgncdg-python3.11-sphinx-7.2.6/bin/sphinx-autogen'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0 libraries: Sphinx-7.2.6, docutils-0.20.1 base tmp_path: /build/pytest-of-nixbld/pytest-0 rootdir: /build/source configfile: pyproject.toml testpaths: tests collected 2062 items / 6 deselected / 2056 selected tests/test_addnodes.py . [ 0%] tests/test_api_translator.py ........... [ 0%] tests/test_application.py ........ [ 0%] tests/test_build.py .......... [ 1%] tests/test_build_changes.py .. [ 1%] tests/test_build_dirhtml.py . [ 1%] tests/test_build_epub.py ..........s.. [ 2%] tests/test_build_gettext.py ..s....... [ 2%] tests/test_build_html.py ............................................... [ 5%] ........................................................................ [ 8%] ........................................................................ [ 12%] ........................................................................ [ 15%] ........................................................................ [ 19%] ........................................................................ [ 22%] ........................................................................ [ 26%] ............................................................ [ 28%] tests/test_build_latex.py ssssss........................................ [ 31%] ...........s.................s.......... [ 33%] tests/test_build_linkcheck.py .................................. [ 34%] tests/test_build_manpage.py ...... [ 35%] tests/test_build_texinfo.py .s........ [ 35%] tests/test_build_text.py ............... [ 36%] tests/test_builder.py .. [ 36%] tests/test_catalogs.py ... [ 36%] tests/test_config.py ......................................... [ 38%] tests/test_correct_year.py ... [ 38%] tests/test_directive_code.py ......................................... [ 40%] tests/test_directive_object_description.py .. [ 40%] tests/test_directive_only.py . [ 40%] tests/test_directive_other.py ......... [ 41%] tests/test_directive_patch.py ... [ 41%] tests/test_directives_no_typesetting.py ..............ss.....ss......... [ 42%] sss.............. [ 43%] tests/test_docutilsconf.py .. [ 43%] tests/test_domain_c.py ................................... [ 45%] tests/test_domain_cpp.py ............................................... [ 47%] .................................................................... [ 51%] tests/test_domain_js.py ................... [ 52%] tests/test_domain_py.py ................................................ [ 54%] ......................................... [ 56%] tests/test_domain_rst.py ........ [ 56%] tests/test_domain_std.py ..................... [ 57%] tests/test_environment.py .... [ 58%] tests/test_environment_indexentries.py ........ [ 58%] tests/test_environment_record_dependencies.py . [ 58%] tests/test_environment_toctree.py ........... [ 58%] tests/test_errors.py .. [ 59%] tests/test_events.py ... [ 59%] tests/test_ext_apidoc.py ......................... [ 60%] tests/test_ext_autodoc.py .............................................. [ 62%] ......................... [ 63%] tests/test_ext_autodoc_autoattribute.py ............ [ 64%] tests/test_ext_autodoc_autoclass.py ...................... [ 65%] tests/test_ext_autodoc_autodata.py ...... [ 65%] tests/test_ext_autodoc_autofunction.py ............. [ 66%] tests/test_ext_autodoc_automodule.py ...... [ 66%] tests/test_ext_autodoc_autoproperty.py ...... [ 67%] tests/test_ext_autodoc_configs.py .............................. [ 68%] tests/test_ext_autodoc_events.py ...... [ 68%] tests/test_ext_autodoc_mock.py ....... [ 69%] tests/test_ext_autodoc_preserve_defaults.py .. [ 69%] tests/test_ext_autodoc_private_members.py ..... [ 69%] tests/test_ext_autosectionlabel.py ... [ 69%] tests/test_ext_autosummary.py .......................... [ 70%] tests/test_ext_coverage.py .... [ 71%] tests/test_ext_doctest.py ...... [ 71%] tests/test_ext_duration.py . [ 71%] tests/test_ext_extlinks.py ... [ 71%] tests/test_ext_githubpages.py ... [ 71%] tests/test_ext_graphviz.py ssss. [ 71%] tests/test_ext_ifconfig.py .. [ 72%] tests/test_ext_imgconverter.py s [ 72%] tests/test_ext_imgmockconverter.py . [ 72%] tests/test_ext_inheritance_diagram.py sssss. [ 72%] tests/test_ext_intersphinx.py .................... [ 73%] error: interrupted by the user Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/nghttp2/nghttp2/releases. meta.description for nghttp2 is: HTTP/2 C library and tools meta.homepage for nghttp2 is: https://nghttp2.org/ meta.changelog for nghttp2 is: https://github.com/nghttp2/nghttp2/releases/tag/v1.60.0 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/nghttp2/nghttp2/releases/tag/v1.60.0) - [Compare changes on GitHub](https://github.com/nghttp2/nghttp2/compare/v1.59.0...v1.60.0) ###### Impact Checks done --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 1.60.0 with grep in /nix/store/6fvvz2c7qkgg7b9iaf0c1r9fghhh2w77-nghttp2-1.60.0 - found 1.60.0 in filename of file in /nix/store/6fvvz2c7qkgg7b9iaf0c1r9fghhh2w77-nghttp2-1.60.0 ---
Rebuild report (if merged into master) (click to expand) ``` 50707 total rebuild path(s) 50707 package rebuild(s) First fifty rebuilds by attrpath ArchiSteamFarm BeatSaberModManager CHOWTapeModel ChowCentaur ChowKick ChowPhaser CuboCore.coreaction CuboCore.corearchiver CuboCore.corefm CuboCore.coregarage CuboCore.corehunt CuboCore.coreimage CuboCore.coreinfo CuboCore.corekeyboard CuboCore.corepad CuboCore.corepaint CuboCore.corepdf CuboCore.corepins CuboCore.corerenamer CuboCore.coreshot CuboCore.corestats CuboCore.corestuff CuboCore.coreterminal CuboCore.coretime CuboCore.coretoppings CuboCore.coreuniverse CuboCore.libcprime CuboCore.libcsys DisnixWebService EmptyEpsilon Fabric HentaiAtHome LAStools LASzip LASzip2 LibreArp LibreArp-lv2 Literate MIDIVisualizer MMA OSCAR OVMF OVMFFull QuadProgpp R SDL SDL2 SDL2_Pango SDL2_gfx ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/6fvvz2c7qkgg7b9iaf0c1r9fghhh2w77-nghttp2-1.60.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 nghttp2 https://github.com/r-ryantm/nixpkgs/archive/c88d5bd52915e6f847f84b21132e940fb2445bde.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/c88d5bd52915e6f847f84b21132e940fb2445bde#nghttp2 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/6fvvz2c7qkgg7b9iaf0c1r9fghhh2w77-nghttp2-1.60.0 ls -la /nix/store/6fvvz2c7qkgg7b9iaf0c1r9fghhh2w77-nghttp2-1.60.0/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @c0bw3b 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/292580 [result] Success updating nghttp2 1.59.0 -> 1.60.0 https://github.com/nghttp2/nghttp2/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.cryptography, using log file: /var/log/nixpkgs-update/python312Packages.cryptography/2024-03-01.log python312Packages.cryptography 42.0.2 -> 42.0.5 https://repology.org/project/python:cryptography/versions attrpath: python312Packages.cryptography 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/9nh065jqbfn15865kv7kgs47szabxjap-packages.json.drv building '/nix/store/9nh065jqbfn15865kv7kgs47szabxjap-packages.json.drv'... Going to be running update for following packages: - python3.12-cryptography-42.0.2 Press Enter key to continue... Running update for: - python3.12-cryptography-42.0.2: UPDATING ... - python3.12-cryptography-42.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.cryptography 42.0.2 -> 42.0.5 https://repology.org/project/python:cryptography/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyoverkiz, using log file: /var/log/nixpkgs-update/python312Packages.pyoverkiz/2024-03-01.log python312Packages.pyoverkiz 1.13.7 -> 1.13.8 https://github.com/iMicknl/python-overkiz-api/releases attrpath: python312Packages.pyoverkiz Checking auto update branch... [version] [version] skipping because derivation has 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/xddjrp8vdpm8551mqz1i65x9gd1r8lrx-packages.json.drv building '/nix/store/xddjrp8vdpm8551mqz1i65x9gd1r8lrx-packages.json.drv'... Going to be running update for following packages: - python3.12-pyoverkiz-1.13.7 Press Enter key to continue... Running update for: - python3.12-pyoverkiz-1.13.7: UPDATING ... - python3.12-pyoverkiz-1.13.7: ERROR --- SHOWING ERROR LOG FOR python3.12-pyoverkiz-1.13.7 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/iMicknl/python-overkiz-api/tarball/v1.13.8']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/iMicknl/python-overkiz-api/tarball/refs/tags/v1.13.8']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-pyoverkiz-1.13.7 ---------------------- The update script for python3.12-pyoverkiz-1.13.7 failed with exit code 1 [result] Failed to update python312Packages.pyoverkiz 1.13.7 -> 1.13.8 https://github.com/iMicknl/python-overkiz-api/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mongodb-compass, using log file: /var/log/nixpkgs-update/mongodb-compass/2024-03-01.log mongodb-compass 1.42.1 -> 1.42.2 https://github.com/mongodb-js/compass/releases attrpath: mongodb-compass 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/mongodb-compass/default.nix b/pkgs/tools/misc/mongodb-compass/default.nix index 7e3185b489d9..0bd72f25689d 100644 --- a/pkgs/tools/misc/mongodb-compass/default.nix +++ b/pkgs/tools/misc/mongodb-compass/default.nix @@ -33,7 +33,7 @@ xorg, }: let - version = "1.42.1"; + version = "1.42.2"; rpath = lib.makeLibraryPath [ alsa-lib @@ -82,7 +82,7 @@ let if stdenv.hostPlatform.system == "x86_64-linux" then fetchurl { url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb"; - sha256 = "sha256-URxzoMb03p8UTLbn8tmtaSQQV27hYRSwlTiacF/48F8="; + sha256 = "sha256-NvHFsB+wXNq2XmHb2tYI1P9vUXwVcwbhR645LjHM0/Y="; } else throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8yp04k2xi5nfwmcwpxz5sfr3y1vq5acs-mongodb-compass-1.42.2" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • mongodb-compass
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/mongodb-js/compass/releases. meta.description for mongodb-compass is: The GUI for MongoDB meta.homepage for mongodb-compass is: https://github.com/mongodb-js/compass ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.42.2 with grep in /nix/store/8yp04k2xi5nfwmcwpxz5sfr3y1vq5acs-mongodb-compass-1.42.2 - found 1.42.2 in filename of file in /nix/store/8yp04k2xi5nfwmcwpxz5sfr3y1vq5acs-mongodb-compass-1.42.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath mongodb-compass ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8yp04k2xi5nfwmcwpxz5sfr3y1vq5acs-mongodb-compass-1.42.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 mongodb-compass https://github.com/r-ryantm/nixpkgs/archive/36fe67925ddc9b814037c11fcb21931304dfe3f9.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/36fe67925ddc9b814037c11fcb21931304dfe3f9#mongodb-compass ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8yp04k2xi5nfwmcwpxz5sfr3y1vq5acs-mongodb-compass-1.42.2 ls -la /nix/store/8yp04k2xi5nfwmcwpxz5sfr3y1vq5acs-mongodb-compass-1.42.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • mongodb-compass
--- ###### 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/292586 [result] Success updating mongodb-compass 1.42.1 -> 1.42.2 https://github.com/mongodb-js/compass/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pulseaudio, using log file: /var/log/nixpkgs-update/pulseaudio/2024-03-01.log pulseaudio 16.1 -> 17.0 https://repology.org/project/pulseaudio/versions attrpath: pulseaudio Checking auto update branch... No auto update branch exists Old version 16.1" not present in staging derivation file with contents: { lib, stdenv, fetchurl, pkg-config , libsndfile, libtool, makeWrapper, perlPackages , xorg, libcap, alsa-lib, glib, dconf , avahi, libjack2, libasyncns, lirc, dbus , sbc, bluez5, udev, openssl, fftwFloat , soxr, speexdsp, systemd, webrtc-audio-processing_1 , gst_all_1 , check, libintl, meson, ninja, m4, wrapGAppsHook , x11Support ? false , useSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd , # Whether to support the JACK sound system as a backend. jackaudioSupport ? false , # Whether to build the OSS wrapper ("padsp"). ossWrapper ? true , airtunesSupport ? false , bluetoothSupport ? stdenv.isLinux , advancedBluetoothCodecs ? false , remoteControlSupport ? false , zeroconfSupport ? false , alsaSupport ? stdenv.isLinux , udevSupport ? stdenv.isLinux , # Whether to build only the library. libOnly ? false , AudioUnit, Cocoa, CoreServices, CoreAudio }: stdenv.mkDerivation rec { pname = "${lib.optionalString libOnly "lib"}pulseaudio"; version = "17.0"; src = fetchurl { url = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${version}.tar.xz"; hash = "sha256-BTeU1mcaPjl9hJ5HioC4KmPLnYyilr01tzMXu1zrh7U="; }; patches = [ # Install sysconfdir files inside of the nix store, # but use a conventional runtime sysconfdir outside the store ./add-option-for-installation-sysconfdir.patch ]; outputs = [ "out" "dev" ]; nativeBuildInputs = [ pkg-config meson ninja makeWrapper perlPackages.perl perlPackages.XMLParser m4 ] ++ lib.optionals stdenv.isLinux [ glib ] # gstreamer plugin discovery requires wrapping ++ lib.optional (bluetoothSupport && advancedBluetoothCodecs) wrapGAppsHook; propagatedBuildInputs = lib.optionals stdenv.isLinux [ libcap ]; buildInputs = [ libtool libsndfile soxr speexdsp fftwFloat check ] ++ lib.optionals stdenv.isLinux [ glib dbus ] ++ lib.optionals stdenv.isDarwin [ AudioUnit Cocoa CoreServices CoreAudio libintl ] ++ lib.optionals (!libOnly) ( [ libasyncns webrtc-audio-processing_1 ] ++ lib.optional jackaudioSupport libjack2 ++ lib.optionals x11Support [ xorg.libICE xorg.libSM xorg.libX11 xorg.libXi xorg.libXtst ] ++ lib.optional useSystemd systemd ++ lib.optionals stdenv.isLinux [ alsa-lib udev ] ++ lib.optional airtunesSupport openssl ++ lib.optionals bluetoothSupport [ bluez5 sbc ] # aptX and LDAC codecs are in gst-plugins-bad so far, rtpldacpay is in -good ++ lib.optionals (bluetoothSupport && advancedBluetoothCodecs) (builtins.attrValues { inherit (gst_all_1) gst-plugins-bad gst-plugins-good gst-plugins-base gstreamer; }) ++ lib.optional remoteControlSupport lirc ++ lib.optional zeroconfSupport avahi ); mesonFlags = [ (lib.mesonEnable "alsa" (!libOnly && alsaSupport)) (lib.mesonEnable "asyncns" (!libOnly)) (lib.mesonEnable "avahi" zeroconfSupport) (lib.mesonEnable "bluez5" (!libOnly && bluetoothSupport)) # advanced bluetooth audio codecs are provided by gstreamer (lib.mesonEnable "bluez5-gstreamer" (!libOnly && bluetoothSupport && advancedBluetoothCodecs)) (lib.mesonOption "database" "simple") (lib.mesonBool "doxygen" false) (lib.mesonEnable "elogind" false) # gsettings does not support cross-compilation (lib.mesonEnable "gsettings" (stdenv.isLinux && (stdenv.buildPlatform == stdenv.hostPlatform))) (lib.mesonEnable "gstreamer" false) (lib.mesonEnable "gtk" false) (lib.mesonEnable "jack" (jackaudioSupport && !libOnly)) (lib.mesonEnable "lirc" remoteControlSupport) (lib.mesonEnable "openssl" airtunesSupport) (lib.mesonEnable "orc" false) (lib.mesonEnable "systemd" (useSystemd && !libOnly)) (lib.mesonEnable "tcpwrap" false) (lib.mesonEnable "udev" (!libOnly && udevSupport)) (lib.mesonEnable "valgrind" false) (lib.mesonEnable "webrtc-aec" (!libOnly)) (lib.mesonEnable "x11" x11Support) (lib.mesonOption "localstatedir" "/var") (lib.mesonOption "sysconfdir" "/etc") (lib.mesonOption "sysconfdir_install" "${placeholder "out"}/etc") (lib.mesonOption "udevrulesdir" "${placeholder "out"}/lib/udev/rules.d") # pulseaudio complains if its binary is moved after installation; # this is needed so that wrapGApp can operate *without* # renaming the unwrapped binaries (see below) "--bindir=${placeholder "out"}/.bin-unwrapped" ] ++ lib.optionals (stdenv.isLinux && useSystemd) [ (lib.mesonOption "systemduserunitdir" "${placeholder "out"}/lib/systemd/user") ] ++ lib.optionals stdenv.isDarwin [ (lib.mesonEnable "consolekit" false) (lib.mesonEnable "dbus" false) (lib.mesonEnable "glib" false) (lib.mesonEnable "oss-output" false) ]; # tests fail on Darwin because of timeouts doCheck = !stdenv.isDarwin; preCheck = '' export HOME=$(mktemp -d) ''; postInstall = lib.optionalString libOnly '' find $out/share -maxdepth 1 -mindepth 1 ! -name "vala" -prune -exec rm -r {} \; find $out/share/vala -maxdepth 1 -mindepth 1 ! -name "vapi" -prune -exec rm -r {} \; rm -r $out/{.bin-unwrapped,etc,lib/pulse-*} '' + '' moveToOutput lib/cmake "$dev" rm -f $out/.bin-unwrapped/qpaeq # this is packaged by the "qpaeq" package now, because of missing deps cp config.h $dev/include/pulse ''; preFixup = lib.optionalString (stdenv.isLinux && (stdenv.hostPlatform == stdenv.buildPlatform)) '' wrapProgram $out/libexec/pulse/gsettings-helper \ --prefix XDG_DATA_DIRS : "$out/share/gsettings-schemas/${pname}-${version}" \ --prefix GIO_EXTRA_MODULES : "${lib.getLib dconf}/lib/gio/modules" '' # add .so symlinks for modules to be found under macOS + lib.optionalString stdenv.isDarwin '' for file in $out/lib/pulseaudio/modules/*.dylib; do ln -s "''$file" "''${file%.dylib}.so" ln -s "''$file" "$out/lib/pulseaudio/''$(basename ''$file .dylib).so" done '' # put symlinks to binaries in `$prefix/bin`; # then wrapGApp will *rename these symlinks* instead of # the original binaries in `$prefix/.bin-unwrapped` (see above); # when pulseaudio is looking for its own binary (it does!), # it will be happy to find it in its original installation location + lib.optionalString (!libOnly) '' mkdir -p $out/bin ln -st $out/bin $out/.bin-unwrapped/* # Ensure that service files use the wrapped binaries. find "$out" -name "*.service" | while read f; do substituteInPlace "$f" --replace "$out/.bin-unwrapped/" "$out/bin/" done ''; meta = { description = "Sound server for POSIX and Win32 systems"; homepage = "http://www.pulseaudio.org/"; license = lib.licenses.lgpl2Plus; maintainers = with lib.maintainers; [ lovek323 ]; platforms = lib.platforms.unix; # https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1089 badPlatforms = [ lib.systems.inspect.platformPatterns.isStatic ]; longDescription = '' PulseAudio is a sound server for POSIX and Win32 systems. A sound server is basically a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server. ''; }; } [result] Failed to update pulseaudio 16.1 -> 17.0 https://repology.org/project/pulseaudio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.mypy/2024-03-01.log python311Packages.mypy 1.5.1 -> 1.8.0 https://repology.org/project/mypy/versions attrpath: python311Packages.mypy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v0x8dnci1swbhqnxq4vsrl0dyfg1fcv8-packages.json.drv building '/nix/store/v0x8dnci1swbhqnxq4vsrl0dyfg1fcv8-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-1.5.1 Press Enter key to continue... Running update for: - python3.11-mypy-1.5.1: UPDATING ... - python3.11-mypy-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy 1.5.1 -> 1.8.0 https://repology.org/project/mypy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath avalanchego, using log file: /var/log/nixpkgs-update/avalanchego/2024-03-01.log avalanchego 1.11.1 -> 1.11.2 https://github.com/ava-labs/avalanchego/releases attrpath: avalanchego 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-x8AgsJuo2q5vRts4axMgL5rTJKQBfuIW341HnUhzvOI=" [golangModuleVersion] Replaced vendorHash with sha256-Xrr4QE0FN6sII4xOjPbhwBlNgEwOlogKRNStjrjH7H0= [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/avalanchego/default.nix b/pkgs/applications/networking/avalanchego/default.nix index a3fda46955da..83ca257a98b1 100644 --- a/pkgs/applications/networking/avalanchego/default.nix +++ b/pkgs/applications/networking/avalanchego/default.nix @@ -8,16 +8,16 @@ buildGoModule rec { pname = "avalanchego"; - version = "1.11.1"; + version = "1.11.2"; src = fetchFromGitHub { owner = "ava-labs"; repo = pname; rev = "v${version}"; - hash = "sha256-uRoo2+1R1sPYN41ybrwGK+msYa2AC02w5h6hzeh9ASs="; + hash = "sha256-E75lqQkaCub/WpxvVHB5YP1E1ygjUURJ1VWrjvcV96o="; }; - vendorHash = "sha256-x8AgsJuo2q5vRts4axMgL5rTJKQBfuIW341HnUhzvOI="; + vendorHash = "sha256-Xrr4QE0FN6sII4xOjPbhwBlNgEwOlogKRNStjrjH7H0="; # go mod vendor has a bug, see: https://github.com/golang/go/issues/57529 proxyVendor = true; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/s1fzvck33a8nqpkjix8p3fnn1fm6zbby-avalanchego-1.11.2" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • avalanchego
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/ava-labs/avalanchego/releases. meta.description for avalanchego is: Go implementation of an Avalanche node meta.homepage for avalanchego is: https://github.com/ava-labs/avalanchego meta.changelog for avalanchego is: https://github.com/ava-labs/avalanchego/releases/tag/v1.11.2 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.2) - [Compare changes on GitHub](https://github.com/ava-labs/avalanchego/compare/v1.11.1...v1.11.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.11.2 with grep in /nix/store/s1fzvck33a8nqpkjix8p3fnn1fm6zbby-avalanchego-1.11.2 - found 1.11.2 in filename of file in /nix/store/s1fzvck33a8nqpkjix8p3fnn1fm6zbby-avalanchego-1.11.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath avalanchego ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/s1fzvck33a8nqpkjix8p3fnn1fm6zbby-avalanchego-1.11.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 avalanchego https://github.com/r-ryantm/nixpkgs/archive/753c6215dfed13eaeac1d64b87f65f94662bae87.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/753c6215dfed13eaeac1d64b87f65f94662bae87#avalanchego ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/s1fzvck33a8nqpkjix8p3fnn1fm6zbby-avalanchego-1.11.2 ls -la /nix/store/s1fzvck33a8nqpkjix8p3fnn1fm6zbby-avalanchego-1.11.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • avalanchego
--- ###### Maintainer pings cc @urandom2 @qjoly 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/292593 [result] Success updating avalanchego 1.11.1 -> 1.11.2 https://github.com/ava-labs/avalanchego/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GENEAclassify, using log file: /var/log/nixpkgs-update/rPackages.GENEAclassify/2024-03-01.log rPackages.GENEAclassify 1.5.4 -> 1.5.5 https://repology.org/project/r:geneaclassify/versions attrpath: rPackages.GENEAclassify Checking auto update branch... No auto update branch exists Old version 1.5.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.GENEAclassify 1.5.4 -> 1.5.5 https://repology.org/project/r:geneaclassify/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath oculante, using log file: /var/log/nixpkgs-update/oculante/2024-03-01.log oculante 0.8.11 -> 0.8.13 https://github.com/woelper/oculante/releases attrpath: oculante 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-qt4bHCHpiP6yOce9hquVVlLFF906ADwhss4xAP9E0fA= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/graphics/oculante/default.nix b/pkgs/applications/graphics/oculante/default.nix index 76ac8abc8b21..d6f8c1d641cb 100644 --- a/pkgs/applications/graphics/oculante/default.nix +++ b/pkgs/applications/graphics/oculante/default.nix @@ -22,16 +22,16 @@ rustPlatform.buildRustPackage rec { pname = "oculante"; - version = "0.8.11"; + version = "0.8.13"; src = fetchFromGitHub { owner = "woelper"; repo = "oculante"; rev = version; - hash = "sha256-5nOXt2c7byO+JdVXADu2TyO4vtLyg8UBWerPFMGHcso="; + hash = "sha256-RbRvV3OkRZXc0n7qGzqbBtbU81wFc+/Ohg9pbVqdsw4="; }; - cargoHash = "sha256-l1JYZxwvNnaff1PYPXniHmfNMG2Um5aPKTYuh/LCHoE="; + cargoHash = "sha256-qt4bHCHpiP6yOce9hquVVlLFF906ADwhss4xAP9E0fA="; nativeBuildInputs = [ cmake [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/c4a8fpb95kpryvlvvl9llfp260kcpdl8-oculante-0.8.13" [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:
  • oculante
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/woelper/oculante/releases. meta.description for oculante is: A minimalistic crossplatform image viewer written in Rust meta.homepage for oculante is: https://github.com/woelper/oculante meta.changelog for oculante is: https://github.com/woelper/oculante/blob/0.8.13/CHANGELOG.md ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/woelper/oculante/releases/tag/0.8.13) - [Compare changes on GitHub](https://github.com/woelper/oculante/compare/0.8.11...0.8.13) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.8.13 with grep in /nix/store/c4a8fpb95kpryvlvvl9llfp260kcpdl8-oculante-0.8.13 - found 0.8.13 in filename of file in /nix/store/c4a8fpb95kpryvlvvl9llfp260kcpdl8-oculante-0.8.13 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath oculante ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/c4a8fpb95kpryvlvvl9llfp260kcpdl8-oculante-0.8.13 \ --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 oculante https://github.com/r-ryantm/nixpkgs/archive/bd3290c7dabebc8645d478c847d6fa94e865d389.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/bd3290c7dabebc8645d478c847d6fa94e865d389#oculante ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/c4a8fpb95kpryvlvvl9llfp260kcpdl8-oculante-0.8.13 ls -la /nix/store/c4a8fpb95kpryvlvvl9llfp260kcpdl8-oculante-0.8.13/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:
  • oculante
--- ###### Maintainer pings cc @dit7ya @figsoda for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/292597 [result] Success updating oculante 0.8.11 -> 0.8.13 https://github.com/woelper/oculante/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pgadmin, using log file: /var/log/nixpkgs-update/pgadmin/2024-03-01.log pgadmin 0 -> 1 attrpath: pgadmin 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] Going to be running update for following packages: - pgadmin-8.2 Press Enter key to continue... Running update for: - pgadmin-8.2: UPDATING ... - pgadmin-8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pgadmin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath maildrop, using log file: /var/log/nixpkgs-update/maildrop/2024-03-01.log maildrop 2.6.0 -> 3.1.6 https://repology.org/project/maildrop/versions attrpath: maildrop Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/networking/maildrop/default.nix b/pkgs/tools/networking/maildrop/default.nix index 143172735919..0e240ea2b2e2 100644 --- a/pkgs/tools/networking/maildrop/default.nix +++ b/pkgs/tools/networking/maildrop/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "maildrop"; - version = "2.6.0"; + version = "3.1.6"; src = fetchurl { url = "mirror://sourceforge/courier/maildrop/${version}/maildrop-${version}.tar.bz2"; - sha256 = "1a94p2b41iy334cwfwmzi19557dn5j61abh0cp2rfc9dkc8ibhdg"; + sha256 = "sha256-54sEBBt8HUb9mySDI4d/gNweQiPZ8G89x38KjwzTrf0="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A maildrop nix build failed. got build log for 'maildrop' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/3gaz3hs7zcz037qya634ibmwn8ihviwk-maildrop-3.1.6.tar.bz2 source root is maildrop-3.1.6 setting SOURCE_DATE_EPOCH to timestamp 1692017299 of file maildrop-3.1.6/packaging/debian/changelog.in @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/1kjnnhpnf90cjjkj1jh8grh7si8rsq24-maildrop.configure.hack.patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- a/maildrop/configure 2012-09-06 01:52:13.000000000 +0100 |+++ b/maildrop/configure 2013-01-04 03:00:57.095628327 +0000 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored [result] Failed to update maildrop 2.6.0 -> 3.1.6 https://repology.org/project/maildrop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.portvine, using log file: /var/log/nixpkgs-update/rPackages.portvine/2024-03-01.log rPackages.portvine 1.0.2 -> 1.0.3 https://repology.org/project/r:portvine/versions attrpath: rPackages.portvine Checking auto update branch... No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.portvine 1.0.2 -> 1.0.3 https://repology.org/project/r:portvine/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cwltool, using log file: /var/log/nixpkgs-update/cwltool/2024-03-01.log cwltool 0 -> 1 attrpath: cwltool Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - cwltool-3.1.20240112164112 Press Enter key to continue... Running update for: - cwltool-3.1.20240112164112: UPDATING ... - cwltool-3.1.20240112164112: ERROR --- SHOWING ERROR LOG FOR cwltool-3.1.20240112164112 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/common-workflow-language/cwltool/tarball/3.1.20240112164112']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/common-workflow-language/cwltool/tarball/refs/tags/3.1.20240112164112']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR cwltool-3.1.20240112164112 ---------------------- The update script for cwltool-3.1.20240112164112 failed with exit code 1 [result] Failed to update cwltool 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath suitesparse, using log file: /var/log/nixpkgs-update/suitesparse/2024-03-01.log suitesparse 5.13.0 -> 7.6.0 https://github.com/DrTimothyAldenDavis/SuiteSparse/releases attrpath: suitesparse 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/suitesparse/default.nix b/pkgs/development/libraries/science/math/suitesparse/default.nix index 9561cf2ed779..19a9681f6b40 100644 --- a/pkgs/development/libraries/science/math/suitesparse/default.nix +++ b/pkgs/development/libraries/science/math/suitesparse/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { pname = "suitesparse"; - version = "5.13.0"; + version = "7.6.0"; outputs = [ "out" "dev" "doc" ]; @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { owner = "DrTimothyAldenDavis"; repo = "SuiteSparse"; rev = "v${version}"; - sha256 = "sha256-Anen1YtXsSPhk8DpA4JtADIz9m8oXFl9umlkb4iImf8="; + sha256 = "sha256-zZXbUNXxVi4mpI4j4GjyVYraoPFWcuep9q5jl1XdqEo="; }; nativeBuildInputs = [ @@ -67,7 +67,7 @@ stdenv.mkDerivation rec { "CUBLAS_LIB=${cudaPackages.libcublas.lib}/lib/libcublas.so" ] ++ lib.optionals stdenv.isDarwin [ # Unless these are set, the build will attempt to use `Accelerate` on darwin, see: - # https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/v5.13.0/SuiteSparse_config/SuiteSparse_config.mk#L368 + # https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/v7.6.0/SuiteSparse_config/SuiteSparse_config.mk#L368 "BLAS=-lblas" "LAPACK=-llapack" ] [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A suitesparse nix build failed. got build log for 'suitesparse' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/fy0v8fdawaby7lz2j2qhp0cy0jrxps72-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash INSTALL=/nix/store/myrxr1r3lqgrxx4580rfmn4hj2bl0wvn-suitesparse-7.6.0 INSTALL_INCLUDE=/nix/store/4hwrvckl43z07gwyfid5gn5yzmdss887-suitesparse-7.6.0-dev/include JOBS=\$\(NIX_BUILD_CORES\) MY_METIS_LIB=-lmetis library ( cd SuiteSparse_config && make ) make[1]: Entering directory '/build/source/SuiteSparse_config' ( cd build && cmake .. && cmake --build . --config Release -j24 ) /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: cmake: command not found make[1]: *** [Makefile:40: library] Error 127 make[1]: Leaving directory '/build/source/SuiteSparse_config' make: *** [Makefile:30: library] Error 2 [result] Failed to update suitesparse 5.13.0 -> 7.6.0 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.msrest, using log file: /var/log/nixpkgs-update/python311Packages.msrest/2024-03-01.log python311Packages.msrest 0 -> 1 attrpath: python311Packages.msrest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-msrest-0.7.1 Press Enter key to continue... Running update for: - python3.11-msrest-0.7.1: UPDATING ... - python3.11-msrest-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.msrest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.statmake, using log file: /var/log/nixpkgs-update/python311Packages.statmake/2024-03-01.log python311Packages.statmake 0 -> 1 attrpath: python311Packages.statmake Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-statmake-0.6.0 Press Enter key to continue... Running update for: - python3.11-statmake-0.6.0: UPDATING ... - python3.11-statmake-0.6.0: ERROR --- SHOWING ERROR LOG FOR python3.11-statmake-0.6.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/daltonmaag/statmake/tarball/v0.6.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/daltonmaag/statmake/tarball/refs/tags/v0.6.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-statmake-0.6.0 ---------------------- The update script for python3.11-statmake-0.6.0 failed with exit code 1 [result] Failed to update python311Packages.statmake 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.univers, using log file: /var/log/nixpkgs-update/python311Packages.univers/2024-03-01.log python311Packages.univers 0 -> 1 attrpath: python311Packages.univers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-univers-30.11.0 Press Enter key to continue... Running update for: - python3.11-univers-30.11.0: UPDATING ... - python3.11-univers-30.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.univers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.drawille, using log file: /var/log/nixpkgs-update/python311Packages.drawille/2024-03-01.log python311Packages.drawille 0 -> 1 attrpath: python311Packages.drawille Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-drawille-0.1.0 Press Enter key to continue... Running update for: - python3.11-drawille-0.1.0: UPDATING ... - python3.11-drawille-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.drawille 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kooha, using log file: /var/log/nixpkgs-update/kooha/2024-03-01.log kooha 2.2.3 -> 2.2.4 https://github.com/SeaDve/Kooha/releases attrpath: kooha 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 kooha 2.2.3 -> 2.2.4 https://github.com/SeaDve/Kooha/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.model-bakery, using log file: /var/log/nixpkgs-update/python311Packages.model-bakery/2024-03-01.log python311Packages.model-bakery 0 -> 1 attrpath: python311Packages.model-bakery Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-model-bakery-1.17.0 Press Enter key to continue... Running update for: - python3.11-model-bakery-1.17.0: UPDATING ... - python3.11-model-bakery-1.17.0: ERROR --- SHOWING ERROR LOG FOR python3.11-model-bakery-1.17.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/model-bakers/model_bakery/tarball/1.17.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/model-bakers/model_bakery/tarball/refs/tags/1.17.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-model-bakery-1.17.0 ---------------------- The update script for python3.11-model-bakery-1.17.0 failed with exit code 1 [result] Failed to update python311Packages.model-bakery 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.catboost, using log file: /var/log/nixpkgs-update/python311Packages.catboost/2024-03-01.log python311Packages.catboost 0 -> 1 attrpath: python311Packages.catboost Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-catboost-1.2.2 Press Enter key to continue... Running update for: - python3.11-catboost-1.2.2: UPDATING ... - python3.11-catboost-1.2.2: ERROR --- SHOWING ERROR LOG FOR python3.11-catboost-1.2.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/catboost/catboost/tarball/v1.2.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/catboost/catboost/tarball/refs/tags/v1.2.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-catboost-1.2.2 ---------------------- The update script for python3.11-catboost-1.2.2 failed with exit code 1 [result] Failed to update python311Packages.catboost 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dbx, using log file: /var/log/nixpkgs-update/dbx/2024-03-01.log dbx 0 -> 1 attrpath: dbx Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - dbx-0.8.18 Press Enter key to continue... Running update for: - dbx-0.8.18: UPDATING ... - dbx-0.8.18: ERROR --- SHOWING ERROR LOG FOR dbx-0.8.18 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/databrickslabs/dbx/tarball/v0.8.18']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/databrickslabs/dbx/tarball/refs/tags/v0.8.18']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR dbx-0.8.18 ---------------------- The update script for dbx-0.8.18 failed with exit code 1 [result] Failed to update dbx 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.PerlCritic 1.150 -> 1.152 https://repology.org/project/perl:perl-critic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath math-preview, using log file: /var/log/nixpkgs-update/math-preview/2024-03-01.log math-preview 0 -> 1 attrpath: math-preview 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] Going to be running update for following packages: - math-preview-5.1.1 Press Enter key to continue... Running update for: - math-preview-5.1.1: UPDATING ... - math-preview-5.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update math-preview 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-sqlalchemy, using log file: /var/log/nixpkgs-update/python311Packages.snowflake-sqlalchemy/2024-03-01.log python311Packages.snowflake-sqlalchemy 0 -> 1 attrpath: python311Packages.snowflake-sqlalchemy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-snowflake-sqlalchemy-1.5.1 Press Enter key to continue... Running update for: - python3.11-snowflake-sqlalchemy-1.5.1: UPDATING ... - python3.11-snowflake-sqlalchemy-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snowflake-sqlalchemy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.langcodes, using log file: /var/log/nixpkgs-update/python311Packages.langcodes/2024-03-01.log python311Packages.langcodes 0 -> 1 attrpath: python311Packages.langcodes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-langcodes-3.3.0 Press Enter key to continue... Running update for: - python3.11-langcodes-3.3.0: UPDATING ... - python3.11-langcodes-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.langcodes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.macaddress, using log file: /var/log/nixpkgs-update/python311Packages.macaddress/2024-03-01.log python311Packages.macaddress 0 -> 1 attrpath: python311Packages.macaddress Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-macaddress-2.0.2 Press Enter key to continue... Running update for: - python3.11-macaddress-2.0.2: UPDATING ... - python3.11-macaddress-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.macaddress 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fullstop, using log file: /var/log/nixpkgs-update/python311Packages.stups-fullstop/2024-03-01.log python311Packages.stups-fullstop 0 -> 1 attrpath: python311Packages.stups-fullstop Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-stups-fullstop-1.1.31 Press Enter key to continue... Running update for: - python3.11-stups-fullstop-1.1.31: UPDATING ... - python3.11-stups-fullstop-1.1.31: ERROR --- SHOWING ERROR LOG FOR python3.11-stups-fullstop-1.1.31 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/zalando-stups/fullstop-cli/tarball/1.1.29']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/zalando-stups/fullstop-cli/tarball/refs/tags/1.1.29']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-stups-fullstop-1.1.31 ---------------------- The update script for python3.11-stups-fullstop-1.1.31 failed with exit code 1 [result] Failed to update python311Packages.stups-fullstop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycontrol4, using log file: /var/log/nixpkgs-update/python311Packages.pycontrol4/2024-03-01.log python311Packages.pycontrol4 0 -> 1 attrpath: python311Packages.pycontrol4 Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pycontrol4-1.1.2 Press Enter key to continue... Running update for: - python3.11-pycontrol4-1.1.2: UPDATING ... - python3.11-pycontrol4-1.1.2: ERROR --- SHOWING ERROR LOG FOR python3.11-pycontrol4-1.1.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/lawtancool/pyControl4/tarball/v1.1.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/lawtancool/pyControl4/tarball/refs/tags/v1.1.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pycontrol4-1.1.2 ---------------------- The update script for python3.11-pycontrol4-1.1.2 failed with exit code 1 [result] Failed to update python311Packages.pycontrol4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.anytree, using log file: /var/log/nixpkgs-update/python311Packages.anytree/2024-03-01.log python311Packages.anytree 0 -> 1 attrpath: python311Packages.anytree Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-anytree-2.12.0 Press Enter key to continue... Running update for: - python3.11-anytree-2.12.0: UPDATING ... - python3.11-anytree-2.12.0: ERROR --- SHOWING ERROR LOG FOR python3.11-anytree-2.12.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/c0fec0de/anytree/tarball/2.12.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/c0fec0de/anytree/tarball/refs/tags/2.12.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-anytree-2.12.0 ---------------------- The update script for python3.11-anytree-2.12.0 failed with exit code 1 [result] Failed to update python311Packages.anytree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath apkg, using log file: /var/log/nixpkgs-update/apkg/2024-03-01.log apkg 0 -> 1 attrpath: apkg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - apkg-0.4.1 Press Enter key to continue... Running update for: - apkg-0.4.1: UPDATING ... - apkg-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update apkg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath c-for-go, using log file: /var/log/nixpkgs-update/c-for-go/2024-03-01.log c-for-go unstable-2023-09-06 -> 1.1.0 https://github.com/xlab/c-for-go/releases attrpath: c-for-go Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Hashes equal; no update necessary [result] Failed to update c-for-go unstable-2023-09-06 -> 1.1.0 https://github.com/xlab/c-for-go/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath babeltrace, using log file: /var/log/nixpkgs-update/babeltrace/2024-03-01.log babeltrace 1.5.8 -> 2.0.5 https://repology.org/project/babeltrace/versions attrpath: babeltrace 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/rvm2jx2lcmk0ida4ngivw8k7yrlsiszw-babeltrace-2.0.5.tar.bz2.drv building '/nix/store/rvm2jx2lcmk0ida4ngivw8k7yrlsiszw-babeltrace-2.0.5.tar.bz2.drv'... trying https://www.efficios.com/files/babeltrace/babeltrace-2.0.5.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 4666 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download babeltrace-2.0.5.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 'babeltrace.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/rvm2jx2lcmk0ida4ngivw8k7yrlsiszw-babeltrace-2.0.5.tar.bz2.drv /nix/store/ra29d86prqxs78kghkqizbndxp2s5jqb-babeltrace-2.0.5.drv building '/nix/store/rvm2jx2lcmk0ida4ngivw8k7yrlsiszw-babeltrace-2.0.5.tar.bz2.drv'... trying https://www.efficios.com/files/babeltrace/babeltrace-2.0.5.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 4666 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download babeltrace-2.0.5.tar.bz2 from any mirror error: builder for '/nix/store/rvm2jx2lcmk0ida4ngivw8k7yrlsiszw-babeltrace-2.0.5.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying https://www.efficios.com/files/babeltrace/babeltrace-2.0.5.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 4666 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download babeltrace-2.0.5.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/rvm2jx2lcmk0ida4ngivw8k7yrlsiszw-babeltrace-2.0.5.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/ra29d86prqxs78kghkqizbndxp2s5jqb-babeltrace-2.0.5.drv' failed to build [result] Failed to update babeltrace 1.5.8 -> 2.0.5 https://repology.org/project/babeltrace/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nqp, using log file: /var/log/nixpkgs-update/nqp/2024-03-01.log nqp 2023.08 -> 2024.02 https://github.com/raku/nqp/releases attrpath: nqp Checking auto update branch... An auto update branch exists with message `nqp: 2023.08 -> 2024.01`. New version is 2024.02. The auto update branch does not match or exceed the new version. [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/interpreters/rakudo/nqp.nix b/pkgs/development/interpreters/rakudo/nqp.nix index c774a65d01c4..f30dd1aefde2 100644 --- a/pkgs/development/interpreters/rakudo/nqp.nix +++ b/pkgs/development/interpreters/rakudo/nqp.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "nqp"; - version = "2023.08"; + version = "2024.02"; src = fetchFromGitHub { owner = "raku"; repo = "nqp"; rev = version; - hash = "sha256-kVNj6zDT0z6eFxtTovpT1grbl0pygsPKkFoVcFW7baI="; + hash = "sha256-xKVuVDTljBGyYyrUnmwDScpE24b2EQf4bi68lHSh3go="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nqp nix build failed. got build log for 'nqp' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/yswqjf68rwmy5w2ymy250dqvv6zdpv4v-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 configure flags: --prefix=/nix/store/bhg6sxcf0kbsqj920kj1c6lg657lhdaz-nqp-2024.02 --backends=moar --with-moar=/nix/store/k34iis7dipsfhd37iml2w04qxvk71p4m-moarvm-2024.01/bin/moar ===SORRY!=== Found /nix/store/k34iis7dipsfhd37iml2w04qxvk71p4m-moarvm-2024.01/bin/moar version 2024.01, which is too old. Wanted at least 2024.02 at /build/source/3rdparty/nqp-configure/lib/NQP/Config.pm line 192. at /build/source/3rdparty/nqp-configure/lib/NQP/Config.pm line 34. NQP::Config::__ANON__("===SORRY!===\x{a} Found /nix/store/k34iis7dipsfhd37iml2w04qxvk71"...) called at /build/source/3rdparty/nqp-configure/lib/NQP/Config.pm line 192 NQP::Config::sorry(NQP::Config::NQP=HASH(0x433a48), "Found /nix/store/k34iis7dipsfhd37iml2w04qxvk71p4m-moarvm-2024"...) called at /build/source/tools/lib/NQP/Config/NQP.pm line 394 NQP::Config::NQP::gen_moar(NQP::Config::NQP=HASH(0x433a48)) called at /build/source/tools/lib/NQP/Config/NQP.pm line 105 NQP::Config::NQP::configure_moar_backend(NQP::Config::NQP=HASH(0x433a48)) called at /build/source/3rdparty/nqp-configure/lib/NQP/Config.pm line 666 NQP::Config::configure_active_backends(NQP::Config::NQP=HASH(0x433a48)) called at ./Configure.pl line 137 [result] Failed to update nqp 2023.08 -> 2024.02 https://github.com/raku/nqp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ndn, using log file: /var/log/nixpkgs-update/python311Packages.python-ndn/2024-03-01.log python311Packages.python-ndn 0 -> 1 attrpath: python311Packages.python-ndn Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-python-ndn-0.4.1 Press Enter key to continue... Running update for: - python3.11-python-ndn-0.4.1: UPDATING ... - python3.11-python-ndn-0.4.1: ERROR --- SHOWING ERROR LOG FOR python3.11-python-ndn-0.4.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/named-data/python-ndn/tarball/v0.4.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/named-data/python-ndn/tarball/refs/tags/v0.4.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-python-ndn-0.4.1 ---------------------- The update script for python3.11-python-ndn-0.4.1 failed with exit code 1 [result] Failed to update python311Packages.python-ndn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.chardet, using log file: /var/log/nixpkgs-update/kodiPackages.chardet/2024-03-01.log kodiPackages.chardet 0 -> 1 attrpath: kodiPackages.chardet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - kodi-chardet-5.1.0 Press Enter key to continue... Running update for: - kodi-chardet-5.1.0: UPDATING ... - kodi-chardet-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kodiPackages.chardet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycurl, using log file: /var/log/nixpkgs-update/python311Packages.pycurl/2024-03-01.log python311Packages.pycurl 0 -> 1 attrpath: python311Packages.pycurl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pycurl-7.45.2 Press Enter key to continue... Running update for: - python3.11-pycurl-7.45.2: UPDATING ... - python3.11-pycurl-7.45.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pycurl/default.nix b/pkgs/development/python-modules/pycurl/default.nix index 80a9458e32c6..9fb27b063449 100644 --- a/pkgs/development/python-modules/pycurl/default.nix +++ b/pkgs/development/python-modules/pycurl/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "pycurl"; - version = "7.45.2"; + version = "7.45.3"; format = "setuptools"; disabled = isPyPy || (pythonOlder "3.5"); # https://github.com/pycurl/pycurl/issues/208 src = fetchPypi { inherit pname version; - hash = "sha256-VzBZC+AnE2Slvd2eJFycwPtxDEy6y92VJkoxItIyJMo="; + hash = "sha256-jCRxr5B5rXmOFkXsCw09QiPbaHN50X3TanBjdEn4HWs="; }; preConfigure = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 61 > 25 [result] Failed to update python311Packages.pycurl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-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-01.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] 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR mpv-convert-script-unstable-2015-07-02 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; mpvScripts.convert.src.gitRepoUrl' ++ tr -d '"' + url=https://gist.github.com/Zehkul/25ea7ae77b30af959be0 ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp: failed to create directory via template ‘/run/nixpkgs-update-worker/tmp.XXXXXXXXXX’: No such file or directory + tmpdir= --- SHOWING ERROR LOG FOR mpv-convert-script-unstable-2015-07-02 ---------------------- The update script for mpv-convert-script-unstable-2015-07-02 failed with exit code 1 [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-01.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.commentjson, using log file: /var/log/nixpkgs-update/python311Packages.commentjson/2024-03-01.log python311Packages.commentjson 0 -> 1 attrpath: python311Packages.commentjson Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-commentjson-0.9.0 Press Enter key to continue... Running update for: - python3.11-commentjson-0.9.0: UPDATING ... - python3.11-commentjson-0.9.0: ERROR --- SHOWING ERROR LOG FOR python3.11-commentjson-0.9.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/vaidik/commentjson/tarball/v0.9.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/vaidik/commentjson/tarball/refs/tags/v0.9.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-commentjson-0.9.0 ---------------------- The update script for python3.11-commentjson-0.9.0 failed with exit code 1 [result] Failed to update python311Packages.commentjson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lapce, using log file: /var/log/nixpkgs-update/lapce/2024-03-01.log lapce 0 -> 1 attrpath: lapce Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - lapce-0.3.1 Press Enter key to continue... Running update for: - lapce-0.3.1: UPDATING ... - lapce-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lapce 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.hpqtypes-effectful, using log file: /var/log/nixpkgs-update/haskellPackages.hpqtypes-effectful/2024-03-01.log haskellPackages.hpqtypes-effectful 1.0.0.1 -> 1.0.1.0 https://repology.org/project/haskell:hpqtypes-effectful/versions attrpath: haskellPackages.hpqtypes-effectful Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hpqtypes-effectful 1.0.0.1 -> 1.0.1.0 https://repology.org/project/haskell:hpqtypes-effectful/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath oven-media-engine, using log file: /var/log/nixpkgs-update/oven-media-engine/2024-03-01.log oven-media-engine 0.15.14 -> 0.16.4 https://github.com/AirenSoft/OvenMediaEngine/releases attrpath: oven-media-engine 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/misc/oven-media-engine/default.nix b/pkgs/servers/misc/oven-media-engine/default.nix index cd9e12377f5a..c51837deda37 100644 --- a/pkgs/servers/misc/oven-media-engine/default.nix +++ b/pkgs/servers/misc/oven-media-engine/default.nix @@ -19,13 +19,13 @@ stdenv.mkDerivation rec { pname = "oven-media-engine"; - version = "0.15.14"; + version = "0.16.4"; src = fetchFromGitHub { owner = "AirenSoft"; repo = "OvenMediaEngine"; rev = "v${version}"; - sha256 = "sha256-pLLnk0FXJ6gb0WSdWGEzJSEbKdOpjdWECIRzrHvi8HQ="; + sha256 = "sha256-Z/DpwGyG4UD3lNaDh5RYutgkAC01gCwiv/hRizKi6Hk="; }; sourceRoot = "${src.name}/src"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A oven-media-engine nix build failed. got build log for 'oven-media-engine' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/v7wy6ar40nwrnlnlvc991aln6539k3d6-source source root is source/src @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 patching script interpreter paths in core/colorg++ core/colorg++: interpreter directive changed from "#! /usr/bin/perl -w" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl -w" patching script interpreter paths in core/colorgcc core/colorgcc: interpreter directive changed from "#! /usr/bin/perl -w" to "/nix/store/jr2c1rk91nqlfz5a5lwfq2kyilxzj879-perl-5.38.2/bin/perl -w" patching script interpreter paths in projects/main/update_git_info.sh projects/main/update_git_info.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" sed: can't read projects/modules/mpegts/mpegts_writer.cpp: No such file or directory sed: can't read projects/modules/file/file_writer.cpp: No such file or directory sed: can't read projects/modules/rtmp/rtmp_writer.cpp: No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update oven-media-engine 0.15.14 -> 0.16.4 https://github.com/AirenSoft/OvenMediaEngine/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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.odfpy, using log file: /var/log/nixpkgs-update/python311Packages.odfpy/2024-03-01.log python311Packages.odfpy 0 -> 1 attrpath: python311Packages.odfpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-odfpy-1.4.1 Press Enter key to continue... Running update for: - python3.11-odfpy-1.4.1: UPDATING ... - python3.11-odfpy-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.odfpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skia-pathops, using log file: /var/log/nixpkgs-update/python311Packages.skia-pathops/2024-03-01.log python311Packages.skia-pathops 0 -> 1 attrpath: python311Packages.skia-pathops Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-skia-pathops-0.8.0.post1 Press Enter key to continue... Running update for: - python3.11-skia-pathops-0.8.0.post1: UPDATING ... - python3.11-skia-pathops-0.8.0.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skia-pathops 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyschlage, using log file: /var/log/nixpkgs-update/python311Packages.pyschlage/2024-03-01.log python311Packages.pyschlage 0 -> 1 attrpath: python311Packages.pyschlage Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pyschlage-2024.2.0 Press Enter key to continue... Running update for: - python3.11-pyschlage-2024.2.0: UPDATING ... - python3.11-pyschlage-2024.2.0: ERROR --- SHOWING ERROR LOG FOR python3.11-pyschlage-2024.2.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/dknowles2/pyschlage/tarball/2024.2.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/dknowles2/pyschlage/tarball/refs/tags/2024.2.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pyschlage-2024.2.0 ---------------------- The update script for python3.11-pyschlage-2024.2.0 failed with exit code 1 [result] Failed to update python311Packages.pyschlage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tokenizers, using log file: /var/log/nixpkgs-update/python311Packages.tokenizers/2024-03-01.log python311Packages.tokenizers 0 -> 1 attrpath: python311Packages.tokenizers 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] Going to be running update for following packages: - python3.11-tokenizers-0.15.0 Press Enter key to continue... Running update for: - python3.11-tokenizers-0.15.0: UPDATING ... - python3.11-tokenizers-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tokenizers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-subprocess, using log file: /var/log/nixpkgs-update/python311Packages.pytest-subprocess/2024-03-01.log python311Packages.pytest-subprocess 0 -> 1 attrpath: python311Packages.pytest-subprocess Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pytest-subprocess-1.5.0 Press Enter key to continue... Running update for: - python3.11-pytest-subprocess-1.5.0: UPDATING ... - python3.11-pytest-subprocess-1.5.0: ERROR --- SHOWING ERROR LOG FOR python3.11-pytest-subprocess-1.5.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/aklajnert/pytest-subprocess/tarball/1.5.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/aklajnert/pytest-subprocess/tarball/refs/tags/1.5.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pytest-subprocess-1.5.0 ---------------------- The update script for python3.11-pytest-subprocess-1.5.0 failed with exit code 1 [result] Failed to update python311Packages.pytest-subprocess 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ezno, using log file: /var/log/nixpkgs-update/ezno/2024-03-01.log ezno 0.0.8 -> -0.0.19 https://github.com/kaleidawave/ezno/releases attrpath: ezno 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/c0p2v6hxwgf9ik6w6qszkwqxkp3alpj5-source.drv building '/nix/store/c0p2v6hxwgf9ik6w6qszkwqxkp3alpj5-source.drv'... trying https://github.com/kaleidawave/ezno/archive/release/ezno--0.0.19.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 'ezno.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/c0p2v6hxwgf9ik6w6qszkwqxkp3alpj5-source.drv /nix/store/y629x7z9lpm7ra7149gpdg9j13ngxyz3-ezno--0.0.19-vendor.tar.gz.drv /nix/store/1yw09faf9kf5f17l8y7lm8d1hg7rvqp0-ezno--0.0.19.drv building '/nix/store/c0p2v6hxwgf9ik6w6qszkwqxkp3alpj5-source.drv'... trying https://github.com/kaleidawave/ezno/archive/release/ezno--0.0.19.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/c0p2v6hxwgf9ik6w6qszkwqxkp3alpj5-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/kaleidawave/ezno/archive/release/ezno--0.0.19.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/c0p2v6hxwgf9ik6w6qszkwqxkp3alpj5-source.drv'. error: 1 dependencies of derivation '/nix/store/1yw09faf9kf5f17l8y7lm8d1hg7rvqp0-ezno--0.0.19.drv' failed to build [result] Failed to update ezno 0.0.8 -> -0.0.19 https://github.com/kaleidawave/ezno/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-nspkg, using log file: /var/log/nixpkgs-update/python311Packages.azure-nspkg/2024-03-01.log python311Packages.azure-nspkg 0 -> 1 attrpath: python311Packages.azure-nspkg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-azure-nspkg-3.0.2 Press Enter key to continue... Running update for: - python3.11-azure-nspkg-3.0.2: UPDATING ... - python3.11-azure-nspkg-3.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-nspkg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ufoLib2, using log file: /var/log/nixpkgs-update/python311Packages.ufoLib2/2024-03-01.log python311Packages.ufoLib2 0 -> 1 attrpath: python311Packages.ufoLib2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ufolib2-0.16.0 Press Enter key to continue... Running update for: - python3.11-ufolib2-0.16.0: UPDATING ... - python3.11-ufolib2-0.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ufoLib2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR jitsi-meet-prosody-1.0.7762 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR jitsi-meet-prosody-1.0.7762 ---------------------- The update script for jitsi-meet-prosody-1.0.7762 failed with exit code 1 [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 cvsps, using log file: /var/log/nixpkgs-update/cvsps/2024-03-01.log cvsps 2.1 -> 3.13 https://repology.org/project/cvsps/versions attrpath: cvsps 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 cvsps 2.1 -> 3.13 https://repology.org/project/cvsps/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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/1g4s6f419slmcka1dwhvbrm572si2llv-liboop.tar.gz.drv building '/nix/store/1g4s6f419slmcka1dwhvbrm572si2llv-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 1166 0 --:--:-- --:--:-- --:--:-- 1167 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/1g4s6f419slmcka1dwhvbrm572si2llv-liboop.tar.gz.drv /nix/store/50zv5l4cjpq7zrsrdfm3isi8knc0vaar-liboop-1.0.1.drv building '/nix/store/1g4s6f419slmcka1dwhvbrm572si2llv-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 1323 0 --:--:-- --:--:-- --:--:-- 1329 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/1g4s6f419slmcka1dwhvbrm572si2llv-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 1323 0 --:--:-- --:--:-- --:--:-- 1329 > 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/1g4s6f419slmcka1dwhvbrm572si2llv-liboop.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/50zv5l4cjpq7zrsrdfm3isi8knc0vaar-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.demetriek, using log file: /var/log/nixpkgs-update/python311Packages.demetriek/2024-03-01.log python311Packages.demetriek 0 -> 1 attrpath: python311Packages.demetriek Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-demetriek-0.4.0 Press Enter key to continue... Running update for: - python3.11-demetriek-0.4.0: UPDATING ... - python3.11-demetriek-0.4.0: ERROR --- SHOWING ERROR LOG FOR python3.11-demetriek-0.4.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/frenck/python-demetriek/tarball/v0.4.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/frenck/python-demetriek/tarball/refs/tags/v0.4.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-demetriek-0.4.0 ---------------------- The update script for python3.11-demetriek-0.4.0 failed with exit code 1 [result] Failed to update python311Packages.demetriek 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 167 > 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.aiovodafone, using log file: /var/log/nixpkgs-update/python311Packages.aiovodafone/2024-03-01.log python311Packages.aiovodafone 0 -> 1 attrpath: python311Packages.aiovodafone Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-aiovodafone-0.5.4 Press Enter key to continue... Running update for: - python3.11-aiovodafone-0.5.4: UPDATING ... - python3.11-aiovodafone-0.5.4: ERROR --- SHOWING ERROR LOG FOR python3.11-aiovodafone-0.5.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/chemelli74/aiovodafone/tarball/v0.5.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/chemelli74/aiovodafone/tarball/refs/tags/v0.5.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-aiovodafone-0.5.4 ---------------------- The update script for python3.11-aiovodafone-0.5.4 failed with exit code 1 [result] Failed to update python311Packages.aiovodafone 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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.jxmlease, using log file: /var/log/nixpkgs-update/python311Packages.jxmlease/2024-03-01.log python311Packages.jxmlease 0 -> 1 attrpath: python311Packages.jxmlease Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-jxmlease-1.0.3 Press Enter key to continue... Running update for: - python3.11-jxmlease-1.0.3: UPDATING ... - python3.11-jxmlease-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jxmlease 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 aspellDicts.da, using log file: /var/log/nixpkgs-update/aspellDicts.da/2024-03-01.log aspellDicts.da 0 -> 1 attrpath: aspellDicts.da Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - aspell-dict-da-1.4.42-1 Press Enter key to continue... Running update for: - aspell-dict-da-1.4.42-1: UPDATING ... - aspell-dict-da-1.4.42-1: ERROR --- SHOWING ERROR LOG FOR aspell-dict-da-1.4.42-1 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR aspell-dict-da-1.4.42-1 ---------------------- The update script for aspell-dict-da-1.4.42-1 failed with exit code 1 [result] Failed to update aspellDicts.da 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bioDist, using log file: /var/log/nixpkgs-update/rPackages.bioDist/2024-03-01.log rPackages.bioDist 1.74.0 -> 1.75.0 https://repology.org/project/r:biodist/versions attrpath: rPackages.bioDist Checking auto update branch... No auto update branch exists Old version 1.74.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.bioDist 1.74.0 -> 1.75.0 https://repology.org/project/r:biodist/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.commandparse, using log file: /var/log/nixpkgs-update/python311Packages.commandparse/2024-03-01.log python311Packages.commandparse 0 -> 1 attrpath: python311Packages.commandparse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-commandparse-1.1.2 Press Enter key to continue... Running update for: - python3.11-commandparse-1.1.2: UPDATING ... - python3.11-commandparse-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.commandparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-psutil, using log file: /var/log/nixpkgs-update/python311Packages.types-psutil/2024-03-01.log python311Packages.types-psutil 0 -> 1 attrpath: python311Packages.types-psutil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-types-psutil-5.9.5.17 Press Enter key to continue... Running update for: - python3.11-types-psutil-5.9.5.17: UPDATING ... - python3.11-types-psutil-5.9.5.17: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/types-psutil/default.nix b/pkgs/development/python-modules/types-psutil/default.nix index fcfd7f5d0a65..0d51f30d12aa 100644 --- a/pkgs/development/python-modules/types-psutil/default.nix +++ b/pkgs/development/python-modules/types-psutil/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-psutil"; - version = "5.9.5.17"; + version = "5.9.5.20240205"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-99h2mBLXKktRPX7J61WA/i9gE/wnA5SmA8tlNIEfPk0="; + hash = "sha256-Ud82o2GqWXv0g9zFtY8qt6qHRSo20tqXyQmU1qge90M="; }; # Module doesn't have tests No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 89 > 25 [result] Failed to update python311Packages.types-psutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR karabiner-elements-14.13.0 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR karabiner-elements-14.13.0 ---------------------- The update script for karabiner-elements-14.13.0 failed with exit code 1 [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-01.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] 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 libtorch-bin, using log file: /var/log/nixpkgs-update/libtorch-bin/2024-03-01.log libtorch-bin 2.0.0 -> 2.1.2 https://repology.org/project/libtorch/versions attrpath: libtorch-bin Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: error: … while calling a functor (an attribute set with a '__functor' attribute) at /var/cache/nixpkgs-update/worker/worktree/libtorch-bin/pkgs/development/libraries/science/math/libtorch/bin.nix:29:9: 28| 29| src = fetchzip srcs."${stdenv.hostPlatform.system}-${device}" or unavailable; | ^ 30| … from call site at /var/cache/nixpkgs-update/worker/worktree/libtorch-bin/lib/trivial.nix:425:7: 424| { # TODO: Should we add call-time "type" checking like built in? 425| __functor = self: f; | ^ 426| __functionArgs = args; (stack trace truncated; use '--show-trace' to show the full trace) error: attribute '"2.1.2"' missing stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libtorch-bin.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 'libtorch-2.1.2' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/libtorch-bin/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'src' of derivation 'libtorch-2.1.2' at /var/cache/nixpkgs-update/worker/worktree/libtorch-bin/pkgs/development/libraries/science/math/libtorch/bin.nix:29:3: 28| 29| src = fetchzip srcs."${stdenv.hostPlatform.system}-${device}" or unavailable; | ^ 30| error: attribute '"2.1.2"' missing [result] Failed to update libtorch-bin 2.0.0 -> 2.1.2 https://repology.org/project/libtorch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath alsa-utils, using log file: /var/log/nixpkgs-update/alsa-utils/2024-03-01.log alsa-utils 1.2.10 -> 1.2.11 https://repology.org/project/alsa-utils/versions attrpath: alsa-utils 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 alsa-utils 1.2.10 -> 1.2.11 https://repology.org/project/alsa-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.cognitoR, using log file: /var/log/nixpkgs-update/rPackages.cognitoR/2024-03-01.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.RandVar, using log file: /var/log/nixpkgs-update/rPackages.RandVar/2024-03-01.log rPackages.RandVar 1.2.1 -> 1.2.3 https://repology.org/project/r:randvar/versions attrpath: rPackages.RandVar 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.RandVar 1.2.1 -> 1.2.3 https://repology.org/project/r:randvar/versions [options] github_user: r-ryantm, pull_request: 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-01.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.bayesplot, using log file: /var/log/nixpkgs-update/rPackages.bayesplot/2024-03-01.log rPackages.bayesplot 1.10.0 -> 1.11.1 https://repology.org/project/r:bayesplot/versions attrpath: rPackages.bayesplot 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.bayesplot 1.10.0 -> 1.11.1 https://repology.org/project/r:bayesplot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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 rPackages.ddsPLS, using log file: /var/log/nixpkgs-update/rPackages.ddsPLS/2024-03-01.log rPackages.ddsPLS 1.2.0 -> 1.2.1 https://repology.org/project/r:ddspls/versions attrpath: rPackages.ddsPLS 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.ddsPLS 1.2.0 -> 1.2.1 https://repology.org/project/r:ddspls/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ZooID, using log file: /var/log/nixpkgs-update/rPackages.ZooID/2024-03-01.log rPackages.ZooID 0.1.0 -> 0.2.0 https://repology.org/project/r:zooid/versions attrpath: rPackages.ZooID 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.ZooID 0.1.0 -> 0.2.0 https://repology.org/project/r:zooid/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.distrEx, using log file: /var/log/nixpkgs-update/rPackages.distrEx/2024-03-01.log rPackages.distrEx 2.9.0 -> 2.9.2 https://repology.org/project/r:distrex/versions attrpath: rPackages.distrEx Checking auto update branch... No auto update branch exists Old version 2.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.distrEx 2.9.0 -> 2.9.2 https://repology.org/project/r:distrex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.XLConnect, using log file: /var/log/nixpkgs-update/rPackages.XLConnect/2024-03-01.log rPackages.XLConnect 1.0.7 -> 1.0.8 https://repology.org/project/r:xlconnect/versions attrpath: rPackages.XLConnect Checking auto update branch... No auto update branch exists Old version 1.0.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.XLConnect 1.0.7 -> 1.0.8 https://repology.org/project/r:xlconnect/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.climaemet, using log file: /var/log/nixpkgs-update/rPackages.climaemet/2024-03-01.log rPackages.climaemet 1.2.0 -> 1.2.1 https://repology.org/project/r:climaemet/versions attrpath: rPackages.climaemet 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.climaemet 1.2.0 -> 1.2.1 https://repology.org/project/r:climaemet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.commonmark, using log file: /var/log/nixpkgs-update/rPackages.commonmark/2024-03-01.log rPackages.commonmark 1.9.0 -> 1.9.1 https://repology.org/project/r:commonmark/versions attrpath: rPackages.commonmark Checking auto update branch... No auto update branch exists Old version 1.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.commonmark 1.9.0 -> 1.9.1 https://repology.org/project/r:commonmark/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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 fbset, using log file: /var/log/nixpkgs-update/fbset/2024-03-01.log fbset 0 -> 1 attrpath: fbset Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - fbset-2.1 Press Enter key to continue... Running update for: - fbset-2.1: UPDATING ... - fbset-2.1: ERROR --- SHOWING ERROR LOG FOR fbset-2.1 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; fbset.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/sudipm-mukherjee/fbset.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp: failed to create directory via template ‘/run/nixpkgs-update-worker/tmp.XXXXXXXXXX’: No such file or directory + tmpdir= --- SHOWING ERROR LOG FOR fbset-2.1 ---------------------- The update script for fbset-2.1 failed with exit code 1 [result] Failed to update fbset 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spectralAnalysis, using log file: /var/log/nixpkgs-update/rPackages.spectralAnalysis/2024-03-01.log rPackages.spectralAnalysis 4.3.1 -> 4.3.3 https://repology.org/project/r:spectralanalysis/versions attrpath: rPackages.spectralAnalysis Checking auto update branch... No auto update branch exists Old version 4.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.spectralAnalysis 4.3.1 -> 4.3.3 https://repology.org/project/r:spectralanalysis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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 rPackages.netbiov, using log file: /var/log/nixpkgs-update/rPackages.netbiov/2024-03-01.log rPackages.netbiov 1.31.0 -> 1.36.0 https://repology.org/project/r:netbiov/versions attrpath: rPackages.netbiov Checking auto update branch... No auto update branch exists Old version 1.31.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.netbiov 1.31.0 -> 1.36.0 https://repology.org/project/r:netbiov/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath exegol, using log file: /var/log/nixpkgs-update/exegol/2024-03-01.log exegol 0 -> 1 attrpath: exegol Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - Exegol-4.3.1 Press Enter key to continue... Running update for: - Exegol-4.3.1: UPDATING ... - Exegol-4.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update exegol 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nestedcv, using log file: /var/log/nixpkgs-update/rPackages.nestedcv/2024-03-01.log rPackages.nestedcv 0.7.3 -> 0.7.4 https://repology.org/project/r:nestedcv/versions attrpath: rPackages.nestedcv Checking auto update branch... No auto update branch exists Old version 0.7.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.nestedcv 0.7.3 -> 0.7.4 https://repology.org/project/r:nestedcv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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 python312Packages.pip, using log file: /var/log/nixpkgs-update/python312Packages.pip/2024-03-01.log python312Packages.pip 23.3.1 -> 24.0 https://repology.org/project/pip/versions attrpath: python312Packages.pip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-pip-23.3.1 Press Enter key to continue... Running update for: - python3.12-pip-23.3.1: UPDATING ... - python3.12-pip-23.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pip 23.3.1 -> 24.0 https://repology.org/project/pip/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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 python311Packages.aiolookin, using log file: /var/log/nixpkgs-update/python311Packages.aiolookin/2024-03-01.log python311Packages.aiolookin 0 -> 1 attrpath: python311Packages.aiolookin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aiolookin-1.0.0 Press Enter key to continue... Running update for: - python3.11-aiolookin-1.0.0: UPDATING ... - python3.11-aiolookin-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiolookin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 3073 > 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 python311Packages.bracex, using log file: /var/log/nixpkgs-update/python311Packages.bracex/2024-03-01.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] 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 gnome.libchamplain, using log file: /var/log/nixpkgs-update/gnome.libchamplain/2024-03-01.log gnome.libchamplain 0 -> 1 attrpath: gnome.libchamplain Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.libchamplain 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 moon, using log file: /var/log/nixpkgs-update/moon/2024-03-01.log moon 1.21.4 -> 1.22.3 https://github.com/moonrepo/moon/releases attrpath: moon Checking auto update branch... An auto update branch exists with message `moon: 1.21.4 -> 1.22.0`. New version is 1.22.3. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-zjwd4+jhCxzRWMiNyKG4RV51hXS1yG5YiYkecJdZOsU= [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/build-managers/moon/default.nix b/pkgs/development/tools/build-managers/moon/default.nix index b01cfc97b919..319babb6f367 100644 --- a/pkgs/development/tools/build-managers/moon/default.nix +++ b/pkgs/development/tools/build-managers/moon/default.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "moon"; - version = "1.21.4"; + version = "1.22.3"; src = fetchFromGitHub { owner = "moonrepo"; repo = pname; rev = "v${version}"; - hash = "sha256-E+B5HBMmYZodZuVNkrwgvN6yeko1Qx4BeAeP6b9vu/0="; + hash = "sha256-M5XDCz1Ab0yFC4DIFpfk0S0/43JVQHabwBCDXk/6G6Y="; }; - cargoHash = "sha256-X7R0Tgn3Ekc3QkJiiLfQqUPf3tmf9oYoakUfoONEGZs="; + cargoHash = "sha256-zjwd4+jhCxzRWMiNyKG4RV51hXS1yG5YiYkecJdZOsU="; env = { RUSTFLAGS = "-C strip=symbols"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/daix47qzipxb48yzjbaibr4wamhn5l8x-moon-1.22.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:
  • moon
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/moonrepo/moon/releases. meta.description for moon is: A task runner and repo management tool for the web ecosystem, written in Rust meta.homepage for moon is: https://github.com/moonrepo/moon ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/moonrepo/moon/releases/tag/v1.22.3) - [Compare changes on GitHub](https://github.com/moonrepo/moon/compare/v1.21.4...v1.22.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.22.3 with grep in /nix/store/daix47qzipxb48yzjbaibr4wamhn5l8x-moon-1.22.3 - found 1.22.3 in filename of file in /nix/store/daix47qzipxb48yzjbaibr4wamhn5l8x-moon-1.22.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath moon ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/daix47qzipxb48yzjbaibr4wamhn5l8x-moon-1.22.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 moon https://github.com/r-ryantm/nixpkgs/archive/381e42267fd3aa49f891f95b6ee22a6ede324831.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/381e42267fd3aa49f891f95b6ee22a6ede324831#moon ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/daix47qzipxb48yzjbaibr4wamhn5l8x-moon-1.22.3 ls -la /nix/store/daix47qzipxb48yzjbaibr4wamhn5l8x-moon-1.22.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:
  • moon
--- ###### Maintainer pings cc @flemzord 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/291798 [result] Success updating moon 1.21.4 -> 1.22.3 https://github.com/moonrepo/moon/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 python311Packages.pymysqlsa, using log file: /var/log/nixpkgs-update/python311Packages.pymysqlsa/2024-03-01.log python311Packages.pymysqlsa 0 -> 1 attrpath: python311Packages.pymysqlsa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pymysql-sa-1.0 Press Enter key to continue... Running update for: - python3.11-pymysql-sa-1.0: UPDATING ... - python3.11-pymysql-sa-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymysqlsa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 haskellPackages.type-natural, using log file: /var/log/nixpkgs-update/haskellPackages.type-natural/2024-03-01.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 vkquake, using log file: /var/log/nixpkgs-update/vkquake/2024-03-01.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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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. 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/087167dfxal194pm54cmcbbxsfy3cjgn-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 glslangValidator -V ../Shaders/basic_alphatest.frag -o ../Shaders/Compiled/Release/basic_alphatest_frag.spv --depfile ../Shaders/Compiled/Release/basic_alphatest_frag.d /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: glslangValidator: command not found glslangValidator -V ../Shaders/screen_effects_8bit.comp -o ../Shaders/Compiled/Release/screen_effects_8bit_comp.spv --depfile ../Shaders/Compiled/Release/screen_effects_8bit_comp.d /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: glslangValidator: command not found make: *** [common.make:237: ../Shaders/Compiled/Release/alias_frag.spv] Error 127 make: *** Waiting for unfinished jobs.... make: *** [common.make:237: ../Shaders/Compiled/Release/alias_alphatest_frag.spv] Error 127 /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-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/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: glslangValidator: command not found /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: glslangValidator: command not found make: *** [common.make:244: ../Shaders/Compiled/Release/md5_vert.spv] Error 127 /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: glslangValidator: command not found make: *** [common.make:237: ../Shaders/Compiled/Release/basic_alphatest_frag.spv] Error 127 make: *** [common.make:258: ../Shaders/Compiled/Release/screen_effects_8bit_comp.spv] Error 127 /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/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.magic, using log file: /var/log/nixpkgs-update/python311Packages.magic/2024-03-01.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.pontos, using log file: /var/log/nixpkgs-update/python311Packages.pontos/2024-03-01.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] Failed with exit code 1 Going to be running update for following packages: - python3.11-pontos-24.2.2 Press Enter key to continue... Running update for: - python3.11-pontos-24.2.2: UPDATING ... - python3.11-pontos-24.2.2: ERROR --- SHOWING ERROR LOG FOR python3.11-pontos-24.2.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/greenbone/pontos/tarball/v24.2.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/greenbone/pontos/tarball/refs/tags/v24.2.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pontos-24.2.2 ---------------------- The update script for python3.11-pontos-24.2.2 failed with exit code 1 [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.pycomfoconnect, using log file: /var/log/nixpkgs-update/python311Packages.pycomfoconnect/2024-03-01.log python311Packages.pycomfoconnect 0 -> 1 attrpath: python311Packages.pycomfoconnect Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pycomfoconnect-0.5.1 Press Enter key to continue... Running update for: - python3.11-pycomfoconnect-0.5.1: UPDATING ... - python3.11-pycomfoconnect-0.5.1: ERROR --- SHOWING ERROR LOG FOR python3.11-pycomfoconnect-0.5.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/michaelarnauts/comfoconnect/tarball/0.5.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/michaelarnauts/comfoconnect/tarball/refs/tags/0.5.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pycomfoconnect-0.5.1 ---------------------- The update script for python3.11-pycomfoconnect-0.5.1 failed with exit code 1 [result] Failed to update python311Packages.pycomfoconnect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-threat9-test-bed-0.6.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/threat9/threat9-test-bed/tarball/v0.6.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/threat9/threat9-test-bed/tarball/refs/tags/v0.6.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-threat9-test-bed-0.6.0 ---------------------- The update script for python3.11-threat9-test-bed-0.6.0 failed with exit code 1 [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-01.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 liberfa, using log file: /var/log/nixpkgs-update/liberfa/2024-03-01.log liberfa 2.0.0 -> 2.0.1 https://github.com/liberfa/erfa/releases attrpath: liberfa Checking auto update branch... An auto update branch exists with message `liberfa: 2.0.0 -> 2.0.1`. New version is 2.0.1. An auto update branch exists with an equal or greater version [result] Failed to update liberfa 2.0.0 -> 2.0.1 https://github.com/liberfa/erfa/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-ha-mqtt-discoverable-0.13.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/unixorn/ha-mqtt-discoverable/tarball/v0.13.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/unixorn/ha-mqtt-discoverable/tarball/refs/tags/v0.13.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-ha-mqtt-discoverable-0.13.1 ---------------------- The update script for python3.11-ha-mqtt-discoverable-0.13.1 failed with exit code 1 [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.graphtage, using log file: /var/log/nixpkgs-update/python311Packages.graphtage/2024-03-01.log python311Packages.graphtage 0 -> 1 attrpath: python311Packages.graphtage Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-graphtage-0.3.0 Press Enter key to continue... Running update for: - python3.11-graphtage-0.3.0: UPDATING ... - python3.11-graphtage-0.3.0: ERROR --- SHOWING ERROR LOG FOR python3.11-graphtage-0.3.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/trailofbits/graphtage/tarball/v0.3.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/trailofbits/graphtage/tarball/refs/tags/v0.3.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-graphtage-0.3.0 ---------------------- The update script for python3.11-graphtage-0.3.0 failed with exit code 1 [result] Failed to update python311Packages.graphtage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mnreadR, using log file: /var/log/nixpkgs-update/rPackages.mnreadR/2024-03-01.log rPackages.mnreadR 2.1.6 -> 2.1.7 https://repology.org/project/r:mnreadr/versions attrpath: rPackages.mnreadR Checking auto update branch... No auto update branch exists Old version 2.1.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mnreadR 2.1.6 -> 2.1.7 https://repology.org/project/r:mnreadr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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/ax67v2m1vjyrihdg1b1r9srm7ppg1zjk-davmail-6.2.1.3496-3464.zip.drv building '/nix/store/ax67v2m1vjyrihdg1b1r9srm7ppg1zjk-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 978 0 --:--:-- --:--:-- --:--:-- 985 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/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 244 0 --:--:-- --:--:-- --:--:-- 244 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/ax67v2m1vjyrihdg1b1r9srm7ppg1zjk-davmail-6.2.1.3496-3464.zip.drv /nix/store/k86cfgbdqmn9c03mpbm56nlg0xxcvclm-davmail-6.2.1.3496.drv building '/nix/store/ax67v2m1vjyrihdg1b1r9srm7ppg1zjk-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 1274 0 --:--:-- --:--:-- --:--:-- 1277 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/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 247 0 --:--:-- --:--:-- --:--:-- 247 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/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:02 --:--:-- 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/ax67v2m1vjyrihdg1b1r9srm7ppg1zjk-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 247 0 --:--:-- --:--:-- --:--:-- 247 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/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:02 --:--:-- 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/ax67v2m1vjyrihdg1b1r9srm7ppg1zjk-davmail-6.2.1.3496-3464.zip.drv'. error: 1 dependencies of derivation '/nix/store/k86cfgbdqmn9c03mpbm56nlg0xxcvclm-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 xxdiff, using log file: /var/log/nixpkgs-update/xxdiff/2024-03-01.log xxdiff 5.0b1 -> 5.1 https://repology.org/project/xxdiff/versions attrpath: xxdiff 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/slhk0qpnx2n9vxgnrnn5wg5xrdhihf52-source.drv building '/nix/store/slhk0qpnx2n9vxgnrnn5wg5xrdhihf52-source.drv'... trying https://bitbucket.org/blais/xxdiff/get/5e5f885dfc43559549a81c59e9e8c9525306356a.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 174 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 'xxdiff.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/slhk0qpnx2n9vxgnrnn5wg5xrdhihf52-source.drv /nix/store/j08rplwff9kifjn32fbbvlq2bp01zfdp-xxdiff-5.1.drv building '/nix/store/slhk0qpnx2n9vxgnrnn5wg5xrdhihf52-source.drv'... trying https://bitbucket.org/blais/xxdiff/get/5e5f885dfc43559549a81c59e9e8c9525306356a.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 174 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/slhk0qpnx2n9vxgnrnn5wg5xrdhihf52-source.drv' failed with exit code 1; last 7 log lines: > > trying https://bitbucket.org/blais/xxdiff/get/5e5f885dfc43559549a81c59e9e8c9525306356a.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 174 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/slhk0qpnx2n9vxgnrnn5wg5xrdhihf52-source.drv'. error: 1 dependencies of derivation '/nix/store/j08rplwff9kifjn32fbbvlq2bp01zfdp-xxdiff-5.1.drv' failed to build [result] Failed to update xxdiff 5.0b1 -> 5.1 https://repology.org/project/xxdiff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.notifications-python-client, using log file: /var/log/nixpkgs-update/python311Packages.notifications-python-client/2024-03-01.log python311Packages.notifications-python-client 0 -> 1 attrpath: python311Packages.notifications-python-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-notifications-python-client-9.0.0 Press Enter key to continue... Running update for: - python3.11-notifications-python-client-9.0.0: UPDATING ... - python3.11-notifications-python-client-9.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.notifications-python-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytibber, using log file: /var/log/nixpkgs-update/python311Packages.pytibber/2024-03-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-pytibber-0.28.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Danielhiversen/pyTibber/tarball/0.29.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Danielhiversen/pyTibber/tarball/refs/tags/0.29.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pytibber-0.28.2 ---------------------- The update script for python3.11-pytibber-0.28.2 failed with exit code 1 [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.61 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 goffice, using log file: /var/log/nixpkgs-update/goffice/2024-03-01.log goffice 0 -> 1 attrpath: goffice Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - goffice-0.10.56 Press Enter key to continue... Running update for: - goffice-0.10.56: UPDATING ... - goffice-0.10.56: ERROR --- SHOWING ERROR LOG FOR goffice-0.10.56 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory update-source-version: error: Couldn't figure out new hash of 'goffice.src'! Traceback (most recent call last): File "/nix/store/h8ldk6zyaliqz3fy0v3js3wfsrkdbc46-gnome-update-script", line 40, in subprocess.run( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version', 'goffice', '0.10.57']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR goffice-0.10.56 ---------------------- The update script for goffice-0.10.56 failed with exit code 1 [result] Failed to update goffice 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] 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.rstcheck, using log file: /var/log/nixpkgs-update/python311Packages.rstcheck/2024-03-01.log python311Packages.rstcheck 0 -> 1 attrpath: python311Packages.rstcheck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rstcheck-6.1.2 Press Enter key to continue... Running update for: - python3.11-rstcheck-6.1.2: UPDATING ... - python3.11-rstcheck-6.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rstcheck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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-01.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] Failed with exit code 1 this derivation will be built: /nix/store/ps2cjwlscjbpinlx4zgqz4sdh1kjiwqn-packages.json.drv building '/nix/store/ps2cjwlscjbpinlx4zgqz4sdh1kjiwqn-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: ERROR --- SHOWING ERROR LOG FOR unifi-protect-backup-0.10.5 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ep1cman/unifi-protect-backup/tarball/v0.10.5']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/ep1cman/unifi-protect-backup/tarball/refs/tags/v0.10.5']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR unifi-protect-backup-0.10.5 ---------------------- The update script for unifi-protect-backup-0.10.5 failed with exit code 1 [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 mac, using log file: /var/log/nixpkgs-update/mac/2024-03-01.log mac 4.11-u4-b5-s7 -> 10.46 https://repology.org/project/mac/versions attrpath: mac 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 mac 4.11-u4-b5-s7 -> 10.46 https://repology.org/project/mac/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 ocamlPackages.ffmpeg, using log file: /var/log/nixpkgs-update/ocamlPackages.ffmpeg/2024-03-01.log ocamlPackages.ffmpeg 1.1.8 -> 1.1.10 https://github.com/savonet/ocaml-ffmpeg/releases attrpath: ocamlPackages.ffmpeg Checking auto update branch... No auto update branch exists Old version 1.1.8" not present in master derivation file with contents: { lib, buildDunePackage, fetchFromGitHub, callPackage , ffmpeg-base ? callPackage ./base.nix { } , ffmpeg-avutil , ffmpeg-avcodec , ffmpeg-avfilter , ffmpeg-swscale , ffmpeg-swresample , ffmpeg-av , ffmpeg-avdevice }: buildDunePackage { pname = "ffmpeg"; minimalOCamlVersion = "4.08"; inherit (ffmpeg-base) version src; propagatedBuildInputs = [ ffmpeg-avutil ffmpeg-avcodec ffmpeg-avfilter ffmpeg-swscale ffmpeg-swresample ffmpeg-av ffmpeg-avdevice ]; # The tests fail doCheck = false; meta = ffmpeg-base.meta // { description = "Bindings for the ffmpeg libraries"; }; } [result] Failed to update ocamlPackages.ffmpeg 1.1.8 -> 1.1.10 https://github.com/savonet/ocaml-ffmpeg/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ochre, using log file: /var/log/nixpkgs-update/python311Packages.ochre/2024-03-01.log python311Packages.ochre 0 -> 1 attrpath: python311Packages.ochre Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-ochre-0.4.0 Press Enter key to continue... Running update for: - python3.11-ochre-0.4.0: UPDATING ... - python3.11-ochre-0.4.0: ERROR --- SHOWING ERROR LOG FOR python3.11-ochre-0.4.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/getcuia/ochre/tarball/v0.4.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/getcuia/ochre/tarball/refs/tags/v0.4.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-ochre-0.4.0 ---------------------- The update script for python3.11-ochre-0.4.0 failed with exit code 1 [result] Failed to update python311Packages.ochre 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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] 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 6058 > 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 aspellDicts.te, using log file: /var/log/nixpkgs-update/aspellDicts.te/2024-03-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR aspell-dict-te-0.01-2 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR aspell-dict-te-0.01-2 ---------------------- The update script for aspell-dict-te-0.01-2 failed with exit code 1 [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-01.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/hip02c34jp2a471fq3v3h6dgnvfr537a-cloog-ppl-0.16.1.tar.gz.drv building '/nix/store/hip02c34jp2a471fq3v3h6dgnvfr537a-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:00:01 --:--:-- 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/hip02c34jp2a471fq3v3h6dgnvfr537a-cloog-ppl-0.16.1.tar.gz.drv /nix/store/qkc90nn5mhpsq2zd7a123029424apznd-cloog-ppl-0.16.1.drv building '/nix/store/hip02c34jp2a471fq3v3h6dgnvfr537a-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/hip02c34jp2a471fq3v3h6dgnvfr537a-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/hip02c34jp2a471fq3v3h6dgnvfr537a-cloog-ppl-0.16.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/qkc90nn5mhpsq2zd7a123029424apznd-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-01.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 tradingview, using log file: /var/log/nixpkgs-update/tradingview/2024-03-01.log tradingview 2.7.2 -> 2.7.4 https://repology.org/project/tradingview/versions attrpath: tradingview Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update tradingview 2.7.2 -> 2.7.4 https://repology.org/project/tradingview/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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.eglhmm, using log file: /var/log/nixpkgs-update/rPackages.eglhmm/2024-03-01.log rPackages.eglhmm 0.1-1 -> 0.1-3 https://repology.org/project/r:eglhmm/versions attrpath: rPackages.eglhmm 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.eglhmm 0.1-1 -> 0.1-3 https://repology.org/project/r:eglhmm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gsDesign, using log file: /var/log/nixpkgs-update/rPackages.gsDesign/2024-03-01.log rPackages.gsDesign 3.6.0 -> 3.6.1 https://repology.org/project/r:gsdesign/versions attrpath: rPackages.gsDesign Checking auto update branch... No auto update branch exists Old version 3.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.gsDesign 3.6.0 -> 3.6.1 https://repology.org/project/r:gsdesign/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-servicefabric, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-servicefabric/2024-03-01.log python311Packages.azure-mgmt-servicefabric 0 -> 1 attrpath: python311Packages.azure-mgmt-servicefabric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-azure-mgmt-servicefabric-2.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-servicefabric-2.1.0: UPDATING ... - python3.11-azure-mgmt-servicefabric-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-servicefabric 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioautomower, using log file: /var/log/nixpkgs-update/python311Packages.aioautomower/2024-03-01.log python311Packages.aioautomower 0 -> 1 attrpath: python311Packages.aioautomower Checking auto update branch... [version] [version] skipping because derivation has 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/yzb05q9635ng5qacbfdf5h4f638qnxm4-packages.json.drv building '/nix/store/yzb05q9635ng5qacbfdf5h4f638qnxm4-packages.json.drv'... Going to be running update for following packages: - python3.11-aioautomower-2024.2.9 Press Enter key to continue... Running update for: - python3.11-aioautomower-2024.2.9: UPDATING ... - python3.11-aioautomower-2024.2.9: ERROR --- SHOWING ERROR LOG FOR python3.11-aioautomower-2024.2.9 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Thomas55555/aioautomower/tarball/2024.2.10']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Thomas55555/aioautomower/tarball/refs/tags/2024.2.10']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-aioautomower-2024.2.9 ---------------------- The update script for python3.11-aioautomower-2024.2.9 failed with exit code 1 [result] Failed to update python311Packages.aioautomower 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.homeassistant-bring-api, using log file: /var/log/nixpkgs-update/python311Packages.homeassistant-bring-api/2024-03-01.log python311Packages.homeassistant-bring-api 0 -> 1 attrpath: python311Packages.homeassistant-bring-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-homeassistant-bring-api-0.1.0 Press Enter key to continue... Running update for: - python3.11-homeassistant-bring-api-0.1.0: UPDATING ... - python3.11-homeassistant-bring-api-0.1.0: ERROR --- SHOWING ERROR LOG FOR python3.11-homeassistant-bring-api-0.1.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/miaucl/bring-api/tarball/0.5.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/miaucl/bring-api/tarball/refs/tags/0.5.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-homeassistant-bring-api-0.1.0 ---------------------- The update script for python3.11-homeassistant-bring-api-0.1.0 failed with exit code 1 [result] Failed to update python311Packages.homeassistant-bring-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnu-cobol, using log file: /var/log/nixpkgs-update/gnu-cobol/2024-03-01.log gnu-cobol 3.1.2 -> 3.2.1 https://repology.org/project/gnucobol/versions attrpath: gnu-cobol 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/9h1b88jbpc8vh1fnzp44m10jq0whixiw-gnucobol-3.2.1.tar.xz.drv building '/nix/store/9h1b88jbpc8vh1fnzp44m10jq0whixiw-gnucobol-3.2.1.tar.xz.drv'... trying https://downloads.sourceforge.net/gnucobol/3.2/gnucobol-3.2.1.tar.xz % 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/gnucobol/3.2/gnucobol-3.2.1.tar.xz % 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:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/gnucobol/3.2/gnucobol-3.2.1.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1038 0 --:--:-- --:--:-- --:--:-- 1045 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/gnucobol/3.2/gnucobol-3.2.1.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 243 0 --:--:-- --:--:-- --:--:-- 244 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/gnucobol/3.2/gnucobol-3.2.1.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 316 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/gnucobol/3.2/gnucobol-3.2.1.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 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 gnucobol-3.2.1.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 'gnu-cobol.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9h1b88jbpc8vh1fnzp44m10jq0whixiw-gnucobol-3.2.1.tar.xz.drv /nix/store/25cfjnfdi31w2pfsz2c5dq5v0xxb897l-gnu-cobol-3.2.1.drv building '/nix/store/9h1b88jbpc8vh1fnzp44m10jq0whixiw-gnucobol-3.2.1.tar.xz.drv'... trying https://downloads.sourceforge.net/gnucobol/3.2/gnucobol-3.2.1.tar.xz % 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/gnucobol/3.2/gnucobol-3.2.1.tar.xz % 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:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/gnucobol/3.2/gnucobol-3.2.1.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1279 0 --:--:-- --:--:-- --:--:-- 1289 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/gnucobol/3.2/gnucobol-3.2.1.tar.xz % 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/gnucobol/3.2/gnucobol-3.2.1.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 316 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/gnucobol/3.2/gnucobol-3.2.1.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 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 gnucobol-3.2.1.tar.xz from any mirror error: builder for '/nix/store/9h1b88jbpc8vh1fnzp44m10jq0whixiw-gnucobol-3.2.1.tar.xz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/gnucobol/3.2/gnucobol-3.2.1.tar.xz > % 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/gnucobol/3.2/gnucobol-3.2.1.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 316 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/gnucobol/3.2/gnucobol-3.2.1.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 > 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 gnucobol-3.2.1.tar.xz from any mirror For full logs, run 'nix log /nix/store/9h1b88jbpc8vh1fnzp44m10jq0whixiw-gnucobol-3.2.1.tar.xz.drv'. error: 1 dependencies of derivation '/nix/store/25cfjnfdi31w2pfsz2c5dq5v0xxb897l-gnu-cobol-3.2.1.drv' failed to build [result] Failed to update gnu-cobol 3.1.2 -> 3.2.1 https://repology.org/project/gnucobol/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-keyvault-secrets, using log file: /var/log/nixpkgs-update/python311Packages.azure-keyvault-secrets/2024-03-01.log python311Packages.azure-keyvault-secrets 0 -> 1 attrpath: python311Packages.azure-keyvault-secrets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7730i8wj6zpxmgr2xjcz8j3qlv44744n-packages.json.drv building '/nix/store/7730i8wj6zpxmgr2xjcz8j3qlv44744n-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-keyvault-secrets-4.8.0 Press Enter key to continue... Running update for: - python3.11-azure-keyvault-secrets-4.8.0: UPDATING ... - python3.11-azure-keyvault-secrets-4.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-keyvault-secrets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-appearance, using log file: /var/log/nixpkgs-update/deepin.dde-appearance/2024-03-01.log deepin.dde-appearance 1.1.6 -> 1.1.25 https://github.com/linuxdeepin/dde-appearance/releases attrpath: deepin.dde-appearance deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.dde-appearance 1.1.6 -> 1.1.25 https://github.com/linuxdeepin/dde-appearance/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath matrix-appservice-discord, using log file: /var/log/nixpkgs-update/matrix-appservice-discord/2024-03-01.log matrix-appservice-discord 0 -> 1 attrpath: matrix-appservice-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] Failed with exit code 1 Going to be running update for following packages: - matrix-appservice-discord-4.0.0 Press Enter key to continue... Running update for: - matrix-appservice-discord-4.0.0: UPDATING ... - matrix-appservice-discord-4.0.0: ERROR --- SHOWING ERROR LOG FOR matrix-appservice-discord-4.0.0 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR matrix-appservice-discord-4.0.0 ---------------------- The update script for matrix-appservice-discord-4.0.0 failed with exit code 1 [result] Failed to update matrix-appservice-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 libretro.pcsx2, using log file: /var/log/nixpkgs-update/libretro.pcsx2/2024-03-01.log libretro.pcsx2 0 -> 1 attrpath: libretro.pcsx2 Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libretro-pcsx2-unstable-2023-01-30 Press Enter key to continue... Running update for: - libretro-pcsx2-unstable-2023-01-30: UPDATING ... - libretro-pcsx2-unstable-2023-01-30: ERROR --- SHOWING ERROR LOG FOR libretro-pcsx2-unstable-2023-01-30 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-pcsx2-unstable-2023-01-30 ---------------------- The update script for libretro-pcsx2-unstable-2023-01-30 failed with exit code 1 [result] Failed to update libretro.pcsx2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ci-edit, using log file: /var/log/nixpkgs-update/ci-edit/2024-03-01.log ci-edit 0 -> 1 attrpath: ci-edit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - ci-edit-51-unstable-2023-04-11 Press Enter key to continue... Running update for: - ci-edit-51-unstable-2023-04-11: UPDATING ... - ci-edit-51-unstable-2023-04-11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ci-edit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.huggingface-hub, using log file: /var/log/nixpkgs-update/python312Packages.huggingface-hub/2024-03-01.log python312Packages.huggingface-hub 0.21.2 -> 0.21.3 https://github.com/huggingface/huggingface_hub/releases attrpath: python312Packages.huggingface-hub Checking auto update branch... [version] [version] skipping because derivation has 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/zfwxdam6m92h0y7gaapd4szdkjbxf7z6-packages.json.drv building '/nix/store/zfwxdam6m92h0y7gaapd4szdkjbxf7z6-packages.json.drv'... Going to be running update for following packages: - python3.12-huggingface-hub-0.21.2 Press Enter key to continue... Running update for: - python3.12-huggingface-hub-0.21.2: UPDATING ... - python3.12-huggingface-hub-0.21.2: ERROR --- SHOWING ERROR LOG FOR python3.12-huggingface-hub-0.21.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/huggingface/huggingface_hub/tarball/v0.21.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/huggingface/huggingface_hub/tarball/refs/tags/v0.21.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-huggingface-hub-0.21.2 ---------------------- The update script for python3.12-huggingface-hub-0.21.2 failed with exit code 1 [result] Failed to update python312Packages.huggingface-hub 0.21.2 -> 0.21.3 https://github.com/huggingface/huggingface_hub/releases [options] github_user: r-ryantm, pull_request: YES, batch_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, using log file: /var/log/nixpkgs-update/libretro.dosbox/2024-03-01.log libretro.dosbox 0 -> 1 attrpath: libretro.dosbox Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libretro-dosbox-unstable-2022-07-18 Press Enter key to continue... Running update for: - libretro-dosbox-unstable-2022-07-18: UPDATING ... - libretro-dosbox-unstable-2022-07-18: ERROR --- SHOWING ERROR LOG FOR libretro-dosbox-unstable-2022-07-18 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-dosbox-unstable-2022-07-18 ---------------------- The update script for libretro-dosbox-unstable-2022-07-18 failed with exit code 1 [result] Failed to update libretro.dosbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR libretro-opera-unstable-2024-01-13 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-opera-unstable-2024-01-13 ---------------------- The update script for libretro-opera-unstable-2024-01-13 failed with exit code 1 [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.beetle-lynx, using log file: /var/log/nixpkgs-update/libretro.beetle-lynx/2024-03-01.log libretro.beetle-lynx 0 -> 1 attrpath: libretro.beetle-lynx Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libretro-mednafen-lynx-unstable-2023-11-01 Press Enter key to continue... Running update for: - libretro-mednafen-lynx-unstable-2023-11-01: UPDATING ... - libretro-mednafen-lynx-unstable-2023-11-01: ERROR --- SHOWING ERROR LOG FOR libretro-mednafen-lynx-unstable-2023-11-01 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-mednafen-lynx-unstable-2023-11-01 ---------------------- The update script for libretro-mednafen-lynx-unstable-2023-11-01 failed with exit code 1 [result] Failed to update libretro.beetle-lynx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.yabause, using log file: /var/log/nixpkgs-update/libretro.yabause/2024-03-01.log libretro.yabause 0 -> 1 attrpath: libretro.yabause Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libretro-yabause-unstable-2023-01-03 Press Enter key to continue... Running update for: - libretro-yabause-unstable-2023-01-03: UPDATING ... - libretro-yabause-unstable-2023-01-03: ERROR --- SHOWING ERROR LOG FOR libretro-yabause-unstable-2023-01-03 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-yabause-unstable-2023-01-03 ---------------------- The update script for libretro-yabause-unstable-2023-01-03 failed with exit code 1 [result] Failed to update libretro.yabause 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath delfin, using log file: /var/log/nixpkgs-update/delfin/2024-03-01.log delfin 0 -> 1 attrpath: delfin Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - delfin-0.4.0 Press Enter key to continue... Running update for: - delfin-0.4.0: UPDATING ... - delfin-0.4.0: ERROR --- SHOWING ERROR LOG FOR delfin-0.4.0 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix=v + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=delfin-0.4.0 + [[ -n '' ]] + pname=delfin + [[ -n '' ]] + version=0.4.0 + [[ -n '' ]] + attr_path=delfin + echo '# delfin-0.4.0' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=delfin --attr-path=delfin --file="update-git-commits.txt"' + tags='v0.1.0 v0.2.0 v0.2.1 v0.3.0 v0.4.0 v0.4.1' + for tag in $tags + echo '# found delfin version: v0.1.0' + for tag in $tags + echo '# found delfin version: v0.2.0' + for tag in $tags + echo '# found delfin version: v0.2.1' + for tag in $tags + echo '# found delfin version: v0.3.0' + for tag in $tags + echo '# found delfin version: v0.4.0' + for tag in $tags + echo '# found delfin version: v0.4.1' + '[' -n v ']' ++ echo 'v0.1.0 v0.2.0 v0.2.1 v0.3.0 v0.4.0 v0.4.1' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^v' + tags='v0.1.0 v0.2.0 v0.2.1 v0.3.0 v0.4.0 v0.4.1' ++ echo 'v0.1.0 v0.2.0 v0.2.1 v0.3.0 v0.4.0 v0.4.1' ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -e 's,^v,,' + tags='0.1.0 0.2.0 0.2.1 0.3.0 0.4.0 0.4.1' ++ echo '0.1.0 0.2.0 0.2.1 0.3.0 0.4.0 0.4.1' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags='0.1.0 0.2.0 0.2.1 0.3.0 0.4.0 0.4.1' ++ echo '0.1.0 0.2.0 0.2.1 0.3.0 0.4.0 0.4.1' ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/sort --reverse --version-sort + tags='0.4.1 0.4.0 0.3.0 0.2.1 0.2.0 0.1.0' + for latest_tag in $tags + version_is_ignored 0.4.1 + local tag=0.4.1 + '[' -n '' ']' + version_is_unstable 0.4.1 + local tag=0.4.1 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 0.4.1 enforce + local tag=0.4.1 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 0.4.1 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=4 + '[' 0 -eq 1 ']' + '[' -n '' -o -n enforce ']' ++ echo 0.4.1 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.[0-9]+\.([0-9]+).*$,\1,p' + local patchlevel=1 + (( patchlevel >= 90 )) + return 1 + break + '[' -n 0.4.1 ']' + '[' 0.4.0 '!=' 0.4.1 ']' ++ EDITOR=echo ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. delfin + pfile=/var/cache/nixpkgs-update/worker/worktree/delfin/pkgs/by-name/de/delfin/package.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/delfin/pkgs/by-name/de/delfin/package.nix ' + echo ' git commit -m '\''delfin: 0.4.0 -> 0.4.1'\''' + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version --print-changes delfin 0.4.1 error: getting status of '/run/nixpkgs-update-worker': No such file or directory update-source-version: error: Couldn't figure out new hash of 'delfin.src'! --- SHOWING ERROR LOG FOR delfin-0.4.0 ---------------------- The update script for delfin-0.4.0 failed with exit code 1 [result] Failed to update delfin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.melonds, using log file: /var/log/nixpkgs-update/libretro.melonds/2024-03-01.log libretro.melonds 0 -> 1 attrpath: libretro.melonds Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libretro-melonds-unstable-2023-04-13 Press Enter key to continue... Running update for: - libretro-melonds-unstable-2023-04-13: UPDATING ... - libretro-melonds-unstable-2023-04-13: ERROR --- SHOWING ERROR LOG FOR libretro-melonds-unstable-2023-04-13 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-melonds-unstable-2023-04-13 ---------------------- The update script for libretro-melonds-unstable-2023-04-13 failed with exit code 1 [result] Failed to update libretro.melonds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.openllm, using log file: /var/log/nixpkgs-update/python312Packages.openllm/2024-03-01.log python312Packages.openllm 0.4.41 -> 0.4.44 https://github.com/bentoml/OpenLLM/releases attrpath: python312Packages.openllm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-openllm-0.4.41 Press Enter key to continue... Running update for: - python3.12-openllm-0.4.41: UPDATING ... - python3.12-openllm-0.4.41: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.openllm 0.4.41 -> 0.4.44 https://github.com/bentoml/OpenLLM/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pytibber, using log file: /var/log/nixpkgs-update/python312Packages.pytibber/2024-03-01.log python312Packages.pytibber 0.28.2 -> 0.29.0 https://github.com/Danielhiversen/pyTibber/releases attrpath: python312Packages.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] Failed with exit code 1 Going to be running update for following packages: - python3.12-pytibber-0.28.2 Press Enter key to continue... Running update for: - python3.12-pytibber-0.28.2: UPDATING ... - python3.12-pytibber-0.28.2: ERROR --- SHOWING ERROR LOG FOR python3.12-pytibber-0.28.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Danielhiversen/pyTibber/tarball/0.29.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Danielhiversen/pyTibber/tarball/refs/tags/0.29.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-pytibber-0.28.2 ---------------------- The update script for python3.12-pytibber-0.28.2 failed with exit code 1 [result] Failed to update python312Packages.pytibber 0.28.2 -> 0.29.0 https://github.com/Danielhiversen/pyTibber/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sdds, using log file: /var/log/nixpkgs-update/python312Packages.sdds/2024-03-01.log python312Packages.sdds 0.4.1 -> 0.13 https://repology.org/project/python:sdds/versions attrpath: python312Packages.sdds Checking auto update branch... [version] [version] skipping because derivation has 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/n2j0hkn3hi83hz4dlywvq8ix6bxrfjxx-packages.json.drv building '/nix/store/n2j0hkn3hi83hz4dlywvq8ix6bxrfjxx-packages.json.drv'... Going to be running update for following packages: - python3.12-sdds-0.4.1 Press Enter key to continue... Running update for: - python3.12-sdds-0.4.1: UPDATING ... - python3.12-sdds-0.4.1: ERROR --- SHOWING ERROR LOG FOR python3.12-sdds-0.4.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pylhc/sdds/tarball/v0.4.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pylhc/sdds/tarball/refs/tags/v0.4.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-sdds-0.4.1 ---------------------- The update script for python3.12-sdds-0.4.1 failed with exit code 1 [result] Failed to update python312Packages.sdds 0.4.1 -> 0.13 https://repology.org/project/python:sdds/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nser, using log file: /var/log/nixpkgs-update/rPackages.nser/2024-03-01.log rPackages.nser 1.5.0 -> 1.5.1 https://repology.org/project/r:nser/versions attrpath: rPackages.nser 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.nser 1.5.0 -> 1.5.1 https://repology.org/project/r:nser/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.dominanceanalysis, using log file: /var/log/nixpkgs-update/rPackages.dominanceanalysis/2024-03-01.log rPackages.dominanceanalysis 2.0.0 -> 2.1.0 https://repology.org/project/r:dominanceanalysis/versions attrpath: rPackages.dominanceanalysis 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.dominanceanalysis 2.0.0 -> 2.1.0 https://repology.org/project/r:dominanceanalysis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath seafile-shared, using log file: /var/log/nixpkgs-update/seafile-shared/2024-03-01.log seafile-shared 9.0.4 -> 9.0.5 https://github.com/haiwen/seafile/releases attrpath: seafile-shared Checking auto update branch... An auto update branch exists with message `seafile-shared: 9.0.4 -> 9.0.5`. New version is 9.0.5. An auto update branch exists with an equal or greater version [result] Failed to update seafile-shared 9.0.4 -> 9.0.5 https://github.com/haiwen/seafile/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.localstack, using log file: /var/log/nixpkgs-update/python312Packages.localstack/2024-03-01.log python312Packages.localstack 3.0.2 -> 3.2.0 https://github.com/localstack/localstack/releases attrpath: python312Packages.localstack Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-localstack-3.0.2 Press Enter key to continue... Running update for: - python3.12-localstack-3.0.2: UPDATING ... - python3.12-localstack-3.0.2: ERROR --- SHOWING ERROR LOG FOR python3.12-localstack-3.0.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/localstack/localstack/tarball/v3.2.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/localstack/localstack/tarball/refs/tags/v3.2.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-localstack-3.0.2 ---------------------- The update script for python3.12-localstack-3.0.2 failed with exit code 1 [result] Failed to update python312Packages.localstack 3.0.2 -> 3.2.0 https://github.com/localstack/localstack/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.eightyone, using log file: /var/log/nixpkgs-update/libretro.eightyone/2024-03-01.log libretro.eightyone 0 -> 1 attrpath: libretro.eightyone Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libretro-81-unstable-2023-11-01 Press Enter key to continue... Running update for: - libretro-81-unstable-2023-11-01: UPDATING ... - libretro-81-unstable-2023-11-01: ERROR --- SHOWING ERROR LOG FOR libretro-81-unstable-2023-11-01 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-81-unstable-2023-11-01 ---------------------- The update script for libretro-81-unstable-2023-11-01 failed with exit code 1 [result] Failed to update libretro.eightyone 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.prosystem, using log file: /var/log/nixpkgs-update/libretro.prosystem/2024-03-01.log libretro.prosystem 0 -> 1 attrpath: libretro.prosystem Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libretro-prosystem-unstable-2023-08-17 Press Enter key to continue... Running update for: - libretro-prosystem-unstable-2023-08-17: UPDATING ... - libretro-prosystem-unstable-2023-08-17: ERROR --- SHOWING ERROR LOG FOR libretro-prosystem-unstable-2023-08-17 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-prosystem-unstable-2023-08-17 ---------------------- The update script for libretro-prosystem-unstable-2023-08-17 failed with exit code 1 [result] Failed to update libretro.prosystem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.officer, using log file: /var/log/nixpkgs-update/rPackages.officer/2024-03-01.log rPackages.officer 0.6.3 -> 0.6.5 https://repology.org/project/r:officer/versions attrpath: rPackages.officer 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.officer 0.6.3 -> 0.6.5 https://repology.org/project/r:officer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tippecanoe, using log file: /var/log/nixpkgs-update/tippecanoe/2024-03-01.log tippecanoe 2.46.0 -> 2.47.0 https://github.com/felt/tippecanoe/releases attrpath: tippecanoe 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/ti/tippecanoe/package.nix b/pkgs/by-name/ti/tippecanoe/package.nix index 3a949234c65a..7e1234d5ddb0 100644 --- a/pkgs/by-name/ti/tippecanoe/package.nix +++ b/pkgs/by-name/ti/tippecanoe/package.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "tippecanoe"; - version = "2.46.0"; + version = "2.47.0"; src = fetchFromGitHub { owner = "felt"; repo = "tippecanoe"; rev = finalAttrs.version; - hash = "sha256-UsQb90DKK05JByF3rh6kcvSaugEemU2Gg4c/owImNVs="; + hash = "sha256-tkecrbrkwYJU0eZMzU+7rJGAn+S/vnh/rw5co0x1m5M="; }; buildInputs = [ sqlite zlib ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/yhzdk4pyyph5zv53vdh7r838nhs6pk0r-tippecanoe-2.47.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:
  • tippecanoe
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/felt/tippecanoe/releases. meta.description for tippecanoe is: Build vector tilesets from large collections of GeoJSON features meta.homepage for tippecanoe is: https://github.com/felt/tippecanoe ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/felt/tippecanoe/releases/tag/2.47.0) - [Compare changes on GitHub](https://github.com/felt/tippecanoe/compare/2.46.0...2.47.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.47.0 with grep in /nix/store/yhzdk4pyyph5zv53vdh7r838nhs6pk0r-tippecanoe-2.47.0 - found 2.47.0 in filename of file in /nix/store/yhzdk4pyyph5zv53vdh7r838nhs6pk0r-tippecanoe-2.47.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath tippecanoe ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/yhzdk4pyyph5zv53vdh7r838nhs6pk0r-tippecanoe-2.47.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 tippecanoe https://github.com/r-ryantm/nixpkgs/archive/5920196c69843bed60cdc5362ec58102f590b5f5.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5920196c69843bed60cdc5362ec58102f590b5f5#tippecanoe ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/yhzdk4pyyph5zv53vdh7r838nhs6pk0r-tippecanoe-2.47.0 ls -la /nix/store/yhzdk4pyyph5zv53vdh7r838nhs6pk0r-tippecanoe-2.47.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:
  • tippecanoe
--- ###### 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/292622 [result] Success updating tippecanoe 2.46.0 -> 2.47.0 https://github.com/felt/tippecanoe/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR libretro-desmume2015-unstable-2022-04-05 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-desmume2015-unstable-2022-04-05 ---------------------- The update script for libretro-desmume2015-unstable-2022-04-05 failed with exit code 1 [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 libretro.puae, using log file: /var/log/nixpkgs-update/libretro.puae/2024-03-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR libretro-puae-unstable-2024-02-22 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-puae-unstable-2024-02-22 ---------------------- The update script for libretro-puae-unstable-2024-02-22 failed with exit code 1 [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 python312Packages.glad, using log file: /var/log/nixpkgs-update/python312Packages.glad/2024-03-01.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] 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 cook-cli, using log file: /var/log/nixpkgs-update/cook-cli/2024-03-01.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 nvtop-msm, using log file: /var/log/nixpkgs-update/nvtop-msm/2024-03-01.log nvtop-msm 3.0.2 -> 3.1.0 https://github.com/Syllo/nvtop/releases attrpath: nvtop-msm Checking auto update branch... An auto update branch exists with message `nvtop-msm: 3.0.2 -> 3.1.0`. New version is 3.1.0. An auto update branch exists with an equal or greater version [result] Failed to update nvtop-msm 3.0.2 -> 3.1.0 https://github.com/Syllo/nvtop/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glide-media-player, using log file: /var/log/nixpkgs-update/glide-media-player/2024-03-01.log glide-media-player 0.6.1 -> 0.6.2 https://github.com/philn/glide/releases attrpath: glide-media-player 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 glide-media-player 0.6.1 -> 0.6.2 https://github.com/philn/glide/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath files-cli, using log file: /var/log/nixpkgs-update/files-cli/2024-03-01.log files-cli 2.12.38 -> 2.12.39 https://github.com/files-com/files-cli/releases attrpath: files-cli Checking auto update branch... An auto update branch exists with message `files-cli: 2.12.38 -> 2.12.39`. New version is 2.12.39. An auto update branch exists with an equal or greater version [result] Failed to update files-cli 2.12.38 -> 2.12.39 https://github.com/files-com/files-cli/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rtfunicode, using log file: /var/log/nixpkgs-update/python311Packages.rtfunicode/2024-03-01.log python311Packages.rtfunicode 0 -> 1 attrpath: python311Packages.rtfunicode Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-rtfunicode-1.4 Press Enter key to continue... Running update for: - python3.11-rtfunicode-1.4: UPDATING ... - python3.11-rtfunicode-1.4: ERROR --- SHOWING ERROR LOG FOR python3.11-rtfunicode-1.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/mjpieters/rtfunicode/tarball/1.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/mjpieters/rtfunicode/tarball/refs/tags/1.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-rtfunicode-1.4 ---------------------- The update script for python3.11-rtfunicode-1.4 failed with exit code 1 [result] Failed to update python311Packages.rtfunicode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.localstack-ext, using log file: /var/log/nixpkgs-update/python312Packages.localstack-ext/2024-03-01.log python312Packages.localstack-ext 3.0.2 -> 3.2.0 https://github.com/localstack/localstack/releases attrpath: python312Packages.localstack-ext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-localstack-ext-3.0.2 Press Enter key to continue... Running update for: - python3.12-localstack-ext-3.0.2: UPDATING ... - python3.12-localstack-ext-3.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/localstack-ext/default.nix b/pkgs/development/python-modules/localstack-ext/default.nix index 1386ce2cb712..23423950c23a 100644 --- a/pkgs/development/python-modules/localstack-ext/default.nix +++ b/pkgs/development/python-modules/localstack-ext/default.nix @@ -28,12 +28,12 @@ buildPythonPackage rec { pname = "localstack-ext"; - version = "3.0.2"; + version = "3.2.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-KNM/HjSWVwenLqtXbaRP70k7b7YXk//aKGEkBxPp1fA="; + hash = "sha256-53pbt7kNaYQRsLb+OI8gLwR3cBE18ZKLZmG4aP1/93E="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.localstack-ext Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.localstack-ext Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.localstack-ext/lib/customisation.nix:267:7: 266| in commonAttrs // { 267| drvPath = assert condition; drv.drvPath; | ^ 268| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.localstack-ext/lib/customisation.nix:267:7: 266| in commonAttrs // { 267| drvPath = assert condition; drv.drvPath; | ^ 268| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.localstack-ext/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update python312Packages.localstack-ext 3.0.2 -> 3.2.0 https://github.com/localstack/localstack/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.freeintv, using log file: /var/log/nixpkgs-update/libretro.freeintv/2024-03-01.log libretro.freeintv 0 -> 1 attrpath: libretro.freeintv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - libretro-freeintv-unstable-2023-04-17 Press Enter key to continue... Running update for: - libretro-freeintv-unstable-2023-04-17: UPDATING ... - libretro-freeintv-unstable-2023-04-17: ERROR --- SHOWING ERROR LOG FOR libretro-freeintv-unstable-2023-04-17 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-freeintv-unstable-2023-04-17 ---------------------- The update script for libretro-freeintv-unstable-2023-04-17 failed with exit code 1 [result] Failed to update libretro.freeintv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.galah, using log file: /var/log/nixpkgs-update/rPackages.galah/2024-03-01.log rPackages.galah 2.0.0 -> 2.0.1 https://repology.org/project/r:galah/versions attrpath: rPackages.galah 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.galah 2.0.0 -> 2.0.1 https://repology.org/project/r:galah/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.palettes, using log file: /var/log/nixpkgs-update/rPackages.palettes/2024-03-01.log rPackages.palettes 0.1.1 -> 0.2.0 https://repology.org/project/r:palettes/versions attrpath: rPackages.palettes 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.palettes 0.1.1 -> 0.2.0 https://repology.org/project/r:palettes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spqdep, using log file: /var/log/nixpkgs-update/rPackages.spqdep/2024-03-01.log rPackages.spqdep 0.1.2 -> 0.1.3.2 https://repology.org/project/r:spqdep/versions attrpath: rPackages.spqdep 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.spqdep 0.1.2 -> 0.1.3.2 https://repology.org/project/r:spqdep/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DCluster, using log file: /var/log/nixpkgs-update/rPackages.DCluster/2024-03-01.log rPackages.DCluster 0.2-9 -> 0.2-10 https://repology.org/project/r:dcluster/versions attrpath: rPackages.DCluster Checking auto update branch... No auto update branch exists Old version 0.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.DCluster 0.2-9 -> 0.2-10 https://repology.org/project/r:dcluster/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.bsnes, using log file: /var/log/nixpkgs-update/libretro.bsnes/2024-03-01.log libretro.bsnes 0 -> 1 attrpath: libretro.bsnes Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libretro-bsnes-unstable-2024-02-09 Press Enter key to continue... Running update for: - libretro-bsnes-unstable-2024-02-09: UPDATING ... - libretro-bsnes-unstable-2024-02-09: ERROR --- SHOWING ERROR LOG FOR libretro-bsnes-unstable-2024-02-09 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-bsnes-unstable-2024-02-09 ---------------------- The update script for libretro-bsnes-unstable-2024-02-09 failed with exit code 1 [result] Failed to update libretro.bsnes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.log libint 2.8.1 -> 2.8.2 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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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.8.2 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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR libretro-sameboy-unstable-2022-08-19 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-sameboy-unstable-2022-08-19 ---------------------- The update script for libretro-sameboy-unstable-2022-08-19 failed with exit code 1 [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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR libretro-mame2015-unstable-2023-11-01 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-mame2015-unstable-2023-11-01 ---------------------- The update script for libretro-mame2015-unstable-2023-11-01 failed with exit code 1 [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 synapse-admin, using log file: /var/log/nixpkgs-update/synapse-admin/2024-03-01.log synapse-admin 0.8.7 -> 0.9.1 https://github.com/Awesome-Technologies/synapse-admin/releases attrpath: synapse-admin 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 synapse-admin 0.8.7 -> 0.9.1 https://github.com/Awesome-Technologies/synapse-admin/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.genesis-plus-gx, using log file: /var/log/nixpkgs-update/libretro.genesis-plus-gx/2024-03-01.log libretro.genesis-plus-gx 0 -> 1 attrpath: libretro.genesis-plus-gx Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libretro-genesis-plus-gx-unstable-2024-02-23 Press Enter key to continue... Running update for: - libretro-genesis-plus-gx-unstable-2024-02-23: UPDATING ... - libretro-genesis-plus-gx-unstable-2024-02-23: ERROR --- SHOWING ERROR LOG FOR libretro-genesis-plus-gx-unstable-2024-02-23 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-genesis-plus-gx-unstable-2024-02-23 ---------------------- The update script for libretro-genesis-plus-gx-unstable-2024-02-23 failed with exit code 1 [result] Failed to update libretro.genesis-plus-gx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR libretro-o2em-unstable-2023-10-19 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-o2em-unstable-2023-10-19 ---------------------- The update script for libretro-o2em-unstable-2023-10-19 failed with exit code 1 [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-01.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 rPackages.easyDifferentialGeneCoexpression, using log file: /var/log/nixpkgs-update/rPackages.easyDifferentialGeneCoexpression/2024-03-01.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.gambatte, using log file: /var/log/nixpkgs-update/libretro.gambatte/2024-03-01.log libretro.gambatte 0 -> 1 attrpath: libretro.gambatte Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - libretro-gambatte-unstable-2024-02-23 Press Enter key to continue... Running update for: - libretro-gambatte-unstable-2024-02-23: UPDATING ... - libretro-gambatte-unstable-2024-02-23: ERROR --- SHOWING ERROR LOG FOR libretro-gambatte-unstable-2024-02-23 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR libretro-gambatte-unstable-2024-02-23 ---------------------- The update script for libretro-gambatte-unstable-2024-02-23 failed with exit code 1 [result] Failed to update libretro.gambatte 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-01.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.GOfuncR, using log file: /var/log/nixpkgs-update/rPackages.GOfuncR/2024-03-01.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 gnmic, using log file: /var/log/nixpkgs-update/gnmic/2024-03-01.log gnmic 0.35.1 -> 0.36.0 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.0`. New version is 0.36.0. An auto update branch exists with an equal or greater version [result] Failed to update gnmic 0.35.1 -> 0.36.0 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 rust-analyzer, using log file: /var/log/nixpkgs-update/rust-analyzer/2024-03-01.log rust-analyzer 2024-02-26 -> 20240226 https://repology.org/project/rust-analyzer/versions attrpath: rust-analyzer 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/qrk6wwvzbh87kc6c52nr35a94l9nbmcm-source.drv building '/nix/store/qrk6wwvzbh87kc6c52nr35a94l9nbmcm-source.drv'... trying https://github.com/rust-lang/rust-analyzer/archive/20240226.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 'rust-analyzer.originalSrc' not found stderr did not split as expected full stderr was: these 4 derivations will be built: /nix/store/qrk6wwvzbh87kc6c52nr35a94l9nbmcm-source.drv /nix/store/518rsfnjgjainr49brhwh4rzv5xb9ckc-rust-analyzer-unwrapped-20240226-vendor.tar.gz.drv /nix/store/9jpqhph4glnvhxsffwrm2ky4i80fvfj7-rust-analyzer-unwrapped-20240226.drv /nix/store/hv8y43mvz4gkd52qr4zpi6ayi9bxqv4f-rust-analyzer-20240226.drv this path will be fetched (2.55 MiB download, 31.26 MiB unpacked): /nix/store/s0laxmv4n9031hw3cd7wj2l522lf69fv-rust-lib-src copying path '/nix/store/s0laxmv4n9031hw3cd7wj2l522lf69fv-rust-lib-src' from 'https://cache.nixos.org'... building '/nix/store/qrk6wwvzbh87kc6c52nr35a94l9nbmcm-source.drv'... cannot link '/nix/store/.links/0wphg9m9w2fmfxlg1jp4msishp3yg0i6wrqyssvi9wh4189rnws5' to '/nix/store/s0laxmv4n9031hw3cd7wj2l522lf69fv-rust-lib-src/core/src/num/saturating.rs': No space left on device trying https://github.com/rust-lang/rust-analyzer/archive/20240226.tar.gz cannot link '/nix/store/.links/00hqibi4n16b8vfvnh1y8i4vzyc4kc6s7rg1v8qhjdmn17vm3pxh' to '/nix/store/s0laxmv4n9031hw3cd7wj2l522lf69fv-rust-lib-src/core/tests/option.rs': No space left on device % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed cannot link '/nix/store/.links/16gcsh7wy50yzqlbhqryvb3n8c3icf6ycdd13gvhf0wvy79mdwwn' to '/nix/store/s0laxmv4n9031hw3cd7wj2l522lf69fv-rust-lib-src/core/tests/iter/adapters/chain.rs': No space left on device 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/qrk6wwvzbh87kc6c52nr35a94l9nbmcm-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/rust-lang/rust-analyzer/archive/20240226.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/qrk6wwvzbh87kc6c52nr35a94l9nbmcm-source.drv'. error: 1 dependencies of derivation '/nix/store/hv8y43mvz4gkd52qr4zpi6ayi9bxqv4f-rust-analyzer-20240226.drv' failed to build [result] Failed to update rust-analyzer 2024-02-26 -> 20240226 https://repology.org/project/rust-analyzer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clifford, using log file: /var/log/nixpkgs-update/python311Packages.clifford/2024-03-01.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] 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.hmmlearn, using log file: /var/log/nixpkgs-update/python311Packages.hmmlearn/2024-03-01.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] 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! The diff was empty after rewrites. [result] Failed to update python311Packages.hmmlearn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simanneal, using log file: /var/log/nixpkgs-update/python311Packages.simanneal/2024-03-01.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] Failed with exit code 1 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: ERROR --- SHOWING ERROR LOG FOR python3.11-simanneal-0.5.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/perrygeo/simanneal/tarball/0.5.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/perrygeo/simanneal/tarball/refs/tags/0.5.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-simanneal-0.5.0 ---------------------- The update script for python3.11-simanneal-0.5.0 failed with exit code 1 [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 fbjni, using log file: /var/log/nixpkgs-update/fbjni/2024-03-01.log fbjni 0.5.1 -> 0.6.0 https://github.com/facebookincubator/fbjni/releases attrpath: fbjni 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 fbjni 0.5.1 -> 0.6.0 https://github.com/facebookincubator/fbjni/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.eo, using log file: /var/log/nixpkgs-update/aspellDicts.eo/2024-03-01.log aspellDicts.eo 0 -> 1 attrpath: aspellDicts.eo Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - aspell-dict-eo-2.1.20000225a-2 Press Enter key to continue... Running update for: - aspell-dict-eo-2.1.20000225a-2: UPDATING ... - aspell-dict-eo-2.1.20000225a-2: ERROR --- SHOWING ERROR LOG FOR aspell-dict-eo-2.1.20000225a-2 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR aspell-dict-eo-2.1.20000225a-2 ---------------------- The update script for aspell-dict-eo-2.1.20000225a-2 failed with exit code 1 [result] Failed to update aspellDicts.eo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bumpver, using log file: /var/log/nixpkgs-update/bumpver/2024-03-01.log bumpver 0 -> 1 attrpath: bumpver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - bumpver-2021.1110 Press Enter key to continue... Running update for: - bumpver-2021.1110: UPDATING ... - bumpver-2021.1110: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/version-management/bumpver/default.nix b/pkgs/applications/version-management/bumpver/default.nix index d540d4211073..731cc2683470 100644 --- a/pkgs/applications/version-management/bumpver/default.nix +++ b/pkgs/applications/version-management/bumpver/default.nix @@ -2,11 +2,11 @@ python3.pkgs.buildPythonApplication rec { pname = "bumpver"; - version = "2021.1110"; + version = "2023.1129"; src = fetchPypi { inherit pname version; - sha256 = "b6a0ddb78db7e00ae7ffe895bf8ef97f91e6310dfc1c4721896bdfd044b1cb03"; + sha256 = "sha256-KgmBMGbZKuLqv4gtT5qI69YBNegoxCS994AOFyPhUBA="; }; prePatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bumpver nix build failed. src/bumpver/version.py:187: in to_pep440 return str(parse_version(version)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ version = 'v2017q1.54321' def parse_version(version: str) -> typ.Any: # pylint: disable=import-outside-toplevel; lazy import to speed up --help try: import pkg_resources return pkg_resources.parse_version(version) except (ImportError, ValueError): > import looseversion E ModuleNotFoundError: No module named 'looseversion' src/bumpver/version.py:20: ModuleNotFoundError =============================== warnings summary =============================== ../../nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/sandbox.py:13 /nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/sandbox.py:13: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED test/test_cli.py::test_commit_hook_execution - assert 1 == 0 FAILED test/test_cli.py::test_commit_hook_execution_fail - assert 'Script exited with an error. Stopping' in "\t[Errno 2] No such file... FAILED test/test_version.py::test_to_pep440[v2017q1.54321-v2017q1.54321] - ModuleNotFoundError: No module named 'looseversion' ====== 3 failed, 521 passed, 1 deselected, 1 warning in 62.75s (0:01:02) ======= /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update bumpver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wifi, using log file: /var/log/nixpkgs-update/python311Packages.wifi/2024-03-01.log python311Packages.wifi 0 -> 1 attrpath: python311Packages.wifi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-wifi-0.3.5 Press Enter key to continue... Running update for: - python3.11-wifi-0.3.5: UPDATING ... - python3.11-wifi-0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wifi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rich-pixels, using log file: /var/log/nixpkgs-update/python311Packages.rich-pixels/2024-03-01.log python311Packages.rich-pixels 0 -> 1 attrpath: python311Packages.rich-pixels Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-rich-pixels-2.2.0 Press Enter key to continue... Running update for: - python3.11-rich-pixels-2.2.0: UPDATING ... - python3.11-rich-pixels-2.2.0: ERROR --- SHOWING ERROR LOG FOR python3.11-rich-pixels-2.2.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/darrenburns/rich-pixels/tarball/3.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/darrenburns/rich-pixels/tarball/refs/tags/3.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-rich-pixels-2.2.0 ---------------------- The update script for python3.11-rich-pixels-2.2.0 failed with exit code 1 [result] Failed to update python311Packages.rich-pixels 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.slither-analyzer, using log file: /var/log/nixpkgs-update/python311Packages.slither-analyzer/2024-03-01.log python311Packages.slither-analyzer 0 -> 1 attrpath: python311Packages.slither-analyzer Checking auto update branch... [version] [version] skipping because derivation has 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/3s3rgdr1dq8jqz3bcb42fizrhjgjylpj-packages.json.drv building '/nix/store/3s3rgdr1dq8jqz3bcb42fizrhjgjylpj-packages.json.drv'... Going to be running update for following packages: - python3.11-slither-analyzer-0.10.1 Press Enter key to continue... Running update for: - python3.11-slither-analyzer-0.10.1: UPDATING ... - python3.11-slither-analyzer-0.10.1: ERROR --- SHOWING ERROR LOG FOR python3.11-slither-analyzer-0.10.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/crytic/slither/tarball/0.10.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/crytic/slither/tarball/refs/tags/0.10.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-slither-analyzer-0.10.1 ---------------------- The update script for python3.11-slither-analyzer-0.10.1 failed with exit code 1 [result] Failed to update python311Packages.slither-analyzer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocketchat-desktop, using log file: /var/log/nixpkgs-update/rocketchat-desktop/2024-03-01.log rocketchat-desktop 3.9.11 -> 3.9.14 https://github.com/RocketChat/Rocket.Chat.Electron/releases attrpath: rocketchat-desktop Checking auto update branch... An auto update branch exists with message `rocketchat-desktop: 3.9.11 -> 3.9.14`. New version is 3.9.14. An auto update branch exists with an equal or greater version [result] Failed to update rocketchat-desktop 3.9.11 -> 3.9.14 https://github.com/RocketChat/Rocket.Chat.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.adb-shell, using log file: /var/log/nixpkgs-update/python311Packages.adb-shell/2024-03-01.log python311Packages.adb-shell 0 -> 1 attrpath: python311Packages.adb-shell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-adb-shell-0.4.4 Press Enter key to continue... Running update for: - python3.11-adb-shell-0.4.4: UPDATING ... - python3.11-adb-shell-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adb-shell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cymem, using log file: /var/log/nixpkgs-update/python311Packages.cymem/2024-03-01.log python311Packages.cymem 0 -> 1 attrpath: python311Packages.cymem Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-cymem-2.0.8 Press Enter key to continue... Running update for: - python3.11-cymem-2.0.8: UPDATING ... - python3.11-cymem-2.0.8: ERROR --- SHOWING ERROR LOG FOR python3.11-cymem-2.0.8 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/explosion/cymem/tarball/v2.0.8']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/explosion/cymem/tarball/refs/tags/v2.0.8']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-cymem-2.0.8 ---------------------- The update script for python3.11-cymem-2.0.8 failed with exit code 1 [result] Failed to update python311Packages.cymem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gssdp_1_6, using log file: /var/log/nixpkgs-update/gssdp_1_6/2024-03-01.log gssdp_1_6 0 -> 1 attrpath: gssdp_1_6 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gssdp_1_6 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-parallel, using log file: /var/log/nixpkgs-update/python311Packages.pytest-parallel/2024-03-01.log python311Packages.pytest-parallel 0 -> 1 attrpath: python311Packages.pytest-parallel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-pytest-parallel-0.1.1 Press Enter key to continue... Running update for: - python3.11-pytest-parallel-0.1.1: UPDATING ... - python3.11-pytest-parallel-0.1.1: ERROR --- SHOWING ERROR LOG FOR python3.11-pytest-parallel-0.1.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/kevlened/pytest-parallel/tarball/0.1.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/kevlened/pytest-parallel/tarball/refs/tags/0.1.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pytest-parallel-0.1.1 ---------------------- The update script for python3.11-pytest-parallel-0.1.1 failed with exit code 1 [result] Failed to update python311Packages.pytest-parallel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.knack, using log file: /var/log/nixpkgs-update/python311Packages.knack/2024-03-01.log python311Packages.knack 0 -> 1 attrpath: python311Packages.knack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-knack-0.11.0 Press Enter key to continue... Running update for: - python3.11-knack-0.11.0: UPDATING ... - python3.11-knack-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.knack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pmdarima, using log file: /var/log/nixpkgs-update/python311Packages.pmdarima/2024-03-01.log python311Packages.pmdarima 0 -> 1 attrpath: python311Packages.pmdarima Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pmdarima-2.0.4 Press Enter key to continue... Running update for: - python3.11-pmdarima-2.0.4: UPDATING ... - python3.11-pmdarima-2.0.4: ERROR --- SHOWING ERROR LOG FOR python3.11-pmdarima-2.0.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/alkaline-ml/pmdarima/tarball/v2.0.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/alkaline-ml/pmdarima/tarball/refs/tags/v2.0.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pmdarima-2.0.4 ---------------------- The update script for python3.11-pmdarima-2.0.4 failed with exit code 1 [result] Failed to update python311Packages.pmdarima 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath google-guest-agent, using log file: /var/log/nixpkgs-update/google-guest-agent/2024-03-01.log google-guest-agent 20230821.00 -> 20240213.00 https://github.com/GoogleCloudPlatform/guest-agent/releases attrpath: google-guest-agent 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-PGvyDjhLwIKhR6NmwzbzjfkBK+FqsziAdsybQmCbtCc=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'google-guest-agent.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/24hzhxv2px1ivxxhz8aqva5rnsn2j4hs-guest-agent-20240213.00-go-modules.drv /nix/store/lbzcpp9bpqrnbsr7dvn3b7f58hml9pq0-guest-agent-20240213.00.drv building '/nix/store/24hzhxv2px1ivxxhz8aqva5rnsn2j4hs-guest-agent-20240213.00-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/6aavajbpj11cim7cxip2zxzq75y2hhqs-source source root is source Running phase: patchPhase applying patch /nix/store/apxj6zcwyvmygldvy1k0y8sxqpblv60z-disable-etc-mutation.patch patching file google_guest_agent/non_windows_accounts.go Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file google_guest_agent/non_windows_accounts.go.rej patching file google_guest_agent/oslogin.go Hunk #1 FAILED at 76. 1 out of 1 hunk FAILED -- saving rejects to file google_guest_agent/oslogin.go.rej error: builder for '/nix/store/24hzhxv2px1ivxxhz8aqva5rnsn2j4hs-guest-agent-20240213.00-go-modules.drv' failed with exit code 1; last 13 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/6aavajbpj11cim7cxip2zxzq75y2hhqs-source > source root is source > Running phase: patchPhase > applying patch /nix/store/apxj6zcwyvmygldvy1k0y8sxqpblv60z-disable-etc-mutation.patch > patching file google_guest_agent/non_windows_accounts.go > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file google_guest_agent/non_windows_accounts.go.rej > patching file google_guest_agent/oslogin.go > Hunk #1 FAILED at 76. > 1 out of 1 hunk FAILED -- saving rejects to file google_guest_agent/oslogin.go.rej For full logs, run 'nix log /nix/store/24hzhxv2px1ivxxhz8aqva5rnsn2j4hs-guest-agent-20240213.00-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/lbzcpp9bpqrnbsr7dvn3b7f58hml9pq0-guest-agent-20240213.00.drv' failed to build [result] Failed to update google-guest-agent 20230821.00 -> 20240213.00 https://github.com/GoogleCloudPlatform/guest-agent/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.btest, using log file: /var/log/nixpkgs-update/python311Packages.btest/2024-03-01.log python311Packages.btest 0 -> 1 attrpath: python311Packages.btest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-btest-1.1 Press Enter key to continue... Running update for: - python3.11-btest-1.1: UPDATING ... - python3.11-btest-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.btest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.maxcube-api, using log file: /var/log/nixpkgs-update/python311Packages.maxcube-api/2024-03-01.log python311Packages.maxcube-api 0 -> 1 attrpath: python311Packages.maxcube-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] Failed with exit code 1 Going to be running update for following packages: - python3.11-maxcube-api-0.4.3 Press Enter key to continue... Running update for: - python3.11-maxcube-api-0.4.3: UPDATING ... - python3.11-maxcube-api-0.4.3: ERROR --- SHOWING ERROR LOG FOR python3.11-maxcube-api-0.4.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/uebelack/python-maxcube-api/tarball/V0.4.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/uebelack/python-maxcube-api/tarball/refs/tags/V0.4.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-maxcube-api-0.4.3 ---------------------- The update script for python3.11-maxcube-api-0.4.3 failed with exit code 1 [result] Failed to update python311Packages.maxcube-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.nengo, using log file: /var/log/nixpkgs-update/python311Packages.nengo/2024-03-01.log python311Packages.nengo 0 -> 1 attrpath: python311Packages.nengo Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-nengo-4.0.0 Press Enter key to continue... Running update for: - python3.11-nengo-4.0.0: UPDATING ... - python3.11-nengo-4.0.0: ERROR --- SHOWING ERROR LOG FOR python3.11-nengo-4.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/nengo/nengo/tarball/v4.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/nengo/nengo/tarball/refs/tags/v4.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-nengo-4.0.0 ---------------------- The update script for python3.11-nengo-4.0.0 failed with exit code 1 [result] Failed to update python311Packages.nengo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath waypaper, using log file: /var/log/nixpkgs-update/waypaper/2024-03-01.log waypaper 0 -> 1 attrpath: waypaper Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - waypaper-2.1 Press Enter key to continue... Running update for: - waypaper-2.1: UPDATING ... - waypaper-2.1: ERROR --- SHOWING ERROR LOG FOR waypaper-2.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/anufrievroman/waypaper/tarball/2.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/anufrievroman/waypaper/tarball/refs/tags/2.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR waypaper-2.1 ---------------------- The update script for waypaper-2.1 failed with exit code 1 [result] Failed to update waypaper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cons, using log file: /var/log/nixpkgs-update/python311Packages.cons/2024-03-01.log python311Packages.cons 0 -> 1 attrpath: python311Packages.cons Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-cons-0.4.6 Press Enter key to continue... Running update for: - python3.11-cons-0.4.6: UPDATING ... - python3.11-cons-0.4.6: ERROR --- SHOWING ERROR LOG FOR python3.11-cons-0.4.6 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pythological/python-cons/tarball/v0.4.6']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pythological/python-cons/tarball/refs/tags/v0.4.6']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-cons-0.4.6 ---------------------- The update script for python3.11-cons-0.4.6 failed with exit code 1 [result] Failed to update python311Packages.cons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hnswlib, using log file: /var/log/nixpkgs-update/python311Packages.hnswlib/2024-03-01.log python311Packages.hnswlib 0 -> 1 attrpath: python311Packages.hnswlib Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-hnswlib-0.8.0 Press Enter key to continue... Running update for: - python3.11-hnswlib-0.8.0: UPDATING ... - python3.11-hnswlib-0.8.0: ERROR --- SHOWING ERROR LOG FOR python3.11-hnswlib-0.8.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/nmslib/hnswlib/tarball/v0.8.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/nmslib/hnswlib/tarball/refs/tags/v0.8.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-hnswlib-0.8.0 ---------------------- The update script for python3.11-hnswlib-0.8.0 failed with exit code 1 [result] Failed to update python311Packages.hnswlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tkrzw, using log file: /var/log/nixpkgs-update/tkrzw/2024-03-01.log tkrzw 1.0.27 -> 20220922 https://repology.org/project/tkrzw/versions attrpath: tkrzw 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/jfhj5ippp0i59awjrm7fqcfqcf6d8fmi-tkrzw-20220922.tar.gz.drv building '/nix/store/jfhj5ippp0i59awjrm7fqcfqcf6d8fmi-tkrzw-20220922.tar.gz.drv'... trying https://dbmx.net/tkrzw/pkg/tkrzw-20220922.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 257 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download tkrzw-20220922.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 'tkrzw.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/jfhj5ippp0i59awjrm7fqcfqcf6d8fmi-tkrzw-20220922.tar.gz.drv /nix/store/vsgcrknlrnmmbfj4fypn3l6r6r1by6x4-tkrzw-20220922.drv building '/nix/store/jfhj5ippp0i59awjrm7fqcfqcf6d8fmi-tkrzw-20220922.tar.gz.drv'... trying https://dbmx.net/tkrzw/pkg/tkrzw-20220922.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 257 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download tkrzw-20220922.tar.gz from any mirror error: builder for '/nix/store/jfhj5ippp0i59awjrm7fqcfqcf6d8fmi-tkrzw-20220922.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://dbmx.net/tkrzw/pkg/tkrzw-20220922.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 257 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download tkrzw-20220922.tar.gz from any mirror For full logs, run 'nix log /nix/store/jfhj5ippp0i59awjrm7fqcfqcf6d8fmi-tkrzw-20220922.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/vsgcrknlrnmmbfj4fypn3l6r6r1by6x4-tkrzw-20220922.drv' failed to build [result] Failed to update tkrzw 1.0.27 -> 20220922 https://repology.org/project/tkrzw/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hopcroftkarp, using log file: /var/log/nixpkgs-update/python311Packages.hopcroftkarp/2024-03-01.log python311Packages.hopcroftkarp 0 -> 1 attrpath: python311Packages.hopcroftkarp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-hopcroftkarp-1.2.5 Press Enter key to continue... Running update for: - python3.11-hopcroftkarp-1.2.5: UPDATING ... - python3.11-hopcroftkarp-1.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hopcroftkarp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rofimoji, using log file: /var/log/nixpkgs-update/rofimoji/2024-03-01.log rofimoji 0 -> 1 attrpath: rofimoji Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - rofimoji-6.1.0 Press Enter key to continue... Running update for: - rofimoji-6.1.0: UPDATING ... - rofimoji-6.1.0: ERROR --- SHOWING ERROR LOG FOR rofimoji-6.1.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fdw/rofimoji/tarball/6.2.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fdw/rofimoji/tarball/refs/tags/6.2.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR rofimoji-6.1.0 ---------------------- The update script for rofimoji-6.1.0 failed with exit code 1 [result] Failed to update rofimoji 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cloudflare, using log file: /var/log/nixpkgs-update/python311Packages.cloudflare/2024-03-01.log python311Packages.cloudflare 0 -> 1 attrpath: python311Packages.cloudflare Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cloudflare-2.19.2 Press Enter key to continue... Running update for: - python3.11-cloudflare-2.19.2: UPDATING ... - python3.11-cloudflare-2.19.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cloudflare 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bonk, using log file: /var/log/nixpkgs-update/bonk/2024-03-01.log bonk 0.4.0 -> 0.6 https://repology.org/project/bonk/versions attrpath: bonk 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/0ann1jdr4j4kyb1p9hn0jqckfpc6m664-source.drv building '/nix/store/0ann1jdr4j4kyb1p9hn0jqckfpc6m664-source.drv'... trying https://github.com/elliot40404/bonk/archive/v0.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 'bonk.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/0ann1jdr4j4kyb1p9hn0jqckfpc6m664-source.drv /nix/store/nxh6gjl0viz01naxgz82xg4s27fq46hv-bonk-0.6-vendor.tar.gz.drv /nix/store/9r673k44yr069wqnah8sidijiwsj5jwp-bonk-0.6.drv building '/nix/store/0ann1jdr4j4kyb1p9hn0jqckfpc6m664-source.drv'... trying https://github.com/elliot40404/bonk/archive/v0.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/0ann1jdr4j4kyb1p9hn0jqckfpc6m664-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/elliot40404/bonk/archive/v0.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/0ann1jdr4j4kyb1p9hn0jqckfpc6m664-source.drv'. error: 1 dependencies of derivation '/nix/store/9r673k44yr069wqnah8sidijiwsj5jwp-bonk-0.6.drv' failed to build [result] Failed to update bonk 0.4.0 -> 0.6 https://repology.org/project/bonk/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dunai-test, using log file: /var/log/nixpkgs-update/haskellPackages.dunai-test/2024-03-01.log haskellPackages.dunai-test 0.12.0 -> 0.12.1 https://repology.org/project/haskell:dunai-test/versions attrpath: haskellPackages.dunai-test Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.dunai-test 0.12.0 -> 0.12.1 https://repology.org/project/haskell:dunai-test/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ritassist, using log file: /var/log/nixpkgs-update/python311Packages.ritassist/2024-03-01.log python311Packages.ritassist 0 -> 1 attrpath: python311Packages.ritassist Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ritassist-0.9.3 Press Enter key to continue... Running update for: - python3.11-ritassist-0.9.3: UPDATING ... - python3.11-ritassist-0.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ritassist 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath smiley-sans, using log file: /var/log/nixpkgs-update/smiley-sans/2024-03-01.log smiley-sans 0 -> 1 attrpath: smiley-sans Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - smiley-sans-2.0.1 Press Enter key to continue... Running update for: - smiley-sans-2.0.1: UPDATING ... - smiley-sans-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update smiley-sans 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath surge-XT, using log file: /var/log/nixpkgs-update/surge-XT/2024-03-01.log surge-XT 1.2.3 -> 1.3.1 https://repology.org/project/surge-xt/versions attrpath: surge-XT Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - surge-XT: 1.2.3 -> 1.3.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286967" [result] Failed to update surge-XT 1.2.3 -> 1.3.1 https://repology.org/project/surge-xt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opencl-clang, using log file: /var/log/nixpkgs-update/opencl-clang/2024-03-01.log opencl-clang unstable-2023-06-12 -> 17.0.0 https://github.com/intel/opencl-clang/releases attrpath: opencl-clang 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 opencl-clang unstable-2023-06-12 -> 17.0.0 https://github.com/intel/opencl-clang/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gallery-dl, using log file: /var/log/nixpkgs-update/gallery-dl/2024-03-01.log gallery-dl 0 -> 1 attrpath: gallery-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] Going to be running update for following packages: - gallery-dl-1.26.8 Press Enter key to continue... Running update for: - gallery-dl-1.26.8: UPDATING ... - gallery-dl-1.26.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gallery-dl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unix-ar, using log file: /var/log/nixpkgs-update/python311Packages.unix-ar/2024-03-01.log python311Packages.unix-ar 0 -> 1 attrpath: python311Packages.unix-ar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-unix-ar-0.2.1 Press Enter key to continue... Running update for: - python3.11-unix-ar-0.2.1: UPDATING ... - python3.11-unix-ar-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unix-ar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.uk-ua, using log file: /var/log/nixpkgs-update/hunspellDicts.uk-ua/2024-03-01.log hunspellDicts.uk-ua 4.6.3 -> 6.3.1 https://repology.org/project/hunspell-dict-uk-ua/versions attrpath: hunspellDicts.uk-ua Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.uk-ua 4.6.3 -> 6.3.1 https://repology.org/project/hunspell-dict-uk-ua/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ipy, using log file: /var/log/nixpkgs-update/python311Packages.ipy/2024-03-01.log python311Packages.ipy 0 -> 1 attrpath: python311Packages.ipy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-IPy-1.01 Press Enter key to continue... Running update for: - python3.11-IPy-1.01: UPDATING ... - python3.11-IPy-1.01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdoc3, using log file: /var/log/nixpkgs-update/python311Packages.pdoc3/2024-03-01.log python311Packages.pdoc3 0 -> 1 attrpath: python311Packages.pdoc3 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pdoc3-0.10.0 Press Enter key to continue... Running update for: - python3.11-pdoc3-0.10.0: UPDATING ... - python3.11-pdoc3-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdoc3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.uk, using log file: /var/log/nixpkgs-update/aspellDicts.uk/2024-03-01.log aspellDicts.uk 0 -> 1 attrpath: aspellDicts.uk Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - aspell-dict-uk-1.4.0-0 Press Enter key to continue... Running update for: - aspell-dict-uk-1.4.0-0: UPDATING ... - aspell-dict-uk-1.4.0-0: ERROR --- SHOWING ERROR LOG FOR aspell-dict-uk-1.4.0-0 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR aspell-dict-uk-1.4.0-0 ---------------------- The update script for aspell-dict-uk-1.4.0-0 failed with exit code 1 [result] Failed to update aspellDicts.uk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.teal_code, using log file: /var/log/nixpkgs-update/rPackages.teal_code/2024-03-01.log rPackages.teal_code 0.4.1 -> 0.5.0 https://repology.org/project/r:teal.code/versions attrpath: rPackages.teal_code 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.teal_code 0.4.1 -> 0.5.0 https://repology.org/project/r:teal.code/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rauth, using log file: /var/log/nixpkgs-update/python311Packages.rauth/2024-03-01.log python311Packages.rauth 0 -> 1 attrpath: python311Packages.rauth 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] Going to be running update for following packages: - python3.11-rauth-0.7.2 Press Enter key to continue... Running update for: - python3.11-rauth-0.7.2: UPDATING ... - python3.11-rauth-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath acousticbrainz-client, using log file: /var/log/nixpkgs-update/acousticbrainz-client/2024-03-01.log acousticbrainz-client 0 -> 1 attrpath: acousticbrainz-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] Going to be running update for following packages: - acousticbrainz-client-0.1 Press Enter key to continue... Running update for: - acousticbrainz-client-0.1: UPDATING ... - acousticbrainz-client-0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update acousticbrainz-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.widlparser, using log file: /var/log/nixpkgs-update/python311Packages.widlparser/2024-03-01.log python311Packages.widlparser 0 -> 1 attrpath: python311Packages.widlparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-widlparser-1.0.12 Press Enter key to continue... Running update for: - python3.11-widlparser-1.0.12: UPDATING ... - python3.11-widlparser-1.0.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.widlparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-daemon, using log file: /var/log/nixpkgs-update/deepin.dde-daemon/2024-03-01.log deepin.dde-daemon 6.0.22 -> 6.0.35 https://github.com/linuxdeepin/dde-daemon/releases attrpath: deepin.dde-daemon deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.dde-daemon 6.0.22 -> 6.0.35 https://github.com/linuxdeepin/dde-daemon/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openpam, using log file: /var/log/nixpkgs-update/openpam/2024-03-01.log openpam 20170430 -> 20190224 https://repology.org/project/openpam/versions attrpath: openpam 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/openpam/default.nix b/pkgs/development/libraries/openpam/default.nix index 3d1cff05a085..5930a81eda43 100644 --- a/pkgs/development/libraries/openpam/default.nix +++ b/pkgs/development/libraries/openpam/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "openpam"; - version = "20170430"; + version = "20190224"; src = fetchurl { url = "mirror://sourceforge/openpam/openpam/Resedacea/${pname}-${version}.tar.gz"; - sha256 = "0pz8kf9mxj0k8yp8jgmhahddz58zv2b7gnyjwng75xgsx4i55xi2"; + sha256 = "sha256-Mfhx8WtoaK75yEnzmv9sUiJ5d+Ce7iKwD7i3Q13fcQU="; }; meta = with lib; { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A openpam nix build failed. checking for sysroot... no checking for a working dd... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/dd checking how to truncate binary pipes... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for pkgconf... no checking for pkg-config... no checking for pkg-config or pkgconf... no configure: error: pkg-config was not found or is too old [result] Failed to update openpam 20170430 -> 20190224 https://repology.org/project/openpam/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mpldatacursor, using log file: /var/log/nixpkgs-update/python311Packages.mpldatacursor/2024-03-01.log python311Packages.mpldatacursor 0 -> 1 attrpath: python311Packages.mpldatacursor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mpldatacursor-0.7.1 Press Enter key to continue... Running update for: - python3.11-mpldatacursor-0.7.1: UPDATING ... - python3.11-mpldatacursor-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mpldatacursor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-git, using log file: /var/log/nixpkgs-update/python311Packages.setuptools-git/2024-03-01.log python311Packages.setuptools-git 0 -> 1 attrpath: python311Packages.setuptools-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] Going to be running update for following packages: - python3.11-setuptools-git-1.2 Press Enter key to continue... Running update for: - python3.11-setuptools-git-1.2: UPDATING ... - python3.11-setuptools-git-1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.setuptools-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.mock-ssh-server, using log file: /var/log/nixpkgs-update/python311Packages.mock-ssh-server/2024-03-01.log python311Packages.mock-ssh-server 0 -> 1 attrpath: python311Packages.mock-ssh-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-mock-ssh-server-0.9.1 Press Enter key to continue... Running update for: - python3.11-mock-ssh-server-0.9.1: UPDATING ... - python3.11-mock-ssh-server-0.9.1: ERROR --- SHOWING ERROR LOG FOR python3.11-mock-ssh-server-0.9.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/carletes/mock-ssh-server/tarball/0.9.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/carletes/mock-ssh-server/tarball/refs/tags/0.9.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-mock-ssh-server-0.9.1 ---------------------- The update script for python3.11-mock-ssh-server-0.9.1 failed with exit code 1 [result] Failed to update python311Packages.mock-ssh-server 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ebooklib, using log file: /var/log/nixpkgs-update/python311Packages.ebooklib/2024-03-01.log python311Packages.ebooklib 0 -> 1 attrpath: python311Packages.ebooklib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ebooklib-0.18 Press Enter key to continue... Running update for: - python3.11-ebooklib-0.18: UPDATING ... - python3.11-ebooklib-0.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ebooklib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-bootstrap5, using log file: /var/log/nixpkgs-update/python311Packages.django-bootstrap5/2024-03-01.log python311Packages.django-bootstrap5 0 -> 1 attrpath: python311Packages.django-bootstrap5 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-bootstrap5-23.3 Press Enter key to continue... Running update for: - python3.11-django-bootstrap5-23.3: UPDATING ... - python3.11-django-bootstrap5-23.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-bootstrap5 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tango, using log file: /var/log/nixpkgs-update/tango/2024-03-01.log tango 1.1.0 -> 9.5.0 https://repology.org/project/tango/versions attrpath: tango 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/icrbw54qpnmfvcj65jracgvywqx6wmg3-source.drv building '/nix/store/icrbw54qpnmfvcj65jracgvywqx6wmg3-source.drv'... trying https://github.com/masakichi/tango/archive/v9.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 'tango.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/icrbw54qpnmfvcj65jracgvywqx6wmg3-source.drv /nix/store/22dxrnn0mxlgcxf313j9chjf8zf4s6cm-tango-9.5.0-go-modules.drv /nix/store/q4m49iwvv4xyfn8cg4x750cla4gg5v8c-tango-9.5.0.drv building '/nix/store/icrbw54qpnmfvcj65jracgvywqx6wmg3-source.drv'... trying https://github.com/masakichi/tango/archive/v9.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/icrbw54qpnmfvcj65jracgvywqx6wmg3-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/masakichi/tango/archive/v9.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/icrbw54qpnmfvcj65jracgvywqx6wmg3-source.drv'. error: 1 dependencies of derivation '/nix/store/q4m49iwvv4xyfn8cg4x750cla4gg5v8c-tango-9.5.0.drv' failed to build [result] Failed to update tango 1.1.0 -> 9.5.0 https://repology.org/project/tango/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rpi-gpio2, using log file: /var/log/nixpkgs-update/python311Packages.rpi-gpio2/2024-03-01.log python311Packages.rpi-gpio2 0 -> 1 attrpath: python311Packages.rpi-gpio2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-rpi-gpio2-0.4.0 Press Enter key to continue... Running update for: - python3.11-rpi-gpio2-0.4.0: UPDATING ... - python3.11-rpi-gpio2-0.4.0: ERROR --- SHOWING ERROR LOG FOR python3.11-rpi-gpio2-0.4.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/underground-software/RPi.GPIO2/tarball/v0.4.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/underground-software/RPi.GPIO2/tarball/refs/tags/v0.4.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-rpi-gpio2-0.4.0 ---------------------- The update script for python3.11-rpi-gpio2-0.4.0 failed with exit code 1 [result] Failed to update python311Packages.rpi-gpio2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath abseil-cpp_202103, using log file: /var/log/nixpkgs-update/abseil-cpp_202103/2024-03-01.log abseil-cpp_202103 20210324.2 -> 20240116.1 https://github.com/abseil/abseil-cpp/releases attrpath: abseil-cpp_202103 Checking auto update branch... No auto update branch exists Version in attr path abseil-cpp_202103 not compatible with 20240116.1 [result] Failed to update abseil-cpp_202103 20210324.2 -> 20240116.1 https://github.com/abseil/abseil-cpp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysqueezebox, using log file: /var/log/nixpkgs-update/python311Packages.pysqueezebox/2024-03-01.log python311Packages.pysqueezebox 0 -> 1 attrpath: python311Packages.pysqueezebox Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pysqueezebox-0.7.1 Press Enter key to continue... Running update for: - python3.11-pysqueezebox-0.7.1: UPDATING ... - python3.11-pysqueezebox-0.7.1: ERROR --- SHOWING ERROR LOG FOR python3.11-pysqueezebox-0.7.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/rajlaud/pysqueezebox/tarball/v0.7.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/rajlaud/pysqueezebox/tarball/refs/tags/v0.7.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pysqueezebox-0.7.1 ---------------------- The update script for python3.11-pysqueezebox-0.7.1 failed with exit code 1 [result] Failed to update python311Packages.pysqueezebox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.markupsafe, using log file: /var/log/nixpkgs-update/python311Packages.markupsafe/2024-03-01.log python311Packages.markupsafe 0 -> 1 attrpath: python311Packages.markupsafe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-markupsafe-2.1.5 Press Enter key to continue... Running update for: - python3.11-markupsafe-2.1.5: UPDATING ... - python3.11-markupsafe-2.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.markupsafe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysim, using log file: /var/log/nixpkgs-update/python311Packages.pysim/2024-03-01.log python311Packages.pysim 0 -> 1 attrpath: python311Packages.pysim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pysim-unstable-2023-08-13 Press Enter key to continue... Running update for: - python3.11-pysim-unstable-2023-08-13: UPDATING ... - python3.11-pysim-unstable-2023-08-13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath beetsPackages.alternatives, using log file: /var/log/nixpkgs-update/beetsPackages.alternatives/2024-03-01.log beetsPackages.alternatives 0 -> 1 attrpath: beetsPackages.alternatives Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - beets-alternatives-unstable-2021-02-01 Press Enter key to continue... Running update for: - beets-alternatives-unstable-2021-02-01: UPDATING ... - beets-alternatives-unstable-2021-02-01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update beetsPackages.alternatives 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-gamelift, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-gamelift/2024-03-01.log python311Packages.mypy-boto3-gamelift 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-gamelift Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-gamelift-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-gamelift-1.34.0: UPDATING ... - python3.11-mypy-boto3-gamelift-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-gamelift 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.vpsadmin, using log file: /var/log/nixpkgs-update/terraform-providers.vpsadmin/2024-03-01.log terraform-providers.vpsadmin 0 -> 1 attrpath: terraform-providers.vpsadmin Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.vpsadmin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.blurhash, using log file: /var/log/nixpkgs-update/python311Packages.blurhash/2024-03-01.log python311Packages.blurhash 0 -> 1 attrpath: python311Packages.blurhash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-blurhash-1.1.4 Press Enter key to continue... Running update for: - python3.11-blurhash-1.1.4: UPDATING ... - python3.11-blurhash-1.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.blurhash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.objgraph, using log file: /var/log/nixpkgs-update/python311Packages.objgraph/2024-03-01.log python311Packages.objgraph 0 -> 1 attrpath: python311Packages.objgraph Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-objgraph-3.6.0 Press Enter key to continue... Running update for: - python3.11-objgraph-3.6.0: UPDATING ... - python3.11-objgraph-3.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/objgraph/default.nix b/pkgs/development/python-modules/objgraph/default.nix index bd0aa88262df..c0c88870f352 100644 --- a/pkgs/development/python-modules/objgraph/default.nix +++ b/pkgs/development/python-modules/objgraph/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "objgraph"; - version = "3.6.0"; + version = "3.6.1"; format = "setuptools"; disabled = pythonOlder "3.7" || isPyPy; src = fetchPypi { inherit pname version; - hash = "sha256-NpVnw3tPL5KBYLb27e3L6o/H6SmDGHf9EFbHipAMF9M="; + hash = "sha256-/pbHQUe7yq6GZbOW5TiL3MMZfe67pOY4HwUgLuW0U6c="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.objgraph: 3.6.0 -> 3.6.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291981" [result] Failed to update python311Packages.objgraph 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rules, using log file: /var/log/nixpkgs-update/python311Packages.rules/2024-03-01.log python311Packages.rules 0 -> 1 attrpath: python311Packages.rules Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-rules-3.3.0 Press Enter key to continue... Running update for: - python3.11-rules-3.3.0: UPDATING ... - python3.11-rules-3.3.0: ERROR --- SHOWING ERROR LOG FOR python3.11-rules-3.3.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/dfunckt/django-rules/tarball/v3.3.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/dfunckt/django-rules/tarball/refs/tags/v3.3.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-rules-3.3.0 ---------------------- The update script for python3.11-rules-3.3.0 failed with exit code 1 [result] Failed to update python311Packages.rules 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.BusinessISBNData 20231006.001 -> 20240229.001 https://github.com/briandfoy/business-isbn-data/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simple-websocket, using log file: /var/log/nixpkgs-update/python311Packages.simple-websocket/2024-03-01.log python311Packages.simple-websocket 0 -> 1 attrpath: python311Packages.simple-websocket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-simple-websocket-1.0.0 Press Enter key to continue... Running update for: - python3.11-simple-websocket-1.0.0: UPDATING ... - python3.11-simple-websocket-1.0.0: ERROR --- SHOWING ERROR LOG FOR python3.11-simple-websocket-1.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/miguelgrinberg/simple-websocket/tarball/v1.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/miguelgrinberg/simple-websocket/tarball/refs/tags/v1.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-simple-websocket-1.0.0 ---------------------- The update script for python3.11-simple-websocket-1.0.0 failed with exit code 1 [result] Failed to update python311Packages.simple-websocket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.crayons, using log file: /var/log/nixpkgs-update/python311Packages.crayons/2024-03-01.log python311Packages.crayons 0 -> 1 attrpath: python311Packages.crayons Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-crayons-0.4.0 Press Enter key to continue... Running update for: - python3.11-crayons-0.4.0: UPDATING ... - python3.11-crayons-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.crayons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libsavitar, using log file: /var/log/nixpkgs-update/python311Packages.libsavitar/2024-03-01.log python311Packages.libsavitar 0 -> 1 attrpath: python311Packages.libsavitar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-libsavitar-4.12.0 Press Enter key to continue... Running update for: - python3.11-libsavitar-4.12.0: UPDATING ... - python3.11-libsavitar-4.12.0: ERROR --- SHOWING ERROR LOG FOR python3.11-libsavitar-4.12.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Ultimaker/libSavitar/tarball/2.7.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Ultimaker/libSavitar/tarball/refs/tags/2.7.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-libsavitar-4.12.0 ---------------------- The update script for python3.11-libsavitar-4.12.0 failed with exit code 1 [result] Failed to update python311Packages.libsavitar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ufolint, using log file: /var/log/nixpkgs-update/python311Packages.ufolint/2024-03-01.log python311Packages.ufolint 0 -> 1 attrpath: python311Packages.ufolint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-ufolint-1.2.0 Press Enter key to continue... Running update for: - python3.11-ufolint-1.2.0: UPDATING ... - python3.11-ufolint-1.2.0: ERROR --- SHOWING ERROR LOG FOR python3.11-ufolint-1.2.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/source-foundry/ufolint/tarball/v1.2.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/source-foundry/ufolint/tarball/refs/tags/v1.2.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-ufolint-1.2.0 ---------------------- The update script for python3.11-ufolint-1.2.0 failed with exit code 1 [result] Failed to update python311Packages.ufolint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bleachbit, using log file: /var/log/nixpkgs-update/bleachbit/2024-03-01.log bleachbit 0 -> 1 attrpath: bleachbit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - bleachbit-4.4.0 Press Enter key to continue... Running update for: - bleachbit-4.4.0: UPDATING ... - bleachbit-4.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bleachbit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bump2version, using log file: /var/log/nixpkgs-update/bump2version/2024-03-01.log bump2version 0 -> 1 attrpath: bump2version Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - bump2version-1.0.1 Press Enter key to continue... Running update for: - bump2version-1.0.1: UPDATING ... - bump2version-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bump2version 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.babelgladeextractor, using log file: /var/log/nixpkgs-update/python311Packages.babelgladeextractor/2024-03-01.log python311Packages.babelgladeextractor 0 -> 1 attrpath: python311Packages.babelgladeextractor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-babelgladeextractor-0.7.0 Press Enter key to continue... Running update for: - python3.11-babelgladeextractor-0.7.0: UPDATING ... - python3.11-babelgladeextractor-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.babelgladeextractor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath phosh, using log file: /var/log/nixpkgs-update/phosh/2024-03-01.log phosh 0 -> 1 attrpath: phosh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - phosh-0.36.0 Press Enter key to continue... Running update for: - phosh-0.36.0: UPDATING ... - phosh-0.36.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update phosh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gmt, using log file: /var/log/nixpkgs-update/gmt/2024-03-01.log gmt 6.4.0 -> 6.5.0 https://github.com/GenericMappingTools/gmt/releases attrpath: gmt Checking auto update branch... An auto update branch exists with message `gmt: 6.4.0 -> 6.5.0`. New version is 6.5.0. An auto update branch exists with an equal or greater version [result] Failed to update gmt 6.4.0 -> 6.5.0 https://github.com/GenericMappingTools/gmt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.connio, using log file: /var/log/nixpkgs-update/python311Packages.connio/2024-03-01.log python311Packages.connio 0 -> 1 attrpath: python311Packages.connio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-connio-0.2.0 Press Enter key to continue... Running update for: - python3.11-connio-0.2.0: UPDATING ... - python3.11-connio-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.connio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fiona, using log file: /var/log/nixpkgs-update/python311Packages.fiona/2024-03-01.log python311Packages.fiona 0 -> 1 attrpath: python311Packages.fiona Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-fiona-1.9.5 Press Enter key to continue... Running update for: - python3.11-fiona-1.9.5: UPDATING ... - python3.11-fiona-1.9.5: ERROR --- SHOWING ERROR LOG FOR python3.11-fiona-1.9.5 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Toblerity/Fiona/tarball/1.9.5']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Toblerity/Fiona/tarball/refs/tags/1.9.5']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-fiona-1.9.5 ---------------------- The update script for python3.11-fiona-1.9.5 failed with exit code 1 [result] Failed to update python311Packages.fiona 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-enum34, using log file: /var/log/nixpkgs-update/python311Packages.types-enum34/2024-03-01.log python311Packages.types-enum34 0 -> 1 attrpath: python311Packages.types-enum34 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-types-enum34-1.1.8 Press Enter key to continue... Running update for: - python3.11-types-enum34-1.1.8: UPDATING ... - python3.11-types-enum34-1.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-enum34 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ptouch-print, using log file: /var/log/nixpkgs-update/ptouch-print/2024-03-01.log ptouch-print 1.4.3 -> 1.5 https://repology.org/project/ptouch-print/versions attrpath: ptouch-print Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - ptouch-print: 1.4.3 -> 1.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/197981" [result] Failed to update ptouch-print 1.4.3 -> 1.5 https://repology.org/project/ptouch-print/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fitbit, using log file: /var/log/nixpkgs-update/python311Packages.fitbit/2024-03-01.log python311Packages.fitbit 0 -> 1 attrpath: python311Packages.fitbit Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-fitbit-0.3.1 Press Enter key to continue... Running update for: - python3.11-fitbit-0.3.1: UPDATING ... - python3.11-fitbit-0.3.1: ERROR --- SHOWING ERROR LOG FOR python3.11-fitbit-0.3.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/orcasgit/python-fitbit/tarball/0.2.3']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/orcasgit/python-fitbit/tarball/refs/tags/0.2.3']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-fitbit-0.3.1 ---------------------- The update script for python3.11-fitbit-0.3.1 failed with exit code 1 [result] Failed to update python311Packages.fitbit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cbor, using log file: /var/log/nixpkgs-update/python311Packages.cbor/2024-03-01.log python311Packages.cbor 0 -> 1 attrpath: python311Packages.cbor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cbor-1.0.0 Press Enter key to continue... Running update for: - python3.11-cbor-1.0.0: UPDATING ... - python3.11-cbor-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cbor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ffsubsync, using log file: /var/log/nixpkgs-update/ffsubsync/2024-03-01.log ffsubsync 0 -> 1 attrpath: ffsubsync Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - ffsubsync-0.4.25 Press Enter key to continue... Running update for: - ffsubsync-0.4.25: UPDATING ... - ffsubsync-0.4.25: ERROR --- SHOWING ERROR LOG FOR ffsubsync-0.4.25 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/smacke/ffsubsync/tarball/0.4.22']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/smacke/ffsubsync/tarball/refs/tags/0.4.22']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR ffsubsync-0.4.25 ---------------------- The update script for ffsubsync-0.4.25 failed with exit code 1 [result] Failed to update ffsubsync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath engelsystem, using log file: /var/log/nixpkgs-update/engelsystem/2024-03-01.log engelsystem 3.4.1 -> 3.5.0 https://github.com/engelsystem/engelsystem/releases attrpath: engelsystem Checking auto update branch... An auto update branch exists with message `engelsystem: 3.4.1 -> 3.5.0`. New version is 3.5.0. An auto update branch exists with an equal or greater version [result] Failed to update engelsystem 3.4.1 -> 3.5.0 https://github.com/engelsystem/engelsystem/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiocsv, using log file: /var/log/nixpkgs-update/python311Packages.aiocsv/2024-03-01.log python311Packages.aiocsv 0 -> 1 attrpath: python311Packages.aiocsv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3nl9s6dfcbldjgi47pr04aahj3d943vn-packages.json.drv building '/nix/store/3nl9s6dfcbldjgi47pr04aahj3d943vn-packages.json.drv'... Going to be running update for following packages: - python3.11-aiocsv-1.3.1 Press Enter key to continue... Running update for: - python3.11-aiocsv-1.3.1: UPDATING ... - python3.11-aiocsv-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiocsv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.biopython, using log file: /var/log/nixpkgs-update/python311Packages.biopython/2024-03-01.log python311Packages.biopython 0 -> 1 attrpath: python311Packages.biopython Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-biopython-1.83 Press Enter key to continue... Running update for: - python3.11-biopython-1.83: UPDATING ... - python3.11-biopython-1.83: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.biopython 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath owncloud-client, using log file: /var/log/nixpkgs-update/owncloud-client/2024-03-01.log owncloud-client 5.2.1 -> 5.2.1.13040 https://repology.org/project/owncloud-client/versions attrpath: owncloud-client 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/6m125w3j3hmfj5sqi0bcz2n89fxcaklr-source.drv building '/nix/store/6m125w3j3hmfj5sqi0bcz2n89fxcaklr-source.drv'... trying https://github.com/owncloud/client/archive/refs/tags/v5.2.1.13040.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 'owncloud-client.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6m125w3j3hmfj5sqi0bcz2n89fxcaklr-source.drv /nix/store/02qlllwp50gk18vivl1n2q8v31k16m24-owncloud-client-5.2.1.13040.drv these 3 paths will be fetched (0.54 MiB download, 6.95 MiB unpacked): /nix/store/vm0cbqz9i48v1mp2qzv3ba0bik71n034-KDSingleApplication-1.1.0 /nix/store/l3cyi2rqlhg1ycwkfqmlclnkap6z31hd-libre-graph-api-cpp-qt-client-1.0.4 /nix/store/xv7r44s0d3f2yf9bsh91bi0mbrmh9sxf-qtkeychain-0.14.2 copying path '/nix/store/l3cyi2rqlhg1ycwkfqmlclnkap6z31hd-libre-graph-api-cpp-qt-client-1.0.4' from 'https://cache.nixos.org'... copying path '/nix/store/vm0cbqz9i48v1mp2qzv3ba0bik71n034-KDSingleApplication-1.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/xv7r44s0d3f2yf9bsh91bi0mbrmh9sxf-qtkeychain-0.14.2' from 'https://cache.nixos.org'... building '/nix/store/6m125w3j3hmfj5sqi0bcz2n89fxcaklr-source.drv'... trying https://github.com/owncloud/client/archive/refs/tags/v5.2.1.13040.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/6m125w3j3hmfj5sqi0bcz2n89fxcaklr-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/owncloud/client/archive/refs/tags/v5.2.1.13040.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/6m125w3j3hmfj5sqi0bcz2n89fxcaklr-source.drv'. error: 1 dependencies of derivation '/nix/store/02qlllwp50gk18vivl1n2q8v31k16m24-owncloud-client-5.2.1.13040.drv' failed to build [result] Failed to update owncloud-client 5.2.1 -> 5.2.1.13040 https://repology.org/project/owncloud-client/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vobsub2srt, using log file: /var/log/nixpkgs-update/vobsub2srt/2024-03-01.log vobsub2srt 2014-08-17 -> 2017.12.18 https://repology.org/project/vobsub2srt/versions attrpath: vobsub2srt Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update vobsub2srt 2014-08-17 -> 2017.12.18 https://repology.org/project/vobsub2srt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytmx, using log file: /var/log/nixpkgs-update/python311Packages.pytmx/2024-03-01.log python311Packages.pytmx 0 -> 1 attrpath: python311Packages.pytmx Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pytmx-3.31 Press Enter key to continue... Running update for: - python3.11-pytmx-3.31: UPDATING ... - python3.11-pytmx-3.31: ERROR --- SHOWING ERROR LOG FOR python3.11-pytmx-3.31 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/bitcraft/pytmx/tarball/v3.31']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/bitcraft/pytmx/tarball/refs/tags/v3.31']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pytmx-3.31 ---------------------- The update script for python3.11-pytmx-3.31 failed with exit code 1 [result] Failed to update python311Packages.pytmx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-notifications, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-notifications/2024-03-01.log pantheon.switchboard-plug-notifications 0 -> 1 attrpath: pantheon.switchboard-plug-notifications 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] Going to be running update for following packages: - switchboard-plug-notifications-2.2.0 Press Enter key to continue... Running update for: - switchboard-plug-notifications-2.2.0: UPDATING ... - switchboard-plug-notifications-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-notifications 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath electrum, using log file: /var/log/nixpkgs-update/electrum/2024-03-01.log electrum 0 -> 1 attrpath: electrum Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - electrum-4.5.3 Press Enter key to continue... Running update for: - electrum-4.5.3: UPDATING ... - electrum-4.5.3: ERROR --- SHOWING ERROR LOG FOR electrum-4.5.3 ---------------------- % 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 25884 0 25884 0 0 147k 0 --:--:-- --:--:-- --:--:-- 147k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 12.5M 2 383k 0 0 1699k 0 0:00:07 --:--:-- 0:00:07 1695k 100 12.5M 100 12.5M 0 0 19.0M 0 --:--:-- --:--:-- --:--:-- 19.0M % 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 2499 100 2499 0 0 17122 0 --:--:-- --:--:-- --:--:-- 17234 gpg: keybox '/var/cache/nixpkgs-update/worker/worktree/electrum/gnupg/pubring.kbx' created gpg: key 2BD5824B7F9470E6: new key but contains no user ID - skipped gpg: Total number processed: 1 gpg: w/o user IDs: 1 gpg: Signature made Fri 23 Feb 2024 09:32:17 AM UTC gpg: using RSA key 637DB1E23370F84AFF88CCE03152347D07DA627C gpg: Can't check signature: No public key gpg: Signature made Fri 23 Feb 2024 12:00:28 AM UTC gpg: using RSA key 0EEDCFD5CAFB459067349B23CA9EEEC43DF911DC gpg: Can't check signature: No public key gpg: Signature made Thu 22 Feb 2024 11:46:50 PM UTC gpg: using RSA key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6 gpg: Can't check signature: No public key --- SHOWING ERROR LOG FOR electrum-4.5.3 ---------------------- The update script for electrum-4.5.3 failed with exit code 2 [result] Failed to update electrum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.irctokens, using log file: /var/log/nixpkgs-update/python311Packages.irctokens/2024-03-01.log python311Packages.irctokens 0 -> 1 attrpath: python311Packages.irctokens Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-irctokens-2.0.2 Press Enter key to continue... Running update for: - python3.11-irctokens-2.0.2: UPDATING ... - python3.11-irctokens-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.irctokens 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.purepng, using log file: /var/log/nixpkgs-update/python311Packages.purepng/2024-03-01.log python311Packages.purepng 0 -> 1 attrpath: python311Packages.purepng 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] Going to be running update for following packages: - python3.11-purepng-0.2.0 Press Enter key to continue... Running update for: - python3.11-purepng-0.2.0: UPDATING ... - python3.11-purepng-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.purepng 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libva1, using log file: /var/log/nixpkgs-update/libva1/2024-03-01.log libva1 1.8.3 -> 2.20.0 https://github.com/intel/libva/releases attrpath: libva1 Checking auto update branch... No auto update branch exists Version in attr path libva1 not compatible with 2.20.0 [result] Failed to update libva1 1.8.3 -> 2.20.0 https://github.com/intel/libva/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fpyutils, using log file: /var/log/nixpkgs-update/python311Packages.fpyutils/2024-03-01.log python311Packages.fpyutils 0 -> 1 attrpath: python311Packages.fpyutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-fpyutils-4.0.1 Press Enter key to continue... Running update for: - python3.11-fpyutils-4.0.1: UPDATING ... - python3.11-fpyutils-4.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fpyutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pipenv-poetry-migrate, using log file: /var/log/nixpkgs-update/python311Packages.pipenv-poetry-migrate/2024-03-01.log python311Packages.pipenv-poetry-migrate 0 -> 1 attrpath: python311Packages.pipenv-poetry-migrate Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pipenv-poetry-migrate-0.5.3 Press Enter key to continue... Running update for: - python3.11-pipenv-poetry-migrate-0.5.3: UPDATING ... - python3.11-pipenv-poetry-migrate-0.5.3: ERROR --- SHOWING ERROR LOG FOR python3.11-pipenv-poetry-migrate-0.5.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/yhino/pipenv-poetry-migrate/tarball/v0.5.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/yhino/pipenv-poetry-migrate/tarball/refs/tags/v0.5.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pipenv-poetry-migrate-0.5.3 ---------------------- The update script for python3.11-pipenv-poetry-migrate-0.5.3 failed with exit code 1 [result] Failed to update python311Packages.pipenv-poetry-migrate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-device-libs, using log file: /var/log/nixpkgs-update/rocmPackages.rocm-device-libs/2024-03-01.log rocmPackages.rocm-device-libs 0 -> 1 attrpath: rocmPackages.rocm-device-libs Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - rocm-device-libs-5.7.1 Press Enter key to continue... Running update for: - rocm-device-libs-5.7.1: UPDATING ... - rocm-device-libs-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-device-libs-5.7.1 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory --- SHOWING ERROR LOG FOR rocm-device-libs-5.7.1 ---------------------- The update script for rocm-device-libs-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocm-device-libs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grafanalib, using log file: /var/log/nixpkgs-update/python311Packages.grafanalib/2024-03-01.log python311Packages.grafanalib 0 -> 1 attrpath: python311Packages.grafanalib Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-grafanalib-0.7.1 Press Enter key to continue... Running update for: - python3.11-grafanalib-0.7.1: UPDATING ... - python3.11-grafanalib-0.7.1: ERROR --- SHOWING ERROR LOG FOR python3.11-grafanalib-0.7.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/weaveworks/grafanalib/tarball/v0.7.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/weaveworks/grafanalib/tarball/refs/tags/v0.7.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-grafanalib-0.7.1 ---------------------- The update script for python3.11-grafanalib-0.7.1 failed with exit code 1 [result] Failed to update python311Packages.grafanalib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gridnet, using log file: /var/log/nixpkgs-update/python311Packages.gridnet/2024-03-01.log python311Packages.gridnet 0 -> 1 attrpath: python311Packages.gridnet Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-gridnet-5.0.0 Press Enter key to continue... Running update for: - python3.11-gridnet-5.0.0: UPDATING ... - python3.11-gridnet-5.0.0: ERROR --- SHOWING ERROR LOG FOR python3.11-gridnet-5.0.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/klaasnicolaas/python-gridnet/tarball/v5.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/klaasnicolaas/python-gridnet/tarball/refs/tags/v5.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-gridnet-5.0.0 ---------------------- The update script for python3.11-gridnet-5.0.0 failed with exit code 1 [result] Failed to update python311Packages.gridnet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zrythm, using log file: /var/log/nixpkgs-update/zrythm/2024-03-01.log zrythm 1.0.0-beta.4.9.1 -> 0.8.982 https://repology.org/project/zrythm/versions attrpath: zrythm Checking auto update branch... No auto update branch exists 0.8.982 is not newer than 1.0.0-beta.4.9.1 according to Nix; versionComparison: -1 [result] Failed to update zrythm 1.0.0-beta.4.9.1 -> 0.8.982 https://repology.org/project/zrythm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath SP800-90B_EntropyAssessment, using log file: /var/log/nixpkgs-update/SP800-90B_EntropyAssessment/2024-03-01.log SP800-90B_EntropyAssessment 1.1.6 -> 1.1.7 https://github.com/usnistgov/SP800-90B_EntropyAssessment/releases attrpath: SP800-90B_EntropyAssessment Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix b/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix index f2ff558168d5..ba0aee8ce62e 100644 --- a/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix +++ b/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "SP800-90B_EntropyAssessment"; - version = "1.1.6"; + version = "1.1.7"; src = fetchFromGitHub { owner = "usnistgov"; repo = "SP800-90B_EntropyAssessment"; rev = "v${version}"; - hash = "sha256-KZQ7kC0PbBkjLEQZIqYakQ91OvCxruhdfUwiRHtno3w="; + hash = "sha256-hW1ImFW3mt2mEqEjxTxqqnpC5LLT+h1OMM3tUAmi8e4="; }; buildInputs = [ bzip2 libdivsufsort jsoncpp openssl mpfr ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A SP800-90B_EntropyAssessment nix build failed. got build log for 'SP800-90B_EntropyAssessment' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/mxld19n95icmwkbkvc2j65c7sdr1cmd1-source source root is source/cpp @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile') @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash CROSS_COMPILE= ARCH=x86_64 g++ -std=c++11 -fopenmp -O2 -ffloat-store -I/usr/include/jsoncpp iid_main.cpp -o ea_iid -lbz2 -lpthread -ldivsufsort -ldivsufsort64 -ljsoncpp -lcrypto In file included from iid_main.cpp:6: shared/lrs_test.h:6:10: fatal error: divsufsort64.h: No such file or directory 6 | #include  | ^~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:30: iid_main.o] Error 1 [result] Failed to update SP800-90B_EntropyAssessment 1.1.6 -> 1.1.7 https://github.com/usnistgov/SP800-90B_EntropyAssessment/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyter-server-terminals, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-server-terminals/2024-03-01.log python311Packages.jupyter-server-terminals 0 -> 1 attrpath: python311Packages.jupyter-server-terminals Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-jupyter-server-terminals-0.5.2 Press Enter key to continue... Running update for: - python3.11-jupyter-server-terminals-0.5.2: UPDATING ... - python3.11-jupyter-server-terminals-0.5.2: ERROR --- SHOWING ERROR LOG FOR python3.11-jupyter-server-terminals-0.5.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jupyter-server/jupyter_server_terminals/tarball/v0.5.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jupyter-server/jupyter_server_terminals/tarball/refs/tags/v0.5.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-jupyter-server-terminals-0.5.2 ---------------------- The update script for python3.11-jupyter-server-terminals-0.5.2 failed with exit code 1 [result] Failed to update python311Packages.jupyter-server-terminals 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytweening, using log file: /var/log/nixpkgs-update/python311Packages.pytweening/2024-03-01.log python311Packages.pytweening 0 -> 1 attrpath: python311Packages.pytweening Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytweening-1.0.7 Press Enter key to continue... Running update for: - python3.11-pytweening-1.0.7: UPDATING ... - python3.11-pytweening-1.0.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytweening/default.nix b/pkgs/development/python-modules/pytweening/default.nix index 32a433cafbf1..1c7535f4405e 100644 --- a/pkgs/development/python-modules/pytweening/default.nix +++ b/pkgs/development/python-modules/pytweening/default.nix @@ -4,12 +4,12 @@ }: buildPythonPackage rec { pname = "pytweening"; - version = "1.0.7"; + version = "1.2.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-dnE08b9Xt2wc6faS3Rz8d22aJ53mck6NBIVFCP1+3ts="; + hash = "sha256-JDMYt3NmmAZsXzYuxcK2Q07PQpfDyOfKqKv+avTKxxs="; }; pythonImportsCheck = [ "pytweening" ]; An auto update branch exists with message `python311Packages.pytweening: 1.0.7 -> 1.2.0`. New version is 1.2.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.pytweening 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-accessanalyzer, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-accessanalyzer/2024-03-01.log python311Packages.mypy-boto3-accessanalyzer 0 -> 1 attrpath: python311Packages.mypy-boto3-accessanalyzer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-accessanalyzer-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-accessanalyzer-1.34.0: UPDATING ... - python3.11-mypy-boto3-accessanalyzer-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-accessanalyzer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.curtsies, using log file: /var/log/nixpkgs-update/python311Packages.curtsies/2024-03-01.log python311Packages.curtsies 0 -> 1 attrpath: python311Packages.curtsies Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-curtsies-0.4.2 Press Enter key to continue... Running update for: - python3.11-curtsies-0.4.2: UPDATING ... - python3.11-curtsies-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.curtsies 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath svix-server, using log file: /var/log/nixpkgs-update/svix-server/2024-03-01.log svix-server 1.13.0 -> 1.20.0 https://github.com/svix/svix-webhooks/releases attrpath: svix-server Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/sv/svix-server/package.nix b/pkgs/by-name/sv/svix-server/package.nix index e7de972488e2..6b58e095aa6f 100644 --- a/pkgs/by-name/sv/svix-server/package.nix +++ b/pkgs/by-name/sv/svix-server/package.nix @@ -3,13 +3,13 @@ rustPlatform.buildRustPackage rec { pname = "svix-server"; - version = "1.13.0"; + version = "1.20.0"; src = fetchFromGitHub { owner = "svix"; repo = "svix-webhooks"; rev = "v${version}"; - hash = "sha256-6758ej7bTvwZPWifl239rQMazM8uw+Y4+3EbjE8XsTg="; + hash = "sha256-3R/9ZS+JmP7mo1opPqngvBiRlNIHiavKXVodse//HQ8="; }; sourceRoot = "source/server"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A svix-server nix build failed. < name = "zerocopy-derive" < version = "0.7.31" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a" < dependencies = [ < "proc-macro2", < "quote", < "syn 2.0.48", < ] < < [[package]] 5437c5196 < version = "1.7.0" --- > version = "1.6.0" 5439c5198 < checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" --- > checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; [result] Failed to update svix-server 1.13.0 -> 1.20.0 https://github.com/svix/svix-webhooks/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath s2geometry, using log file: /var/log/nixpkgs-update/s2geometry/2024-03-01.log s2geometry 0.9.0 -> 0.11.1 https://github.com/google/s2geometry/releases attrpath: s2geometry Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update s2geometry 0.9.0 -> 0.11.1 https://github.com/google/s2geometry/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yarGen, using log file: /var/log/nixpkgs-update/yarGen/2024-03-01.log yarGen 0 -> 1 attrpath: yarGen Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - yarGen-0.23.4 Press Enter key to continue... Running update for: - yarGen-0.23.4: UPDATING ... - yarGen-0.23.4: ERROR --- SHOWING ERROR LOG FOR yarGen-0.23.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Neo23x0/yarGen/tarball/0.23.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Neo23x0/yarGen/tarball/refs/tags/0.23.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR yarGen-0.23.4 ---------------------- The update script for yarGen-0.23.4 failed with exit code 1 [result] Failed to update yarGen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gphotos-sync, using log file: /var/log/nixpkgs-update/gphotos-sync/2024-03-01.log gphotos-sync 0 -> 1 attrpath: gphotos-sync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - gphotos-sync-3.2.1 Press Enter key to continue... Running update for: - gphotos-sync-3.2.1: UPDATING ... - gphotos-sync-3.2.1: ERROR --- SHOWING ERROR LOG FOR gphotos-sync-3.2.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gilesknap/gphotos-sync/tarball/3.04']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gilesknap/gphotos-sync/tarball/refs/tags/3.04']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR gphotos-sync-3.2.1 ---------------------- The update script for gphotos-sync-3.2.1 failed with exit code 1 [result] Failed to update gphotos-sync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hheretic, using log file: /var/log/nixpkgs-update/hheretic/2024-03-01.log hheretic 0 -> 1 attrpath: hheretic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - hheretic-0.2.3 Press Enter key to continue... Running update for: - hheretic-0.2.3: UPDATING ... - hheretic-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hheretic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-itertools, using log file: /var/log/nixpkgs-update/python311Packages.jaraco-itertools/2024-03-01.log python311Packages.jaraco-itertools 0 -> 1 attrpath: python311Packages.jaraco-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] Going to be running update for following packages: - python3.11-jaraco-itertools-6.4.1 Press Enter key to continue... Running update for: - python3.11-jaraco-itertools-6.4.1: UPDATING ... - python3.11-jaraco-itertools-6.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jaraco-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.property-manager, using log file: /var/log/nixpkgs-update/python311Packages.property-manager/2024-03-01.log python311Packages.property-manager 0 -> 1 attrpath: python311Packages.property-manager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-property-manager-3.0 Press Enter key to continue... Running update for: - python3.11-property-manager-3.0: UPDATING ... - python3.11-property-manager-3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.property-manager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.summarytools, using log file: /var/log/nixpkgs-update/python311Packages.summarytools/2024-03-01.log python311Packages.summarytools 0 -> 1 attrpath: python311Packages.summarytools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-summarytools-0.2.3 Press Enter key to continue... Running update for: - python3.11-summarytools-0.2.3: UPDATING ... - python3.11-summarytools-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.summarytools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdftotext, using log file: /var/log/nixpkgs-update/python311Packages.pdftotext/2024-03-01.log python311Packages.pdftotext 0 -> 1 attrpath: python311Packages.pdftotext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pdftotext-2.2.2 Press Enter key to continue... Running update for: - python3.11-pdftotext-2.2.2: UPDATING ... - python3.11-pdftotext-2.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdftotext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xstatic-font-awesome, using log file: /var/log/nixpkgs-update/python311Packages.xstatic-font-awesome/2024-03-01.log python311Packages.xstatic-font-awesome 0 -> 1 attrpath: python311Packages.xstatic-font-awesome Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-XStatic-Font-Awesome-6.2.1.1 Press Enter key to continue... Running update for: - python3.11-XStatic-Font-Awesome-6.2.1.1: UPDATING ... - python3.11-XStatic-Font-Awesome-6.2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xstatic-font-awesome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vkmark, using log file: /var/log/nixpkgs-update/vkmark/2024-03-01.log vkmark 0 -> 1 attrpath: vkmark Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - vkmark-2017.08-unstable-2023-04-12 Press Enter key to continue... Running update for: - vkmark-2017.08-unstable-2023-04-12: UPDATING ... - vkmark-2017.08-unstable-2023-04-12: ERROR --- SHOWING ERROR LOG FOR vkmark-2017.08-unstable-2023-04-12 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; vkmark.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/vkmark/vkmark.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp: failed to create directory via template ‘/run/nixpkgs-update-worker/tmp.XXXXXXXXXX’: No such file or directory + tmpdir= --- SHOWING ERROR LOG FOR vkmark-2017.08-unstable-2023-04-12 ---------------------- The update script for vkmark-2017.08-unstable-2023-04-12 failed with exit code 1 [result] Failed to update vkmark 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zig_0_9, using log file: /var/log/nixpkgs-update/zig_0_9/2024-03-01.log zig_0_9 0.9.1 -> 0.11.0 https://github.com/ziglang/zig/releases attrpath: zig_0_9 Checking auto update branch... No auto update branch exists Version in attr path zig_0_9 not compatible with 0.11.0 [result] Failed to update zig_0_9 0.9.1 -> 0.11.0 https://github.com/ziglang/zig/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.engrampa, using log file: /var/log/nixpkgs-update/mate.engrampa/2024-03-01.log mate.engrampa 0 -> 1 attrpath: mate.engrampa mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.engrampa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.graphqlclient, using log file: /var/log/nixpkgs-update/python311Packages.graphqlclient/2024-03-01.log python311Packages.graphqlclient 0 -> 1 attrpath: python311Packages.graphqlclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-graphqlclient-0.2.4 Press Enter key to continue... Running update for: - python3.11-graphqlclient-0.2.4: UPDATING ... - python3.11-graphqlclient-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.graphqlclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zope-testbrowser, using log file: /var/log/nixpkgs-update/python311Packages.zope-testbrowser/2024-03-01.log python311Packages.zope-testbrowser 0 -> 1 attrpath: python311Packages.zope-testbrowser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-zope-testbrowser-6.0 Press Enter key to continue... Running update for: - python3.11-zope-testbrowser-6.0: UPDATING ... - python3.11-zope-testbrowser-6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zope-testbrowser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.dawai, using log file: /var/log/nixpkgs-update/rPackages.dawai/2024-03-01.log rPackages.dawai 1.2.5 -> 1.2.6 https://repology.org/project/r:dawai/versions attrpath: rPackages.dawai Checking auto update branch... No auto update branch exists Old version 1.2.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.dawai 1.2.5 -> 1.2.6 https://repology.org/project/r:dawai/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiosignal, using log file: /var/log/nixpkgs-update/python311Packages.aiosignal/2024-03-01.log python311Packages.aiosignal 0 -> 1 attrpath: python311Packages.aiosignal Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-aiosignal-1.3.1 Press Enter key to continue... Running update for: - python3.11-aiosignal-1.3.1: UPDATING ... - python3.11-aiosignal-1.3.1: ERROR --- SHOWING ERROR LOG FOR python3.11-aiosignal-1.3.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/aio-libs/aiosignal/tarball/v1.3.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/aio-libs/aiosignal/tarball/refs/tags/v1.3.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-aiosignal-1.3.1 ---------------------- The update script for python3.11-aiosignal-1.3.1 failed with exit code 1 [result] Failed to update python311Packages.aiosignal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.atomman, using log file: /var/log/nixpkgs-update/python311Packages.atomman/2024-03-01.log python311Packages.atomman 0 -> 1 attrpath: python311Packages.atomman Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-atomman-unstable-2023-07-28 Press Enter key to continue... Running update for: - python3.11-atomman-unstable-2023-07-28: UPDATING ... - python3.11-atomman-unstable-2023-07-28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.atomman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wike, using log file: /var/log/nixpkgs-update/wike/2024-03-01.log wike 0 -> 1 attrpath: wike Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - wike-2.1.0 Press Enter key to continue... Running update for: - wike-2.1.0: UPDATING ... - wike-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wike 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.viewstate, using log file: /var/log/nixpkgs-update/python311Packages.viewstate/2024-03-01.log python311Packages.viewstate 0 -> 1 attrpath: python311Packages.viewstate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-viewstate-0.4.3 Press Enter key to continue... Running update for: - python3.11-viewstate-0.4.3: UPDATING ... - python3.11-viewstate-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.viewstate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.logilab-common, using log file: /var/log/nixpkgs-update/python311Packages.logilab-common/2024-03-01.log python311Packages.logilab-common 0 -> 1 attrpath: python311Packages.logilab-common Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-logilab-common-2.0.0 Press Enter key to continue... Running update for: - python3.11-logilab-common-2.0.0: UPDATING ... - python3.11-logilab-common-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.logilab-common 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.floating-bits, using log file: /var/log/nixpkgs-update/haskellPackages.floating-bits/2024-03-01.log haskellPackages.floating-bits 0.3.0.0 -> 0.3.1.0 https://repology.org/project/haskell:floating-bits/versions attrpath: haskellPackages.floating-bits Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.floating-bits 0.3.0.0 -> 0.3.1.0 https://repology.org/project/haskell:floating-bits/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.guidance, using log file: /var/log/nixpkgs-update/python311Packages.guidance/2024-03-01.log python311Packages.guidance 0 -> 1 attrpath: python311Packages.guidance Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-guidance-0.1.6 Press Enter key to continue... Running update for: - python3.11-guidance-0.1.6: UPDATING ... - python3.11-guidance-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.guidance 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hscolour, using log file: /var/log/nixpkgs-update/hscolour/2024-03-01.log hscolour 1.24.4 -> 1.25 https://repology.org/project/hscolour/versions attrpath: hscolour Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update hscolour 1.24.4 -> 1.25 https://repology.org/project/hscolour/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bonsai, using log file: /var/log/nixpkgs-update/python311Packages.bonsai/2024-03-01.log python311Packages.bonsai 0 -> 1 attrpath: python311Packages.bonsai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bonsai-1.5.2 Press Enter key to continue... Running update for: - python3.11-bonsai-1.5.2: UPDATING ... - python3.11-bonsai-1.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bonsai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath invoice2data, using log file: /var/log/nixpkgs-update/invoice2data/2024-03-01.log invoice2data 0 -> 1 attrpath: invoice2data Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - invoice2data-0.4.4 Press Enter key to continue... Running update for: - invoice2data-0.4.4: UPDATING ... - invoice2data-0.4.4: ERROR --- SHOWING ERROR LOG FOR invoice2data-0.4.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/invoice-x/invoice2data/tarball/v0.4.5']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/invoice-x/invoice2data/tarball/refs/tags/v0.4.5']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR invoice2data-0.4.4 ---------------------- The update script for invoice2data-0.4.4 failed with exit code 1 [result] Failed to update invoice2data 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.StringBinaryInterpolation 1.0.0 -> 1.0.1 https://repology.org/project/perl:string-binary-interpolation/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-pdf-sign, using log file: /var/log/nixpkgs-update/open-pdf-sign/2024-03-01.log open-pdf-sign 0 -> 1 attrpath: open-pdf-sign Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - open-pdf-sign-0.1.7 Press Enter key to continue... Running update for: - open-pdf-sign-0.1.7: UPDATING ... - open-pdf-sign-0.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update open-pdf-sign 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ytcc, using log file: /var/log/nixpkgs-update/ytcc/2024-03-01.log ytcc 0 -> 1 attrpath: ytcc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - ytcc-2.6.1 Press Enter key to continue... Running update for: - ytcc-2.6.1: UPDATING ... - ytcc-2.6.1: ERROR --- SHOWING ERROR LOG FOR ytcc-2.6.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/woefe/ytcc/tarball/v2.6.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/woefe/ytcc/tarball/refs/tags/v2.6.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR ytcc-2.6.1 ---------------------- The update script for ytcc-2.6.1 failed with exit code 1 [result] Failed to update ytcc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lxqt.lxqt-policykit, using log file: /var/log/nixpkgs-update/lxqt.lxqt-policykit/2024-03-01.log lxqt.lxqt-policykit 0 -> 1 attrpath: lxqt.lxqt-policykit Packages for lxqt are currently skipped. [result] Failed to update lxqt.lxqt-policykit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.coreapi, using log file: /var/log/nixpkgs-update/python311Packages.coreapi/2024-03-01.log python311Packages.coreapi 0 -> 1 attrpath: python311Packages.coreapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-coreapi-2.3.3 Press Enter key to continue... Running update for: - python3.11-coreapi-2.3.3: UPDATING ... - python3.11-coreapi-2.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.coreapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mastodon, using log file: /var/log/nixpkgs-update/mastodon/2024-03-01.log mastodon 0 -> 1 attrpath: mastodon Checking auto update branch... Derivation contains bundlerEnv [result] Failed to update mastodon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypdf, using log file: /var/log/nixpkgs-update/python311Packages.pypdf/2024-03-01.log python311Packages.pypdf 0 -> 1 attrpath: python311Packages.pypdf Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pypdf-3.17.4 Press Enter key to continue... Running update for: - python3.11-pypdf-3.17.4: UPDATING ... - python3.11-pypdf-3.17.4: ERROR --- SHOWING ERROR LOG FOR python3.11-pypdf-3.17.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-pypdf-3.17.4 ---------------------- The update script for python3.11-pypdf-3.17.4 failed with exit code 1 [result] Failed to update python311Packages.pypdf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.minidb, using log file: /var/log/nixpkgs-update/python311Packages.minidb/2024-03-01.log python311Packages.minidb 0 -> 1 attrpath: python311Packages.minidb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-minidb-2.0.7 Press Enter key to continue... Running update for: - python3.11-minidb-2.0.7: UPDATING ... - python3.11-minidb-2.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.minidb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.blis, using log file: /var/log/nixpkgs-update/python311Packages.blis/2024-03-01.log python311Packages.blis 0 -> 1 attrpath: python311Packages.blis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-blis-0.7.11 Press Enter key to continue... Running update for: - python3.11-blis-0.7.11: UPDATING ... - python3.11-blis-0.7.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.blis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scikits-odes, using log file: /var/log/nixpkgs-update/python311Packages.scikits-odes/2024-03-01.log python311Packages.scikits-odes 0 -> 1 attrpath: python311Packages.scikits-odes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-scikits.odes-2.7.0 Press Enter key to continue... Running update for: - python3.11-scikits.odes-2.7.0: UPDATING ... - python3.11-scikits.odes-2.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scikits-odes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lxml-stubs, using log file: /var/log/nixpkgs-update/python311Packages.lxml-stubs/2024-03-01.log python311Packages.lxml-stubs 0 -> 1 attrpath: python311Packages.lxml-stubs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/53mdlkzj9mwc62anbzfdhx124749hcbn-packages.json.drv building '/nix/store/53mdlkzj9mwc62anbzfdhx124749hcbn-packages.json.drv'... Going to be running update for following packages: - python3.11-lxml-stubs-0.5.1 Press Enter key to continue... Running update for: - python3.11-lxml-stubs-0.5.1: UPDATING ... - python3.11-lxml-stubs-0.5.1: ERROR --- SHOWING ERROR LOG FOR python3.11-lxml-stubs-0.5.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/lxml/lxml-stubs/tarball/0.5.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/lxml/lxml-stubs/tarball/refs/tags/0.5.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-lxml-stubs-0.5.1 ---------------------- The update script for python3.11-lxml-stubs-0.5.1 failed with exit code 1 [result] Failed to update python311Packages.lxml-stubs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hledger-lib_1_32_1, using log file: /var/log/nixpkgs-update/haskellPackages.hledger-lib_1_32_1/2024-03-01.log haskellPackages.hledger-lib_1_32_1 1.32.1 -> 1.32.3 https://repology.org/project/haskell:hledger-lib/versions attrpath: haskellPackages.hledger-lib_1_32_1 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.hledger-lib_1_32_1 not compatible with 1.32.3 [result] Failed to update haskellPackages.hledger-lib_1_32_1 1.32.1 -> 1.32.3 https://repology.org/project/haskell:hledger-lib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonpickle, using log file: /var/log/nixpkgs-update/python311Packages.jsonpickle/2024-03-01.log python311Packages.jsonpickle 0 -> 1 attrpath: python311Packages.jsonpickle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-jsonpickle-3.0.2 Press Enter key to continue... Running update for: - python3.11-jsonpickle-3.0.2: UPDATING ... - python3.11-jsonpickle-3.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jsonpickle/default.nix b/pkgs/development/python-modules/jsonpickle/default.nix index bff05f256247..4e3fd813144b 100644 --- a/pkgs/development/python-modules/jsonpickle/default.nix +++ b/pkgs/development/python-modules/jsonpickle/default.nix @@ -13,12 +13,12 @@ buildPythonPackage rec { pname = "jsonpickle"; - version = "3.0.2"; + version = "3.0.3"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-43q7pL+zykpGR9KLufRwZDb3tGyKgzO0pxirr6jkazc="; + hash = "sha256-VpH0RJUyeFirOpW5xECnm0HjVCG+Gm4JpHtsm5Qh/QY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1698 > 25 [result] Failed to update python311Packages.jsonpickle 0 -> 1 [options] github_user: r-ryantm, pull_request: 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_17 17.4.11 -> 28.2.5 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hlk-sw16, using log file: /var/log/nixpkgs-update/python311Packages.hlk-sw16/2024-03-01.log python311Packages.hlk-sw16 0 -> 1 attrpath: python311Packages.hlk-sw16 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-hlk-sw16-0.0.9 Press Enter key to continue... Running update for: - python3.11-hlk-sw16-0.0.9: UPDATING ... - python3.11-hlk-sw16-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hlk-sw16 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath uefi-firmware-parser, using log file: /var/log/nixpkgs-update/uefi-firmware-parser/2024-03-01.log uefi-firmware-parser 0 -> 1 attrpath: uefi-firmware-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] Failed with exit code 1 Going to be running update for following packages: - uefi-firmware-parser-1.8 Press Enter key to continue... Running update for: - uefi-firmware-parser-1.8: UPDATING ... - uefi-firmware-parser-1.8: ERROR --- SHOWING ERROR LOG FOR uefi-firmware-parser-1.8 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/theopolis/uefi-firmware-parser/tarball/v1.11']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/theopolis/uefi-firmware-parser/tarball/refs/tags/v1.11']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR uefi-firmware-parser-1.8 ---------------------- The update script for uefi-firmware-parser-1.8 failed with exit code 1 [result] Failed to update uefi-firmware-parser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.filelock, using log file: /var/log/nixpkgs-update/python311Packages.filelock/2024-03-01.log python311Packages.filelock 0 -> 1 attrpath: python311Packages.filelock Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-filelock-3.13.1 Press Enter key to continue... Running update for: - python3.11-filelock-3.13.1: UPDATING ... - python3.11-filelock-3.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.filelock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coqPackages.bignums, using log file: /var/log/nixpkgs-update/coqPackages.bignums/2024-03-01.log coqPackages.bignums 9.0.0+coq8.18 -> 9.0.0+coq8.19 https://github.com/coq/bignums/releases attrpath: coqPackages.bignums Checking auto update branch... No auto update branch exists Old version 9.0.0+coq8.18" not present in master derivation file with contents: { lib, stdenv, coqPackages, coq, which, fetchzip }@args: let lib = import ./extra-lib.nix {inherit (args) lib;}; in with builtins; with lib; let isGitHubDomain = d: match "^github.*" d != null; isGitLabDomain = d: match "^gitlab.*" d != null; in { pname, version ? null, fetcher ? null, owner ? "coq-community", domain ? "github.com", repo ? pname, defaultVersion ? null, releaseRev ? (v: v), displayVersion ? {}, release ? {}, buildInputs ? [], nativeBuildInputs ? [], extraBuildInputs ? [], extraNativeBuildInputs ? [], overrideBuildInputs ? [], overrideNativeBuildInputs ? [], namePrefix ? [ "coq" ], enableParallelBuilding ? true, extraInstallFlags ? [], setCOQBIN ? true, mlPlugin ? false, useMelquiondRemake ? null, dropAttrs ? [], keepAttrs ? [], dropDerivationAttrs ? [], useDuneifVersion ? (x: false), useDune ? false, opam-name ? (concatStringsSep "-" (namePrefix ++ [ pname ])), ... }@args: let args-to-remove = foldl (flip remove) ([ "version" "fetcher" "repo" "owner" "domain" "releaseRev" "displayVersion" "defaultVersion" "useMelquiondRemake" "release" "buildInputs" "nativeBuildInputs" "extraBuildInputs" "extraNativeBuildInputs" "overrideBuildInputs" "overrideNativeBuildInputs" "namePrefix" "meta" "useDuneifVersion" "useDune" "opam-name" "extraInstallFlags" "setCOQBIN" "mlPlugin" "dropAttrs" "dropDerivationAttrs" "keepAttrs" ] ++ dropAttrs) keepAttrs; fetch = import ../coq/meta-fetch/default.nix { inherit lib stdenv fetchzip; } ({ inherit release releaseRev; location = { inherit domain owner repo; }; } // optionalAttrs (args?fetcher) {inherit fetcher;}); fetched = fetch (if version != null then version else defaultVersion); display-pkg = n: sep: v: let d = displayVersion.${n} or (if sep == "" then ".." else true); in n + optionalString (v != "" && v != null) (switch d [ { case = true; out = sep + v; } { case = "."; out = sep + versions.major v; } { case = ".."; out = sep + versions.majorMinor v; } { case = "..."; out = sep + versions.majorMinorPatch v; } { case = isFunction; out = optionalString (d v != "") (sep + d v); } { case = isString; out = optionalString (d != "") (sep + d); } ] "") + optionalString (v == null) "-broken"; append-version = p: n: p + display-pkg n "" coqPackages.${n}.version + "-"; prefix-name = foldl append-version "" namePrefix; useDune = args.useDune or (useDuneifVersion fetched.version); coqlib-flags = switch coq.coq-version [ { case = v: versions.isLe "8.6" v && v != "dev" ; out = [ "COQLIB=$(out)/lib/coq/${coq.coq-version}/" ]; } ] [ "COQLIBINSTALL=$(out)/lib/coq/${coq.coq-version}/user-contrib" "COQPLUGININSTALL=$(OCAMLFIND_DESTDIR)" ]; docdir-flags = switch coq.coq-version [ { case = v: versions.isLe "8.6" v && v != "dev"; out = [ "DOCDIR=$(out)/share/coq/${coq.coq-version}/" ]; } ] [ "COQDOCINSTALL=$(out)/share/coq/${coq.coq-version}/user-contrib" ]; in stdenv.mkDerivation (removeAttrs ({ name = prefix-name + (display-pkg pname "-" fetched.version); inherit (fetched) version src; nativeBuildInputs = args.overrideNativeBuildInputs or ([ which ] ++ optional useDune coq.ocamlPackages.dune_3 ++ optionals (useDune || mlPlugin) [ coq.ocamlPackages.ocaml coq.ocamlPackages.findlib ] ++ (args.nativeBuildInputs or []) ++ extraNativeBuildInputs); buildInputs = args.overrideBuildInputs or ([ coq ] ++ (args.buildInputs or []) ++ extraBuildInputs); inherit enableParallelBuilding; meta = ({ platforms = coq.meta.platforms; } // (switch domain [{ case = pred.union isGitHubDomain isGitLabDomain; out = { homepage = "https://${domain}/${owner}/${repo}"; }; }] {}) // optionalAttrs (fetched.broken or false) { coqFilter = true; broken = true; }) // (args.meta or {}) ; } // (optionalAttrs setCOQBIN { COQBIN = "${coq}/bin/"; }) // (optionalAttrs (!args?installPhase && !args?useMelquiondRemake) { installFlags = coqlib-flags ++ docdir-flags ++ extraInstallFlags; }) // (optionalAttrs useDune { buildPhase = '' runHook preBuild dune build -p ${opam-name} ''${enableParallelBuilding:+-j $NIX_BUILD_CORES} runHook postBuild ''; installPhase = '' runHook preInstall dune install ${opam-name} --prefix=$out mv $out/lib/coq $out/lib/TEMPORARY mkdir $out/lib/coq/ mv $out/lib/TEMPORARY $out/lib/coq/${coq.coq-version} runHook postInstall ''; }) // (optionalAttrs (args?useMelquiondRemake) rec { COQUSERCONTRIB = "$out/lib/coq/${coq.coq-version}/user-contrib"; preConfigurePhases = "autoconf"; configureFlags = [ "--libdir=${COQUSERCONTRIB}/${useMelquiondRemake.logpath or ""}" ]; buildPhase = "./remake -j$NIX_BUILD_CORES"; installPhase = "./remake install"; }) // (removeAttrs args args-to-remove)) dropDerivationAttrs) [result] Failed to update coqPackages.bignums 9.0.0+coq8.18 -> 9.0.0+coq8.19 https://github.com/coq/bignums/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.qt5platform-plugins, using log file: /var/log/nixpkgs-update/deepin.qt5platform-plugins/2024-03-01.log deepin.qt5platform-plugins 5.6.16 -> 5.6.22 https://github.com/linuxdeepin/qt5platform-plugins/releases attrpath: deepin.qt5platform-plugins deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.qt5platform-plugins 5.6.16 -> 5.6.22 https://github.com/linuxdeepin/qt5platform-plugins/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coqPackages.gaia, using log file: /var/log/nixpkgs-update/coqPackages.gaia/2024-03-01.log coqPackages.gaia 1.17 -> 2.0 https://github.com/coq-community/gaia/releases attrpath: coqPackages.gaia Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update coqPackages.gaia 1.17 -> 2.0 https://github.com/coq-community/gaia/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dotnetPackages.MonoAddins, using log file: /var/log/nixpkgs-update/dotnetPackages.MonoAddins/2024-03-01.log dotnetPackages.MonoAddins 1.2 -> 1.3 https://github.com/mono/mono-addins/releases attrpath: dotnetPackages.MonoAddins 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 dotnetPackages.MonoAddins 1.2 -> 1.3 https://github.com/mono/mono-addins/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coqPackages.coq-elpi, using log file: /var/log/nixpkgs-update/coqPackages.coq-elpi/2024-03-01.log coqPackages.coq-elpi 2.0.0 -> 2.0.2 https://github.com/LPCIC/coq-elpi/releases attrpath: coqPackages.coq-elpi Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update coqPackages.coq-elpi 2.0.0 -> 2.0.2 https://github.com/LPCIC/coq-elpi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.image-editor, using log file: /var/log/nixpkgs-update/deepin.image-editor/2024-03-01.log deepin.image-editor 1.0.35 -> 1.0.43 https://github.com/linuxdeepin/image-editor/releases attrpath: deepin.image-editor deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.image-editor 1.0.35 -> 1.0.43 https://github.com/linuxdeepin/image-editor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.go-lib, using log file: /var/log/nixpkgs-update/deepin.go-lib/2024-03-01.log deepin.go-lib 5.8.27 -> 6.0.7 https://github.com/linuxdeepin/go-lib/releases attrpath: deepin.go-lib deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.go-lib 5.8.27 -> 6.0.7 https://github.com/linuxdeepin/go-lib/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libksba, using log file: /var/log/nixpkgs-update/libksba/2024-03-01.log libksba 1.6.5 -> 1.6.6 https://repology.org/project/libksba/versions attrpath: libksba Checking auto update branch... An auto update branch exists with message `libksba: 1.6.5 -> 1.6.6`. New version is 1.6.6. An auto update branch exists with an equal or greater version [result] Failed to update libksba 1.6.5 -> 1.6.6 https://repology.org/project/libksba/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coqPackages.coqide, using log file: /var/log/nixpkgs-update/coqPackages.coqide/2024-03-01.log coqPackages.coqide 8.18.0 -> 8.19.0 https://github.com/coq/coq/releases attrpath: coqPackages.coqide Checking auto update branch... No auto update branch exists Old version 8.18.0" not present in master derivation file with contents: { lib , makeDesktopItem , copyDesktopItems , wrapGAppsHook , glib , gnome , mkCoqDerivation , coq , version ? null }: mkCoqDerivation rec { pname = "coqide"; inherit version; inherit (coq) src; release."${coq.version}" = {}; defaultVersion = if lib.versions.isGe "8.14" coq.version then coq.version else null; preConfigure = '' patchShebangs dev/tools/ ''; prefixKey = "-prefix "; useDune = true; buildInputs = [ copyDesktopItems wrapGAppsHook coq.ocamlPackages.lablgtk3-sourceview3 glib gnome.adwaita-icon-theme ]; buildPhase = '' runHook preBuild dune build -p ${pname} -j $NIX_BUILD_CORES runHook postBuild ''; installPhase = '' runHook preInstall dune install --prefix $out ${pname} runHook postInstall ''; desktopItems = makeDesktopItem { name = "coqide"; exec = "coqide"; icon = "coq"; desktopName = "CoqIDE"; comment = "Graphical interface for the Coq proof assistant"; categories = [ "Development" "Science" "Math" "IDE" "GTK" ]; }; meta = with lib; { homepage = "https://coq.inria.fr"; description = "The CoqIDE user interface for the Coq proof assistant"; license = licenses.lgpl21Plus; maintainers = [ maintainers.Zimmi48 ]; }; } [result] Failed to update coqPackages.coqide 8.18.0 -> 8.19.0 https://github.com/coq/coq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudaPackages_10.cuda-samples, using log file: /var/log/nixpkgs-update/cudaPackages_10.cuda-samples/2024-03-01.log cudaPackages_10.cuda-samples 10.2 -> 12.3 https://github.com/NVIDIA/cuda-samples/releases attrpath: cudaPackages_10.cuda-samples Checking auto update branch... No auto update branch exists Old version 10.2" not present in master derivation file with contents: { autoAddOpenGLRunpathHook, backendStdenv, cmake, cudatoolkit, cudaVersion, fetchFromGitHub, fetchpatch, freeimage, glfw3, hash, lib, pkg-config, }: let inherit (lib) lists strings; in backendStdenv.mkDerivation ( finalAttrs: { strictDeps = true; pname = "cuda-samples"; version = cudaVersion; src = fetchFromGitHub { owner = "NVIDIA"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; inherit hash; }; nativeBuildInputs = [ autoAddOpenGLRunpathHook pkg-config ] # CMake has to run as a native, build-time dependency for libNVVM samples. # However, it's not the primary build tool -- that's still make. # As such, we disable CMake's build system. ++ lists.optionals (strings.versionAtLeast finalAttrs.version "12.2") [cmake]; dontUseCmakeConfigure = true; buildInputs = [ cudatoolkit freeimage glfw3 ]; # See https://github.com/NVIDIA/cuda-samples/issues/75. patches = lib.optionals (finalAttrs.version == "11.3") [ (fetchpatch { url = "https://github.com/NVIDIA/cuda-samples/commit/5c3ec60faeb7a3c4ad9372c99114d7bb922fda8d.patch"; hash = "sha256-0XxdmNK9MPpHwv8+qECJTvXGlFxc+fIbta4ynYprfpU="; }) ]; enableParallelBuilding = true; preConfigure = '' export CUDA_PATH=${cudatoolkit} ''; installPhase = '' runHook preInstall install -Dm755 -t $out/bin bin/${backendStdenv.hostPlatform.parsed.cpu.name}/${backendStdenv.hostPlatform.parsed.kernel.name}/release/* runHook postInstall ''; meta = { description = "Samples for CUDA Developers which demonstrates features in CUDA Toolkit"; # CUDA itself is proprietary, but these sample apps are not. license = lib.licenses.bsd3; maintainers = with lib.maintainers; [obsidian-systems-maintenance] ++ lib.teams.cuda.members; }; } ) [result] Failed to update cudaPackages_10.cuda-samples 10.2 -> 12.3 https://github.com/NVIDIA/cuda-samples/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath darwin.discrete-scroll, using log file: /var/log/nixpkgs-update/darwin.discrete-scroll/2024-03-01.log darwin.discrete-scroll 0.1.1 -> 0.1.1u https://github.com/emreyolcu/discrete-scroll/releases attrpath: darwin.discrete-scroll Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/darwin/discrete-scroll/default.nix b/pkgs/os-specific/darwin/discrete-scroll/default.nix index f38bf8d81322..a40fd82df128 100644 --- a/pkgs/os-specific/darwin/discrete-scroll/default.nix +++ b/pkgs/os-specific/darwin/discrete-scroll/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "discrete-scroll"; - version = "0.1.1"; + version = "0.1.1u"; src = fetchFromGitHub { owner = "emreyolcu"; repo = "discrete-scroll"; rev = "v${version}"; - sha256 = "0aqkp4kkwjlkll91xbqwf8asjww8ylsdgqvdk8d06bwdvg2cgvhg"; + sha256 = "sha256-nS9CpysfeKgrP0Kohpy9LEkwvjmuDxLh+PmWbLSCgA4="; }; buildInputs = [ Cocoa ]; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update darwin.discrete-scroll 0.1.1 -> 0.1.1u https://github.com/emreyolcu/discrete-scroll/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.npboottprm, using log file: /var/log/nixpkgs-update/rPackages.npboottprm/2024-03-01.log rPackages.npboottprm 0.2.0 -> 0.2.1 https://repology.org/project/r:npboottprm/versions attrpath: rPackages.npboottprm 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.npboottprm 0.2.0 -> 0.2.1 https://repology.org/project/r:npboottprm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath firefox-beta, using log file: /var/log/nixpkgs-update/firefox-beta/2024-03-01.log firefox-beta 124.0b2 -> 123.0 https://repology.org/project/firefox/versions attrpath: firefox-beta Checking auto update branch... No auto update branch exists 123.0 is not newer than 124.0b2 according to Nix; versionComparison: -1 [result] Failed to update firefox-beta 124.0b2 -> 123.0 https://repology.org/project/firefox/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gprofiler2, using log file: /var/log/nixpkgs-update/rPackages.gprofiler2/2024-03-01.log rPackages.gprofiler2 0.2.2 -> 0.2.3 https://repology.org/project/r:gprofiler2/versions attrpath: rPackages.gprofiler2 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.gprofiler2 0.2.2 -> 0.2.3 https://repology.org/project/r:gprofiler2/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.compat53, using log file: /var/log/nixpkgs-update/lua52Packages.compat53/2024-03-01.log lua52Packages.compat53 0.12-1 -> 0.13 https://github.com/lunarmodules/lua-compat-5.3/releases attrpath: lua52Packages.compat53 Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.compat53 0.12-1 -> 0.13 https://github.com/lunarmodules/lua-compat-5.3/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rENA, using log file: /var/log/nixpkgs-update/rPackages.rENA/2024-03-01.log rPackages.rENA 0.2.4 -> 0.2.7 https://repology.org/project/r:rena/versions attrpath: rPackages.rENA Checking auto update branch... No auto update branch exists Old version 0.2.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rENA 0.2.4 -> 0.2.7 https://repology.org/project/r:rena/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coqPackages.paramcoq, using log file: /var/log/nixpkgs-update/coqPackages.paramcoq/2024-03-01.log coqPackages.paramcoq 1.1.3+coq8.18 -> 1.1.3+coq8.19 https://github.com/coq-community/paramcoq/releases attrpath: coqPackages.paramcoq Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update coqPackages.paramcoq 1.1.3+coq8.18 -> 1.1.3+coq8.19 https://github.com/coq-community/paramcoq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath roxterm, using log file: /var/log/nixpkgs-update/roxterm/2024-03-01.log roxterm 3.14.3 -> 3.15.0 https://repology.org/project/roxterm/versions attrpath: roxterm Checking auto update branch... An auto update branch exists with message `roxterm: 3.14.3 -> 3.15.0`. New version is 3.15.0. An auto update branch exists with an equal or greater version [result] Failed to update roxterm 3.14.3 -> 3.15.0 https://repology.org/project/roxterm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.darwin-stubs, using log file: /var/log/nixpkgs-update/darwin.darwin-stubs/2024-03-01.log darwin.darwin-stubs 10.12 -> 20201223 https://github.com/NixOS/darwin-stubs/releases attrpath: darwin.darwin-stubs 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/d6wzzpzp41zsknkk4n1ighw19c8zq65j-20201223.tar.gz.drv building '/nix/store/d6wzzpzp41zsknkk4n1ighw19c8zq65j-20201223.tar.gz.drv'... trying https://github.com/NixOS/darwin-stubs/releases/download/v20201216/20201223.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 20201223.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 'darwin.darwin-stubs.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/d6wzzpzp41zsknkk4n1ighw19c8zq65j-20201223.tar.gz.drv /nix/store/3c7akdm96jg30ismxaxgp2k7qgybh3km-darwin-stubs-20201223.drv building '/nix/store/d6wzzpzp41zsknkk4n1ighw19c8zq65j-20201223.tar.gz.drv'... trying https://github.com/NixOS/darwin-stubs/releases/download/v20201216/20201223.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 20201223.tar.gz from any mirror error: builder for '/nix/store/d6wzzpzp41zsknkk4n1ighw19c8zq65j-20201223.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/NixOS/darwin-stubs/releases/download/v20201216/20201223.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 20201223.tar.gz from any mirror For full logs, run 'nix log /nix/store/d6wzzpzp41zsknkk4n1ighw19c8zq65j-20201223.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/3c7akdm96jg30ismxaxgp2k7qgybh3km-darwin-stubs-20201223.drv' failed to build [result] Failed to update darwin.darwin-stubs 10.12 -> 20201223 https://github.com/NixOS/darwin-stubs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.scCustomize, using log file: /var/log/nixpkgs-update/rPackages.scCustomize/2024-03-01.log rPackages.scCustomize 2.0.1 -> 2.1.2 https://repology.org/project/r:sccustomize/versions attrpath: rPackages.scCustomize Checking auto update branch... No auto update branch exists Old version 2.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.scCustomize 2.0.1 -> 2.1.2 https://repology.org/project/r:sccustomize/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.deepin-compressor, using log file: /var/log/nixpkgs-update/deepin.deepin-compressor/2024-03-01.log deepin.deepin-compressor 5.12.23 -> 5.12.25 https://github.com/linuxdeepin/deepin-compressor/releases attrpath: deepin.deepin-compressor deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-compressor 5.12.23 -> 5.12.25 https://github.com/linuxdeepin/deepin-compressor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cookiecutter, using log file: /var/log/nixpkgs-update/python311Packages.cookiecutter/2024-03-01.log python311Packages.cookiecutter 2.5.0 -> 2.6.0 https://github.com/audreyr/cookiecutter/releases attrpath: python311Packages.cookiecutter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cookiecutter-2.5.0 Press Enter key to continue... Running update for: - python3.11-cookiecutter-2.5.0: UPDATING ... - python3.11-cookiecutter-2.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cookiecutter/default.nix b/pkgs/development/python-modules/cookiecutter/default.nix index 35e14b394e2e..a8c3dc3cb78f 100644 --- a/pkgs/development/python-modules/cookiecutter/default.nix +++ b/pkgs/development/python-modules/cookiecutter/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "cookiecutter"; - version = "2.5.0"; + version = "2.6.0"; pyproject = true; # not sure why this is broken @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-5h6QNHSOP0G4vSwR8A0DB4S0hxHE1cQjY8UJiaZTMew="; + hash = "sha256-2yH4Fp6k9P3CQI1IykSFk0neJkf75JSp1sPt/AVCwhw="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 34 > 25 [result] Failed to update python311Packages.cookiecutter 2.5.0 -> 2.6.0 https://github.com/audreyr/cookiecutter/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dvc-ssh, using log file: /var/log/nixpkgs-update/python311Packages.dvc-ssh/2024-03-01.log python311Packages.dvc-ssh 0 -> 1 attrpath: python311Packages.dvc-ssh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dvc-ssh-4.1.1 Press Enter key to continue... Running update for: - python3.11-dvc-ssh-4.1.1: UPDATING ... - python3.11-dvc-ssh-4.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dvc-ssh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dbus-sharp-1_0, using log file: /var/log/nixpkgs-update/dbus-sharp-1_0/2024-03-01.log dbus-sharp-1_0 0.7 -> 0.8.1 https://github.com/mono/dbus-sharp/releases attrpath: dbus-sharp-1_0 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/dbus-sharp/dbus-sharp-1.0.nix b/pkgs/development/libraries/dbus-sharp/dbus-sharp-1.0.nix index eb1b20e29eb1..620ba31dce93 100644 --- a/pkgs/development/libraries/dbus-sharp/dbus-sharp-1.0.nix +++ b/pkgs/development/libraries/dbus-sharp/dbus-sharp-1.0.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "dbus-sharp"; - version = "0.7"; + version = "0.8.1"; src = fetchFromGitHub { owner = "mono"; repo = "dbus-sharp"; rev = "v${version}"; - sha256 = "13qlqx9wqahfpzzl59157cjxprqcx2bd40w5gb2bs3vdx058p562"; + sha256 = "sha256-xxtebtePxw+eIeaoI5eQNalhjV9GjPsdtBy0uTNdtLw="; }; nativeBuildInputs = [ pkg-config autoreconfHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dbus-sharp-1_0 nix build failed. Making all in tools make[1]: Entering directory '/build/source/tools' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/source/tools' Making all in examples make[1]: Entering directory '/build/source/examples' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/source/examples' Making all in tests make[1]: Entering directory '/build/source/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/source/tests' make[1]: Entering directory '/build/source' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/build/source' @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash install Making install in src make[1]: Entering directory '/build/source/src' make[2]: Entering directory '/build/source/src' make[2]: Nothing to be done for 'install-exec-am'. /nix/store/79cc03qsp63r50vg5h0wx11s62h9m0sy-mono-6.12.0.182/bin/xbuild /nologo /verbosity:quiet dbus-sharp.csproj /nix/store/79cc03qsp63r50vg5h0wx11s62h9m0sy-mono-6.12.0.182/bin/gacutil /i dbus-sharp.dll /package dbus-sharp-2.0 /f /gacdir /nix/store/ja8z6bqx5qzn5bxfbr1dk6mjvkxsgzws-dbus-sharp-0.8.1/lib /root /nix/store/ja8z6bqx5qzn5bxfbr1dk6mjvkxsgzws-dbus-sharp-0.8.1/lib Failure adding assembly dbus-sharp.dll to the cache: Strong name cannot be verified for delay-signed assembly make[2]: *** [Makefile:469: install-data-local] Error 1 make[2]: Leaving directory '/build/source/src' make[1]: *** [Makefile:354: install-am] Error 2 make[1]: Leaving directory '/build/source/src' make: *** [Makefile:407: install-recursive] Error 1 [result] Failed to update dbus-sharp-1_0 0.7 -> 0.8.1 https://github.com/mono/dbus-sharp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.elasticsearch-dsl, using log file: /var/log/nixpkgs-update/python311Packages.elasticsearch-dsl/2024-03-01.log python311Packages.elasticsearch-dsl 0 -> 1 attrpath: python311Packages.elasticsearch-dsl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-elasticsearch-dsl-8.12.0 Press Enter key to continue... Running update for: - python3.11-elasticsearch-dsl-8.12.0: UPDATING ... - python3.11-elasticsearch-dsl-8.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.elasticsearch-dsl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-etl, using log file: /var/log/nixpkgs-update/python311Packages.dissect-etl/2024-03-01.log python311Packages.dissect-etl 0 -> 1 attrpath: python311Packages.dissect-etl Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-dissect-etl-3.7 Press Enter key to continue... Running update for: - python3.11-dissect-etl-3.7: UPDATING ... - python3.11-dissect-etl-3.7: ERROR --- SHOWING ERROR LOG FOR python3.11-dissect-etl-3.7 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect.etl/tarball/3.7']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/fox-it/dissect.etl/tarball/refs/tags/3.7']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-dissect-etl-3.7 ---------------------- The update script for python3.11-dissect-etl-3.7 failed with exit code 1 [result] Failed to update python311Packages.dissect-etl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yowsup, using log file: /var/log/nixpkgs-update/python311Packages.yowsup/2024-03-01.log python311Packages.yowsup 0 -> 1 attrpath: python311Packages.yowsup Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-yowsup-3.3.0 Press Enter key to continue... Running update for: - python3.11-yowsup-3.3.0: UPDATING ... - python3.11-yowsup-3.3.0: ERROR --- SHOWING ERROR LOG FOR python3.11-yowsup-3.3.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tgalal/yowsup/tarball/v3.3.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tgalal/yowsup/tarball/refs/tags/v3.3.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-yowsup-3.3.0 ---------------------- The update script for python3.11-yowsup-3.3.0 failed with exit code 1 [result] Failed to update python311Packages.yowsup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypandoc, using log file: /var/log/nixpkgs-update/python311Packages.pypandoc/2024-03-01.log python311Packages.pypandoc 0 -> 1 attrpath: python311Packages.pypandoc Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-pypandoc-1.13 Press Enter key to continue... Running update for: - python3.11-pypandoc-1.13: UPDATING ... - python3.11-pypandoc-1.13: ERROR --- SHOWING ERROR LOG FOR python3.11-pypandoc-1.13 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/JessicaTegner/pypandoc/tarball/v1.13']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/JessicaTegner/pypandoc/tarball/refs/tags/v1.13']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-pypandoc-1.13 ---------------------- The update script for python3.11-pypandoc-1.13 failed with exit code 1 [result] Failed to update python311Packages.pypandoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wlcs, using log file: /var/log/nixpkgs-update/wlcs/2024-03-01.log wlcs 0 -> 1 attrpath: wlcs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - wlcs-1.7.0 Press Enter key to continue... Running update for: - wlcs-1.7.0: UPDATING ... - wlcs-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wlcs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-api, using log file: /var/log/nixpkgs-update/python311Packages.wikipedia-api/2024-03-01.log python311Packages.wikipedia-api 0 -> 1 attrpath: python311Packages.wikipedia-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] Going to be running update for following packages: - python3.11-Wikipedia-API-0.6.0 Press Enter key to continue... Running update for: - python3.11-Wikipedia-API-0.6.0: UPDATING ... - python3.11-Wikipedia-API-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wikipedia-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.vprof, using log file: /var/log/nixpkgs-update/python311Packages.vprof/2024-03-01.log python311Packages.vprof 0 -> 1 attrpath: python311Packages.vprof Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-vprof-0.38 Press Enter key to continue... Running update for: - python3.11-vprof-0.38: UPDATING ... - python3.11-vprof-0.38: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vprof 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath refurb, using log file: /var/log/nixpkgs-update/refurb/2024-03-01.log refurb 0 -> 1 attrpath: refurb Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - refurb-1.28.0 Press Enter key to continue... Running update for: - refurb-1.28.0: UPDATING ... - refurb-1.28.0: ERROR --- SHOWING ERROR LOG FOR refurb-1.28.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/dosisod/refurb/tarball/v1.28.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/dosisod/refurb/tarball/refs/tags/v1.28.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR refurb-1.28.0 ---------------------- The update script for refurb-1.28.0 failed with exit code 1 [result] Failed to update refurb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.typesystem, using log file: /var/log/nixpkgs-update/python311Packages.typesystem/2024-03-01.log python311Packages.typesystem 0 -> 1 attrpath: python311Packages.typesystem Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-typesystem-0.4.1 Press Enter key to continue... Running update for: - python3.11-typesystem-0.4.1: UPDATING ... - python3.11-typesystem-0.4.1: ERROR --- SHOWING ERROR LOG FOR python3.11-typesystem-0.4.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/encode/typesystem/tarball/0.4.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/encode/typesystem/tarball/refs/tags/0.4.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-typesystem-0.4.1 ---------------------- The update script for python3.11-typesystem-0.4.1 failed with exit code 1 [result] Failed to update python311Packages.typesystem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kemai, using log file: /var/log/nixpkgs-update/kemai/2024-03-01.log kemai 0 -> 1 attrpath: kemai Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - kemai-0.10.0 Press Enter key to continue... Running update for: - kemai-0.10.0: UPDATING ... - kemai-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kemai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath precice-config-visualizer, using log file: /var/log/nixpkgs-update/precice-config-visualizer/2024-03-01.log precice-config-visualizer 0 -> 1 attrpath: precice-config-visualizer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - config-visualizer-unstable-2022-02-23 Press Enter key to continue... Running update for: - config-visualizer-unstable-2022-02-23: UPDATING ... - config-visualizer-unstable-2022-02-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update precice-config-visualizer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.govee-led-wez, using log file: /var/log/nixpkgs-update/python311Packages.govee-led-wez/2024-03-01.log python311Packages.govee-led-wez 0 -> 1 attrpath: python311Packages.govee-led-wez Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-govee-led-wez-0.0.15 Press Enter key to continue... Running update for: - python3.11-govee-led-wez-0.0.15: UPDATING ... - python3.11-govee-led-wez-0.0.15: ERROR --- SHOWING ERROR LOG FOR python3.11-govee-led-wez-0.0.15 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/wez/govee-py/tarball/v0.0.5']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/wez/govee-py/tarball/refs/tags/v0.0.5']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-govee-led-wez-0.0.15 ---------------------- The update script for python3.11-govee-led-wez-0.0.15 failed with exit code 1 [result] Failed to update python311Packages.govee-led-wez 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath feishu, using log file: /var/log/nixpkgs-update/feishu/2024-03-01.log feishu 6.9.16 -> 7.12.7 https://repology.org/project/feishu/versions attrpath: feishu 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/1xvd4nyq269rx6bg3rixqshvnv04sld1-Feishu-linux_x64-7.12.7.deb.drv building '/nix/store/1xvd4nyq269rx6bg3rixqshvnv04sld1-Feishu-linux_x64-7.12.7.deb.drv'... trying https://sf3-cn.feishucdn.com/obj/ee-appcenter/fe01b99b/Feishu-linux_x64-7.12.7.deb % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 82 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Feishu-linux_x64-7.12.7.deb 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 'feishu.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/1xvd4nyq269rx6bg3rixqshvnv04sld1-Feishu-linux_x64-7.12.7.deb.drv /nix/store/p0inhhhxj3jhfwca8a7knqm6zg9ybk37-feishu-7.12.7.drv building '/nix/store/1xvd4nyq269rx6bg3rixqshvnv04sld1-Feishu-linux_x64-7.12.7.deb.drv'... trying https://sf3-cn.feishucdn.com/obj/ee-appcenter/fe01b99b/Feishu-linux_x64-7.12.7.deb % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 82 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Feishu-linux_x64-7.12.7.deb from any mirror error: builder for '/nix/store/1xvd4nyq269rx6bg3rixqshvnv04sld1-Feishu-linux_x64-7.12.7.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://sf3-cn.feishucdn.com/obj/ee-appcenter/fe01b99b/Feishu-linux_x64-7.12.7.deb > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 82 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download Feishu-linux_x64-7.12.7.deb from any mirror For full logs, run 'nix log /nix/store/1xvd4nyq269rx6bg3rixqshvnv04sld1-Feishu-linux_x64-7.12.7.deb.drv'. error: 1 dependencies of derivation '/nix/store/p0inhhhxj3jhfwca8a7knqm6zg9ybk37-feishu-7.12.7.drv' failed to build [result] Failed to update feishu 6.9.16 -> 7.12.7 https://repology.org/project/feishu/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiolivisi, using log file: /var/log/nixpkgs-update/python311Packages.aiolivisi/2024-03-01.log python311Packages.aiolivisi 0 -> 1 attrpath: python311Packages.aiolivisi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aiolivisi-0.0.19 Press Enter key to continue... Running update for: - python3.11-aiolivisi-0.0.19: UPDATING ... - python3.11-aiolivisi-0.0.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiolivisi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sdnotify, using log file: /var/log/nixpkgs-update/python311Packages.sdnotify/2024-03-01.log python311Packages.sdnotify 0 -> 1 attrpath: python311Packages.sdnotify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sdnotify-0.3.2 Press Enter key to continue... Running update for: - python3.11-sdnotify-0.3.2: UPDATING ... - python3.11-sdnotify-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sdnotify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycddl, using log file: /var/log/nixpkgs-update/python311Packages.pycddl/2024-03-01.log python311Packages.pycddl 0 -> 1 attrpath: python311Packages.pycddl Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pycddl-0.5.2 Press Enter key to continue... Running update for: - python3.11-pycddl-0.5.2: UPDATING ... - python3.11-pycddl-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycddl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fnott, using log file: /var/log/nixpkgs-update/fnott/2024-03-01.log fnott 0 -> 1 attrpath: fnott Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - fnott-1.4.1 Press Enter key to continue... Running update for: - fnott-1.4.1: UPDATING ... - fnott-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fnott 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dataset, using log file: /var/log/nixpkgs-update/python311Packages.dataset/2024-03-01.log python311Packages.dataset 0 -> 1 attrpath: python311Packages.dataset Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dataset-1.6.2 Press Enter key to continue... Running update for: - python3.11-dataset-1.6.2: UPDATING ... - python3.11-dataset-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dataset 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lazy-imports, using log file: /var/log/nixpkgs-update/python311Packages.lazy-imports/2024-03-01.log python311Packages.lazy-imports 0 -> 1 attrpath: python311Packages.lazy-imports Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-lazy-imports-0.3.1 Press Enter key to continue... Running update for: - python3.11-lazy-imports-0.3.1: UPDATING ... - python3.11-lazy-imports-0.3.1: ERROR --- SHOWING ERROR LOG FOR python3.11-lazy-imports-0.3.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/telekom/lazy-imports/tarball/0.3.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/telekom/lazy-imports/tarball/refs/tags/0.3.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-lazy-imports-0.3.1 ---------------------- The update script for python3.11-lazy-imports-0.3.1 failed with exit code 1 [result] Failed to update python311Packages.lazy-imports 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.gitlab, using log file: /var/log/nixpkgs-update/terraform-providers.gitlab/2024-03-01.log terraform-providers.gitlab 0 -> 1 attrpath: terraform-providers.gitlab Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.gitlab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.liccheck, using log file: /var/log/nixpkgs-update/python311Packages.liccheck/2024-03-01.log python311Packages.liccheck 0 -> 1 attrpath: python311Packages.liccheck Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.11-liccheck-0.9.2 Press Enter key to continue... Running update for: - python3.11-liccheck-0.9.2: UPDATING ... - python3.11-liccheck-0.9.2: ERROR --- SHOWING ERROR LOG FOR python3.11-liccheck-0.9.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/dhatim/python-license-check/tarball/0.9.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/dhatim/python-license-check/tarball/refs/tags/0.9.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-liccheck-0.9.2 ---------------------- The update script for python3.11-liccheck-0.9.2 failed with exit code 1 [result] Failed to update python311Packages.liccheck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath usbsdmux, using log file: /var/log/nixpkgs-update/usbsdmux/2024-03-01.log usbsdmux 0 -> 1 attrpath: usbsdmux Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - usbsdmux-24.1.1 Press Enter key to continue... Running update for: - usbsdmux-24.1.1: UPDATING ... - usbsdmux-24.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update usbsdmux 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath efficient-compression-tool, using log file: /var/log/nixpkgs-update/efficient-compression-tool/2024-03-01.log efficient-compression-tool 0.9.1 -> 0.9.5 https://github.com/fhanau/Efficient-Compression-Tool/releases attrpath: efficient-compression-tool 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/compression/efficient-compression-tool/default.nix b/pkgs/tools/compression/efficient-compression-tool/default.nix index a4f4b9fd40da..317b20662f10 100644 --- a/pkgs/tools/compression/efficient-compression-tool/default.nix +++ b/pkgs/tools/compression/efficient-compression-tool/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "efficient-compression-tool"; - version = "0.9.1"; + version = "0.9.5"; src = fetchFromGitHub { owner = "fhanau"; repo = "Efficient-Compression-Tool"; rev = "v${version}"; - sha256 = "sha256-TSV5QXf6GuHAwQrde3Zo9MA1rtpAhtRg0UTzMkBnHB8="; + sha256 = "sha256-mlqRDYwgLiB/mRaXkkPTCLiDGxTXqEgu5Nz5jhr1Hsg="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A efficient-compression-tool nix build failed. got build log for 'efficient-compression-tool' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/dw0h09db5abyx120hlsmk3bb5d7yv06c-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/0sajvivyi0wbc7mas44fbnqjbdh7d72a-use-nixpkgs-libpng.patch patching file src/CMakeLists.txt Hunk #1 succeeded at 11 (offset 3 lines). Hunk #2 succeeded at 124 (offset 73 lines). patching file src/Makefile Hunk #1 succeeded at 19 (offset 1 line). Hunk #2 FAILED at 33. 1 out of 2 hunks FAILED -- saving rejects to file src/Makefile.rej patching file src/optipng/CMakeLists.txt Hunk #1 FAILED at 16. 1 out of 1 hunk FAILED -- saving rejects to file src/optipng/CMakeLists.txt.rej patching file src/optipng/image.h patching file src/optipng/opngreduc/opngreduc.h patching file src/optipng/trans.h [result] Failed to update efficient-compression-tool 0.9.1 -> 0.9.5 https://github.com/fhanau/Efficient-Compression-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 hunspellDicts.es_NI, using log file: /var/log/nixpkgs-update/hunspellDicts.es_NI/2024-03-01.log hunspellDicts.es_NI 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es_NI Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es_NI 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es-uy, using log file: /var/log/nixpkgs-update/hunspellDicts.es-uy/2024-03-01.log hunspellDicts.es-uy 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es-uy Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es-uy 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es-pr, using log file: /var/log/nixpkgs-update/hunspellDicts.es-pr/2024-03-01.log hunspellDicts.es-pr 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es-pr Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es-pr 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.spago, using log file: /var/log/nixpkgs-update/haskellPackages.spago/2024-03-01.log haskellPackages.spago 0.20.9 -> 0.21.0 https://github.com/purescript/spago/releases attrpath: haskellPackages.spago Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/purescript/spago/spago.nix b/pkgs/development/tools/purescript/spago/spago.nix index e3636e16f58c..c6fa3a1a7462 100644 --- a/pkgs/development/tools/purescript/spago/spago.nix +++ b/pkgs/development/tools/purescript/spago/spago.nix @@ -14,10 +14,10 @@ }: mkDerivation { pname = "spago"; - version = "0.20.9"; + version = "0.21.0"; src = fetchgit { url = "https://github.com/purescript/spago.git"; - sha256 = "00vdqg7vaw3d9zwh47886lw9fhhlwjagzhaj3aqz4xm92pjavhih"; + sha256 = "sha256-MMKt5BWpdvKxGlLB/5TkFEKXODUIHQL5T21wtc/DbQM="; rev = "d16d4914200783fbd820ba89dbdf67270454faf5"; fetchSubmodules = true; }; rev equal; no update necessary [result] Failed to update haskellPackages.spago 0.20.9 -> 0.21.0 https://github.com/purescript/spago/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.nvim-cmp, using log file: /var/log/nixpkgs-update/lua54Packages.nvim-cmp/2024-03-01.log lua54Packages.nvim-cmp scm-1 -> 0.0.1 https://github.com/hrsh7th/nvim-cmp/releases attrpath: lua54Packages.nvim-cmp Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.nvim-cmp scm-1 -> 0.0.1 https://github.com/hrsh7th/nvim-cmp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_latest_libre.vendor-reset, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_latest_libre.vendor-reset/2024-03-01.log linuxKernel.packages.linux_latest_libre.vendor-reset unstable-2021-02-16-6.7.6 -> 0.1.0 https://github.com/gnif/vendor-reset/releases attrpath: linuxKernel.packages.linux_latest_libre.vendor-reset Checking auto update branch... No auto update branch exists Old version unstable-2021-02-16-6.7.6" not present in master derivation file with contents: { stdenv, fetchFromGitHub, fetchpatch, kernel, lib }: stdenv.mkDerivation rec { pname = "vendor-reset"; version = "unstable-2021-02-16-${kernel.version}"; src = fetchFromGitHub { owner = "gnif"; repo = "vendor-reset"; rev = "225a49a40941e350899e456366265cf82b87ad25"; sha256 = "sha256-xa7P7+mRk4FVgi+YYCcsFLfyNqPmXvy3xhGoTDVqPxw="; }; patches = [ # Fix build with Linux 5.18. # https://github.com/gnif/vendor-reset/pull/58 (fetchpatch { url = "https://github.com/gnif/vendor-reset/commit/5bbffcd6fee5348e8808bdbfcb5b21d455b02f55.patch"; sha256 = "sha256-L1QxVpcZAVYiaMFCBfL2EJgeMyOR8sDa1UqF1QB3bns="; }) ]; nativeBuildInputs = kernel.moduleBuildDependencies; hardeningDisable = [ "pic" ]; makeFlags = [ "KVER=${kernel.modDirVersion}" "KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" ]; installPhase = '' install -D vendor-reset.ko -t "$out/lib/modules/${kernel.modDirVersion}/kernel/drivers/misc/" ''; enableParallelBuilding = true; meta = with lib; { description = "Linux kernel vendor specific hardware reset module"; homepage = "https://github.com/gnif/vendor-reset"; license = licenses.gpl2Only; maintainers = with maintainers; [ ]; platforms = [ "x86_64-linux" ]; broken = kernel.kernelOlder "4.19"; }; } [result] Failed to update linuxKernel.packages.linux_latest_libre.vendor-reset unstable-2021-02-16-6.7.6 -> 0.1.0 https://github.com/gnif/vendor-reset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.printbox-text, using log file: /var/log/nixpkgs-update/ocamlPackages.printbox-text/2024-03-01.log ocamlPackages.printbox-text 0.6.1 -> 0.10 https://github.com/c-cube/printbox/releases attrpath: ocamlPackages.printbox-text Checking auto update branch... No auto update branch exists Old version 0.6.1" not present in master derivation file with contents: { buildDunePackage, lib, ocaml, printbox, uucp, uutf, mdx }: buildDunePackage { pname = "printbox-text"; inherit (printbox) src version; propagatedBuildInputs = [ printbox uucp uutf ]; doCheck = printbox.doCheck && lib.versionOlder ocaml.version "5.0"; nativeCheckInputs = [ mdx.bin ]; meta = printbox.meta // { description = "Text renderer for printbox, using unicode edges"; }; } [result] Failed to update ocamlPackages.printbox-text 0.6.1 -> 0.10 https://github.com/c-cube/printbox/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.mirage-flow-unix, using log file: /var/log/nixpkgs-update/ocamlPackages.mirage-flow-unix/2024-03-01.log ocamlPackages.mirage-flow-unix 3.0.0 -> 4.0.2 https://github.com/mirage/mirage-flow/releases attrpath: ocamlPackages.mirage-flow-unix Checking auto update branch... No auto update branch exists Old version 3.0.0" not present in master derivation file with contents: { buildDunePackage, fmt, logs, mirage-flow, ocaml_lwt, cstruct , alcotest, mirage-flow-combinators }: buildDunePackage { pname = "mirage-flow-unix"; inherit (mirage-flow) version src; duneVersion = "3"; # Make tests compatible with alcotest 1.4.0 postPatch = '' substituteInPlace test/test.ml --replace 'Fmt.kstrf Alcotest.fail' 'Fmt.kstrf (fun s -> Alcotest.fail s)' ''; propagatedBuildInputs = [ fmt logs mirage-flow ocaml_lwt cstruct ]; doCheck = true; checkInputs = [ alcotest mirage-flow-combinators ]; meta = mirage-flow.meta // { description = "Flow implementations and combinators for MirageOS on Unix"; }; } [result] Failed to update ocamlPackages.mirage-flow-unix 3.0.0 -> 4.0.2 https://github.com/mirage/mirage-flow/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_15.nvidia_x11_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_15.nvidia_x11_beta_open/2024-03-01.log linuxKernel.packages.linux_5_15.nvidia_x11_beta_open 5.15.149-550.54.14 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_5_15.nvidia_x11_beta_open Checking auto update branch... No auto update branch exists Old version 5.15.149-550.54.14" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , kernel , nvidia_x11 , hash , broken ? false }: stdenv.mkDerivation ({ pname = "nvidia-open"; version = "${kernel.version}-${nvidia_x11.version}"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "open-gpu-kernel-modules"; rev = nvidia_x11.version; inherit hash; }; nativeBuildInputs = kernel.moduleBuildDependencies; makeFlags = kernel.makeFlags ++ [ "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source" "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "MODLIB=$(out)/lib/modules/${kernel.modDirVersion}" { aarch64-linux = "TARGET_ARCH=aarch64"; x86_64-linux = "TARGET_ARCH=x86_64"; }.${stdenv.hostPlatform.system} ]; installTargets = [ "modules_install" ]; enableParallelBuilding = true; meta = with lib; { description = "NVIDIA Linux Open GPU Kernel Module"; homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules"; license = with licenses; [ gpl2Plus mit ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ nickcao ]; inherit broken; }; } // lib.optionalAttrs stdenv.hostPlatform.isAarch64 { env.NIX_CFLAGS_COMPILE = "-fno-stack-protector"; }) [result] Failed to update linuxKernel.packages.linux_5_15.nvidia_x11_beta_open 5.15.149-550.54.14 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_zen.kvdo, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_zen.kvdo/2024-03-01.log linuxKernel.packages.linux_zen.kvdo 8.2.1.6 -> 8.2.3.3 https://github.com/dm-vdo/kvdo/releases attrpath: linuxKernel.packages.linux_zen.kvdo Checking auto update branch... An auto update branch exists with message `linuxKernel.packages.linux_zen.kvdo: 8.2.1.6 -> 8.2.3.3`. New version is 8.2.3.3. An auto update branch exists with an equal or greater version [result] Failed to update linuxKernel.packages.linux_zen.kvdo 8.2.1.6 -> 8.2.3.3 https://github.com/dm-vdo/kvdo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.ocamlformat_0_25_1, using log file: /var/log/nixpkgs-update/ocamlPackages.ocamlformat_0_25_1/2024-03-01.log ocamlPackages.ocamlformat_0_25_1 0.25.1 -> 0.26.1 https://github.com/ocaml-ppx/ocamlformat/releases attrpath: ocamlPackages.ocamlformat_0_25_1 Checking auto update branch... No auto update branch exists Version in attr path ocamlPackages.ocamlformat_0_25_1 not compatible with 0.26.1 [result] Failed to update ocamlPackages.ocamlformat_0_25_1 0.25.1 -> 0.26.1 https://github.com/ocaml-ppx/ocamlformat/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_1.nvidia_x11_vulkan_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1.nvidia_x11_vulkan_beta_open/2024-03-01.log linuxKernel.packages.linux_6_1.nvidia_x11_vulkan_beta_open 6.1.79-535.43.28 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_6_1.nvidia_x11_vulkan_beta_open Checking auto update branch... No auto update branch exists Old version 6.1.79-535.43.28" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , kernel , nvidia_x11 , hash , broken ? false }: stdenv.mkDerivation ({ pname = "nvidia-open"; version = "${kernel.version}-${nvidia_x11.version}"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "open-gpu-kernel-modules"; rev = nvidia_x11.version; inherit hash; }; nativeBuildInputs = kernel.moduleBuildDependencies; makeFlags = kernel.makeFlags ++ [ "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source" "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "MODLIB=$(out)/lib/modules/${kernel.modDirVersion}" { aarch64-linux = "TARGET_ARCH=aarch64"; x86_64-linux = "TARGET_ARCH=x86_64"; }.${stdenv.hostPlatform.system} ]; installTargets = [ "modules_install" ]; enableParallelBuilding = true; meta = with lib; { description = "NVIDIA Linux Open GPU Kernel Module"; homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules"; license = with licenses; [ gpl2Plus mit ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ nickcao ]; inherit broken; }; } // lib.optionalAttrs stdenv.hostPlatform.isAarch64 { env.NIX_CFLAGS_COMPILE = "-fno-stack-protector"; }) [result] Failed to update linuxKernel.packages.linux_6_1.nvidia_x11_vulkan_beta_open 6.1.79-535.43.28 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_libre.nvidia_x11_vulkan_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_libre.nvidia_x11_vulkan_beta_open/2024-03-01.log linuxKernel.packages.linux_libre.nvidia_x11_vulkan_beta_open 6.6.18-535.43.28 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_libre.nvidia_x11_vulkan_beta_open Checking auto update branch... No auto update branch exists Old version 6.6.18-535.43.28" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , kernel , nvidia_x11 , hash , broken ? false }: stdenv.mkDerivation ({ pname = "nvidia-open"; version = "${kernel.version}-${nvidia_x11.version}"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "open-gpu-kernel-modules"; rev = nvidia_x11.version; inherit hash; }; nativeBuildInputs = kernel.moduleBuildDependencies; makeFlags = kernel.makeFlags ++ [ "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source" "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "MODLIB=$(out)/lib/modules/${kernel.modDirVersion}" { aarch64-linux = "TARGET_ARCH=aarch64"; x86_64-linux = "TARGET_ARCH=x86_64"; }.${stdenv.hostPlatform.system} ]; installTargets = [ "modules_install" ]; enableParallelBuilding = true; meta = with lib; { description = "NVIDIA Linux Open GPU Kernel Module"; homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules"; license = with licenses; [ gpl2Plus mit ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ nickcao ]; inherit broken; }; } // lib.optionalAttrs stdenv.hostPlatform.isAarch64 { env.NIX_CFLAGS_COMPILE = "-fno-stack-protector"; }) [result] Failed to update linuxKernel.packages.linux_libre.nvidia_x11_vulkan_beta_open 6.6.18-535.43.28 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua52Packages.toml, using log file: /var/log/nixpkgs-update/lua52Packages.toml/2024-03-01.log lua52Packages.toml 0.3.0-0 -> 0.4.0 https://github.com/LebJe/toml.lua/releases attrpath: lua52Packages.toml Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.toml 0.3.0-0 -> 0.4.0 https://github.com/LebJe/toml.lua/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.vstruct, using log file: /var/log/nixpkgs-update/lua51Packages.vstruct/2024-03-01.log lua51Packages.vstruct 2.1.1-1 -> 2.2.0 https://repology.org/project/lua:vstruct/versions attrpath: lua51Packages.vstruct Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.vstruct 2.1.1-1 -> 2.2.0 https://repology.org/project/lua:vstruct/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FDRsamplesize2, using log file: /var/log/nixpkgs-update/rPackages.FDRsamplesize2/2024-03-01.log rPackages.FDRsamplesize2 0.1.0 -> 0.2.0 https://repology.org/project/r:fdrsamplesize2/versions attrpath: rPackages.FDRsamplesize2 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.FDRsamplesize2 0.1.0 -> 0.2.0 https://repology.org/project/r:fdrsamplesize2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sdkmanager, using log file: /var/log/nixpkgs-update/sdkmanager/2024-03-01.log sdkmanager 0.6.5 -> 0.6.6 https://repology.org/project/sdkmanager/versions attrpath: sdkmanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - sdkmanager-0.6.5 Press Enter key to continue... Running update for: - sdkmanager-0.6.5: UPDATING ... - sdkmanager-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sdkmanager 0.6.5 -> 0.6.6 https://repology.org/project/sdkmanager/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.thor, using log file: /var/log/nixpkgs-update/rubyPackages.thor/2024-03-01.log rubyPackages.thor 1.3.0 -> 1.3.1 https://repology.org/project/ruby:thor/versions attrpath: rubyPackages.thor Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages.thor 1.3.0 -> 1.3.1 https://repology.org/project/ruby:thor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MADPop, using log file: /var/log/nixpkgs-update/rPackages.MADPop/2024-03-01.log rPackages.MADPop 1.1.6 -> 1.1.7 https://repology.org/project/r:madpop/versions attrpath: rPackages.MADPop Checking auto update branch... No auto update branch exists Old version 1.1.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MADPop 1.1.6 -> 1.1.7 https://repology.org/project/r:madpop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cocorresp, using log file: /var/log/nixpkgs-update/rPackages.cocorresp/2024-03-01.log rPackages.cocorresp 0.4-3 -> 0.4-4 https://repology.org/project/r:cocorresp/versions attrpath: rPackages.cocorresp 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.cocorresp 0.4-3 -> 0.4-4 https://repology.org/project/r:cocorresp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.clickhouse-driver, using log file: /var/log/nixpkgs-update/python312Packages.clickhouse-driver/2024-03-01.log python312Packages.clickhouse-driver 0.2.5 -> 0.2.7 https://repology.org/project/python:clickhouse-driver/versions attrpath: python312Packages.clickhouse-driver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-clickhouse-driver-0.2.5 Press Enter key to continue... Running update for: - python3.12-clickhouse-driver-0.2.5: UPDATING ... - python3.12-clickhouse-driver-0.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.clickhouse-driver 0.2.5 -> 0.2.7 https://repology.org/project/python:clickhouse-driver/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.HiResTEC, using log file: /var/log/nixpkgs-update/rPackages.HiResTEC/2024-03-01.log rPackages.HiResTEC 0.62 -> 0.62.3 https://repology.org/project/r:hirestec/versions attrpath: rPackages.HiResTEC Checking auto update branch... No auto update branch exists Old version 0.62" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.HiResTEC 0.62 -> 0.62.3 https://repology.org/project/r:hirestec/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.N2R, using log file: /var/log/nixpkgs-update/rPackages.N2R/2024-03-01.log rPackages.N2R 1.0.1 -> 1.0.3 https://repology.org/project/r:n2r/versions attrpath: rPackages.N2R 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.N2R 1.0.1 -> 1.0.3 https://repology.org/project/r:n2r/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.jmvReadWrite, using log file: /var/log/nixpkgs-update/rPackages.jmvReadWrite/2024-03-01.log rPackages.jmvReadWrite 0.4.2 -> 0.4.4 https://repology.org/project/r:jmvreadwrite/versions attrpath: rPackages.jmvReadWrite Checking auto update branch... No auto update branch exists Old version 0.4.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.jmvReadWrite 0.4.2 -> 0.4.4 https://repology.org/project/r:jmvreadwrite/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.etwfe, using log file: /var/log/nixpkgs-update/rPackages.etwfe/2024-03-01.log rPackages.etwfe 0.3.5 -> 0.4.0 https://repology.org/project/r:etwfe/versions attrpath: rPackages.etwfe Checking auto update branch... No auto update branch exists Old version 0.3.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.etwfe 0.3.5 -> 0.4.0 https://repology.org/project/r:etwfe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath palemoon-bin, using log file: /var/log/nixpkgs-update/palemoon-bin/2024-03-01.log palemoon-bin 33.0.0 -> 33.0.1 https://repology.org/project/palemoon/versions attrpath: palemoon-bin 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/browsers/palemoon/bin.nix b/pkgs/applications/networking/browsers/palemoon/bin.nix index bc4235d82795..6b78f0f9af89 100644 --- a/pkgs/applications/networking/browsers/palemoon/bin.nix +++ b/pkgs/applications/networking/browsers/palemoon/bin.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "palemoon-bin"; - version = "33.0.0"; + version = "33.0.1"; src = fetchzip { urls = [ @@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: { "https://rm-us.palemoon.org/release/palemoon-${finalAttrs.version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz" ]; hash = if withGTK3 then - "sha256-qZX23dsKNg5AOIaBAAmTWT6VDEl3OGz3kb3idtvJElw=" + "sha256-6/rUIfK/Htpg0oGvPlvUBevEdCNMpJ95gC0RAmGRAbM=" else "sha256-Lz1+5I8Rj0GrBUBTJoRsatpyzkqVHZuWbKARkuWFs5U="; }; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update palemoon-bin 33.0.0 -> 33.0.1 https://repology.org/project/palemoon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php83Extensions.sqlsrv, using log file: /var/log/nixpkgs-update/php83Extensions.sqlsrv/2024-03-01.log php83Extensions.sqlsrv 5.10.1 -> 5.12.0 https://github.com/Microsoft/msphpsql/releases attrpath: php83Extensions.sqlsrv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 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/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-sqlsrv-5.10.1 ---------------------- The update script for php-sqlsrv-5.10.1 failed with exit code 1 [result] Failed to update php83Extensions.sqlsrv 5.10.1 -> 5.12.0 https://github.com/Microsoft/msphpsql/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-ce, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-ce/2024-03-01.log python311Packages.mypy-boto3-ce 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-ce Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-ce-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-ce-1.34.0: UPDATING ... - python3.11-mypy-boto3-ce-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-ce 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-worklink, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-worklink/2024-03-01.log python311Packages.mypy-boto3-worklink 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-worklink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-worklink-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-worklink-1.34.0: UPDATING ... - python3.11-mypy-boto3-worklink-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-worklink 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-fis, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-fis/2024-03-01.log python311Packages.mypy-boto3-fis 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-fis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-fis-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-fis-1.34.0: UPDATING ... - python3.11-mypy-boto3-fis-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-fis 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-lookoutvision, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-lookoutvision/2024-03-01.log python311Packages.mypy-boto3-lookoutvision 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-lookoutvision Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-lookoutvision-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-lookoutvision-1.34.0: UPDATING ... - python3.11-mypy-boto3-lookoutvision-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-lookoutvision 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-kinesis, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-kinesis/2024-03-01.log python311Packages.mypy-boto3-kinesis 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-kinesis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-kinesis-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-kinesis-1.34.0: UPDATING ... - python3.11-mypy-boto3-kinesis-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-kinesis 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-servicecatalog-appregistry, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-servicecatalog-appregistry/2024-03-01.log python311Packages.mypy-boto3-servicecatalog-appregistry 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-servicecatalog-appregistry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-servicecatalog-appregistry-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-servicecatalog-appregistry-1.34.0: UPDATING ... - python3.11-mypy-boto3-servicecatalog-appregistry-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-servicecatalog-appregistry 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-sagemaker-runtime, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-sagemaker-runtime/2024-03-01.log python311Packages.mypy-boto3-sagemaker-runtime 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-sagemaker-runtime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-sagemaker-runtime-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-sagemaker-runtime-1.34.0: UPDATING ... - python3.11-mypy-boto3-sagemaker-runtime-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-sagemaker-runtime 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.letsencrypt, using log file: /var/log/nixpkgs-update/ocamlPackages.letsencrypt/2024-03-01.log ocamlPackages.letsencrypt 0.5.0 -> 0.5.1 https://github.com/mmaker/ocaml-letsencrypt/releases attrpath: ocamlPackages.letsencrypt 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/letsencrypt/default.nix b/pkgs/development/ocaml-modules/letsencrypt/default.nix index 9fdff45b6a54..3eb8c2c08b55 100644 --- a/pkgs/development/ocaml-modules/letsencrypt/default.nix +++ b/pkgs/development/ocaml-modules/letsencrypt/default.nix @@ -21,11 +21,11 @@ buildDunePackage rec { pname = "letsencrypt"; - version = "0.5.0"; + version = "0.5.1"; src = fetchurl { url = "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v${version}/letsencrypt-${version}.tbz"; - hash = "sha256-XGroZiNyP0ItOMrXK07nrVqT4Yz9RKXYvZuRkDp089M="; + hash = "sha256-uQOHpdyPg5kms+negxpQMxfhow6auZ0ipt5ksoXYo1w="; }; minimalOCamlVersion = "4.08"; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.letsencrypt 0.5.0 -> 0.5.1 https://github.com/mmaker/ocaml-letsencrypt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_hardened.nvidia_x11_vulkan_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_hardened.nvidia_x11_vulkan_beta_open/2024-03-01.log linuxKernel.packages.linux_hardened.nvidia_x11_vulkan_beta_open 6.6.18-535.43.28 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_hardened.nvidia_x11_vulkan_beta_open Checking auto update branch... No auto update branch exists Old version 6.6.18-535.43.28" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , kernel , nvidia_x11 , hash , broken ? false }: stdenv.mkDerivation ({ pname = "nvidia-open"; version = "${kernel.version}-${nvidia_x11.version}"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "open-gpu-kernel-modules"; rev = nvidia_x11.version; inherit hash; }; nativeBuildInputs = kernel.moduleBuildDependencies; makeFlags = kernel.makeFlags ++ [ "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source" "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "MODLIB=$(out)/lib/modules/${kernel.modDirVersion}" { aarch64-linux = "TARGET_ARCH=aarch64"; x86_64-linux = "TARGET_ARCH=x86_64"; }.${stdenv.hostPlatform.system} ]; installTargets = [ "modules_install" ]; enableParallelBuilding = true; meta = with lib; { description = "NVIDIA Linux Open GPU Kernel Module"; homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules"; license = with licenses; [ gpl2Plus mit ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ nickcao ]; inherit broken; }; } // lib.optionalAttrs stdenv.hostPlatform.isAarch64 { env.NIX_CFLAGS_COMPILE = "-fno-stack-protector"; }) [result] Failed to update linuxKernel.packages.linux_hardened.nvidia_x11_vulkan_beta_open 6.6.18-535.43.28 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-sqs, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-sqs/2024-03-01.log python311Packages.mypy-boto3-sqs 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-sqs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-sqs-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-sqs-1.34.0: UPDATING ... - python3.11-mypy-boto3-sqs-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-sqs 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_15_hardened.nvidia_x11_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_15_hardened.nvidia_x11_beta_open/2024-03-01.log linuxKernel.packages.linux_5_15_hardened.nvidia_x11_beta_open 5.15.149-550.54.14 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_5_15_hardened.nvidia_x11_beta_open Checking auto update branch... No auto update branch exists Old version 5.15.149-550.54.14" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , kernel , nvidia_x11 , hash , broken ? false }: stdenv.mkDerivation ({ pname = "nvidia-open"; version = "${kernel.version}-${nvidia_x11.version}"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "open-gpu-kernel-modules"; rev = nvidia_x11.version; inherit hash; }; nativeBuildInputs = kernel.moduleBuildDependencies; makeFlags = kernel.makeFlags ++ [ "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source" "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "MODLIB=$(out)/lib/modules/${kernel.modDirVersion}" { aarch64-linux = "TARGET_ARCH=aarch64"; x86_64-linux = "TARGET_ARCH=x86_64"; }.${stdenv.hostPlatform.system} ]; installTargets = [ "modules_install" ]; enableParallelBuilding = true; meta = with lib; { description = "NVIDIA Linux Open GPU Kernel Module"; homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules"; license = with licenses; [ gpl2Plus mit ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ nickcao ]; inherit broken; }; } // lib.optionalAttrs stdenv.hostPlatform.isAarch64 { env.NIX_CFLAGS_COMPILE = "-fno-stack-protector"; }) [result] Failed to update linuxKernel.packages.linux_5_15_hardened.nvidia_x11_beta_open 5.15.149-550.54.14 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-codeartifact, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-codeartifact/2024-03-01.log python311Packages.mypy-boto3-codeartifact 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-codeartifact Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-codeartifact-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-codeartifact-1.34.0: UPDATING ... - python3.11-mypy-boto3-codeartifact-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-codeartifact 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_hardened.r8125, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_hardened.r8125/2024-03-01.log linuxKernel.packages.linux_hardened.r8125 9.011.01 -> 9.012.03 https://github.com/louistakepillz/r8125/releases attrpath: linuxKernel.packages.linux_hardened.r8125 Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - linuxKernel.packages.linux_6_7_hardened.r8125: 9.011.01 -> 9.012.03 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291078" [result] Failed to update linuxKernel.packages.linux_hardened.r8125 9.011.01 -> 9.012.03 https://github.com/louistakepillz/r8125/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-sms, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-sms/2024-03-01.log python311Packages.mypy-boto3-sms 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-sms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-sms-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-sms-1.34.0: UPDATING ... - python3.11-mypy-boto3-sms-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-sms 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_1.kvdo, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1.kvdo/2024-03-01.log linuxKernel.packages.linux_6_1.kvdo 8.2.1.6 -> 8.2.3.3 https://github.com/dm-vdo/kvdo/releases attrpath: linuxKernel.packages.linux_6_1.kvdo Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - linuxKernel.packages.linux_zen.kvdo: 8.2.1.6 -> 8.2.3.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291070" [result] Failed to update linuxKernel.packages.linux_6_1.kvdo 8.2.1.6 -> 8.2.3.3 https://github.com/dm-vdo/kvdo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod_latest.vendor-reset, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_latest.vendor-reset/2024-03-01.log linuxKernel.packages.linux_xanmod_latest.vendor-reset unstable-2021-02-16-6.7.6 -> 0.1.0 https://github.com/gnif/vendor-reset/releases attrpath: linuxKernel.packages.linux_xanmod_latest.vendor-reset Checking auto update branch... No auto update branch exists Old version unstable-2021-02-16-6.7.6" not present in master derivation file with contents: { stdenv, fetchFromGitHub, fetchpatch, kernel, lib }: stdenv.mkDerivation rec { pname = "vendor-reset"; version = "unstable-2021-02-16-${kernel.version}"; src = fetchFromGitHub { owner = "gnif"; repo = "vendor-reset"; rev = "225a49a40941e350899e456366265cf82b87ad25"; sha256 = "sha256-xa7P7+mRk4FVgi+YYCcsFLfyNqPmXvy3xhGoTDVqPxw="; }; patches = [ # Fix build with Linux 5.18. # https://github.com/gnif/vendor-reset/pull/58 (fetchpatch { url = "https://github.com/gnif/vendor-reset/commit/5bbffcd6fee5348e8808bdbfcb5b21d455b02f55.patch"; sha256 = "sha256-L1QxVpcZAVYiaMFCBfL2EJgeMyOR8sDa1UqF1QB3bns="; }) ]; nativeBuildInputs = kernel.moduleBuildDependencies; hardeningDisable = [ "pic" ]; makeFlags = [ "KVER=${kernel.modDirVersion}" "KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" ]; installPhase = '' install -D vendor-reset.ko -t "$out/lib/modules/${kernel.modDirVersion}/kernel/drivers/misc/" ''; enableParallelBuilding = true; meta = with lib; { description = "Linux kernel vendor specific hardware reset module"; homepage = "https://github.com/gnif/vendor-reset"; license = licenses.gpl2Only; maintainers = with maintainers; [ ]; platforms = [ "x86_64-linux" ]; broken = kernel.kernelOlder "4.19"; }; } [result] Failed to update linuxKernel.packages.linux_xanmod_latest.vendor-reset unstable-2021-02-16-6.7.6 -> 0.1.0 https://github.com/gnif/vendor-reset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-cloudtrail-data, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-cloudtrail-data/2024-03-01.log python311Packages.mypy-boto3-cloudtrail-data 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-cloudtrail-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-cloudtrail-data-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-cloudtrail-data-1.34.0: UPDATING ... - python3.11-mypy-boto3-cloudtrail-data-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-cloudtrail-data 1.34.0 -> 7.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 php83Extensions.datadog_trace, using log file: /var/log/nixpkgs-update/php83Extensions.datadog_trace/2024-03-01.log php83Extensions.datadog_trace 0.97.0 -> 0.98.0 https://github.com/DataDog/dd-trace-php/releases attrpath: php83Extensions.datadog_trace Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - php-ddtrace-0.97.0 Press Enter key to continue... Running update for: - php-ddtrace-0.97.0: UPDATING ... - php-ddtrace-0.97.0: ERROR --- SHOWING ERROR LOG FOR php-ddtrace-0.97.0 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 357, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update php83Extensions.datadog_trace.src --- SHOWING ERROR LOG FOR php-ddtrace-0.97.0 ---------------------- The update script for php-ddtrace-0.97.0 failed with exit code 1 [result] Failed to update php83Extensions.datadog_trace 0.97.0 -> 0.98.0 https://github.com/DataDog/dd-trace-php/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodePackages.grammarly-languageserver, using log file: /var/log/nixpkgs-update/nodePackages.grammarly-languageserver/2024-03-01.log nodePackages.grammarly-languageserver 0.0.4 -> 0.24.0 https://github.com/znck/grammarly/releases attrpath: nodePackages.grammarly-languageserver Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update nodePackages.grammarly-languageserver 0.0.4 -> 0.24.0 https://github.com/znck/grammarly/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-alexaforbusiness, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-alexaforbusiness/2024-03-01.log python311Packages.mypy-boto3-alexaforbusiness 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-alexaforbusiness Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-alexaforbusiness-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-alexaforbusiness-1.34.0: UPDATING ... - python3.11-mypy-boto3-alexaforbusiness-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-alexaforbusiness 1.34.0 -> 7.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.mypy-boto3-opensearchserverless, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-opensearchserverless/2024-03-01.log python311Packages.mypy-boto3-opensearchserverless 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-opensearchserverless Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-opensearchserverless-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-opensearchserverless-1.34.0: UPDATING ... - python3.11-mypy-boto3-opensearchserverless-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-opensearchserverless 1.34.0 -> 7.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.mypy-boto3-entityresolution, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-entityresolution/2024-03-01.log python311Packages.mypy-boto3-entityresolution 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-entityresolution Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-entityresolution-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-entityresolution-1.34.0: UPDATING ... - python3.11-mypy-boto3-entityresolution-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-entityresolution 1.34.0 -> 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.mypy-boto3-drs, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-drs/2024-03-01.log python311Packages.mypy-boto3-drs 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-drs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-drs-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-drs-1.34.0: UPDATING ... - python3.11-mypy-boto3-drs-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-drs 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath magnetophonDSP.LazyLimiter, using log file: /var/log/nixpkgs-update/magnetophonDSP.LazyLimiter/2024-03-01.log magnetophonDSP.LazyLimiter 0.3.2 -> 0.3.3 https://github.com/magnetophon/LazyLimiter/releases attrpath: magnetophonDSP.LazyLimiter 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/zmzwd9v6jpng1cs01lj7bq9cmjcalwap-source.drv building '/nix/store/zmzwd9v6jpng1cs01lj7bq9cmjcalwap-source.drv'... trying https://github.com/magnetophon/LazyLimiter/archive/V0.3.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'magnetophonDSP.LazyLimiter.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/zmzwd9v6jpng1cs01lj7bq9cmjcalwap-source.drv /nix/store/njp7mj9lc8jf8c3x3d4gdy461byhs2x3-LazyLimiter-0.3.3.drv building '/nix/store/zmzwd9v6jpng1cs01lj7bq9cmjcalwap-source.drv'... trying https://github.com/magnetophon/LazyLimiter/archive/V0.3.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/zmzwd9v6jpng1cs01lj7bq9cmjcalwap-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/magnetophon/LazyLimiter/archive/V0.3.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/zmzwd9v6jpng1cs01lj7bq9cmjcalwap-source.drv'. error: 1 dependencies of derivation '/nix/store/njp7mj9lc8jf8c3x3d4gdy461byhs2x3-LazyLimiter-0.3.3.drv' failed to build [result] Failed to update magnetophonDSP.LazyLimiter 0.3.2 -> 0.3.3 https://github.com/magnetophon/LazyLimiter/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.anthropic, using log file: /var/log/nixpkgs-update/python312Packages.anthropic/2024-03-01.log python312Packages.anthropic 0.15.0 -> 0.16.0 https://github.com/anthropics/anthropic-sdk-python/releases attrpath: python312Packages.anthropic Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-anthropic-0.15.0 Press Enter key to continue... Running update for: - python3.12-anthropic-0.15.0: UPDATING ... - python3.12-anthropic-0.15.0: ERROR --- SHOWING ERROR LOG FOR python3.12-anthropic-0.15.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/anthropics/anthropic-sdk-python/tarball/v0.16.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/anthropics/anthropic-sdk-python/tarball/refs/tags/v0.16.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-anthropic-0.15.0 ---------------------- The update script for python3.12-anthropic-0.15.0 failed with exit code 1 [result] Failed to update python312Packages.anthropic 0.15.0 -> 0.16.0 https://github.com/anthropics/anthropic-sdk-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.clarifai, using log file: /var/log/nixpkgs-update/python312Packages.clarifai/2024-03-01.log python312Packages.clarifai 10.1.0 -> 10.1.1 https://github.com/Clarifai/clarifai-python/releases attrpath: python312Packages.clarifai Checking auto update branch... [version] [version] skipping because derivation has 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/ki018hzss2926ifrz8gn35m2gc2hwjzj-packages.json.drv building '/nix/store/ki018hzss2926ifrz8gn35m2gc2hwjzj-packages.json.drv'... Going to be running update for following packages: - python3.12-clarifai-10.1.0 Press Enter key to continue... Running update for: - python3.12-clarifai-10.1.0: UPDATING ... - python3.12-clarifai-10.1.0: ERROR --- SHOWING ERROR LOG FOR python3.12-clarifai-10.1.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Clarifai/clarifai-python/tarball/10.1.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/Clarifai/clarifai-python/tarball/refs/tags/10.1.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-clarifai-10.1.0 ---------------------- The update script for python3.12-clarifai-10.1.0 failed with exit code 1 [result] Failed to update python312Packages.clarifai 10.1.0 -> 10.1.1 https://github.com/Clarifai/clarifai-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.datatable, using log file: /var/log/nixpkgs-update/python312Packages.datatable/2024-03-01.log python312Packages.datatable unstable-2022-12-15 -> 1.1.0 https://github.com/h2oai/datatable/releases attrpath: python312Packages.datatable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-datatable-unstable-2022-12-15 Press Enter key to continue... Running update for: - python3.12-datatable-unstable-2022-12-15: UPDATING ... - python3.12-datatable-unstable-2022-12-15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.datatable unstable-2022-12-15 -> 1.1.0 https://github.com/h2oai/datatable/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.httpbin, using log file: /var/log/nixpkgs-update/python312Packages.httpbin/2024-03-01.log python312Packages.httpbin 0.10.1 -> 0.10.2 https://github.com/psf/httpbin/releases attrpath: python312Packages.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] Going to be running update for following packages: - python3.12-httpbin-0.10.1 Press Enter key to continue... Running update for: - python3.12-httpbin-0.10.1: UPDATING ... - python3.12-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 3427 > 25 [result] Failed to update python312Packages.httpbin 0.10.1 -> 0.10.2 https://github.com/psf/httpbin/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-docdb, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-docdb/2024-03-01.log python312Packages.mypy-boto3-docdb 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-docdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-docdb-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-docdb-1.34.0: UPDATING ... - python3.12-mypy-boto3-docdb-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-docdb 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pydocumentdb, using log file: /var/log/nixpkgs-update/python312Packages.pydocumentdb/2024-03-01.log python312Packages.pydocumentdb 2.3.5 -> 3.1.1 https://github.com/Azure/azure-cosmos-python/releases attrpath: python312Packages.pydocumentdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-pydocumentdb-2.3.5 Press Enter key to continue... Running update for: - python3.12-pydocumentdb-2.3.5: UPDATING ... - python3.12-pydocumentdb-2.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pydocumentdb 2.3.5 -> 3.1.1 https://github.com/Azure/azure-cosmos-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.rpyc, using log file: /var/log/nixpkgs-update/python312Packages.rpyc/2024-03-01.log python312Packages.rpyc 5.3.1 -> 6.0.0 https://github.com/tomerfiliba/rpyc/releases attrpath: python312Packages.rpyc Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-rpyc-5.3.1 Press Enter key to continue... Running update for: - python3.12-rpyc-5.3.1: UPDATING ... - python3.12-rpyc-5.3.1: ERROR --- SHOWING ERROR LOG FOR python3.12-rpyc-5.3.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tomerfiliba-org/rpyc/tarball/6.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tomerfiliba-org/rpyc/tarball/refs/tags/6.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-rpyc-5.3.1 ---------------------- The update script for python3.12-rpyc-5.3.1 failed with exit code 1 [result] Failed to update python312Packages.rpyc 5.3.1 -> 6.0.0 https://github.com/tomerfiliba/rpyc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-codestar, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-codestar/2024-03-01.log python312Packages.mypy-boto3-codestar 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-codestar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-codestar-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-codestar-1.34.0: UPDATING ... - python3.12-mypy-boto3-codestar-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-codestar 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-codecatalyst, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-codecatalyst/2024-03-01.log python312Packages.mypy-boto3-codecatalyst 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-codecatalyst Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-codecatalyst-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-codecatalyst-1.34.0: UPDATING ... - python3.12-mypy-boto3-codecatalyst-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-codecatalyst 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pylint, using log file: /var/log/nixpkgs-update/python312Packages.pylint/2024-03-01.log python312Packages.pylint 3.0.3 -> 3.1.0 https://github.com/pylint-dev/pylint/releases attrpath: python312Packages.pylint Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-pylint-3.0.3 Press Enter key to continue... Running update for: - python3.12-pylint-3.0.3: UPDATING ... - python3.12-pylint-3.0.3: ERROR --- SHOWING ERROR LOG FOR python3.12-pylint-3.0.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pylint-dev/pylint/tarball/v3.1.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/pylint-dev/pylint/tarball/refs/tags/v3.1.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-pylint-3.0.3 ---------------------- The update script for python3.12-pylint-3.0.3 failed with exit code 1 [result] Failed to update python312Packages.pylint 3.0.3 -> 3.1.0 https://github.com/pylint-dev/pylint/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-guardduty, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-guardduty/2024-03-01.log python312Packages.mypy-boto3-guardduty 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-guardduty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-guardduty-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-guardduty-1.34.0: UPDATING ... - python3.12-mypy-boto3-guardduty-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-guardduty 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sphinx-prompt, using log file: /var/log/nixpkgs-update/python312Packages.sphinx-prompt/2024-03-01.log python312Packages.sphinx-prompt 1.7.0 -> 1.8.0 https://github.com/sbrunner/sphinx-prompt/releases attrpath: python312Packages.sphinx-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] Failed with exit code 1 Going to be running update for following packages: - python3.12-sphinx-prompt-1.7.0 Press Enter key to continue... Running update for: - python3.12-sphinx-prompt-1.7.0: UPDATING ... - python3.12-sphinx-prompt-1.7.0: ERROR --- SHOWING ERROR LOG FOR python3.12-sphinx-prompt-1.7.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/sbrunner/sphinx-prompt/tarball/1.8.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/sbrunner/sphinx-prompt/tarball/refs/tags/1.8.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-sphinx-prompt-1.7.0 ---------------------- The update script for python3.12-sphinx-prompt-1.7.0 failed with exit code 1 [result] Failed to update python312Packages.sphinx-prompt 1.7.0 -> 1.8.0 https://github.com/sbrunner/sphinx-prompt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyslurm, using log file: /var/log/nixpkgs-update/python312Packages.pyslurm/2024-03-01.log python312Packages.pyslurm 23.2.2 -> 23.11.0 https://github.com/PySlurm/pyslurm/releases attrpath: python312Packages.pyslurm Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.12-pyslurm-23.2.2 Press Enter key to continue... Running update for: - python3.12-pyslurm-23.2.2: UPDATING ... - python3.12-pyslurm-23.2.2: ERROR --- SHOWING ERROR LOG FOR python3.12-pyslurm-23.2.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/PySlurm/pyslurm/tarball/v23.11.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/PySlurm/pyslurm/tarball/refs/tags/v23.11.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-pyslurm-23.2.2 ---------------------- The update script for python3.12-pyslurm-23.2.2 failed with exit code 1 [result] Failed to update python312Packages.pyslurm 23.2.2 -> 23.11.0 https://github.com/PySlurm/pyslurm/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-textract, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-textract/2024-03-01.log python312Packages.mypy-boto3-textract 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-textract Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-textract-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-textract-1.34.0: UPDATING ... - python3.12-mypy-boto3-textract-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-textract 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-appintegrations, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-appintegrations/2024-03-01.log python312Packages.mypy-boto3-appintegrations 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-appintegrations Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-appintegrations-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-appintegrations-1.34.0: UPDATING ... - python3.12-mypy-boto3-appintegrations-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-appintegrations 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.editdistance, using log file: /var/log/nixpkgs-update/python312Packages.editdistance/2024-03-01.log python312Packages.editdistance 0.6.2 -> 0.8.1 https://github.com/roy-ht/editdistance/releases attrpath: python312Packages.editdistance Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.12-editdistance-0.6.2 Press Enter key to continue... Running update for: - python3.12-editdistance-0.6.2: UPDATING ... - python3.12-editdistance-0.6.2: ERROR --- SHOWING ERROR LOG FOR python3.12-editdistance-0.6.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/roy-ht/editdistance/tarball/v0.8.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/roy-ht/editdistance/tarball/refs/tags/v0.8.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-editdistance-0.6.2 ---------------------- The update script for python3.12-editdistance-0.6.2 failed with exit code 1 [result] Failed to update python312Packages.editdistance 0.6.2 -> 0.8.1 https://github.com/roy-ht/editdistance/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-frauddetector, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-frauddetector/2024-03-01.log python312Packages.mypy-boto3-frauddetector 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-frauddetector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-frauddetector-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-frauddetector-1.34.0: UPDATING ... - python3.12-mypy-boto3-frauddetector-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-frauddetector 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-iot-jobs-data, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-iot-jobs-data/2024-03-01.log python312Packages.mypy-boto3-iot-jobs-data 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-iot-jobs-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-iot-jobs-data-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-iot-jobs-data-1.34.0: UPDATING ... - python3.12-mypy-boto3-iot-jobs-data-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-iot-jobs-data 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-shield, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-shield/2024-03-01.log python312Packages.mypy-boto3-shield 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-shield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-shield-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-shield-1.34.0: UPDATING ... - python3.12-mypy-boto3-shield-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-shield 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-route53-recovery-control-config, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-route53-recovery-control-config/2024-03-01.log python312Packages.mypy-boto3-route53-recovery-control-config 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-route53-recovery-control-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] Going to be running update for following packages: - python3.12-mypy-boto3-route53-recovery-control-config-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-route53-recovery-control-config-1.34.0: UPDATING ... - python3.12-mypy-boto3-route53-recovery-control-config-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-route53-recovery-control-config 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.opentelemetry-instrumentation, using log file: /var/log/nixpkgs-update/python312Packages.opentelemetry-instrumentation/2024-03-01.log python312Packages.opentelemetry-instrumentation 0.43b0 -> 0.44b0 https://github.com/open-telemetry/opentelemetry-python-contrib/releases attrpath: python312Packages.opentelemetry-instrumentation Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-opentelemetry-instrumentation-0.43b0 Press Enter key to continue... Running update for: - python3.12-opentelemetry-instrumentation-0.43b0: UPDATING ... - python3.12-opentelemetry-instrumentation-0.43b0: ERROR --- SHOWING ERROR LOG FOR python3.12-opentelemetry-instrumentation-0.43b0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/open-telemetry/opentelemetry-python-contrib/tarball/v1.16.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/open-telemetry/opentelemetry-python-contrib/tarball/refs/tags/v1.16.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-opentelemetry-instrumentation-0.43b0 ---------------------- The update script for python3.12-opentelemetry-instrumentation-0.43b0 failed with exit code 1 [result] Failed to update python312Packages.opentelemetry-instrumentation 0.43b0 -> 0.44b0 https://github.com/open-telemetry/opentelemetry-python-contrib/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-kafka, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-kafka/2024-03-01.log python312Packages.mypy-boto3-kafka 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-kafka Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-kafka-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-kafka-1.34.0: UPDATING ... - python3.12-mypy-boto3-kafka-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-kafka 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tflint-plugins.tflint-ruleset-google, using log file: /var/log/nixpkgs-update/tflint-plugins.tflint-ruleset-google/2024-03-01.log tflint-plugins.tflint-ruleset-google 0.26.0 -> 0.27.1 https://github.com/terraform-linters/tflint-ruleset-google/releases attrpath: tflint-plugins.tflint-ruleset-google 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-C52b11cJE2Bu785SNlTsbgNR6Wt/YeY8l1U/9anXrMo=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'tflint-plugins.tflint-ruleset-google.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/j40rspw5fl0qyaxyvz64vjyrma49vlid-tflint-ruleset-google-0.27.1-go-modules.drv /nix/store/ggbzddfkjz5akh5swddbr76hqnv3mxsa-tflint-ruleset-google-0.27.1.drv building '/nix/store/j40rspw5fl0qyaxyvz64vjyrma49vlid-tflint-ruleset-google-0.27.1-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/nvr2vcf5r7abi43d10dmpwray9gsj2xs-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22.0 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/j40rspw5fl0qyaxyvz64vjyrma49vlid-tflint-ruleset-google-0.27.1-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/nvr2vcf5r7abi43d10dmpwray9gsj2xs-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22.0 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/j40rspw5fl0qyaxyvz64vjyrma49vlid-tflint-ruleset-google-0.27.1-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/ggbzddfkjz5akh5swddbr76hqnv3mxsa-tflint-ruleset-google-0.27.1.drv' failed to build [result] Failed to update tflint-plugins.tflint-ruleset-google 0.26.0 -> 0.27.1 https://github.com/terraform-linters/tflint-ruleset-google/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-secretsmanager, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-secretsmanager/2024-03-01.log python312Packages.mypy-boto3-secretsmanager 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-secretsmanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-secretsmanager-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-secretsmanager-1.34.0: UPDATING ... - python3.12-mypy-boto3-secretsmanager-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-secretsmanager 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO gstreamer plugins are kept in lockstep. [result] Failed to update python312Packages.sigstore 2.1.0 -> 2.1.2 https://github.com/sigstore/sigstore-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-grafana, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-grafana/2024-03-01.log python312Packages.mypy-boto3-grafana 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-grafana Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-grafana-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-grafana-1.34.0: UPDATING ... - python3.12-mypy-boto3-grafana-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-grafana 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-signer, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-signer/2024-03-01.log python312Packages.mypy-boto3-signer 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-signer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-signer-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-signer-1.34.0: UPDATING ... - python3.12-mypy-boto3-signer-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-signer 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.aiomysensors, using log file: /var/log/nixpkgs-update/python312Packages.aiomysensors/2024-03-01.log python312Packages.aiomysensors 0.3.12 -> 0.3.13 https://github.com/MartinHjelmare/aiomysensors/releases attrpath: python312Packages.aiomysensors Checking auto update branch... [version] [version] skipping because derivation has 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/gmmygcqygxrv45s4d6rh72cxz0mw60zg-packages.json.drv building '/nix/store/gmmygcqygxrv45s4d6rh72cxz0mw60zg-packages.json.drv'... Going to be running update for following packages: - python3.12-aiomysensors-0.3.12 Press Enter key to continue... Running update for: - python3.12-aiomysensors-0.3.12: UPDATING ... - python3.12-aiomysensors-0.3.12: ERROR --- SHOWING ERROR LOG FOR python3.12-aiomysensors-0.3.12 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/MartinHjelmare/aiomysensors/tarball/v0.3.13']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/MartinHjelmare/aiomysensors/tarball/refs/tags/v0.3.13']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-aiomysensors-0.3.12 ---------------------- The update script for python3.12-aiomysensors-0.3.12 failed with exit code 1 [result] Failed to update python312Packages.aiomysensors 0.3.12 -> 0.3.13 https://github.com/MartinHjelmare/aiomysensors/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fms, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-fms/2024-03-01.log python312Packages.mypy-boto3-fms 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-fms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-fms-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-fms-1.34.0: UPDATING ... - python3.12-mypy-boto3-fms-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-fms 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-rbin, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-rbin/2024-03-01.log python312Packages.mypy-boto3-rbin 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-rbin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-rbin-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-rbin-1.34.0: UPDATING ... - python3.12-mypy-boto3-rbin-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-rbin 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19.akvcam, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.akvcam/2024-03-01.log linuxKernel.packages.linux_4_19.akvcam 1.2.4 -> 1.2.5 https://github.com/webcamoid/akvcam/releases attrpath: linuxKernel.packages.linux_4_19.akvcam Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - linuxKernel.packages.linux_5_10_hardened.akvcam: 1.2.4 -> 1.2.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291066" [result] Failed to update linuxKernel.packages.linux_4_19.akvcam 1.2.4 -> 1.2.5 https://github.com/webcamoid/akvcam/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.dataclasses-json, using log file: /var/log/nixpkgs-update/python312Packages.dataclasses-json/2024-03-01.log python312Packages.dataclasses-json 0.6.3 -> 0.6.4 https://github.com/lidatong/dataclasses-json/releases attrpath: python312Packages.dataclasses-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] Failed with exit code 1 Going to be running update for following packages: - python3.12-dataclasses-json-0.6.3 Press Enter key to continue... Running update for: - python3.12-dataclasses-json-0.6.3: UPDATING ... - python3.12-dataclasses-json-0.6.3: ERROR --- SHOWING ERROR LOG FOR python3.12-dataclasses-json-0.6.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/lidatong/dataclasses-json/tarball/v0.6.4']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/lidatong/dataclasses-json/tarball/refs/tags/v0.6.4']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-dataclasses-json-0.6.3 ---------------------- The update script for python3.12-dataclasses-json-0.6.3 failed with exit code 1 [result] Failed to update python312Packages.dataclasses-json 0.6.3 -> 0.6.4 https://github.com/lidatong/dataclasses-json/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-glacier, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-glacier/2024-03-01.log python312Packages.mypy-boto3-glacier 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-glacier Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-glacier-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-glacier-1.34.0: UPDATING ... - python3.12-mypy-boto3-glacier-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-glacier 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_10_hardened.evdi, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_10_hardened.evdi/2024-03-01.log linuxKernel.packages.linux_5_10_hardened.evdi 1.14.1-unstable-2024-01-30 -> 1.14.2 https://github.com/DisplayLink/evdi/releases attrpath: linuxKernel.packages.linux_5_10_hardened.evdi Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update linuxKernel.packages.linux_5_10_hardened.evdi 1.14.1-unstable-2024-01-30 -> 1.14.2 https://github.com/DisplayLink/evdi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-sagemaker-metrics, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-sagemaker-metrics/2024-03-01.log python312Packages.mypy-boto3-sagemaker-metrics 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-sagemaker-metrics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-sagemaker-metrics-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-sagemaker-metrics-1.34.0: UPDATING ... - python3.12-mypy-boto3-sagemaker-metrics-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-sagemaker-metrics 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.lambdapi, using log file: /var/log/nixpkgs-update/ocamlPackages.lambdapi/2024-03-01.log ocamlPackages.lambdapi 2.3.1 -> 2.5.0 https://github.com/Deducteam/lambdapi/releases attrpath: ocamlPackages.lambdapi 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/lambdapi/default.nix b/pkgs/development/ocaml-modules/lambdapi/default.nix index f4d1cdb717b7..4914524338da 100644 --- a/pkgs/development/ocaml-modules/lambdapi/default.nix +++ b/pkgs/development/ocaml-modules/lambdapi/default.nix @@ -17,13 +17,13 @@ buildDunePackage rec { pname = "lambdapi"; - version = "2.3.1"; + version = "2.5.0"; minimalOCamlVersion = "4.12"; src = fetchurl { url = "https://github.com/Deducteam/lambdapi/releases/download/${version}/lambdapi-${version}.tbz"; - hash = "sha256-7ww2TjVcbEQyfmLnnEhLGAjW4US9a4mdOfDJw6NR1fI="; + hash = "sha256-m8iuNpTdUb1XQuerp2C9KHjEsOXvmz1KewbzzTA7YR0="; }; nativeBuildInputs = [ menhir ]; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.lambdapi 2.3.1 -> 2.5.0 https://github.com/Deducteam/lambdapi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscode-extensions.ms-vscode.powershell, using log file: /var/log/nixpkgs-update/vscode-extensions.ms-vscode.powershell/2024-03-01.log vscode-extensions.ms-vscode.powershell 2023.3.1 -> 2024.0.0 https://github.com/PowerShell/vscode-powershell/releases attrpath: vscode-extensions.ms-vscode.powershell Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update vscode-extensions.ms-vscode.powershell 2023.3.1 -> 2024.0.0 https://github.com/PowerShell/vscode-powershell/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-dlm, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-dlm/2024-03-01.log python311Packages.mypy-boto3-dlm 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-dlm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-dlm-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-dlm-1.34.0: UPDATING ... - python3.11-mypy-boto3-dlm-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-dlm 1.34.0 -> 7.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 ocamlPackages.qcheck-ounit, using log file: /var/log/nixpkgs-update/ocamlPackages.qcheck-ounit/2024-03-01.log ocamlPackages.qcheck-ounit 0.21.2 -> 0.21.3 https://github.com/c-cube/qcheck/releases attrpath: ocamlPackages.qcheck-ounit Checking auto update branch... No auto update branch exists Old version 0.21.2" not present in master derivation file with contents: { buildDunePackage, qcheck-core, ounit }: buildDunePackage { pname = "qcheck-ounit"; inherit (qcheck-core) version src patches; duneVersion = "3"; propagatedBuildInputs = [ qcheck-core ounit ]; meta = qcheck-core.meta // { description = "OUnit backend for qcheck"; }; } [result] Failed to update ocamlPackages.qcheck-ounit 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 linuxKernel.packages.linux_6_6_hardened.nvidia_x11_vulkan_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_6_hardened.nvidia_x11_vulkan_beta_open/2024-03-01.log linuxKernel.packages.linux_6_6_hardened.nvidia_x11_vulkan_beta_open 6.6.18-535.43.28 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_6_6_hardened.nvidia_x11_vulkan_beta_open Checking auto update branch... No auto update branch exists Old version 6.6.18-535.43.28" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , kernel , nvidia_x11 , hash , broken ? false }: stdenv.mkDerivation ({ pname = "nvidia-open"; version = "${kernel.version}-${nvidia_x11.version}"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "open-gpu-kernel-modules"; rev = nvidia_x11.version; inherit hash; }; nativeBuildInputs = kernel.moduleBuildDependencies; makeFlags = kernel.makeFlags ++ [ "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source" "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "MODLIB=$(out)/lib/modules/${kernel.modDirVersion}" { aarch64-linux = "TARGET_ARCH=aarch64"; x86_64-linux = "TARGET_ARCH=x86_64"; }.${stdenv.hostPlatform.system} ]; installTargets = [ "modules_install" ]; enableParallelBuilding = true; meta = with lib; { description = "NVIDIA Linux Open GPU Kernel Module"; homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules"; license = with licenses; [ gpl2Plus mit ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ nickcao ]; inherit broken; }; } // lib.optionalAttrs stdenv.hostPlatform.isAarch64 { env.NIX_CFLAGS_COMPILE = "-fno-stack-protector"; }) [result] Failed to update linuxKernel.packages.linux_6_6_hardened.nvidia_x11_vulkan_beta_open 6.6.18-535.43.28 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-appflow, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-appflow/2024-03-01.log python312Packages.mypy-boto3-appflow 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-appflow Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-appflow-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-appflow-1.34.0: UPDATING ... - python3.12-mypy-boto3-appflow-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-appflow 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_6.akvcam, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_6.akvcam/2024-03-01.log linuxKernel.packages.linux_6_6.akvcam 1.2.4 -> 1.2.5 https://github.com/webcamoid/akvcam/releases attrpath: linuxKernel.packages.linux_6_6.akvcam Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - linuxKernel.packages.linux_5_10_hardened.akvcam: 1.2.4 -> 1.2.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291066" [result] Failed to update linuxKernel.packages.linux_6_6.akvcam 1.2.4 -> 1.2.5 https://github.com/webcamoid/akvcam/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_7.sysdig, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.sysdig/2024-03-01.log linuxKernel.packages.linux_6_7.sysdig 0.35.1 -> 0.35.2 https://github.com/draios/sysdig/releases attrpath: linuxKernel.packages.linux_6_7.sysdig 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 linuxKernel.packages.linux_6_7.sysdig 0.35.1 -> 0.35.2 https://github.com/draios/sysdig/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wasmerPackages.wasmer-compiler-cranelift, using log file: /var/log/nixpkgs-update/python311Packages.wasmerPackages.wasmer-compiler-cranelift/2024-03-01.log python311Packages.wasmerPackages.wasmer-compiler-cranelift 1.1.0 -> 1.1.1 https://github.com/wasmerio/wasmer-python/releases attrpath: python311Packages.wasmerPackages.wasmer-compiler-cranelift 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] Going to be running update for following packages: - python3.11-wasmer-compiler-cranelift-1.1.0 Press Enter key to continue... Running update for: - python3.11-wasmer-compiler-cranelift-1.1.0: UPDATING ... - python3.11-wasmer-compiler-cranelift-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wasmerPackages.wasmer-compiler-cranelift 1.1.0 -> 1.1.1 https://github.com/wasmerio/wasmer-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19_hardened.ipu6-drivers, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19_hardened.ipu6-drivers/2024-03-01.log linuxKernel.packages.linux_4_19_hardened.ipu6-drivers unstable-2023-11-24 -> 1.0.0-asl-mr1-6.6 https://github.com/intel/ipu6-drivers/releases attrpath: linuxKernel.packages.linux_4_19_hardened.ipu6-drivers Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update linuxKernel.packages.linux_4_19_hardened.ipu6-drivers unstable-2023-11-24 -> 1.0.0-asl-mr1-6.6 https://github.com/intel/ipu6-drivers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-mediastore-data, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-mediastore-data/2024-03-01.log python311Packages.mypy-boto3-mediastore-data 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-mediastore-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] Going to be running update for following packages: - python3.11-mypy-boto3-mediastore-data-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-mediastore-data-1.34.0: UPDATING ... - python3.11-mypy-boto3-mediastore-data-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-mediastore-data 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.LatexIndent 3.21 -> 3.23.6 https://github.com/cmhughes/latexindent.pl/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-chime-sdk-identity, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-chime-sdk-identity/2024-03-01.log python312Packages.mypy-boto3-chime-sdk-identity 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-chime-sdk-identity Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-chime-sdk-identity-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-chime-sdk-identity-1.34.0: UPDATING ... - python3.12-mypy-boto3-chime-sdk-identity-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-chime-sdk-identity 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-outposts, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-outposts/2024-03-01.log python312Packages.mypy-boto3-outposts 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-outposts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-outposts-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-outposts-1.34.0: UPDATING ... - python3.12-mypy-boto3-outposts-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-outposts 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.m3u8, using log file: /var/log/nixpkgs-update/python312Packages.m3u8/2024-03-01.log python312Packages.m3u8 3.6.0 -> 4.0.0 https://github.com/globocom/m3u8/releases attrpath: python312Packages.m3u8 Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-m3u8-3.6.0 Press Enter key to continue... Running update for: - python3.12-m3u8-3.6.0: UPDATING ... - python3.12-m3u8-3.6.0: ERROR --- SHOWING ERROR LOG FOR python3.12-m3u8-3.6.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/globocom/m3u8/tarball/4.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/globocom/m3u8/tarball/refs/tags/4.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-m3u8-3.6.0 ---------------------- The update script for python3.12-m3u8-3.6.0 failed with exit code 1 [result] Failed to update python312Packages.m3u8 3.6.0 -> 4.0.0 https://github.com/globocom/m3u8/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-apigatewaymanagementapi, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-apigatewaymanagementapi/2024-03-01.log python312Packages.mypy-boto3-apigatewaymanagementapi 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-apigatewaymanagementapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-apigatewaymanagementapi-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-apigatewaymanagementapi-1.34.0: UPDATING ... - python3.12-mypy-boto3-apigatewaymanagementapi-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-apigatewaymanagementapi 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.bibtexparser, using log file: /var/log/nixpkgs-update/python312Packages.bibtexparser/2024-03-01.log python312Packages.bibtexparser 1.4.1 -> 2.0.0b7 https://github.com/sciunto-org/python-bibtexparser/releases attrpath: python312Packages.bibtexparser Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-bibtexparser-1.4.1 Press Enter key to continue... Running update for: - python3.12-bibtexparser-1.4.1: UPDATING ... - python3.12-bibtexparser-1.4.1: ERROR --- SHOWING ERROR LOG FOR python3.12-bibtexparser-1.4.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/sciunto-org/python-bibtexparser/tarball/v1.4.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/sciunto-org/python-bibtexparser/tarball/refs/tags/v1.4.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-bibtexparser-1.4.1 ---------------------- The update script for python3.12-bibtexparser-1.4.1 failed with exit code 1 [result] Failed to update python312Packages.bibtexparser 1.4.1 -> 2.0.0b7 https://github.com/sciunto-org/python-bibtexparser/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.awswrangler, using log file: /var/log/nixpkgs-update/python312Packages.awswrangler/2024-03-01.log python312Packages.awswrangler 3.5.2 -> 3.6.0 https://github.com/aws/aws-sdk-pandas/releases attrpath: python312Packages.awswrangler Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-awswrangler-3.5.2 Press Enter key to continue... Running update for: - python3.12-awswrangler-3.5.2: UPDATING ... - python3.12-awswrangler-3.5.2: ERROR --- SHOWING ERROR LOG FOR python3.12-awswrangler-3.5.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/aws/aws-sdk-pandas/tarball/3.6.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/aws/aws-sdk-pandas/tarball/refs/tags/3.6.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-awswrangler-3.5.2 ---------------------- The update script for python3.12-awswrangler-3.5.2 failed with exit code 1 [result] Failed to update python312Packages.awswrangler 3.5.2 -> 3.6.0 https://github.com/aws/aws-sdk-pandas/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openraPackages_2019.mods.ss, using log file: /var/log/nixpkgs-update/openraPackages_2019.mods.ss/2024-03-01.log openraPackages_2019.mods.ss 77.git.23e1f3e -> 20231105 https://github.com/MustaphaTR/sole-survivor/releases attrpath: openraPackages_2019.mods.ss Checking auto update branch... No auto update branch exists Received ExitFailure 1 when running Raw command: env EDITOR=echo /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command edit openraPackages_2019.mods.ss -f . Standard error: error: cannot find position information for 'openraPackages_2019.mods.ss [result] Failed to update openraPackages_2019.mods.ss 77.git.23e1f3e -> 20231105 https://github.com/MustaphaTR/sole-survivor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua53Packages.fidget-nvim, using log file: /var/log/nixpkgs-update/lua53Packages.fidget-nvim/2024-03-01.log lua53Packages.fidget-nvim 1.1.0-1 -> 1.4.0 https://github.com/j-hui/fidget.nvim/releases attrpath: lua53Packages.fidget-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua53Packages.fidget-nvim 1.1.0-1 -> 1.4.0 https://github.com/j-hui/fidget.nvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.compat53, using log file: /var/log/nixpkgs-update/luajitPackages.compat53/2024-03-01.log luajitPackages.compat53 0.12-1 -> 0.13 https://github.com/lunarmodules/lua-compat-5.3/releases attrpath: luajitPackages.compat53 Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.compat53 0.12-1 -> 0.13 https://github.com/lunarmodules/lua-compat-5.3/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_7_hardened.sysdig, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7_hardened.sysdig/2024-03-01.log linuxKernel.packages.linux_6_7_hardened.sysdig 0.35.1 -> 0.35.2 https://github.com/draios/sysdig/releases attrpath: linuxKernel.packages.linux_6_7_hardened.sysdig 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 linuxKernel.packages.linux_6_7_hardened.sysdig 0.35.1 -> 0.35.2 https://github.com/draios/sysdig/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-network-firewall, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-network-firewall/2024-03-01.log python312Packages.mypy-boto3-network-firewall 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-network-firewall Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-network-firewall-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-network-firewall-1.34.0: UPDATING ... - python3.12-mypy-boto3-network-firewall-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-network-firewall 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-mgn, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-mgn/2024-03-01.log python311Packages.mypy-boto3-mgn 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-mgn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-mgn-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-mgn-1.34.0: UPDATING ... - python3.11-mypy-boto3-mgn-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-mgn 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_6.evdi, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_6.evdi/2024-03-01.log linuxKernel.packages.linux_6_6.evdi 1.14.1-unstable-2024-01-30 -> 1.14.2 https://github.com/DisplayLink/evdi/releases attrpath: linuxKernel.packages.linux_6_6.evdi Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update linuxKernel.packages.linux_6_6.evdi 1.14.1-unstable-2024-01-30 -> 1.14.2 https://github.com/DisplayLink/evdi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.farm-haystack, using log file: /var/log/nixpkgs-update/python312Packages.farm-haystack/2024-03-01.log python312Packages.farm-haystack 1.23.0 -> 1.24.1 https://github.com/deepset-ai/haystack/releases attrpath: python312Packages.farm-haystack Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-farm-haystack-1.23.0 Press Enter key to continue... Running update for: - python3.12-farm-haystack-1.23.0: UPDATING ... - python3.12-farm-haystack-1.23.0: ERROR --- SHOWING ERROR LOG FOR python3.12-farm-haystack-1.23.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/deepset-ai/haystack/tarball/v1.24.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/deepset-ai/haystack/tarball/refs/tags/v1.24.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-farm-haystack-1.23.0 ---------------------- The update script for python3.12-farm-haystack-1.23.0 failed with exit code 1 [result] Failed to update python312Packages.farm-haystack 1.23.0 -> 1.24.1 https://github.com/deepset-ai/haystack/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ivschat, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-ivschat/2024-03-01.log python312Packages.mypy-boto3-ivschat 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-ivschat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-ivschat-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-ivschat-1.34.0: UPDATING ... - python3.12-mypy-boto3-ivschat-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-ivschat 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.watchgod, using log file: /var/log/nixpkgs-update/python312Packages.watchgod/2024-03-01.log python312Packages.watchgod 0.8.2 -> 0.21.0 https://github.com/samuelcolvin/watchgod/releases attrpath: python312Packages.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] Going to be running update for following packages: - python3.12-watchgod-0.8.2 Press Enter key to continue... Running update for: - python3.12-watchgod-0.8.2: UPDATING ... - python3.12-watchgod-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.watchgod 0.8.2 -> 0.21.0 https://github.com/samuelcolvin/watchgod/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-marketplace-catalog, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-marketplace-catalog/2024-03-01.log python312Packages.mypy-boto3-marketplace-catalog 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-marketplace-catalog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-marketplace-catalog-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-marketplace-catalog-1.34.0: UPDATING ... - python3.12-mypy-boto3-marketplace-catalog-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-marketplace-catalog 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.distro, using log file: /var/log/nixpkgs-update/python312Packages.distro/2024-03-01.log python312Packages.distro 1.8.0 -> 1.9.0 https://github.com/nir0s/distro/releases attrpath: python312Packages.distro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-distro-1.8.0 Press Enter key to continue... Running update for: - python3.12-distro-1.8.0: UPDATING ... - python3.12-distro-1.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/distro/default.nix b/pkgs/development/python-modules/distro/default.nix index 73ded7625dca..7cd3702e0a7a 100644 --- a/pkgs/development/python-modules/distro/default.nix +++ b/pkgs/development/python-modules/distro/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "distro"; - version = "1.8.0"; + version = "1.9.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-AuER0dxqUKu47ta/McPkjtiwgw0eoqG3jGF2XCUT/dg="; + hash = "sha256-L6d8b9iUDxFu4da5Si+QsTteqNAZuYvIuv3KvN2b2+0="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 335 > 25 [result] Failed to update python312Packages.distro 1.8.0 -> 1.9.0 https://github.com/nir0s/distro/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.sass, using log file: /var/log/nixpkgs-update/nodePackages_latest.sass/2024-03-01.log nodePackages_latest.sass 1.71.0 -> 1.71.1 https://github.com/sass/dart-sass/releases attrpath: nodePackages_latest.sass Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update nodePackages_latest.sass 1.71.0 -> 1.71.1 https://github.com/sass/dart-sass/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_1.evdi, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1.evdi/2024-03-01.log linuxKernel.packages.linux_6_1.evdi 1.14.1-unstable-2024-01-30 -> 1.14.2 https://github.com/DisplayLink/evdi/releases attrpath: linuxKernel.packages.linux_6_1.evdi Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update linuxKernel.packages.linux_6_1.evdi 1.14.1-unstable-2024-01-30 -> 1.14.2 https://github.com/DisplayLink/evdi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php83Extensions.grpc, using log file: /var/log/nixpkgs-update/php83Extensions.grpc/2024-03-01.log php83Extensions.grpc 1.61.1 -> 1.62.0 https://github.com/grpc/grpc/releases attrpath: php83Extensions.grpc Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - php-grpc-1.61.1 Press Enter key to continue... Running update for: - php-grpc-1.61.1: UPDATING ... - php-grpc-1.61.1: ERROR --- SHOWING ERROR LOG FOR php-grpc-1.61.1 ---------------------- error: getting status of '/run/nixpkgs-update-worker': No such file or directory Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 357, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update php83Extensions.grpc.src --- SHOWING ERROR LOG FOR php-grpc-1.61.1 ---------------------- The update script for php-grpc-1.61.1 failed with exit code 1 [result] Failed to update php83Extensions.grpc 1.61.1 -> 1.62.0 https://github.com/grpc/grpc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_15_hardened.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_15_hardened.dddvb/2024-03-01.log linuxKernel.packages.linux_5_15_hardened.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_5_15_hardened.dddvb 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 linuxKernel.packages.linux_5_15_hardened.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-apigateway, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-apigateway/2024-03-01.log python312Packages.mypy-boto3-apigateway 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-apigateway Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-apigateway-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-apigateway-1.34.0: UPDATING ... - python3.12-mypy-boto3-apigateway-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-apigateway 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscode-extensions.ocamllabs.ocaml-platform, using log file: /var/log/nixpkgs-update/vscode-extensions.ocamllabs.ocaml-platform/2024-03-01.log vscode-extensions.ocamllabs.ocaml-platform 1.12.2 -> 1.17.1 https://github.com/ocamllabs/vscode-ocaml-platform/releases attrpath: vscode-extensions.ocamllabs.ocaml-platform Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update vscode-extensions.ocamllabs.ocaml-platform 1.12.2 -> 1.17.1 https://github.com/ocamllabs/vscode-ocaml-platform/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.rpyc4, using log file: /var/log/nixpkgs-update/python312Packages.rpyc4/2024-03-01.log python312Packages.rpyc4 4.1.5 -> 6.0.0 https://github.com/tomerfiliba/rpyc/releases attrpath: python312Packages.rpyc4 Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-rpyc4-4.1.5 Press Enter key to continue... Running update for: - python3.12-rpyc4-4.1.5: UPDATING ... - python3.12-rpyc4-4.1.5: ERROR --- SHOWING ERROR LOG FOR python3.12-rpyc4-4.1.5 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tomerfiliba-org/rpyc/tarball/6.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/tomerfiliba-org/rpyc/tarball/refs/tags/6.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-rpyc4-4.1.5 ---------------------- The update script for python3.12-rpyc4-4.1.5 failed with exit code 1 [result] Failed to update python312Packages.rpyc4 4.1.5 -> 6.0.0 https://github.com/tomerfiliba/rpyc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-codeartifact, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-codeartifact/2024-03-01.log python312Packages.mypy-boto3-codeartifact 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-codeartifact Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-codeartifact-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-codeartifact-1.34.0: UPDATING ... - python3.12-mypy-boto3-codeartifact-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-codeartifact 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-detective, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-detective/2024-03-01.log python311Packages.mypy-boto3-detective 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-detective Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-detective-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-detective-1.34.0: UPDATING ... - python3.11-mypy-boto3-detective-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-detective 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-codestar-connections, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-codestar-connections/2024-03-01.log python312Packages.mypy-boto3-codestar-connections 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-codestar-connections Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-codestar-connections-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-codestar-connections-1.34.0: UPDATING ... - python3.12-mypy-boto3-codestar-connections-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-codestar-connections 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_4.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_4.dddvb/2024-03-01.log linuxKernel.packages.linux_5_4.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_5_4.dddvb 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 linuxKernel.packages.linux_5_4.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.curly, using log file: /var/log/nixpkgs-update/ocamlPackages.curly/2024-03-01.log ocamlPackages.curly 0.2.0 -> 0.3.0 https://github.com/rgrinberg/curly/releases attrpath: ocamlPackages.curly Checking auto update branch... An auto update branch exists with message `ocamlPackages.curly: 0.2.0 -> 0.3.0`. New version is 0.3.0. An auto update branch exists with an equal or greater version [result] Failed to update ocamlPackages.curly 0.2.0 -> 0.3.0 https://github.com/rgrinberg/curly/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.bidict, using log file: /var/log/nixpkgs-update/python312Packages.bidict/2024-03-01.log python312Packages.bidict 0.22.1 -> 0.23.1 https://github.com/jab/bidict/releases attrpath: python312Packages.bidict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.12-bidict-0.22.1 Press Enter key to continue... Running update for: - python3.12-bidict-0.22.1: UPDATING ... - python3.12-bidict-0.22.1: ERROR --- SHOWING ERROR LOG FOR python3.12-bidict-0.22.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jab/bidict/tarball/v0.23.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/jab/bidict/tarball/refs/tags/v0.23.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-bidict-0.22.1 ---------------------- The update script for python3.12-bidict-0.22.1 failed with exit code 1 [result] Failed to update python312Packages.bidict 0.22.1 -> 0.23.1 https://github.com/jab/bidict/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath magnetophonDSP.pluginUtils, using log file: /var/log/nixpkgs-update/magnetophonDSP.pluginUtils/2024-03-01.log magnetophonDSP.pluginUtils 1.1 -> 2.0.0 https://github.com/magnetophon/pluginUtils/releases attrpath: magnetophonDSP.pluginUtils 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/nmqmz43rfvz2n88j71i70fwi8r9cvifj-source.drv building '/nix/store/nmqmz43rfvz2n88j71i70fwi8r9cvifj-source.drv'... trying https://github.com/magnetophon/pluginUtils/archive/V2.0.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 'magnetophonDSP.pluginUtils.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/nmqmz43rfvz2n88j71i70fwi8r9cvifj-source.drv /nix/store/cwrryhbv7xawr2had0hpw1l0jxpain7c-pluginUtils-2.0.0.drv building '/nix/store/nmqmz43rfvz2n88j71i70fwi8r9cvifj-source.drv'... trying https://github.com/magnetophon/pluginUtils/archive/V2.0.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/nmqmz43rfvz2n88j71i70fwi8r9cvifj-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/magnetophon/pluginUtils/archive/V2.0.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/nmqmz43rfvz2n88j71i70fwi8r9cvifj-source.drv'. error: 1 dependencies of derivation '/nix/store/cwrryhbv7xawr2had0hpw1l0jxpain7c-pluginUtils-2.0.0.drv' failed to build [result] Failed to update magnetophonDSP.pluginUtils 1.1 -> 2.0.0 https://github.com/magnetophon/pluginUtils/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.ppx_deriving_qcheck, using log file: /var/log/nixpkgs-update/ocamlPackages.ppx_deriving_qcheck/2024-03-01.log ocamlPackages.ppx_deriving_qcheck 0.21.2 -> 0.21.3 https://github.com/c-cube/qcheck/releases attrpath: ocamlPackages.ppx_deriving_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-core , qcheck, ppxlib, ppx_deriving }: buildDunePackage { pname = "ppx_deriving_qcheck"; inherit (qcheck-core) version src patches; duneVersion = "3"; propagatedBuildInputs = [ qcheck ppxlib ppx_deriving ]; meta = qcheck-core.meta // { description = "PPX Deriver for QCheck"; }; } [result] Failed to update ocamlPackages.ppx_deriving_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 linuxKernel.packages.linux_6_1.akvcam, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1.akvcam/2024-03-01.log linuxKernel.packages.linux_6_1.akvcam 1.2.4 -> 1.2.5 https://github.com/webcamoid/akvcam/releases attrpath: linuxKernel.packages.linux_6_1.akvcam Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - linuxKernel.packages.linux_5_10_hardened.akvcam: 1.2.4 -> 1.2.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291066" [result] Failed to update linuxKernel.packages.linux_6_1.akvcam 1.2.4 -> 1.2.5 https://github.com/webcamoid/akvcam/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.fidget-nvim, using log file: /var/log/nixpkgs-update/lua52Packages.fidget-nvim/2024-03-01.log lua52Packages.fidget-nvim 1.1.0-1 -> 1.4.0 https://github.com/j-hui/fidget.nvim/releases attrpath: lua52Packages.fidget-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.fidget-nvim 1.1.0-1 -> 1.4.0 https://github.com/j-hui/fidget.nvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.mirage-xen, using log file: /var/log/nixpkgs-update/ocamlPackages.mirage-xen/2024-03-01.log ocamlPackages.mirage-xen 8.0.1 -> 8.0.2 https://github.com/mirage/mirage-xen/releases attrpath: ocamlPackages.mirage-xen 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/mirage-xen/default.nix b/pkgs/development/ocaml-modules/mirage-xen/default.nix index 8f174f01ccb9..49b815bddd82 100644 --- a/pkgs/development/ocaml-modules/mirage-xen/default.nix +++ b/pkgs/development/ocaml-modules/mirage-xen/default.nix @@ -17,11 +17,11 @@ buildDunePackage rec { pname = "mirage-xen"; - version = "8.0.1"; + version = "8.0.2"; src = fetchurl { url = "https://github.com/mirage/mirage-xen/releases/download/v${version}/mirage-xen-${version}.tbz"; - hash = "sha256-x8i2Kbz0EcifZK/lbDIFa9Kwtl1/xzbYV9h9E+EtGP4="; + hash = "sha256-LluG7EinTAzU0kzF7UAVXkgZzoU+UI0CTcNi7+BzJ7w="; }; minimalOCamlVersion = "4.08"; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.mirage-xen 8.0.1 -> 8.0.2 https://github.com/mirage/mirage-xen/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.lmcloud, using log file: /var/log/nixpkgs-update/python312Packages.lmcloud/2024-03-01.log python312Packages.lmcloud 0.4.35 -> 1.0.0 https://github.com/zweckj/lmcloud/releases attrpath: python312Packages.lmcloud Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-lmcloud-0.4.35 Press Enter key to continue... Running update for: - python3.12-lmcloud-0.4.35: UPDATING ... - python3.12-lmcloud-0.4.35: ERROR --- SHOWING ERROR LOG FOR python3.12-lmcloud-0.4.35 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/zweckj/lmcloud/tarball/v1.0.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/zweckj/lmcloud/tarball/refs/tags/v1.0.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-lmcloud-0.4.35 ---------------------- The update script for python3.12-lmcloud-0.4.35 failed with exit code 1 [result] Failed to update python312Packages.lmcloud 0.4.35 -> 1.0.0 https://github.com/zweckj/lmcloud/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.odate, using log file: /var/log/nixpkgs-update/ocamlPackages.odate/2024-03-01.log ocamlPackages.odate 0.6 -> 0.7 https://github.com/hhugo/odate/releases attrpath: ocamlPackages.odate Checking auto update branch... An auto update branch exists with message `ocamlPackages.odate: 0.6 -> 0.7`. New version is 0.7. An auto update branch exists with an equal or greater version [result] Failed to update ocamlPackages.odate 0.6 -> 0.7 https://github.com/hhugo/odate/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sentence-transformers, using log file: /var/log/nixpkgs-update/python312Packages.sentence-transformers/2024-03-01.log python312Packages.sentence-transformers 2.2.2 -> 2.5.1 https://github.com/UKPLab/sentence-transformers/releases attrpath: python312Packages.sentence-transformers Checking auto update branch... [version] [version] skipping because derivation has 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 Going to be running update for following packages: - python3.12-sentence-transformers-2.2.2 Press Enter key to continue... Running update for: - python3.12-sentence-transformers-2.2.2: UPDATING ... - python3.12-sentence-transformers-2.2.2: ERROR --- SHOWING ERROR LOG FOR python3.12-sentence-transformers-2.2.2 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/UKPLab/sentence-transformers/tarball/v2.5.1']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/UKPLab/sentence-transformers/tarball/refs/tags/v2.5.1']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.12-sentence-transformers-2.2.2 ---------------------- The update script for python3.12-sentence-transformers-2.2.2 failed with exit code 1 [result] Failed to update python312Packages.sentence-transformers 2.2.2 -> 2.5.1 https://github.com/UKPLab/sentence-transformers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-entityresolution, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-entityresolution/2024-03-01.log python312Packages.mypy-boto3-entityresolution 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-entityresolution Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-entityresolution-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-entityresolution-1.34.0: UPDATING ... - python3.12-mypy-boto3-entityresolution-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-entityresolution 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath groonga, using log file: /var/log/nixpkgs-update/groonga/2024-03-01.log groonga 13.1.1 -> 14.0.0 https://repology.org/project/groonga/versions attrpath: groonga 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/search/groonga/default.nix b/pkgs/servers/search/groonga/default.nix index 07f86a9ae808..f1c59f88d127 100644 --- a/pkgs/servers/search/groonga/default.nix +++ b/pkgs/servers/search/groonga/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "groonga"; - version = "13.1.1"; + version = "14.0.0"; src = fetchurl { url = "https://packages.groonga.org/source/groonga/groonga-${finalAttrs.version}.tar.gz"; - hash = "sha256-eggMegWTpv+WIbzYq2GjSD66+Tj7zcvVUcbD2EkrFO8="; + hash = "sha256-ckLa6STqNb/BXxH0nKZ0U7w+jXL2sy/2CTKkP5/UD0g="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A groonga nix build failed. status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: github.com Closing connection --- LOG END --- make[2]: *** [CMakeFiles/h3-populate.dir/build.make:100: h3-populate-prefix/src/h3-populate-stamp/h3-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/h3-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2  CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1679 (message): Build step for h3 failed: 2 Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:2033 (FetchContent_Populate) CMakeLists.txt:1350 (fetchcontent_makeavailable) CMakeLists.txt:1358 (grn_build_h3)  -- Configuring incomplete, errors occurred! [result] Failed to update groonga 13.1.1 -> 14.0.0 https://repology.org/project/groonga/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rnote, using log file: /var/log/nixpkgs-update/rnote/2024-03-01.log rnote 0.9.4 -> 0.10.0 https://repology.org/project/rnote/versions attrpath: rnote 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/rnote/default.nix b/pkgs/applications/graphics/rnote/default.nix index 7940e574dc50..98081118fcf1 100644 --- a/pkgs/applications/graphics/rnote/default.nix +++ b/pkgs/applications/graphics/rnote/default.nix @@ -26,13 +26,13 @@ stdenv.mkDerivation rec { pname = "rnote"; - version = "0.9.4"; + version = "0.10.0"; src = fetchFromGitHub { owner = "flxzt"; repo = "rnote"; rev = "v${version}"; - hash = "sha256-twysPSuCu++dVqoRKTNSvxwrO1ljUu4k2vPZEBkaj10="; + hash = "sha256-PMg83eWcC21yNiRYdTS6/j9gerTctnDPHXIM4PWktrU="; }; cargoDeps = rustPlatform.importCargoLock { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rnote nix build failed. < version = "0.7.32" --- > version = "0.7.29" 5088c5022 < checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" --- > checksum = "5d075cf85bbb114e933343e087b92f2146bac0d55b534cbb8188becf0039948e" 5095c5029 < version = "0.7.32" --- > version = "0.7.29" 5097c5031 < checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" --- > checksum = "86cd5ca076997b97ef09d3ad65efe811fa68c9e874cb636ccb211223a813b0c2" 5101c5035 < "syn 2.0.52", --- > "syn 2.0.39", 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 rnote 0.9.4 -> 0.10.0 https://repology.org/project/rnote/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.twisted, using log file: /var/log/nixpkgs-update/python312Packages.twisted/2024-03-01.log python312Packages.twisted 23.10.0 -> 24.3.0 https://repology.org/project/python:twisted/versions attrpath: python312Packages.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/f0h3ks03v6snay07ch3xsa6hnca7vms6-packages.json.drv building '/nix/store/f0h3ks03v6snay07ch3xsa6hnca7vms6-packages.json.drv'... Going to be running update for following packages: - python3.12-twisted-23.10.0 Press Enter key to continue... Running update for: - python3.12-twisted-23.10.0: UPDATING ... - python3.12-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 815 > 25 [result] Failed to update python312Packages.twisted 23.10.0 -> 24.3.0 https://repology.org/project/python:twisted/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.TropFishR, using log file: /var/log/nixpkgs-update/rPackages.TropFishR/2024-03-01.log rPackages.TropFishR 1.6.3 -> 1.6.4 https://repology.org/project/r:tropfishr/versions attrpath: rPackages.TropFishR Checking auto update branch... No auto update branch exists Old version 1.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.TropFishR 1.6.3 -> 1.6.4 https://repology.org/project/r:tropfishr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bruteforce-luks, using log file: /var/log/nixpkgs-update/bruteforce-luks/2024-03-01.log bruteforce-luks 1.4.0 -> 1.4.1 https://repology.org/project/bruteforce-luks/versions attrpath: bruteforce-luks 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/security/bruteforce-luks/default.nix b/pkgs/tools/security/bruteforce-luks/default.nix index 084368c105b2..a6e0f3cc104b 100644 --- a/pkgs/tools/security/bruteforce-luks/default.nix +++ b/pkgs/tools/security/bruteforce-luks/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "bruteforce-luks"; - version = "1.4.0"; + version = "1.4.1"; src = fetchFromGitHub { - sha256 = "0yyrda077avdapq1mvavgv5mvj2r94d6p01q56bbnaq4a3h5kfd6"; + sha256 = "sha256-t07YyfCjaXQs/OMekcPNBT8DeSRtq2+8tUpsPP2pG7o="; rev = version; repo = "bruteforce-luks"; owner = "glv2"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/1kmdjbj7cgq8njqcxj97qf0an2nb7jc2-bruteforce-luks-1.4.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • bruteforce-luks
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/bruteforce-luks/versions. meta.description for bruteforce-luks is: Cracks passwords of LUKS encrypted volumes meta.homepage for bruteforce-luks is: https://github.com/glv2/bruteforce-luks ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/glv2/bruteforce-luks/releases/tag/1.4.1) - [Compare changes on GitHub](https://github.com/glv2/bruteforce-luks/compare/1.4.0...1.4.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.4.1 with grep in /nix/store/1kmdjbj7cgq8njqcxj97qf0an2nb7jc2-bruteforce-luks-1.4.1 - found 1.4.1 in filename of file in /nix/store/1kmdjbj7cgq8njqcxj97qf0an2nb7jc2-bruteforce-luks-1.4.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath bruteforce-luks ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/1kmdjbj7cgq8njqcxj97qf0an2nb7jc2-bruteforce-luks-1.4.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A bruteforce-luks https://github.com/r-ryantm/nixpkgs/archive/7b470efced7d86937941d6ba1f5b72be07bb9a86.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7b470efced7d86937941d6ba1f5b72be07bb9a86#bruteforce-luks ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/1kmdjbj7cgq8njqcxj97qf0an2nb7jc2-bruteforce-luks-1.4.1 ls -la /nix/store/1kmdjbj7cgq8njqcxj97qf0an2nb7jc2-bruteforce-luks-1.4.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • bruteforce-luks
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/292678 [result] Success updating bruteforce-luks 1.4.0 -> 1.4.1 https://repology.org/project/bruteforce-luks/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cadical, using log file: /var/log/nixpkgs-update/cadical/2024-03-01.log cadical 1.9.4 -> 1.9.5 https://repology.org/project/cadical/versions attrpath: cadical 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/logic/cadical/default.nix b/pkgs/applications/science/logic/cadical/default.nix index 49ba06e36cc0..873b3836b73e 100644 --- a/pkgs/applications/science/logic/cadical/default.nix +++ b/pkgs/applications/science/logic/cadical/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "cadical"; - version = "1.9.4"; + version = "1.9.5"; src = fetchFromGitHub { owner = "arminbiere"; repo = "cadical"; rev = "rel-${version}"; - sha256 = "sha256-cSuvvd7ci8jXzFowS7+V3bor7bXCxaKcGdDU91nIo+k="; + sha256 = "sha256-mAKuz8WjX+ywQ7Sw5hRMPftsbbilTlmQ9qZVowXxs28="; }; outputs = [ "out" "dev" "lib" ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/l3kwpq7wz9nih40j5mn5yigd49xkipmi-cadical-1.9.5" [check][nixpkgs-review] [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO