Update was interrupted because it was taking too long. [options] github_user: r-ryantm, pull_request: YES, batch_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.webdataset, using log file: /var/log/nixpkgs-update/python312Packages.webdataset/2024-03-14.log python312Packages.webdataset 0.2.86 -> 0.2.88 https://github.com/webdataset/webdataset/releases attrpath: python312Packages.webdataset Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lbpkjl1mfqapy7cnqk7pzv8as61xx09f-packages.json.drv building '/nix/store/lbpkjl1mfqapy7cnqk7pzv8as61xx09f-packages.json.drv'... Going to be running update for following packages: - python3.12-webdataset-0.2.86 Press Enter key to continue... Running update for: - python3.12-webdataset-0.2.86: UPDATING ... - python3.12-webdataset-0.2.86: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/webdataset/default.nix b/pkgs/development/python-modules/webdataset/default.nix index 786862e44c08..4315b1c27825 100644 --- a/pkgs/development/python-modules/webdataset/default.nix +++ b/pkgs/development/python-modules/webdataset/default.nix @@ -16,14 +16,14 @@ }: buildPythonPackage rec { pname = "webdataset"; - version = "0.2.86"; + version = "0.2.88"; pyproject = true; src = fetchFromGitHub { owner = "webdataset"; repo = "webdataset"; rev = "refs/tags/${version}"; - hash = "sha256-aTjxoSoQ9LH4gcFmV+7Aj0HNIpvsFHTrxFUpAtB3nkM="; + hash = "sha256-wsBOBUK4VIGMQXYdgbgsuSH4XYvxDsUv3rh0S5rvA6c="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.webdataset Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.webdataset Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.webdataset/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.webdataset/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.webdataset 0.2.86 -> 0.2.88 https://github.com/webdataset/webdataset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath roxctl, using log file: /var/log/nixpkgs-update/roxctl/2024-03-14.log roxctl 4.3.4 -> 4.3.5 https://github.com/stackrox/stackrox/releases attrpath: roxctl 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-Jzv4ozR8RJiwkgVGGq6dlV/7rbBLq8hFe/Pm4SJZCkU=" [golangModuleVersion] Replaced vendorHash with sha256-Sl5eIK8PWeGi2V7q/Qm5Gfjj1A9nQPtM0BGdO6inPxk= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/roxctl/default.nix b/pkgs/applications/networking/cluster/roxctl/default.nix index 607137c8d77a..1bac7a553ecb 100644 --- a/pkgs/applications/networking/cluster/roxctl/default.nix +++ b/pkgs/applications/networking/cluster/roxctl/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "roxctl"; - version = "4.3.4"; + version = "4.3.5"; src = fetchFromGitHub { owner = "stackrox"; repo = "stackrox"; rev = version; - sha256 = "sha256-5UMU3oKi3QhREum2YevOzwF5OOi8quPWgt+kgGjkeFQ="; + sha256 = "sha256-zTZ03Qtb3ndBf1MunhYS8rzPReExzEPGxCh1JexkwuA="; }; - vendorHash = "sha256-Jzv4ozR8RJiwkgVGGq6dlV/7rbBLq8hFe/Pm4SJZCkU="; + vendorHash = "sha256-Sl5eIK8PWeGi2V7q/Qm5Gfjj1A9nQPtM0BGdO6inPxk="; nativeBuildInputs = [ installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/kd23hr2nycx8kdlpcgng1fhapvnlqsw8-roxctl-4.3.5" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/stackrox/stackrox/releases. meta.description for roxctl is: Command-line client of the StackRox Kubernetes Security Platform meta.homepage for roxctl is: https://www.stackrox.io ###### Updates performed - Golang update ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/stackrox/stackrox/compare/4.3.4...4.3.5) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.3.5 with grep in /nix/store/kd23hr2nycx8kdlpcgng1fhapvnlqsw8-roxctl-4.3.5 - found 4.3.5 in filename of file in /nix/store/kd23hr2nycx8kdlpcgng1fhapvnlqsw8-roxctl-4.3.5 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath roxctl ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/kd23hr2nycx8kdlpcgng1fhapvnlqsw8-roxctl-4.3.5 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A roxctl https://github.com/r-ryantm/nixpkgs/archive/775007835238332d50207607b793678cfb2a2874.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/775007835238332d50207607b793678cfb2a2874#roxctl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/kd23hr2nycx8kdlpcgng1fhapvnlqsw8-roxctl-4.3.5 ls -la /nix/store/kd23hr2nycx8kdlpcgng1fhapvnlqsw8-roxctl-4.3.5/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @stehessel 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/295781 [result] Success updating roxctl 4.3.4 -> 4.3.5 https://github.com/stackrox/stackrox/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.chart-studio, using log file: /var/log/nixpkgs-update/python312Packages.chart-studio/2024-03-14.log python312Packages.chart-studio 5.19.0 -> 5.20.0 https://github.com/plotly/plotly.py/releases attrpath: python312Packages.chart-studio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mmjf1wdiavagffbh1p5pbczz3a74y4my-packages.json.drv building '/nix/store/mmjf1wdiavagffbh1p5pbczz3a74y4my-packages.json.drv'... Going to be running update for following packages: - python3.12-chart-studio-5.19.0 Press Enter key to continue... Running update for: - python3.12-chart-studio-5.19.0: UPDATING ... - python3.12-chart-studio-5.19.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/chart-studio/default.nix b/pkgs/development/python-modules/chart-studio/default.nix index 8987a9695d50..998174d6ccbb 100644 --- a/pkgs/development/python-modules/chart-studio/default.nix +++ b/pkgs/development/python-modules/chart-studio/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "chart-studio"; - version = "5.19.0"; + version = "5.20.0"; pyproject = true; # chart-studio was split from plotly @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "plotly"; repo = "plotly.py"; rev = "refs/tags/v${version}"; - hash = "sha256-Xi1Sf07TLPv6TsmsR2WDfY9NYdglpwiu22RjMiktTdw="; + hash = "sha256-LSZGaefxQC6h9VAJ2wgZyaQPR6vs0wrp2oxd51I3pL8="; }; sourceRoot = "${src.name}/packages/python/chart-studio"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.chart-studio Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.chart-studio Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.chart-studio/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.chart-studio/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.chart-studio 5.19.0 -> 5.20.0 https://github.com/plotly/plotly.py/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.gatt, using log file: /var/log/nixpkgs-update/python312Packages.gatt/2024-03-14.log python312Packages.gatt 0.2.6 -> 0.2.7 https://repology.org/project/python:gatt/versions attrpath: python312Packages.gatt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y3042xl43qmfd3npa2h592q138dn3swf-packages.json.drv building '/nix/store/y3042xl43qmfd3npa2h592q138dn3swf-packages.json.drv'... Going to be running update for following packages: - python3.12-gatt-0.2.6 Press Enter key to continue... Running update for: - python3.12-gatt-0.2.6: UPDATING ... - python3.12-gatt-0.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.gatt 0.2.6 -> 0.2.7 https://repology.org/project/python:gatt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath waybar, using log file: /var/log/nixpkgs-update/waybar/2024-03-14.log waybar 0.9.24 -> 0.10.0 https://github.com/Alexays/Waybar/releases attrpath: waybar Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - waybar: 0.9.24 -> 0.10.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295676" [result] Failed to update waybar 0.9.24 -> 0.10.0 https://github.com/Alexays/Waybar/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.rpds-py, using log file: /var/log/nixpkgs-update/python312Packages.rpds-py/2024-03-14.log python312Packages.rpds-py 0.10.6 -> 0.18.0 https://repology.org/project/python:rpds-py/versions attrpath: python312Packages.rpds-py Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/g7bqwzkn6aa4617rxnf2qqw896g86323-packages.json.drv building '/nix/store/g7bqwzkn6aa4617rxnf2qqw896g86323-packages.json.drv'... Going to be running update for following packages: - python3.12-rpds-py-0.10.6 Press Enter key to continue... Running update for: - python3.12-rpds-py-0.10.6: UPDATING ... - python3.12-rpds-py-0.10.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.rpds-py 0.10.6 -> 0.18.0 https://repology.org/project/python:rpds-py/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pkginfo, using log file: /var/log/nixpkgs-update/python312Packages.pkginfo/2024-03-14.log python312Packages.pkginfo 1.9.6 -> 1.10.0 https://repology.org/project/python:pkginfo/versions attrpath: python312Packages.pkginfo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fykbm8m2nqvzpd1y044v87a7zb0ff59m-packages.json.drv building '/nix/store/fykbm8m2nqvzpd1y044v87a7zb0ff59m-packages.json.drv'... Going to be running update for following packages: - python3.12-pkginfo-1.9.6 Press Enter key to continue... Running update for: - python3.12-pkginfo-1.9.6: UPDATING ... - python3.12-pkginfo-1.9.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pkginfo/default.nix b/pkgs/development/python-modules/pkginfo/default.nix index 9fd8fa40dc79..5e21ce9185ce 100644 --- a/pkgs/development/python-modules/pkginfo/default.nix +++ b/pkgs/development/python-modules/pkginfo/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "pkginfo"; - version = "1.9.6"; + version = "1.10.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-j9WJbocYpDcvDqnMnZb2QXybmG4jpNEW3aJrYswp0EY="; + hash = "sha256-Xfc4NTmNENt5+O7NXNhrH20pMXWJ6nB5aZTUk5mvYpc="; }; nativeCheckInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.pkginfo: 1.9.6 -> 1.10.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293239" [result] Failed to update python312Packages.pkginfo 1.9.6 -> 1.10.0 https://repology.org/project/python:pkginfo/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.utils, using log file: /var/log/nixpkgs-update/python312Packages.utils/2024-03-14.log python312Packages.utils 1.0.1 -> 3.8.2 https://repology.org/project/python:utils/versions attrpath: python312Packages.utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sx10swz9niv5r4v6153046miw8h3i4y4-packages.json.drv building '/nix/store/sx10swz9niv5r4v6153046miw8h3i4y4-packages.json.drv'... Going to be running update for following packages: - python3.12-utils-1.0.1 Press Enter key to continue... Running update for: - python3.12-utils-1.0.1: UPDATING ... - python3.12-utils-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.utils 1.0.1 -> 3.8.2 https://repology.org/project/python: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 abcmidi, using log file: /var/log/nixpkgs-update/abcmidi/2024-03-14.log abcmidi 2024.03.05 -> 2024.03.13 https://repology.org/project/abcmidi/versions attrpath: abcmidi Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/audio/abcmidi/default.nix b/pkgs/tools/audio/abcmidi/default.nix index ee0fe6183687..3f57ea9982fe 100644 --- a/pkgs/tools/audio/abcmidi/default.nix +++ b/pkgs/tools/audio/abcmidi/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "abcMIDI"; - version = "2024.03.05"; + version = "2024.03.13"; src = fetchzip { url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip"; - hash = "sha256-nZVI+fIS5av+RUX4P1CsncnQUuqDmIRoT1TGRLdg2Bg="; + hash = "sha256-lhnCf4Il3pRNY6tfb19qyRDbeuWSPK6JEmOrcG92MeI="; }; meta = with lib; { [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/l27183kaqng7y8qkfc2flzqdclxdmf2d-abcMIDI-2024.03.13" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/abcmidi/versions. meta.description for abcmidi is: Utilities for converting between abc and MIDI meta.homepage for abcmidi is: https://abc.sourceforge.net/abcMIDI/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2024.03.13 in filename of file in /nix/store/l27183kaqng7y8qkfc2flzqdclxdmf2d-abcMIDI-2024.03.13 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath abcmidi easyabc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/l27183kaqng7y8qkfc2flzqdclxdmf2d-abcMIDI-2024.03.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 abcmidi https://github.com/r-ryantm/nixpkgs/archive/21dc8540bee850bba0eccf431a0138819210944d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/21dc8540bee850bba0eccf431a0138819210944d#abcmidi ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/l27183kaqng7y8qkfc2flzqdclxdmf2d-abcMIDI-2024.03.13 ls -la /nix/store/l27183kaqng7y8qkfc2flzqdclxdmf2d-abcMIDI-2024.03.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)
2 packages built:
--- ###### Maintainer pings cc @dotlambda for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/295789 [result] Success updating abcmidi 2024.03.05 -> 2024.03.13 https://repology.org/project/abcmidi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pytest-subtests, using log file: /var/log/nixpkgs-update/python312Packages.pytest-subtests/2024-03-14.log python312Packages.pytest-subtests 0.11.0 -> 0.12.1 https://repology.org/project/python:pytest-subtests/versions attrpath: python312Packages.pytest-subtests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r86ki2vj8z4swb2559wc8pkkah78kz9m-packages.json.drv building '/nix/store/r86ki2vj8z4swb2559wc8pkkah78kz9m-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-subtests-0.11.0 Press Enter key to continue... Running update for: - python3.12-pytest-subtests-0.11.0: UPDATING ... - python3.12-pytest-subtests-0.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-subtests/default.nix b/pkgs/development/python-modules/pytest-subtests/default.nix index eb292e61537d..d9afd5f0c9a9 100644 --- a/pkgs/development/python-modules/pytest-subtests/default.nix +++ b/pkgs/development/python-modules/pytest-subtests/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "pytest-subtests"; - version = "0.11.0"; + version = "0.12.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-UYZciEV1RfUftyARlC8KPGkB7p4ky/ttG53BNIuvvjc="; + hash = "sha256-1mBdy4hkfgt8GInQJ/jvHBfXosYJJ+v9wJx7DYEgR20="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.11.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build-system , setuptools , setuptools-scm # dependencies , attrs # tests , pytestCheckHook }: buildPythonPackage rec { pname = "pytest-subtests"; version = "0.12.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-1mBdy4hkfgt8GInQJ/jvHBfXosYJJ+v9wJx7DYEgR20="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ attrs ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pytest_subtests" ]; meta = with lib; { description = "Pytest plugin for unittest subTest() support and subtests fixture"; homepage = "https://github.com/pytest-dev/pytest-subtests"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } [result] Failed to update python312Packages.pytest-subtests 0.11.0 -> 0.12.1 https://repology.org/project/python:pytest-subtests/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rply, using log file: /var/log/nixpkgs-update/python312Packages.rply/2024-03-14.log python312Packages.rply 0.7.7 -> 0.7.8 https://repology.org/project/python:rply/versions attrpath: python312Packages.rply Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kww0glm37fkv8mpy5ddrvfrnzhpri6vl-packages.json.drv building '/nix/store/kww0glm37fkv8mpy5ddrvfrnzhpri6vl-packages.json.drv'... Going to be running update for following packages: - python3.12-rply-0.7.7 Press Enter key to continue... Running update for: - python3.12-rply-0.7.7: UPDATING ... - python3.12-rply-0.7.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.rply 0.7.7 -> 0.7.8 https://repology.org/project/python:rply/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mako, using log file: /var/log/nixpkgs-update/python312Packages.mako/2024-03-14.log python312Packages.mako 1.3.0 -> 1.3.2 https://repology.org/project/python:mako/versions attrpath: python312Packages.mako Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6jp3ryn926xv6lzlq3bv2v81nq4b868y-packages.json.drv building '/nix/store/6jp3ryn926xv6lzlq3bv2v81nq4b868y-packages.json.drv'... Going to be running update for following packages: - python3.12-mako-1.3.0 Press Enter key to continue... Running update for: - python3.12-mako-1.3.0: UPDATING ... - python3.12-mako-1.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mako/default.nix b/pkgs/development/python-modules/mako/default.nix index 0a84359b27b6..f0eda2525fe6 100644 --- a/pkgs/development/python-modules/mako/default.nix +++ b/pkgs/development/python-modules/mako/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "mako"; - version = "1.3.0"; + version = "1.3.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -30,7 +30,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "Mako"; inherit version; - hash = "sha256-46nTiP0A6HBD7b6HkvRYgKwBFOnErcafbpv7LFXjsRs="; + hash = "sha256-KgyK1/YnQnGzu3Rn3TfPnMbatLwZy2mk7xBmlALeaY4="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi , isPyPy # build-system , setuptools # propagates , markupsafe # optional-dependencies , babel , lingua # tests , chameleon , mock , pytestCheckHook }: buildPythonPackage rec { pname = "mako"; version = "1.3.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "Mako"; inherit version; hash = "sha256-KgyK1/YnQnGzu3Rn3TfPnMbatLwZy2mk7xBmlALeaY4="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ markupsafe ]; passthru.optional-dependencies = { babel = [ babel ]; lingua = [ lingua ]; }; nativeCheckInputs = [ chameleon mock pytestCheckHook ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies); disabledTests = lib.optionals isPyPy [ # https://github.com/sqlalchemy/mako/issues/315 "test_alternating_file_names" # https://github.com/sqlalchemy/mako/issues/238 "test_file_success" "test_stdin_success" # fails on pypy2.7 "test_bytestring_passthru" ]; meta = with lib; { description = "Super-fast templating language"; homepage = "https://www.makotemplates.org/"; changelog = "https://docs.makotemplates.org/en/latest/changelog.html"; license = licenses.mit; platforms = platforms.unix; maintainers = with maintainers; [ domenkozar ]; }; } [result] Failed to update python312Packages.mako 1.3.0 -> 1.3.2 https://repology.org/project/python:mako/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.future, using log file: /var/log/nixpkgs-update/python312Packages.future/2024-03-14.log python312Packages.future 0.18.3 -> 1.0.0 https://repology.org/project/python:future/versions attrpath: python312Packages.future Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/4h3xm24w8yyr6bhy50yz1i0pxgkw4rfh-packages.json.drv building '/nix/store/4h3xm24w8yyr6bhy50yz1i0pxgkw4rfh-packages.json.drv'... Going to be running update for following packages: - python3.12-future-0.18.3 Press Enter key to continue... Running update for: - python3.12-future-0.18.3: UPDATING ... - python3.12-future-0.18.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/future/default.nix b/pkgs/development/python-modules/future/default.nix index 7c6c21d4d356..ea078467f3e4 100644 --- a/pkgs/development/python-modules/future/default.nix +++ b/pkgs/development/python-modules/future/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "future"; - version = "0.18.3"; + version = "1.0.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-NKF0Nu0elml6hvnePRWjsL4B2LyN6cHf/Vn7gjTtUwc="; + hash = "sha256-vSloMJMHhh7a4UWKT4pPNZjAO+Q7l1IQdq6/XZTAewU="; }; patches = [ No auto update branch exists Old version 0.18.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi # build-system , setuptools }: buildPythonPackage rec { pname = "future"; version = "1.0.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-vSloMJMHhh7a4UWKT4pPNZjAO+Q7l1IQdq6/XZTAewU="; }; nativeBuildInputs = [ setuptools ]; pythonImportsCheck = [ "future.builtins" "future.moves" "future.standard_library" "past.builtins" "past.translation" ]; doCheck = false; meta = { changelog = "https://github.com/PythonCharmers/python-future/blob/v${version}/docs/whatsnew.rst"; description = "Clean single-source support for Python 3 and 2"; longDescription = '' python-future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. It provides future and past packages with backports and forward ports of features from Python 3 and 2. It also comes with futurize and pasteurize, customized 2to3-based scripts that helps you to convert either Py2 or Py3 code easily to support both Python 2 and 3 in a single clean Py3-style codebase, module by module. ''; homepage = "https://python-future.org"; downloadPage = "https://github.com/PythonCharmers/python-future/releases"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ prikhi ]; }; } [result] Failed to update python312Packages.future 0.18.3 -> 1.0.0 https://repology.org/project/python:future/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath automatic-timezoned, using log file: /var/log/nixpkgs-update/automatic-timezoned/2024-03-14.log automatic-timezoned 2.0.6 -> 2.0.7 https://github.com/maxbrunet/automatic-timezoned/releases attrpath: automatic-timezoned 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-dKcghpc2aaXOtcRpABqTzwtlRM2RBGzAnXZMFbMbdlk= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/system/automatic-timezoned/default.nix b/pkgs/tools/system/automatic-timezoned/default.nix index 3e5122467e18..2e65b6c7e5f4 100644 --- a/pkgs/tools/system/automatic-timezoned/default.nix +++ b/pkgs/tools/system/automatic-timezoned/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "automatic-timezoned"; - version = "2.0.6"; + version = "2.0.7"; src = fetchFromGitHub { owner = "maxbrunet"; repo = pname; rev = "v${version}"; - sha256 = "sha256-uywQshOjdz8Vi/yN6X25LQYVLv/indzTHPmE56BqidI="; + sha256 = "sha256-MMxLy7clzvE5LyrpvKCffBpyV0eiOn7aHMH929aT+KM="; }; - cargoHash = "sha256-8ZuJF3hdmOOP4s7FIIPc7xTUAPT5TahH/8Yn5hGEnX0="; + cargoHash = "sha256-dKcghpc2aaXOtcRpABqTzwtlRM2RBGzAnXZMFbMbdlk="; meta = with lib; { description = "Automatically update system timezone based on location"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/s5z1ifs83mmfh7jd3glb0ihrhsaipgny-automatic-timezoned-2.0.7" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/maxbrunet/automatic-timezoned/releases. meta.description for automatic-timezoned is: Automatically update system timezone based on location meta.homepage for automatic-timezoned is: https://github.com/maxbrunet/automatic-timezoned meta.changelog for automatic-timezoned is: https://github.com/maxbrunet/automatic-timezoned/blob/v2.0.7/CHANGELOG.md ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/maxbrunet/automatic-timezoned/releases/tag/v2.0.7) - [Compare changes on GitHub](https://github.com/maxbrunet/automatic-timezoned/compare/v2.0.6...v2.0.7) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.0.7 with grep in /nix/store/s5z1ifs83mmfh7jd3glb0ihrhsaipgny-automatic-timezoned-2.0.7 - found 2.0.7 in filename of file in /nix/store/s5z1ifs83mmfh7jd3glb0ihrhsaipgny-automatic-timezoned-2.0.7 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath automatic-timezoned ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/s5z1ifs83mmfh7jd3glb0ihrhsaipgny-automatic-timezoned-2.0.7 \ --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 automatic-timezoned https://github.com/r-ryantm/nixpkgs/archive/ce56b788da9f75e29c579d99e5a8d98343701f98.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ce56b788da9f75e29c579d99e5a8d98343701f98#automatic-timezoned ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/s5z1ifs83mmfh7jd3glb0ihrhsaipgny-automatic-timezoned-2.0.7 ls -la /nix/store/s5z1ifs83mmfh7jd3glb0ihrhsaipgny-automatic-timezoned-2.0.7/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @maxbrunet 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/295792 [result] Success updating automatic-timezoned 2.0.6 -> 2.0.7 https://github.com/maxbrunet/automatic-timezoned/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aplpy, using log file: /var/log/nixpkgs-update/python311Packages.aplpy/2024-03-14.log python311Packages.aplpy 0 -> 1 attrpath: python311Packages.aplpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/84jlsixqxhrlnz62pn40fhxw97m690wm-packages.json.drv building '/nix/store/84jlsixqxhrlnz62pn40fhxw97m690wm-packages.json.drv'... Going to be running update for following packages: - python3.11-aplpy-2.1.0 Press Enter key to continue... Running update for: - python3.11-aplpy-2.1.0: UPDATING ... - python3.11-aplpy-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aplpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiomisc, using log file: /var/log/nixpkgs-update/python311Packages.aiomisc/2024-03-14.log python311Packages.aiomisc 0 -> 1 attrpath: python311Packages.aiomisc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f7gcikk7v94wygy0n8qk355pmqmcylwv-packages.json.drv building '/nix/store/f7gcikk7v94wygy0n8qk355pmqmcylwv-packages.json.drv'... Going to be running update for following packages: - python3.11-aiomisc-17.4.1 Press Enter key to continue... Running update for: - python3.11-aiomisc-17.4.1: UPDATING ... - python3.11-aiomisc-17.4.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aiomisc/default.nix b/pkgs/development/python-modules/aiomisc/default.nix index 63038d99f3cc..92e016c786b8 100644 --- a/pkgs/development/python-modules/aiomisc/default.nix +++ b/pkgs/development/python-modules/aiomisc/default.nix @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "aiomisc"; - version = "17.4.1"; + version = "17.5.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-SJyCxKncHRdWZUdsosOCLLRYG+ym8utXwAJjn3BRRHU="; + hash = "sha256-bpR9HsR/7qVaDcTsHXJypGDyS7/BE/CzFk6eNaQ/C8k="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ch4ql1sff2jrx4ddn7pi6dm9gfhyl7mj-python3.11-aiomisc-17.5.2" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
24 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.aiomisc is: Miscellaneous utils for asyncio meta.homepage for python311Packages.aiomisc is: https://github.com/aiokitchen/aiomisc meta.changelog for python311Packages.aiomisc is: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 17.5.2 with grep in /nix/store/ch4ql1sff2jrx4ddn7pi6dm9gfhyl7mj-python3.11-aiomisc-17.5.2 - found 17.5.2 in filename of file in /nix/store/ch4ql1sff2jrx4ddn7pi6dm9gfhyl7mj-python3.11-aiomisc-17.5.2 ---
Rebuild report (if merged into master) (click to expand) ``` 12 total rebuild path(s) 12 package rebuild(s) First fifty rebuilds by attrpath python311Packages.aio-pika python311Packages.aiofile python311Packages.aiomisc python311Packages.aiomisc-pytest python311Packages.aiormq python311Packages.caio python312Packages.aio-pika python312Packages.aiofile python312Packages.aiomisc python312Packages.aiomisc-pytest python312Packages.aiormq python312Packages.caio ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ch4ql1sff2jrx4ddn7pi6dm9gfhyl7mj-python3.11-aiomisc-17.5.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.aiomisc https://github.com/r-ryantm/nixpkgs/archive/9d977db82e4b2644fdaa93c60a54a83e4ca1315b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/9d977db82e4b2644fdaa93c60a54a83e4ca1315b#python311Packages.aiomisc ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ch4ql1sff2jrx4ddn7pi6dm9gfhyl7mj-python3.11-aiomisc-17.5.2 ls -la /nix/store/ch4ql1sff2jrx4ddn7pi6dm9gfhyl7mj-python3.11-aiomisc-17.5.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)
24 packages built:
--- ###### Maintainer pings cc @fabaff for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/295793 [result] Success updating python311Packages.aiomisc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylpsd, using log file: /var/log/nixpkgs-update/python311Packages.pylpsd/2024-03-14.log python311Packages.pylpsd 0 -> 1 attrpath: python311Packages.pylpsd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2vrj4lawwp1q4pandbkwyh7ajyq1ling-packages.json.drv building '/nix/store/2vrj4lawwp1q4pandbkwyh7ajyq1ling-packages.json.drv'... Going to be running update for following packages: - python3.11-pylpsd-0.1.4 Press Enter key to continue... Running update for: - python3.11-pylpsd-0.1.4: UPDATING ... - python3.11-pylpsd-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylpsd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.requirements-detector, using log file: /var/log/nixpkgs-update/python311Packages.requirements-detector/2024-03-14.log python311Packages.requirements-detector 0 -> 1 attrpath: python311Packages.requirements-detector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vc221hldmg8r19wkqs7md9hnascr6i35-packages.json.drv building '/nix/store/vc221hldmg8r19wkqs7md9hnascr6i35-packages.json.drv'... Going to be running update for following packages: - python3.11-requirements-detector-1.2.2 Press Enter key to continue... Running update for: - python3.11-requirements-detector-1.2.2: UPDATING ... - python3.11-requirements-detector-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requirements-detector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath depotdownloader, using log file: /var/log/nixpkgs-update/depotdownloader/2024-03-14.log depotdownloader 0 -> 1 attrpath: depotdownloader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6bzxfp0xr6g07f30nzs6qzwpz7ca4jgm-packages.json.drv building '/nix/store/6bzxfp0xr6g07f30nzs6qzwpz7ca4jgm-packages.json.drv'... Going to be running update for following packages: - depotdownloader-2.5.0 Press Enter key to continue... Running update for: - depotdownloader-2.5.0: UPDATING ... - depotdownloader-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update depotdownloader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.naturalsort, using log file: /var/log/nixpkgs-update/python311Packages.naturalsort/2024-03-14.log python311Packages.naturalsort 0 -> 1 attrpath: python311Packages.naturalsort Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fbpla1g21iys7rn0xinj38ds5xvjaisk-packages.json.drv building '/nix/store/fbpla1g21iys7rn0xinj38ds5xvjaisk-packages.json.drv'... Going to be running update for following packages: - python3.11-naturalsort-1.5.1 Press Enter key to continue... Running update for: - python3.11-naturalsort-1.5.1: UPDATING ... - python3.11-naturalsort-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.naturalsort 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cfgv, using log file: /var/log/nixpkgs-update/python311Packages.cfgv/2024-03-14.log python311Packages.cfgv 0 -> 1 attrpath: python311Packages.cfgv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ipqra4jq9b1b18zcns0wyn2lbqzfs7z1-packages.json.drv building '/nix/store/ipqra4jq9b1b18zcns0wyn2lbqzfs7z1-packages.json.drv'... Going to be running update for following packages: - python3.11-cfgv-3.4.0 Press Enter key to continue... Running update for: - python3.11-cfgv-3.4.0: UPDATING ... - python3.11-cfgv-3.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cfgv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath anydesk, using log file: /var/log/nixpkgs-update/anydesk/2024-03-14.log anydesk 0 -> 1 attrpath: anydesk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/d1chggjlhcah4ih3vayfg28yj3gpf0vp-anydesk-versionLister.drv /nix/store/zhxdjinmv74d418dxfm2ffmx3a2494zc-packages.json.drv building '/nix/store/d1chggjlhcah4ih3vayfg28yj3gpf0vp-anydesk-versionLister.drv'... building '/nix/store/zhxdjinmv74d418dxfm2ffmx3a2494zc-packages.json.drv'... Going to be running update for following packages: - anydesk-6.3.0 Press Enter key to continue... Running update for: - anydesk-6.3.0: UPDATING ... - anydesk-6.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update anydesk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.polyline, using log file: /var/log/nixpkgs-update/python311Packages.polyline/2024-03-14.log python311Packages.polyline 0 -> 1 attrpath: python311Packages.polyline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n4a01z5bff00n703p28zz7q8jqdph0rs-packages.json.drv building '/nix/store/n4a01z5bff00n703p28zz7q8jqdph0rs-packages.json.drv'... Going to be running update for following packages: - python3.11-polyline-2.0.1 Press Enter key to continue... Running update for: - python3.11-polyline-2.0.1: UPDATING ... - python3.11-polyline-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.polyline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.djangorestframework-simplejwt, using log file: /var/log/nixpkgs-update/python311Packages.djangorestframework-simplejwt/2024-03-14.log python311Packages.djangorestframework-simplejwt 0 -> 1 attrpath: python311Packages.djangorestframework-simplejwt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v5ps7rm9pbb214xzkhsd186ggm4ka4ng-packages.json.drv building '/nix/store/v5ps7rm9pbb214xzkhsd186ggm4ka4ng-packages.json.drv'... Going to be running update for following packages: - python3.11-djangorestframework-simplejwt-5.3.1 Press Enter key to continue... Running update for: - python3.11-djangorestframework-simplejwt-5.3.1: UPDATING ... - python3.11-djangorestframework-simplejwt-5.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.djangorestframework-simplejwt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lightgbm, using log file: /var/log/nixpkgs-update/python311Packages.lightgbm/2024-03-14.log python311Packages.lightgbm 0 -> 1 attrpath: python311Packages.lightgbm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8sqynjzmx0qrpfzvnk0mfw8lafhpa5az-packages.json.drv building '/nix/store/8sqynjzmx0qrpfzvnk0mfw8lafhpa5az-packages.json.drv'... Going to be running update for following packages: - python3.11-lightgbm-4.3.0 Press Enter key to continue... Running update for: - python3.11-lightgbm-4.3.0: UPDATING ... - python3.11-lightgbm-4.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lightgbm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.requestsexceptions, using log file: /var/log/nixpkgs-update/python311Packages.requestsexceptions/2024-03-14.log python311Packages.requestsexceptions 0 -> 1 attrpath: python311Packages.requestsexceptions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4c25mi5nq209mli80yvwy00fyhxd9m61-packages.json.drv building '/nix/store/4c25mi5nq209mli80yvwy00fyhxd9m61-packages.json.drv'... Going to be running update for following packages: - python3.11-requestsexceptions-1.4.0 Press Enter key to continue... Running update for: - python3.11-requestsexceptions-1.4.0: UPDATING ... - python3.11-requestsexceptions-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requestsexceptions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cogl, using log file: /var/log/nixpkgs-update/cogl/2024-03-14.log cogl 0 -> 1 attrpath: cogl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vqh0ymwc1v1swzj1rf80kp8afkcjv666-packages.json.drv building '/nix/store/vqh0ymwc1v1swzj1rf80kp8afkcjv666-packages.json.drv'... Going to be running update for following packages: - cogl-1.22.8 Press Enter key to continue... Running update for: - cogl-1.22.8: UPDATING ... - cogl-1.22.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cogl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fileshelter, using log file: /var/log/nixpkgs-update/fileshelter/2024-03-14.log fileshelter 4.0.1 -> 6.2.0 https://github.com/epoupon/fileshelter/releases attrpath: fileshelter Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/web-apps/fileshelter/default.nix b/pkgs/servers/web-apps/fileshelter/default.nix index b6abc423eb85..e1cf793a5e66 100644 --- a/pkgs/servers/web-apps/fileshelter/default.nix +++ b/pkgs/servers/web-apps/fileshelter/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "fileshelter"; - version = "4.0.1"; + version = "6.2.0"; src = fetchFromGitHub { owner = "epoupon"; repo = "fileshelter"; rev = "v${version}"; - sha256 = "07n70wwqj7lqdxs3wya1m8bwg8l6lgmmlfpwyv3r3s4dfzb1b3ka"; + sha256 = "sha256-21ANNJB7rbGAdlS7ELyGAEIjvK8biFlH27yVHrLKpwY="; }; enableParallelBuilding = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A fileshelter nix build failed. got build log for 'fileshelter' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/pj1sskj6zci6ynqhv8llgbs7cznlg27c-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: error: 'configure.ac' is required [result] Failed to update fileshelter 4.0.1 -> 6.2.0 https://github.com/epoupon/fileshelter/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scala_2_12, using log file: /var/log/nixpkgs-update/scala_2_12/2024-03-14.log scala_2_12 0 -> 1 attrpath: scala_2_12 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/zksn00vl0mfd2iyfnx3rcfq5lz92w1rq-update.sh.drv /nix/store/87l3gjfx6jgqp8ql8b871ah4kiyfwwhg-packages.json.drv building '/nix/store/zksn00vl0mfd2iyfnx3rcfq5lz92w1rq-update.sh.drv'... building '/nix/store/87l3gjfx6jgqp8ql8b871ah4kiyfwwhg-packages.json.drv'... Going to be running update for following packages: - scala-2.12.18 Press Enter key to continue... Running update for: - scala-2.12.18: UPDATING ... - scala-2.12.18: ERROR --- SHOWING ERROR LOG FOR scala-2.12.18 ---------------------- error: cannot run ssh: No such file or directory fatal: unable to fork this derivation will be built: /nix/store/qf3wmg99cgsavg2x5658mp5hx5bypv5l-scala-.tgz.drv building '/nix/store/qf3wmg99cgsavg2x5658mp5hx5bypv5l-scala-.tgz.drv'... trying https://www.scala-lang.org/files/archive/scala-.tgz % 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 scala-.tgz from any mirror error: boost::bad_format_string: format-string is ill-formed update-source-version: error: Couldn't figure out new hash of 'scala_2_12.src'! --- SHOWING ERROR LOG FOR scala-2.12.18 ---------------------- The update script for scala-2.12.18 failed with exit code 1 [result] Failed to update scala_2_12 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pcodedmp, using log file: /var/log/nixpkgs-update/python311Packages.pcodedmp/2024-03-14.log python311Packages.pcodedmp 0 -> 1 attrpath: python311Packages.pcodedmp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4akwrqjxrfibykbyhyan8cb9k8bcnsr8-packages.json.drv building '/nix/store/4akwrqjxrfibykbyhyan8cb9k8bcnsr8-packages.json.drv'... Going to be running update for following packages: - python3.11-pcodedmp-1.2.6 Press Enter key to continue... Running update for: - python3.11-pcodedmp-1.2.6: UPDATING ... - python3.11-pcodedmp-1.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pcodedmp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gdk-pixbuf, using log file: /var/log/nixpkgs-update/gdk-pixbuf/2024-03-14.log gdk-pixbuf 0 -> 1 attrpath: gdk-pixbuf Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gdk-pixbuf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hvac, using log file: /var/log/nixpkgs-update/python311Packages.hvac/2024-03-14.log python311Packages.hvac 0 -> 1 attrpath: python311Packages.hvac Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8n00nki82yn0f3qdmzjqk460a2hvrznw-packages.json.drv building '/nix/store/8n00nki82yn0f3qdmzjqk460a2hvrznw-packages.json.drv'... Going to be running update for following packages: - python3.11-hvac-2.1.0 Press Enter key to continue... Running update for: - python3.11-hvac-2.1.0: UPDATING ... - python3.11-hvac-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hvac 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cryptolyzer, using log file: /var/log/nixpkgs-update/python311Packages.cryptolyzer/2024-03-14.log python311Packages.cryptolyzer 0 -> 1 attrpath: python311Packages.cryptolyzer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yh7x5gg4rhw8hdpb6kd9dgyrjmi9m1y4-packages.json.drv building '/nix/store/yh7x5gg4rhw8hdpb6kd9dgyrjmi9m1y4-packages.json.drv'... Going to be running update for following packages: - python3.11-cryptolyzer-0.12.2 Press Enter key to continue... Running update for: - python3.11-cryptolyzer-0.12.2: UPDATING ... - python3.11-cryptolyzer-0.12.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cryptolyzer/default.nix b/pkgs/development/python-modules/cryptolyzer/default.nix index 61d5a4a3f664..755f141c7509 100644 --- a/pkgs/development/python-modules/cryptolyzer/default.nix +++ b/pkgs/development/python-modules/cryptolyzer/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "cryptolyzer"; - version = "0.12.2"; + version = "0.12.3"; pyproject = true; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "CryptoLyzer"; inherit version; - hash = "sha256-UffFdQ+MiB8kPzqnmWdnGRwAAM9wJwpUDK2bPvPvH0c="; + hash = "sha256-UdM0+PkO3K4XshcqaDkEKry6Spny9KMZAHiADxxth+c="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python311Packages.cryptoparser: 0.12.2 -> 0.12.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294527" [result] Failed to update python311Packages.cryptolyzer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath maptool, using log file: /var/log/nixpkgs-update/maptool/2024-03-14.log maptool 0 -> 1 attrpath: maptool Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1l2pi77kshb653iw7j4kwcf0sbqx7myi-packages.json.drv building '/nix/store/1l2pi77kshb653iw7j4kwcf0sbqx7myi-packages.json.drv'... Going to be running update for following packages: - maptool-1.14.3 Press Enter key to continue... Running update for: - maptool-1.14.3: UPDATING ... - maptool-1.14.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update maptool 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ttach, using log file: /var/log/nixpkgs-update/python311Packages.ttach/2024-03-14.log python311Packages.ttach 0 -> 1 attrpath: python311Packages.ttach Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ky7xmmn4q80y397k8pcxp268zfpk1qgx-packages.json.drv building '/nix/store/ky7xmmn4q80y397k8pcxp268zfpk1qgx-packages.json.drv'... Going to be running update for following packages: - python3.11-ttach-0.0.3 Press Enter key to continue... Running update for: - python3.11-ttach-0.0.3: UPDATING ... - python3.11-ttach-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ttach 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mmlgui, using log file: /var/log/nixpkgs-update/mmlgui/2024-03-14.log mmlgui 0 -> 1 attrpath: mmlgui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gl1vsk7nd6i5hb7f8gapz5y064dafp23-packages.json.drv building '/nix/store/gl1vsk7nd6i5hb7f8gapz5y064dafp23-packages.json.drv'... Going to be running update for following packages: - mmlgui-unstable-2023-11-16 Press Enter key to continue... Running update for: - mmlgui-unstable-2023-11-16: UPDATING ... - mmlgui-unstable-2023-11-16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mmlgui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath roadrunner, using log file: /var/log/nixpkgs-update/roadrunner/2024-03-14.log roadrunner 2023.3.10 -> 2023.3.12 https://github.com/roadrunner-server/roadrunner/releases attrpath: roadrunner Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-xAzZdElu0rzoWnEQbhMO7DhQx3P7241yMy/Gvk9jnCA=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'roadrunner.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vvily5zax3plcwkaw43j4isz1g00gvw2-roadrunner-2023.3.12-go-modules.drv /nix/store/rvx2qsrb2bl72xx3d40wk57v8q845lmd-roadrunner-2023.3.12.drv building '/nix/store/vvily5zax3plcwkaw43j4isz1g00gvw2-roadrunner-2023.3.12-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/qawa1s73ppgh3izj60zm20zr37si025p-source source root is source Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'internal/rpc/client_test.go') substituteStream(): WARNING: pattern 127.0.0.1:55555 doesn't match anything in file 'internal/rpc/client_test.go' substituteStream(): WARNING: pattern 127.0.0.1:55555 doesn't match anything in file 'internal/rpc/test/config_rpc_ok.yaml' substituteStream(): WARNING: pattern 127.0.0.1:0 doesn't match anything in file 'internal/rpc/test/config_rpc_conn_err.yaml' Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22.0 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/vvily5zax3plcwkaw43j4isz1g00gvw2-roadrunner-2023.3.12-go-modules.drv' failed with exit code 1; last 12 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/qawa1s73ppgh3izj60zm20zr37si025p-source > source root is source > Running phase: patchPhase > substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'internal/rpc/client_test.go') > substituteStream(): WARNING: pattern 127.0.0.1:55555 doesn't match anything in file 'internal/rpc/client_test.go' > substituteStream(): WARNING: pattern 127.0.0.1:55555 doesn't match anything in file 'internal/rpc/test/config_rpc_ok.yaml' > substituteStream(): WARNING: pattern 127.0.0.1:0 doesn't match anything in file 'internal/rpc/test/config_rpc_conn_err.yaml' > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22.0 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/vvily5zax3plcwkaw43j4isz1g00gvw2-roadrunner-2023.3.12-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/rvx2qsrb2bl72xx3d40wk57v8q845lmd-roadrunner-2023.3.12.drv' failed to build [result] Failed to update roadrunner 2023.3.10 -> 2023.3.12 https://github.com/roadrunner-server/roadrunner/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mate.mate-backgrounds, using log file: /var/log/nixpkgs-update/mate.mate-backgrounds/2024-03-14.log mate.mate-backgrounds 0 -> 1 attrpath: mate.mate-backgrounds mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-backgrounds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aqipy-atmotech, using log file: /var/log/nixpkgs-update/python311Packages.aqipy-atmotech/2024-03-14.log python311Packages.aqipy-atmotech 0 -> 1 attrpath: python311Packages.aqipy-atmotech Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pyw08krwrw8vz44jg87dyjv9ykp6sais-packages.json.drv building '/nix/store/pyw08krwrw8vz44jg87dyjv9ykp6sais-packages.json.drv'... Going to be running update for following packages: - python3.11-aqipy-atmotech-0.1.5 Press Enter key to continue... Running update for: - python3.11-aqipy-atmotech-0.1.5: UPDATING ... - python3.11-aqipy-atmotech-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aqipy-atmotech 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.certbot-dns-inwx, using log file: /var/log/nixpkgs-update/python311Packages.certbot-dns-inwx/2024-03-14.log python311Packages.certbot-dns-inwx 0 -> 1 attrpath: python311Packages.certbot-dns-inwx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y0sfj8h1r3lj2jxnmy6rgwi2w49s06km-packages.json.drv building '/nix/store/y0sfj8h1r3lj2jxnmy6rgwi2w49s06km-packages.json.drv'... Going to be running update for following packages: - python3.11-certbot-dns-inwx-2.2.0 Press Enter key to continue... Running update for: - python3.11-certbot-dns-inwx-2.2.0: UPDATING ... - python3.11-certbot-dns-inwx-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.certbot-dns-inwx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-futures, using log file: /var/log/nixpkgs-update/python311Packages.types-futures/2024-03-14.log python311Packages.types-futures 0 -> 1 attrpath: python311Packages.types-futures Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/srfsxpvv6vi0j8rfwlqw2kzv0zhw5ppb-packages.json.drv building '/nix/store/srfsxpvv6vi0j8rfwlqw2kzv0zhw5ppb-packages.json.drv'... Going to be running update for following packages: - python3.11-types-futures-3.3.8 Press Enter key to continue... Running update for: - python3.11-types-futures-3.3.8: UPDATING ... - python3.11-types-futures-3.3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-futures 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath overcommit, using log file: /var/log/nixpkgs-update/overcommit/2024-03-14.log overcommit 0 -> 1 attrpath: overcommit 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 overcommit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-crontab, using log file: /var/log/nixpkgs-update/python311Packages.django-crontab/2024-03-14.log python311Packages.django-crontab 0 -> 1 attrpath: python311Packages.django-crontab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9524z4acmnv6zgkbb7hcfrg0wp9fpp0h-packages.json.drv building '/nix/store/9524z4acmnv6zgkbb7hcfrg0wp9fpp0h-packages.json.drv'... Going to be running update for following packages: - python3.11-django-crontab-0.7.1 Press Enter key to continue... Running update for: - python3.11-django-crontab-0.7.1: UPDATING ... - python3.11-django-crontab-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-crontab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.envisage, using log file: /var/log/nixpkgs-update/python311Packages.envisage/2024-03-14.log python311Packages.envisage 0 -> 1 attrpath: python311Packages.envisage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/anaawgbmjhwpy32cw1c1iydxbwrvb397-packages.json.drv building '/nix/store/anaawgbmjhwpy32cw1c1iydxbwrvb397-packages.json.drv'... Going to be running update for following packages: - python3.11-envisage-7.0.3 Press Enter key to continue... Running update for: - python3.11-envisage-7.0.3: UPDATING ... - python3.11-envisage-7.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.envisage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-managementpartner, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-managementpartner/2024-03-14.log python311Packages.azure-mgmt-managementpartner 0 -> 1 attrpath: python311Packages.azure-mgmt-managementpartner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/29rdhmmdsch642mldrc6qr93qjv4hms3-packages.json.drv building '/nix/store/29rdhmmdsch642mldrc6qr93qjv4hms3-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-managementpartner-1.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-managementpartner-1.0.0: UPDATING ... - python3.11-azure-mgmt-managementpartner-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-managementpartner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyprland, using log file: /var/log/nixpkgs-update/pyprland/2024-03-14.log pyprland 0 -> 1 attrpath: pyprland Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q81rsbz4z5pp33hw0d2pzi2hj75d1k38-packages.json.drv building '/nix/store/q81rsbz4z5pp33hw0d2pzi2hj75d1k38-packages.json.drv'... Going to be running update for following packages: - pyprland-2.0.8 Press Enter key to continue... Running update for: - pyprland-2.0.8: UPDATING ... - pyprland-2.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pyprland 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.AcademicThemes, using log file: /var/log/nixpkgs-update/rPackages.AcademicThemes/2024-03-14.log rPackages.AcademicThemes 0.0.1 -> 0.0.2 https://repology.org/project/r:academicthemes/versions attrpath: rPackages.AcademicThemes Checking auto update branch... No auto update branch exists Old version 0.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.AcademicThemes 0.0.1 -> 0.0.2 https://repology.org/project/r:academicthemes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pymatreader, using log file: /var/log/nixpkgs-update/python312Packages.pymatreader/2024-03-14.log python312Packages.pymatreader 0.0.31 -> 0.0.32 https://repology.org/project/python:pymatreader/versions attrpath: python312Packages.pymatreader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ysyd58w4cgx2akniyjbq2f84lxs9187f-packages.json.drv building '/nix/store/ysyd58w4cgx2akniyjbq2f84lxs9187f-packages.json.drv'... Going to be running update for following packages: - python3.12-pymatreader-0.0.31 Press Enter key to continue... Running update for: - python3.12-pymatreader-0.0.31: UPDATING ... - python3.12-pymatreader-0.0.31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pymatreader 0.0.31 -> 0.0.32 https://repology.org/project/python:pymatreader/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.erb-formatter, using log file: /var/log/nixpkgs-update/rubyPackages.erb-formatter/2024-03-14.log rubyPackages.erb-formatter 0.7.1 -> 0.7.2 https://repology.org/project/ruby:erb-formatter/versions attrpath: rubyPackages.erb-formatter Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages.erb-formatter 0.7.1 -> 0.7.2 https://repology.org/project/ruby:erb-formatter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ggside, using log file: /var/log/nixpkgs-update/rPackages.ggside/2024-03-14.log rPackages.ggside 0.2.3 -> 0.3.1 https://repology.org/project/r:ggside/versions attrpath: rPackages.ggside Checking auto update branch... No auto update branch exists Old version 0.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ggside 0.2.3 -> 0.3.1 https://repology.org/project/r:ggside/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.smart-open, using log file: /var/log/nixpkgs-update/python312Packages.smart-open/2024-03-14.log python312Packages.smart-open 6.4.0 -> 7.0.1 https://github.com/RaRe-Technologies/smart_open/releases attrpath: python312Packages.smart-open Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7d0qx8b88sxw4nw83zvl9b4kb67x56gf-packages.json.drv building '/nix/store/7d0qx8b88sxw4nw83zvl9b4kb67x56gf-packages.json.drv'... Going to be running update for following packages: - python3.12-smart-open-6.4.0 Press Enter key to continue... Running update for: - python3.12-smart-open-6.4.0: UPDATING ... - python3.12-smart-open-6.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/smart-open/default.nix b/pkgs/development/python-modules/smart-open/default.nix index df0cbdc8a01c..17a90679684e 100644 --- a/pkgs/development/python-modules/smart-open/default.nix +++ b/pkgs/development/python-modules/smart-open/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "smart-open"; - version = "6.4.0"; + version = "7.0.1"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "RaRe-Technologies"; repo = "smart_open"; rev = "refs/tags/v${version}"; - hash = "sha256-fciNaVw603FAcgrSrND+LEycJffmnFQij2ZpatYZ/e4="; + hash = "sha256-yGy4xNoHCE+LclBBTMVtTKP6GYZ5w09NJ0OmsUPnir4="; }; passthru.optional-dependencies = { No auto update branch exists Old version 6.4.0" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , azure-common , azure-core , azure-storage-blob , boto3 , google-cloud-storage , requests , moto , paramiko , pytestCheckHook , responses , setuptools , wrapt , zstandard }: buildPythonPackage rec { pname = "smart-open"; version = "7.0.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "RaRe-Technologies"; repo = "smart_open"; rev = "refs/tags/v${version}"; hash = "sha256-yGy4xNoHCE+LclBBTMVtTKP6GYZ5w09NJ0OmsUPnir4="; }; build-system = [ setuptools ]; dependencies = [ wrapt ]; optional-dependencies = { s3 = [ boto3 ]; gcs = [ google-cloud-storage ]; azure = [ azure-storage-blob azure-common azure-core ]; http = [ requests ]; webhdfs = [ requests ]; ssh = [ paramiko ]; zst = [ zstandard ]; }; pythonImportsCheck = [ "smart_open" ]; nativeCheckInputs = [ moto pytestCheckHook responses ] ++ lib.flatten (builtins.attrValues optional-dependencies); pytestFlagsArray = [ "smart_open" ]; disabledTests = [ # https://github.com/RaRe-Technologies/smart_open/issues/784 "test_https_seek_forward" "test_seek_from_current" "test_seek_from_end" "test_seek_from_start" ]; meta = with lib; { description = "Library for efficient streaming of very large file"; homepage = "https://github.com/RaRe-Technologies/smart_open"; license = licenses.mit; maintainers = with maintainers; [ jyp ]; }; } [result] Failed to update python312Packages.smart-open 6.4.0 -> 7.0.1 https://github.com/RaRe-Technologies/smart_open/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.markdown, using log file: /var/log/nixpkgs-update/lua51Packages.markdown/2024-03-14.log lua51Packages.markdown 0.33-1 -> 0.331 https://repology.org/project/lua:markdown/versions attrpath: lua51Packages.markdown Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.markdown 0.33-1 -> 0.331 https://repology.org/project/lua:markdown/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.rmagick, using log file: /var/log/nixpkgs-update/rubyPackages.rmagick/2024-03-14.log rubyPackages.rmagick 5.4.1 -> 5.4.4 https://repology.org/project/ruby:rmagick/versions attrpath: rubyPackages.rmagick 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.rmagick 5.4.1 -> 5.4.4 https://repology.org/project/ruby:rmagick/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.faker, using log file: /var/log/nixpkgs-update/python312Packages.faker/2024-03-14.log python312Packages.faker 20.1.0 -> 24.2.0 https://repology.org/project/python:faker/versions attrpath: python312Packages.faker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2vqzzyxviwnbbziniv4vr0c0gj9ja474-packages.json.drv building '/nix/store/2vqzzyxviwnbbziniv4vr0c0gj9ja474-packages.json.drv'... Going to be running update for following packages: - python3.12-faker-20.1.0 Press Enter key to continue... Running update for: - python3.12-faker-20.1.0: UPDATING ... - python3.12-faker-20.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/faker/default.nix b/pkgs/development/python-modules/faker/default.nix index 68e0e4e3b5ea..51a82be2fc26 100644 --- a/pkgs/development/python-modules/faker/default.nix +++ b/pkgs/development/python-modules/faker/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "faker"; - version = "20.1.0"; + version = "24.2.0"; pyproject = true; src = fetchPypi { pname = "Faker"; inherit version; - hash = "sha256-Vio6CcPtOhp7IOE9efkE39/F50D3KBPs+V5M9x5aL1I="; + hash = "sha256-h9XncwQm57NoF5IWecTq89gQztuMgRlPR63D3yEiyhg="; }; nativeBuildInputs = [ No auto update branch exists Old version 20.1.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , freezegun , pillow , pytestCheckHook , python-dateutil , setuptools , text-unidecode , ukpostcodeparser , validators }: buildPythonPackage rec { pname = "faker"; version = "24.0.0"; pyproject = true; src = fetchPypi { pname = "Faker"; inherit version; hash = "sha256-6m94TEBzDeD3cGfknnjN1ZDvsAvsPTP1d0kiYiBsF/w="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ python-dateutil text-unidecode ]; nativeCheckInputs = [ freezegun pillow pytestCheckHook ukpostcodeparser validators ]; # avoid tests which import random2, an abandoned library pytestFlagsArray = [ "--ignore=tests/providers/test_ssn.py" ]; pythonImportsCheck = [ "faker" ]; meta = with lib; { description = "Python library for generating fake user data"; homepage = "http://faker.rtfd.org"; license = licenses.mit; maintainers = with maintainers; [ lovek323 ]; }; } [result] Failed to update python312Packages.faker 20.1.0 -> 24.2.0 https://repology.org/project/python:faker/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.twitter, using log file: /var/log/nixpkgs-update/python312Packages.twitter/2024-03-14.log python312Packages.twitter 1.19.6 -> 3.5 https://repology.org/project/python:twitter/versions attrpath: python312Packages.twitter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qgbwyg1jna4ahrvszr47alsb8g6wdn37-packages.json.drv building '/nix/store/qgbwyg1jna4ahrvszr47alsb8g6wdn37-packages.json.drv'... Going to be running update for following packages: - python3.12-twitter-1.19.6 Press Enter key to continue... Running update for: - python3.12-twitter-1.19.6: UPDATING ... - python3.12-twitter-1.19.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.twitter 1.19.6 -> 3.5 https://repology.org/project/python:twitter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wayland-proxy-virtwl, using log file: /var/log/nixpkgs-update/wayland-proxy-virtwl/2024-03-14.log wayland-proxy-virtwl 0 -> 1 attrpath: wayland-proxy-virtwl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/drxpar81pklsh53gcsnyb9f8dqxdmj4s-packages.json.drv building '/nix/store/drxpar81pklsh53gcsnyb9f8dqxdmj4s-packages.json.drv'... Going to be running update for following packages: - ocaml5.0.0-wayland-proxy-virtwl-unstable-2023-12-09 Press Enter key to continue... Running update for: - ocaml5.0.0-wayland-proxy-virtwl-unstable-2023-12-09: UPDATING ... - ocaml5.0.0-wayland-proxy-virtwl-unstable-2023-12-09: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix b/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix index 029e30b2645a..5d116999e972 100644 --- a/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix +++ b/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix @@ -8,13 +8,13 @@ ocamlPackages.buildDunePackage rec { pname = "wayland-proxy-virtwl"; - version = "unstable-2023-12-09"; + version = "unstable-2024-01-28"; src = fetchFromGitHub { owner = "talex5"; repo = pname; - rev = "ec052fa0e9ae2b2926afc27e23a50b4d3072e6ac"; - sha256 = "sha256-ZWW44hfWs0F4SwwEjx62o/JnuXSrSlq2lrRFRTuPUFE="; + rev = "02d8d9f3faa3178fd5ca89efa7321525965d6bc8"; + sha256 = "sha256-jR+3Z9rpAAmhuwYkmSdEuzSZpWhCBVKUN9/WfB8/AZ8="; }; minimalOCamlVersion = "5.0"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A wayland-proxy-virtwl nix build failed. got build log for 'wayland-proxy-virtwl' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ncn6pbqgr0p7nwb9siyw0bd9s7zpdyq8-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Done: 100% (2/2, 0 left) (jobs: 0) Done: 100% (2/2, 0 left) (jobs: 0) Done: 78% (11/14, 3 left) (jobs: 0) Done: 64% (11/17, 6 left) (jobs: 0) Done: 28% (16/56, 40 left) (jobs: 0) Done: 14% (16/110, 94 left) (jobs: 0) Done: 25% (46/181, 135 left) (jobs: 6) Done: 30% (62/203, 141 left) (jobs: 3) Done: 32% (67/209, 142 left) (jobs: 5) Done: 38% (81/213, 132 left) (jobs: 2) Done: 41% (89/214, 125 left) (jobs: 2) Done: 42% (91/214, 123 left) (jobs: 3) Done: 45% (98/214, 116 left) (jobs: 4) Done: 46% (100/214, 114 left) (jobs: 3) Done: 47% (102/214, 112 left) (jobs: 3) Done: 48% (103/214, 111 left) (jobs: 3) Done: 49% (105/214, 109 left) (jobs: 3) Done: 49% (106/214, 108 left) (jobs: 3) Done: 50% (107/214, 107 left) (jobs: 3) Done: 50% (108/214, 106 left) (jobs: 2) Done: 50% (109/214, 105 left) (jobs: 2) Done: 51% (110/214, 104 left) (jobs: 1) Done: 51% (111/214, 103 left) (jobs: 13) Done: 57% (124/214, 90 left) (jobs: 15) Done: 76% (169/221, 52 left) (jobs: 5) Done: 76% (185/242, 57 left) (jobs: 13) Done: 85% (213/250, 37 left) (jobs: 3) Done: 88% (224/254, 30 left) (jobs: 3) Done: 89% (228/254, 26 left) (jobs: 5) Done: 89% (232/258, 26 left) (jobs: 4) Done: 90% (237/262, 25 left) (jobs: 3) Done: 90% (238/262, 24 left) (jobs: 6) Done: 92% (246/266, 20 left) (jobs: 3) Done: 89% (250/279, 29 left) (jobs: 4) Done: 85% (253/295, 42 left) (jobs: 6) Done: 87% (257/295, 38 left) (jobs: 4) Done: 87% (258/295, 37 left) (jobs: 5) Done: 88% (260/295, 35 left) (jobs: 3) Done: 88% (261/295, 34 left) (jobs: 2) Done: 90% (267/295, 28 left) (jobs: 7) (cd _build/default && /nix/store/hcjhzmr9wk2m3lgg4xcnhnd98xhxcvip-ocaml-5.0.0/bin/ocamlc.opt -w -40 -g -bin-annot -I .main.eobjs/byte -I /nix/store/0pb1kin1n77921jwlhpq2q5840w0zyiv-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland -I /nix/store/0pb1kin1n77921jwlhpq2q5840w0zyiv-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland/protocols -I /nix/store/40fvqaggqvbc00siwnfm17phdlyn2izy-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime -I /nix/store/40fvqaggqvbc00siwnfm17phdlyn2izy-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime/clock/os -I /nix/store/4g98f96dwdjy07621hladjqcy3wiink5-ocaml5.0.0-logs-0.7.0/lib/ocaml/5.0.0/site-lib/logs -I /nix/store/4n6x7xpj44zcdh2i1c5h2hayrdq28nsm-ocaml5.0.0-psq-0.2.1/lib/ocaml/5.0.0/site-lib/psq -I /nix/store/4qh3m3r28vwlfxk270qjb0822nfvrgsi-ocaml5.0.0-domain-local-await-1.0.1/lib/ocaml/5.0.0/site-lib/domain-local-await -I /nix/store/6ljksbv5jqn12gyky4qziq21kfcjkck5-ocaml5.0.0-bigstringaf-0.9.0/lib/ocaml/5.0.0/site-lib/bigstringaf -I /nix/store/6ll6izavazcibha3aaf0z4cd7b4p5s2z-ocaml5.0.0-seq-0.1/lib/ocaml/5.0.0/site-lib/seq -I /nix/store/83z4w1wkr20x1mmp1akgfg3zp72y7dpx-ocaml5.0.0-fmt-0.9.0/lib/ocaml/5.0.0/site-lib/fmt -I /nix/store/8d29sp9jrqh9irmf4grfv6icn041b27i-ocaml5.0.0-thread-table-1.0.0/lib/ocaml/5.0.0/site-lib/thread-table -I /nix/store/abkd2dhw90x3czpnfk6wnilzsakisrsx-ocaml5.0.0-hmap-0.8.1/lib/ocaml/5.0.0/site-lib/hmap -I /nix/store/h5i6w71jj4bvm8vaxi9qvf0xw4858ncy-cmdliner-1.2.0/lib/ocaml/5.0.0/site-lib/cmdliner -I /nix/store/h7cwhwhv0lny0a12i44kwmrbdp29wv4m-ocaml5.0.0-optint-0.3.0/lib/ocaml/5.0.0/site-lib/optint -I /nix/store/hcjhzmr9wk2m3lgg4xcnhnd98xhxcvip-ocaml-5.0.0/lib/ocaml/threads -I /nix/store/hcjhzmr9wk2m3lgg4xcnhnd98xhxcvip-ocaml-5.0.0/lib/ocaml/unix -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/core -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/unix -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/utils -I /nix/store/kcml72qcy6m92xpy7la4n46lg5qd39si-ocaml5.0.0-uring-0.8/lib/ocaml/5.0.0/site-lib/uring -I /nix/store/l1cy738ny8j50923ab89sc39kf0w16aj-ocaml5.0.0-eio_posix-0.12/lib/ocaml/5.0.0/site-lib/eio_posix -I /nix/store/rryds53hcj6hfpmlsv40vxkl7g05dn9h-ocaml5.0.0-eio_linux-0.12/lib/ocaml/5.0.0/site-lib/eio_linux -I /nix/store/sl2zb047wbvmzydyh09k4gzrscrkxirk-ocaml5.0.0-eio_main-0.12/lib/ocaml/5.0.0/site-lib/eio_main -I /nix/store/wyfzc2mczr2azwd3yil84apqw7zv9z60-ocaml5.0.0-cstruct-6.2.0/lib/ocaml/5.0.0/site-lib/cstruct -I /nix/store/xq7qs2djdvpf3b2cgvpnw0vgvbq82p54-ocaml5.0.0-lwt-dllist-1.0.1/lib/ocaml/5.0.0/site-lib/lwt-dllist -I /nix/store/yma73wmrdmabmdfgmp74phjf37h28vv4-ocaml5.0.0-iomux-0.3/lib/ocaml/5.0.0/site-lib/iomux -I virtio_gpu/.virtio_gpu.objs/byte -I x11/.x11.objs/byte -no-alias-deps -open Dune__exe -o .main.eobjs/byte/dune__exe__Protocols.cmo -c -impl protocols.pp.ml) File "protocols.ml", line 10, characters 8-60: 10 | include Wayland_protocols.Relative_pointer_unstable_v1_proto ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Wayland_protocols.Relative_pointer_unstable_v1_proto Done: 90% (267/295, 28 left) (jobs: 7) (cd _build/default && /nix/store/hcjhzmr9wk2m3lgg4xcnhnd98xhxcvip-ocaml-5.0.0/bin/ocamlc.opt -w -40 -g -bin-annot -I .main.eobjs/byte -I /nix/store/0pb1kin1n77921jwlhpq2q5840w0zyiv-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland -I /nix/store/0pb1kin1n77921jwlhpq2q5840w0zyiv-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland/protocols -I /nix/store/40fvqaggqvbc00siwnfm17phdlyn2izy-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime -I /nix/store/40fvqaggqvbc00siwnfm17phdlyn2izy-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime/clock/os -I /nix/store/4g98f96dwdjy07621hladjqcy3wiink5-ocaml5.0.0-logs-0.7.0/lib/ocaml/5.0.0/site-lib/logs -I /nix/store/4n6x7xpj44zcdh2i1c5h2hayrdq28nsm-ocaml5.0.0-psq-0.2.1/lib/ocaml/5.0.0/site-lib/psq -I /nix/store/4qh3m3r28vwlfxk270qjb0822nfvrgsi-ocaml5.0.0-domain-local-await-1.0.1/lib/ocaml/5.0.0/site-lib/domain-local-await -I /nix/store/6ljksbv5jqn12gyky4qziq21kfcjkck5-ocaml5.0.0-bigstringaf-0.9.0/lib/ocaml/5.0.0/site-lib/bigstringaf -I /nix/store/6ll6izavazcibha3aaf0z4cd7b4p5s2z-ocaml5.0.0-seq-0.1/lib/ocaml/5.0.0/site-lib/seq -I /nix/store/83z4w1wkr20x1mmp1akgfg3zp72y7dpx-ocaml5.0.0-fmt-0.9.0/lib/ocaml/5.0.0/site-lib/fmt -I /nix/store/8d29sp9jrqh9irmf4grfv6icn041b27i-ocaml5.0.0-thread-table-1.0.0/lib/ocaml/5.0.0/site-lib/thread-table -I /nix/store/abkd2dhw90x3czpnfk6wnilzsakisrsx-ocaml5.0.0-hmap-0.8.1/lib/ocaml/5.0.0/site-lib/hmap -I /nix/store/h5i6w71jj4bvm8vaxi9qvf0xw4858ncy-cmdliner-1.2.0/lib/ocaml/5.0.0/site-lib/cmdliner -I /nix/store/h7cwhwhv0lny0a12i44kwmrbdp29wv4m-ocaml5.0.0-optint-0.3.0/lib/ocaml/5.0.0/site-lib/optint -I /nix/store/hcjhzmr9wk2m3lgg4xcnhnd98xhxcvip-ocaml-5.0.0/lib/ocaml/threads -I /nix/store/hcjhzmr9wk2m3lgg4xcnhnd98xhxcvip-ocaml-5.0.0/lib/ocaml/unix -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/core -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/unix -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/utils -I /nix/store/kcml72qcy6m92xpy7la4n46lg5qd39si-ocaml5.0.0-uring-0.8/lib/ocaml/5.0.0/site-lib/uring -I /nix/store/l1cy738ny8j50923ab89sc39kf0w16aj-ocaml5.0.0-eio_posix-0.12/lib/ocaml/5.0.0/site-lib/eio_posix -I /nix/store/rryds53hcj6hfpmlsv40vxkl7g05dn9h-ocaml5.0.0-eio_linux-0.12/lib/ocaml/5.0.0/site-lib/eio_linux -I /nix/store/sl2zb047wbvmzydyh09k4gzrscrkxirk-ocaml5.0.0-eio_main-0.12/lib/ocaml/5.0.0/site-lib/eio_main -I /nix/store/wyfzc2mczr2azwd3yil84apqw7zv9z60-ocaml5.0.0-cstruct-6.2.0/lib/ocaml/5.0.0/site-lib/cstruct -I /nix/store/xq7qs2djdvpf3b2cgvpnw0vgvbq82p54-ocaml5.0.0-lwt-dllist-1.0.1/lib/ocaml/5.0.0/site-lib/lwt-dllist -I /nix/store/yma73wmrdmabmdfgmp74phjf37h28vv4-ocaml5.0.0-iomux-0.3/lib/ocaml/5.0.0/site-lib/iomux -I virtio_gpu/.virtio_gpu.objs/byte -I x11/.x11.objs/byte -no-alias-deps -open Dune__exe -o .main.eobjs/byte/dune__exe__H.cmo -c -impl h.pp.ml) File "h.ml", line 10, characters 8-61: 10 | include Wayland_protocols.Relative_pointer_unstable_v1_client ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Wayland_protocols.Relative_pointer_unstable_v1_client Done: 90% (267/295, 28 left) (jobs: 7) (cd _build/default && /nix/store/hcjhzmr9wk2m3lgg4xcnhnd98xhxcvip-ocaml-5.0.0/bin/ocamlc.opt -w -40 -g -bin-annot -I .main.eobjs/byte -I /nix/store/0pb1kin1n77921jwlhpq2q5840w0zyiv-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland -I /nix/store/0pb1kin1n77921jwlhpq2q5840w0zyiv-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland/protocols -I /nix/store/40fvqaggqvbc00siwnfm17phdlyn2izy-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime -I /nix/store/40fvqaggqvbc00siwnfm17phdlyn2izy-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime/clock/os -I /nix/store/4g98f96dwdjy07621hladjqcy3wiink5-ocaml5.0.0-logs-0.7.0/lib/ocaml/5.0.0/site-lib/logs -I /nix/store/4n6x7xpj44zcdh2i1c5h2hayrdq28nsm-ocaml5.0.0-psq-0.2.1/lib/ocaml/5.0.0/site-lib/psq -I /nix/store/4qh3m3r28vwlfxk270qjb0822nfvrgsi-ocaml5.0.0-domain-local-await-1.0.1/lib/ocaml/5.0.0/site-lib/domain-local-await -I /nix/store/6ljksbv5jqn12gyky4qziq21kfcjkck5-ocaml5.0.0-bigstringaf-0.9.0/lib/ocaml/5.0.0/site-lib/bigstringaf -I /nix/store/6ll6izavazcibha3aaf0z4cd7b4p5s2z-ocaml5.0.0-seq-0.1/lib/ocaml/5.0.0/site-lib/seq -I /nix/store/83z4w1wkr20x1mmp1akgfg3zp72y7dpx-ocaml5.0.0-fmt-0.9.0/lib/ocaml/5.0.0/site-lib/fmt -I /nix/store/8d29sp9jrqh9irmf4grfv6icn041b27i-ocaml5.0.0-thread-table-1.0.0/lib/ocaml/5.0.0/site-lib/thread-table -I /nix/store/abkd2dhw90x3czpnfk6wnilzsakisrsx-ocaml5.0.0-hmap-0.8.1/lib/ocaml/5.0.0/site-lib/hmap -I /nix/store/h5i6w71jj4bvm8vaxi9qvf0xw4858ncy-cmdliner-1.2.0/lib/ocaml/5.0.0/site-lib/cmdliner -I /nix/store/h7cwhwhv0lny0a12i44kwmrbdp29wv4m-ocaml5.0.0-optint-0.3.0/lib/ocaml/5.0.0/site-lib/optint -I /nix/store/hcjhzmr9wk2m3lgg4xcnhnd98xhxcvip-ocaml-5.0.0/lib/ocaml/threads -I /nix/store/hcjhzmr9wk2m3lgg4xcnhnd98xhxcvip-ocaml-5.0.0/lib/ocaml/unix -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/core -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/unix -I /nix/store/iyipscryrsi9lnmaxn5h3v2vivhmbnk8-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/utils -I /nix/store/kcml72qcy6m92xpy7la4n46lg5qd39si-ocaml5.0.0-uring-0.8/lib/ocaml/5.0.0/site-lib/uring -I /nix/store/l1cy738ny8j50923ab89sc39kf0w16aj-ocaml5.0.0-eio_posix-0.12/lib/ocaml/5.0.0/site-lib/eio_posix -I /nix/store/rryds53hcj6hfpmlsv40vxkl7g05dn9h-ocaml5.0.0-eio_linux-0.12/lib/ocaml/5.0.0/site-lib/eio_linux -I /nix/store/sl2zb047wbvmzydyh09k4gzrscrkxirk-ocaml5.0.0-eio_main-0.12/lib/ocaml/5.0.0/site-lib/eio_main -I /nix/store/wyfzc2mczr2azwd3yil84apqw7zv9z60-ocaml5.0.0-cstruct-6.2.0/lib/ocaml/5.0.0/site-lib/cstruct -I /nix/store/xq7qs2djdvpf3b2cgvpnw0vgvbq82p54-ocaml5.0.0-lwt-dllist-1.0.1/lib/ocaml/5.0.0/site-lib/lwt-dllist -I /nix/store/yma73wmrdmabmdfgmp74phjf37h28vv4-ocaml5.0.0-iomux-0.3/lib/ocaml/5.0.0/site-lib/iomux -I virtio_gpu/.virtio_gpu.objs/byte -I x11/.x11.objs/byte -no-alias-deps -open Dune__exe -o .main.eobjs/byte/dune__exe__C.cmo -c -impl c.pp.ml) File "c.ml", line 10, characters 8-61: 10 | include Wayland_protocols.Relative_pointer_unstable_v1_server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Wayland_protocols.Relative_pointer_unstable_v1_server Done: 90% (267/295, 28 left) (jobs: 7) Done: 91% (269/295, 26 left, 3 failed) (jobs: 4) Done: 91% (270/295, 25 left, 3 failed) (jobs: 3) Done: 92% (272/295, 23 left, 3 failed) (jobs: 1) Done: 92% (273/295, 22 left, 3 failed) (jobs: 2) Done: 92% (274/295, 21 left, 3 failed) (jobs: 1) Done: 93% (275/295, 20 left, 3 failed) (jobs: 1) Done: 94% (278/295, 17 left, 3 failed) (jobs: 2) Done: 94% (280/295, 15 left, 3 failed) (jobs: 1) Done: 95% (281/295, 14 left, 3 failed) (jobs: 1) [result] Failed to update wayland-proxy-virtwl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gto, using log file: /var/log/nixpkgs-update/python311Packages.gto/2024-03-14.log python311Packages.gto 0 -> 1 attrpath: python311Packages.gto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8lnvg5qw7zb7qdb0b8nv9a5mp8q7fgck-packages.json.drv building '/nix/store/8lnvg5qw7zb7qdb0b8nv9a5mp8q7fgck-packages.json.drv'... Going to be running update for following packages: - python3.11-gto-1.6.2 Press Enter key to continue... Running update for: - python3.11-gto-1.6.2: UPDATING ... - python3.11-gto-1.6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gto/default.nix b/pkgs/development/python-modules/gto/default.nix index 80f41bb4d683..802716229744 100644 --- a/pkgs/development/python-modules/gto/default.nix +++ b/pkgs/development/python-modules/gto/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "gto"; - version = "1.6.2"; + version = "1.7.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "gto"; rev = "refs/tags/${version}"; - hash = "sha256-1+Owhp2otGC/FIdsSz+4vn0sZR696+zOMGNDvjM6KH8="; + hash = "sha256-dovCItMhPKRSPfbTzM5dbz8hdygqrLdUi6gS4+G10ks="; }; postPatch = '' No auto update branch exists Old version 1.6.2" not present in staging derivation file with contents: { lib , buildPythonPackage , entrypoints , fastentrypoints , fetchFromGitHub , freezegun , funcy , git , pydantic , pytest-mock , pytest-test-utils , pytestCheckHook , pythonOlder , rich , ruamel-yaml , scmrepo , semver , setuptools , setuptools-scm , tabulate , typer }: buildPythonPackage rec { pname = "gto"; version = "1.7.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "iterative"; repo = "gto"; rev = "refs/tags/${version}"; hash = "sha256-dovCItMhPKRSPfbTzM5dbz8hdygqrLdUi6gS4+G10ks="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace ', "setuptools_scm_git_archive==1.4.1"' "" substituteInPlace setup.cfg \ --replace " --cov=gto --cov-report=term-missing --cov-report=xml" "" ''; nativeBuildInputs = [ fastentrypoints setuptools setuptools-scm ]; propagatedBuildInputs = [ entrypoints funcy pydantic rich ruamel-yaml scmrepo semver tabulate typer ]; nativeCheckInputs = [ freezegun git pytest-mock pytest-test-utils pytestCheckHook ]; preCheck = '' export HOME=$(mktemp -d) git config --global user.email "nobody@example.com" git config --global user.name "Nobody" ''; disabledTests = [ # Tests want to with a remote repo "remote_repo" "remote_git_repo" "test_action_doesnt_push_even_if_repo_has_remotes_set" ]; pythonImportsCheck = [ "gto" ]; meta = with lib; { description = "Module for Git Tag Operations"; homepage = "https://github.com/iterative/gto"; changelog = "https://github.com/iterative/gto/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } [result] Failed to update python311Packages.gto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.wingpanel-indicator-session, using log file: /var/log/nixpkgs-update/pantheon.wingpanel-indicator-session/2024-03-14.log pantheon.wingpanel-indicator-session 0 -> 1 attrpath: pantheon.wingpanel-indicator-session Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c1d1xkndf01ghsjwj89h35yfn3lz7ri0-packages.json.drv building '/nix/store/c1d1xkndf01ghsjwj89h35yfn3lz7ri0-packages.json.drv'... Going to be running update for following packages: - wingpanel-indicator-session-2.3.1 Press Enter key to continue... Running update for: - wingpanel-indicator-session-2.3.1: UPDATING ... - wingpanel-indicator-session-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.wingpanel-indicator-session 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-pytestrail, using log file: /var/log/nixpkgs-update/python311Packages.pytest-pytestrail/2024-03-14.log python311Packages.pytest-pytestrail 0 -> 1 attrpath: python311Packages.pytest-pytestrail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zx2bkx1dgm9qrz3gklnfida64sxl0xr9-packages.json.drv building '/nix/store/zx2bkx1dgm9qrz3gklnfida64sxl0xr9-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-pytestrail-0.10.5 Press Enter key to continue... Running update for: - python3.11-pytest-pytestrail-0.10.5: UPDATING ... - python3.11-pytest-pytestrail-0.10.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-pytestrail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.varint, using log file: /var/log/nixpkgs-update/python311Packages.varint/2024-03-14.log python311Packages.varint 0 -> 1 attrpath: python311Packages.varint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9p62mbfr41dr3r9816yway7619ijjn1p-packages.json.drv building '/nix/store/9p62mbfr41dr3r9816yway7619ijjn1p-packages.json.drv'... Going to be running update for following packages: - python3.11-varint-1.0.2 Press Enter key to continue... Running update for: - python3.11-varint-1.0.2: UPDATING ... - python3.11-varint-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.varint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octoprint, using log file: /var/log/nixpkgs-update/octoprint/2024-03-14.log octoprint 0 -> 1 attrpath: octoprint Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/anwkwzz1jvn90iq782b88dbs1w8295nl-packages.json.drv building '/nix/store/anwkwzz1jvn90iq782b88dbs1w8295nl-packages.json.drv'... Going to be running update for following packages: - OctoPrint-1.9.3 Press Enter key to continue... Running update for: - OctoPrint-1.9.3: UPDATING ... - OctoPrint-1.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octoprint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyterlab-widgets, using log file: /var/log/nixpkgs-update/python311Packages.jupyterlab-widgets/2024-03-14.log python311Packages.jupyterlab-widgets 0 -> 1 attrpath: python311Packages.jupyterlab-widgets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bp29pw33fsmngyjdkbj95hnx879wdsdl-packages.json.drv building '/nix/store/bp29pw33fsmngyjdkbj95hnx879wdsdl-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyterlab-widgets-3.0.10 Press Enter key to continue... Running update for: - python3.11-jupyterlab-widgets-3.0.10: UPDATING ... - python3.11-jupyterlab-widgets-3.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyterlab-widgets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath discord-screenaudio, using log file: /var/log/nixpkgs-update/discord-screenaudio/2024-03-14.log discord-screenaudio 0 -> 1 attrpath: discord-screenaudio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l8h1irpqffaignn4v0nvhw7iiyzcj8z2-packages.json.drv building '/nix/store/l8h1irpqffaignn4v0nvhw7iiyzcj8z2-packages.json.drv'... Going to be running update for following packages: - discord-screenaudio-1.9.2 Press Enter key to continue... Running update for: - discord-screenaudio-1.9.2: UPDATING ... - discord-screenaudio-1.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update discord-screenaudio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-didl-lite, using log file: /var/log/nixpkgs-update/python311Packages.python-didl-lite/2024-03-14.log python311Packages.python-didl-lite 0 -> 1 attrpath: python311Packages.python-didl-lite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5201v5j5yrxi1d6x2l37z6hb6bd52xbc-packages.json.drv building '/nix/store/5201v5j5yrxi1d6x2l37z6hb6bd52xbc-packages.json.drv'... Going to be running update for following packages: - python3.11-python-didl-lite-1.4.0 Press Enter key to continue... Running update for: - python3.11-python-didl-lite-1.4.0: UPDATING ... - python3.11-python-didl-lite-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-didl-lite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysyncobj, using log file: /var/log/nixpkgs-update/python311Packages.pysyncobj/2024-03-14.log python311Packages.pysyncobj 0 -> 1 attrpath: python311Packages.pysyncobj Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r7lv4m3nhgjl2hi8nnfav2p7ixb7kg41-packages.json.drv building '/nix/store/r7lv4m3nhgjl2hi8nnfav2p7ixb7kg41-packages.json.drv'... Going to be running update for following packages: - python3.11-pysyncobj-0.3.12 Press Enter key to continue... Running update for: - python3.11-pysyncobj-0.3.12: UPDATING ... - python3.11-pysyncobj-0.3.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysyncobj 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyterlab-git, using log file: /var/log/nixpkgs-update/python311Packages.jupyterlab-git/2024-03-14.log python311Packages.jupyterlab-git 0 -> 1 attrpath: python311Packages.jupyterlab-git Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4lm6pqq9mi9ccph5znkbv5phm9k0pgkb-packages.json.drv building '/nix/store/4lm6pqq9mi9ccph5znkbv5phm9k0pgkb-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyterlab-git-0.50.0 Press Enter key to continue... Running update for: - python3.11-jupyterlab-git-0.50.0: UPDATING ... - python3.11-jupyterlab-git-0.50.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyterlab-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.pyvizio, using log file: /var/log/nixpkgs-update/python311Packages.pyvizio/2024-03-14.log python311Packages.pyvizio 0 -> 1 attrpath: python311Packages.pyvizio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4dlypg1q4wmdd13pckj8mmnxlbm49gz4-packages.json.drv building '/nix/store/4dlypg1q4wmdd13pckj8mmnxlbm49gz4-packages.json.drv'... Going to be running update for following packages: - python3.11-pyvizio-0.1.61 Press Enter key to continue... Running update for: - python3.11-pyvizio-0.1.61: UPDATING ... - python3.11-pyvizio-0.1.61: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyvizio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aurorapy, using log file: /var/log/nixpkgs-update/python311Packages.aurorapy/2024-03-14.log python311Packages.aurorapy 0 -> 1 attrpath: python311Packages.aurorapy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0yax4d9k4920d83ynnnz308ypxxi80hk-packages.json.drv building '/nix/store/0yax4d9k4920d83ynnnz308ypxxi80hk-packages.json.drv'... Going to be running update for following packages: - python3.11-aurorapy-0.2.7 Press Enter key to continue... Running update for: - python3.11-aurorapy-0.2.7: UPDATING ... - python3.11-aurorapy-0.2.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aurorapy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lomiri.lomiri-schemas, using log file: /var/log/nixpkgs-update/lomiri.lomiri-schemas/2024-03-14.log lomiri.lomiri-schemas 0 -> 1 attrpath: lomiri.lomiri-schemas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vhfk4nm790kk6mkhf2vspvjy2np51hmj-packages.json.drv building '/nix/store/vhfk4nm790kk6mkhf2vspvjy2np51hmj-packages.json.drv'... Going to be running update for following packages: - lomiri-schemas-0.1.4 Press Enter key to continue... Running update for: - lomiri-schemas-0.1.4: UPDATING ... - lomiri-schemas-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-schemas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.geojson, using log file: /var/log/nixpkgs-update/python311Packages.geojson/2024-03-14.log python311Packages.geojson 0 -> 1 attrpath: python311Packages.geojson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qg0id8ig8wvr1fmrbqg5pr80rrm8rh7r-packages.json.drv building '/nix/store/qg0id8ig8wvr1fmrbqg5pr80rrm8rh7r-packages.json.drv'... Going to be running update for following packages: - python3.11-geojson-3.1.0 Press Enter key to continue... Running update for: - python3.11-geojson-3.1.0: UPDATING ... - python3.11-geojson-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.geojson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-twisted, using log file: /var/log/nixpkgs-update/python311Packages.pytest-twisted/2024-03-14.log python311Packages.pytest-twisted 0 -> 1 attrpath: python311Packages.pytest-twisted Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f8bxm6hvvg8vhlrq0h87fp8p5m68arbr-packages.json.drv building '/nix/store/f8bxm6hvvg8vhlrq0h87fp8p5m68arbr-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-twisted-1.14.0 Press Enter key to continue... Running update for: - python3.11-pytest-twisted-1.14.0: UPDATING ... - python3.11-pytest-twisted-1.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-twisted 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kbd, using log file: /var/log/nixpkgs-update/kbd/2024-03-14.log kbd 0 -> 1 attrpath: kbd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2aazi36p1a0wl1c1a2b5q8hn5b1vkpn7-packages.json.drv building '/nix/store/2aazi36p1a0wl1c1a2b5q8hn5b1vkpn7-packages.json.drv'... Going to be running update for following packages: - kbd-2.6.4 Press Enter key to continue... Running update for: - kbd-2.6.4: UPDATING ... - kbd-2.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kbd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-machine-learning, using log file: /var/log/nixpkgs-update/python311Packages.qiskit-machine-learning/2024-03-14.log python311Packages.qiskit-machine-learning 0 -> 1 attrpath: python311Packages.qiskit-machine-learning Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pjchqyjdfv26z0w2c45bwiax8f08rkmm-packages.json.drv building '/nix/store/pjchqyjdfv26z0w2c45bwiax8f08rkmm-packages.json.drv'... Going to be running update for following packages: - python3.11-qiskit-machine-learning-0.7.1 Press Enter key to continue... Running update for: - python3.11-qiskit-machine-learning-0.7.1: UPDATING ... - python3.11-qiskit-machine-learning-0.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-machine-learning/default.nix b/pkgs/development/python-modules/qiskit-machine-learning/default.nix index 16ed373894e9..1ad1b138af87 100644 --- a/pkgs/development/python-modules/qiskit-machine-learning/default.nix +++ b/pkgs/development/python-modules/qiskit-machine-learning/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "qiskit-machine-learning"; - version = "0.7.1"; + version = "0.7.2"; pyproject = true; disabled = pythonOlder "3.6"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "qiskit"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-qTHacEUTp0RY2piplE6XoYKpJyeFswTPBvjfQ9Gvwt0="; + hash = "sha256-EBjWWoNRuIZFWQkrjf9IyZZ648rP5d7MZkjeIYifgGk="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.7.1" not present in staging derivation file with contents: { lib , pythonOlder , buildPythonPackage , fetchFromGitHub # build-system , setuptools # Python Inputs , fastdtw , numpy , psutil , qiskit-terra , scikit-learn , sparse , torch # Check Inputs , pytestCheckHook , ddt , pytest-timeout , qiskit-aer }: buildPythonPackage rec { pname = "qiskit-machine-learning"; version = "0.7.2"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "qiskit"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-EBjWWoNRuIZFWQkrjf9IyZZ648rP5d7MZkjeIYifgGk="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ fastdtw numpy psutil torch qiskit-terra scikit-learn sparse ]; doCheck = false; # TODO: enable. Tests fail on unstable due to some multithreading issue? nativeCheckInputs = [ pytestCheckHook pytest-timeout ddt qiskit-aer ]; pythonImportsCheck = [ "qiskit_machine_learning" ]; pytestFlagsArray = [ "--durations=10" "--showlocals" "-vv" "--ignore=test/connectors/test_torch_connector.py" # TODO: fix, get multithreading errors with python3.9, segfaults ]; disabledTests = [ # Slow tests >10 s "test_readme_sample" "test_vqr_8" "test_vqr_7" "test_qgan_training_cg" "test_vqc_4" "test_classifier_with_circuit_qnn_and_cross_entropy_4" "test_vqr_4" "test_regressor_with_opflow_qnn_4" "test_qgan_save_model" "test_qgan_training_analytic_gradients" "test_qgan_training_run_algo_numpy" "test_ad_hoc_data" "test_qgan_training" ]; meta = with lib; { description = "Software for developing quantum computing programs"; homepage = "https://qiskit.org"; downloadPage = "https://github.com/QISKit/qiskit-optimization/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; maintainers = with maintainers; [ drewrisinger ]; }; } [result] Failed to update python311Packages.qiskit-machine-learning 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ghidra-bin, using log file: /var/log/nixpkgs-update/ghidra-bin/2024-03-14.log ghidra-bin 10.4 -> 11.0.1_build https://github.com/NationalSecurityAgency/ghidra/releases attrpath: ghidra-bin Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/hyi606bmhsm19cx087ym772yrn7i24zh-source.drv building '/nix/store/hyi606bmhsm19cx087ym772yrn7i24zh-source.drv'... trying https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.1_build_build/ghidra_11.0.1_build_PUBLIC_20230928.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ghidra-bin.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/hyi606bmhsm19cx087ym772yrn7i24zh-source.drv /nix/store/sr2mg8gx35rb8qfdh27gia7bccfmyb1v-ghidra.desktop.drv /nix/store/k355cjmlk4nbs9gd7bbfwk1smjzikxs1-ghidra-11.0.1_build.drv building '/nix/store/sr2mg8gx35rb8qfdh27gia7bccfmyb1v-ghidra.desktop.drv'... building '/nix/store/hyi606bmhsm19cx087ym772yrn7i24zh-source.drv'... trying https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.1_build_build/ghidra_11.0.1_build_PUBLIC_20230928.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/hyi606bmhsm19cx087ym772yrn7i24zh-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.1_build_build/ghidra_11.0.1_build_PUBLIC_20230928.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/hyi606bmhsm19cx087ym772yrn7i24zh-source.drv'. error: 1 dependencies of derivation '/nix/store/k355cjmlk4nbs9gd7bbfwk1smjzikxs1-ghidra-11.0.1_build.drv' failed to build [result] Failed to update ghidra-bin 10.4 -> 11.0.1_build https://github.com/NationalSecurityAgency/ghidra/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libpqxx, using log file: /var/log/nixpkgs-update/libpqxx/2024-03-14.log libpqxx 7.7.5 -> 7.9.0 https://github.com/jtv/libpqxx/releases attrpath: libpqxx Checking auto update branch... An auto update branch exists with message `libpqxx: 7.7.5 -> 7.8.1`. New version is 7.9.0. The auto update branch does not match or exceed the new version. [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/libpqxx/default.nix b/pkgs/development/libraries/libpqxx/default.nix index acb0013035cb..66b7ded92314 100644 --- a/pkgs/development/libraries/libpqxx/default.nix +++ b/pkgs/development/libraries/libpqxx/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "libpqxx"; - version = "7.7.5"; + version = "7.9.0"; src = fetchFromGitHub { owner = "jtv"; repo = pname; rev = version; - sha256 = "sha256-mvGPMbk4b8NmPvzy5hS+Au69NtDGha8ONTEQf6I3VZE="; + sha256 = "sha256-psKNLxYAirYQh2Hm27I5lOSvtMBzbxN6MrHxG86hMgk="; }; nativeBuildInputs = [ python3 ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libpqxx nix build failed. config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating tools/Makefile config.status: creating include/Makefile config.status: creating include/pqxx/Makefile config.status: creating libpqxx.pc config.status: creating compile_flags config.status: creating include/pqxx/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing configitems commands ./config.status: line 2230: ./tools/splitconfig.py: cannot execute: required file not found @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash Making all in include make[1]: Entering directory '/build/source/include' Making all in pqxx make[2]: Entering directory '/build/source/include/pqxx' make all-am make[3]: Entering directory '/build/source/include/pqxx' make[3]: *** No rule to make target 'config-internal-compiler.h', needed by 'all-am'. Stop. make[3]: Leaving directory '/build/source/include/pqxx' make[2]: *** [Makefile:297: all] Error 2 make[2]: Leaving directory '/build/source/include/pqxx' make[1]: *** [Makefile:528: all-recursive] Error 1 make[1]: Leaving directory '/build/source/include' make: *** [Makefile:644: all-recursive] Error 1 [result] Failed to update libpqxx 7.7.5 -> 7.9.0 https://github.com/jtv/libpqxx/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pawacc, using log file: /var/log/nixpkgs-update/rPackages.pawacc/2024-03-14.log rPackages.pawacc 1.2.2 -> 1.2.3 https://repology.org/project/r:pawacc/versions attrpath: rPackages.pawacc Checking auto update branch... No auto update branch exists Old version 1.2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.pawacc 1.2.2 -> 1.2.3 https://repology.org/project/r:pawacc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.polyglotr, using log file: /var/log/nixpkgs-update/rPackages.polyglotr/2024-03-14.log rPackages.polyglotr 1.3.1 -> 1.4.0 https://repology.org/project/r:polyglotr/versions attrpath: rPackages.polyglotr Checking auto update branch... No auto update branch exists Old version 1.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.polyglotr 1.3.1 -> 1.4.0 https://repology.org/project/r:polyglotr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.roonapi, using log file: /var/log/nixpkgs-update/python311Packages.roonapi/2024-03-14.log python311Packages.roonapi 0 -> 1 attrpath: python311Packages.roonapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/68zjvcmxpp6azxlrrghyn8lsrq80i9i9-packages.json.drv building '/nix/store/68zjvcmxpp6azxlrrghyn8lsrq80i9i9-packages.json.drv'... Going to be running update for following packages: - python3.11-roonapi-0.1.6 Press Enter key to continue... Running update for: - python3.11-roonapi-0.1.6: UPDATING ... - python3.11-roonapi-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.roonapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.onnxruntime/2024-03-14.log python311Packages.onnxruntime 0 -> 1 attrpath: python311Packages.onnxruntime Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/bz0y9cj4zqssn8yxmz7dpxlajwxb4qk8-packages.json.drv building '/nix/store/bz0y9cj4zqssn8yxmz7dpxlajwxb4qk8-packages.json.drv'... Going to be running update for following packages: - python3.11-onnxruntime-1.16.3 Press Enter key to continue... Running update for: - python3.11-onnxruntime-1.16.3: UPDATING ... - python3.11-onnxruntime-1.16.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.onnxruntime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.boxx, using log file: /var/log/nixpkgs-update/python311Packages.boxx/2024-03-14.log python311Packages.boxx 0 -> 1 attrpath: python311Packages.boxx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/krj0nd4lfy0mzqskl0yj0v7fs8xnmf0y-packages.json.drv building '/nix/store/krj0nd4lfy0mzqskl0yj0v7fs8xnmf0y-packages.json.drv'... Going to be running update for following packages: - python3.11-boxx-0.10.13 Press Enter key to continue... Running update for: - python3.11-boxx-0.10.13: UPDATING ... - python3.11-boxx-0.10.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.boxx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zeyple, using log file: /var/log/nixpkgs-update/zeyple/2024-03-14.log zeyple 0 -> 1 attrpath: zeyple Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fyx4zjf8z25qwpdqmgbnfh1ic87cjqq0-packages.json.drv building '/nix/store/fyx4zjf8z25qwpdqmgbnfh1ic87cjqq0-packages.json.drv'... Going to be running update for following packages: - zeyple-unstable-2021-04-10 Press Enter key to continue... Running update for: - zeyple-unstable-2021-04-10: UPDATING ... - zeyple-unstable-2021-04-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zeyple 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinxcontrib-spelling, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-spelling/2024-03-14.log python311Packages.sphinxcontrib-spelling 0 -> 1 attrpath: python311Packages.sphinxcontrib-spelling Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5m9apk6wvdzlxidrl9jpv1cr7i8ykb7c-packages.json.drv building '/nix/store/5m9apk6wvdzlxidrl9jpv1cr7i8ykb7c-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-spelling-8.0.0 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-spelling-8.0.0: UPDATING ... - python3.11-sphinxcontrib-spelling-8.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxcontrib-spelling 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libgnome-games-support_2_0, using log file: /var/log/nixpkgs-update/libgnome-games-support_2_0/2024-03-14.log libgnome-games-support_2_0 0 -> 1 attrpath: libgnome-games-support_2_0 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libgnome-games-support_2_0 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath powersploit, using log file: /var/log/nixpkgs-update/powersploit/2024-03-14.log powersploit 3.0.0-unstable-2020-08-22 -> 3.0.0 https://github.com/PowerShellMafia/PowerSploit/releases attrpath: powersploit Checking auto update branch... No auto update branch exists 3.0.0 is not newer than 3.0.0-unstable-2020-08-22 according to Nix; versionComparison: -1 [result] Failed to update powersploit 3.0.0-unstable-2020-08-22 -> 3.0.0 https://github.com/PowerShellMafia/PowerSploit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reedsolo, using log file: /var/log/nixpkgs-update/python311Packages.reedsolo/2024-03-14.log python311Packages.reedsolo 0 -> 1 attrpath: python311Packages.reedsolo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l0218qamc2q6m1cz48qpcira7ia819ar-packages.json.drv building '/nix/store/l0218qamc2q6m1cz48qpcira7ia819ar-packages.json.drv'... Going to be running update for following packages: - python3.11-reedsolo-1.7.0 Press Enter key to continue... Running update for: - python3.11-reedsolo-1.7.0: UPDATING ... - python3.11-reedsolo-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.reedsolo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyerfa, using log file: /var/log/nixpkgs-update/python311Packages.pyerfa/2024-03-14.log python311Packages.pyerfa 0 -> 1 attrpath: python311Packages.pyerfa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hdknf5cry6dywi2fpdjprfkaz0dwfxxk-packages.json.drv building '/nix/store/hdknf5cry6dywi2fpdjprfkaz0dwfxxk-packages.json.drv'... Going to be running update for following packages: - python3.11-pyerfa-2.0.1.1 Press Enter key to continue... Running update for: - python3.11-pyerfa-2.0.1.1: UPDATING ... - python3.11-pyerfa-2.0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyerfa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xmodem, using log file: /var/log/nixpkgs-update/python311Packages.xmodem/2024-03-14.log python311Packages.xmodem 0 -> 1 attrpath: python311Packages.xmodem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5j4vpnwppk54z785yhl1rp1vdpkdr8ml-packages.json.drv building '/nix/store/5j4vpnwppk54z785yhl1rp1vdpkdr8ml-packages.json.drv'... Going to be running update for following packages: - python3.11-xmodem-0.4.7 Press Enter key to continue... Running update for: - python3.11-xmodem-0.4.7: UPDATING ... - python3.11-xmodem-0.4.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xmodem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cffsubr, using log file: /var/log/nixpkgs-update/python311Packages.cffsubr/2024-03-14.log python311Packages.cffsubr 0 -> 1 attrpath: python311Packages.cffsubr Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/bk926fm4rwq630gi86wydrxprjkbcyid-packages.json.drv building '/nix/store/bk926fm4rwq630gi86wydrxprjkbcyid-packages.json.drv'... Going to be running update for following packages: - python3.11-cffsubr-0.2.9.post1 Press Enter key to continue... Running update for: - python3.11-cffsubr-0.2.9.post1: UPDATING ... - python3.11-cffsubr-0.2.9.post1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cffsubr/default.nix b/pkgs/development/python-modules/cffsubr/default.nix index e86277cf2782..d82f3ff012c1 100644 --- a/pkgs/development/python-modules/cffsubr/default.nix +++ b/pkgs/development/python-modules/cffsubr/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "cffsubr"; - version = "0.2.9.post1"; + version = "0.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-azFBLc9JyPqEZkvahn4u3cVbb+b6aW/yU8TxOp/y/Fw="; + hash = "sha256-d0UVC9uBZ5+s3RHB87hwlsT029SVfo/Ou4jEVoeVLvs="; }; patches = [ No auto update branch exists Old version 0.2.9.post1" not present in staging derivation file with contents: { stdenv , lib , buildPythonPackage , fetchpatch , fetchPypi , fonttools , pytestCheckHook , setuptools-scm , wheel }: buildPythonPackage rec { pname = "cffsubr"; version = "0.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-d0UVC9uBZ5+s3RHB87hwlsT029SVfo/Ou4jEVoeVLvs="; }; patches = [ # https://github.com/adobe-type-tools/cffsubr/pull/23 (fetchpatch { name = "remove-setuptools-git-ls-files.patch"; url = "https://github.com/adobe-type-tools/cffsubr/commit/887a6a03b1e944b82fcb99b797fbc2f3a64298f0.patch"; hash = "sha256-LuyqBtDrKWwCeckr+YafZ5nfVw1XnELwFI6X8bGomhs="; }) ]; nativeBuildInputs = [ setuptools-scm wheel ]; propagatedBuildInputs = [ fonttools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "cffsubr" ]; meta = with lib; { broken = stdenv.isDarwin; description = "Standalone CFF subroutinizer based on AFDKO tx"; homepage = "https://github.com/adobe-type-tools/cffsubr"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; } [result] Failed to update python311Packages.cffsubr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lxqt.qps, using log file: /var/log/nixpkgs-update/lxqt.qps/2024-03-14.log lxqt.qps 0 -> 1 attrpath: lxqt.qps Packages for lxqt are currently skipped. [result] Failed to update lxqt.qps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pianotrans, using log file: /var/log/nixpkgs-update/pianotrans/2024-03-14.log pianotrans 0 -> 1 attrpath: pianotrans Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gb7gl3cr7p2zf0cikck17dpp7p3c5m9w-packages.json.drv building '/nix/store/gb7gl3cr7p2zf0cikck17dpp7p3c5m9w-packages.json.drv'... Going to be running update for following packages: - pianotrans-1.0.1 Press Enter key to continue... Running update for: - pianotrans-1.0.1: UPDATING ... - pianotrans-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pianotrans 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-pfn-extras, using log file: /var/log/nixpkgs-update/python311Packages.pytorch-pfn-extras/2024-03-14.log python311Packages.pytorch-pfn-extras 0 -> 1 attrpath: python311Packages.pytorch-pfn-extras Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8vk7kmaqjfhgp8zihdfqi8aqs461b397-packages.json.drv building '/nix/store/8vk7kmaqjfhgp8zihdfqi8aqs461b397-packages.json.drv'... Going to be running update for following packages: - python3.11-pytorch-pfn-extras-0.7.4 Press Enter key to continue... Running update for: - python3.11-pytorch-pfn-extras-0.7.4: UPDATING ... - python3.11-pytorch-pfn-extras-0.7.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytorch-pfn-extras/default.nix b/pkgs/development/python-modules/pytorch-pfn-extras/default.nix index fad1ff1d13fd..2e3455b677e4 100644 --- a/pkgs/development/python-modules/pytorch-pfn-extras/default.nix +++ b/pkgs/development/python-modules/pytorch-pfn-extras/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "pytorch-pfn-extras"; - version = "0.7.4"; + version = "0.7.6"; pyproject = true; src = fetchFromGitHub { owner = "pfnet"; repo = "pytorch-pfn-extras"; rev = "refs/tags/v${version}"; - hash = "sha256-X7N2RQS8he9FJPfEjPJH6GdxkAPV6uxOIfRVOnJId0U="; + hash = "sha256-vSon/0GxQfaRtSPsQbYAvE3s/F0HEN59VpzE3w1PnVE="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.7.4" not present in staging derivation file with contents: { buildPythonPackage , fetchFromGitHub , lib , setuptools , numpy , onnx , packaging , pytestCheckHook , torch , torchvision , typing-extensions , pythonAtLeast }: buildPythonPackage rec { pname = "pytorch-pfn-extras"; version = "0.7.6"; pyproject = true; src = fetchFromGitHub { owner = "pfnet"; repo = "pytorch-pfn-extras"; rev = "refs/tags/v${version}"; hash = "sha256-vSon/0GxQfaRtSPsQbYAvE3s/F0HEN59VpzE3w1PnVE="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ numpy packaging torch typing-extensions ]; nativeCheckInputs = [ onnx pytestCheckHook torchvision ]; # ignore all pytest warnings preCheck = '' rm pytest.ini ''; pythonImportsCheck = [ "pytorch_pfn_extras" ]; disabledTestPaths = [ # Requires optuna which is currently (2022-02-16) marked as broken. "tests/pytorch_pfn_extras_tests/test_config_types.py" # requires onnxruntime which was removed because of poor maintainability # See https://github.com/NixOS/nixpkgs/pull/105951 https://github.com/NixOS/nixpkgs/pull/155058 "tests/pytorch_pfn_extras_tests/onnx_tests/test_export.py" "tests/pytorch_pfn_extras_tests/onnx_tests/test_torchvision.py" "tests/pytorch_pfn_extras_tests/onnx_tests/utils.py" "tests/pytorch_pfn_extras_tests/onnx_tests/test_lax.py" # RuntimeError: No Op registered for Gradient with domain_version of 9 "tests/pytorch_pfn_extras_tests/onnx_tests/test_grad.py" # Requires CUDA access which is not possible in the nix environment. "tests/pytorch_pfn_extras_tests/cuda_tests/test_allocator.py" "tests/pytorch_pfn_extras_tests/nn_tests/modules_tests/test_lazy_batchnorm.py" "tests/pytorch_pfn_extras_tests/nn_tests/modules_tests/test_lazy_conv.py" "tests/pytorch_pfn_extras_tests/nn_tests/modules_tests/test_lazy_linear.py" "tests/pytorch_pfn_extras_tests/nn_tests/modules_tests/test_lazy.py" "tests/pytorch_pfn_extras_tests/profiler_tests/test_record.py" "tests/pytorch_pfn_extras_tests/runtime_tests/test_to.py" "tests/pytorch_pfn_extras_tests/handler_tests/test_handler.py" "tests/pytorch_pfn_extras_tests/test_reporter.py" "tests/pytorch_pfn_extras_tests/training_tests/test_trainer.py" "tests/pytorch_pfn_extras_tests/utils_tests/test_checkpoint.py" "tests/pytorch_pfn_extras_tests/utils_tests/test_comparer.py" "tests/pytorch_pfn_extras_tests/utils_tests/test_new_comparer.py" ] ++ lib.optionals (pythonAtLeast "3.11") [ # Remove this when https://github.com/NixOS/nixpkgs/pull/259068 is merged "tests/pytorch_pfn_extras_tests/dynamo_tests/test_compile.py" ]; meta = with lib; { description = "Supplementary components to accelerate research and development in PyTorch"; homepage = "https://github.com/pfnet/pytorch-pfn-extras"; license = licenses.mit; maintainers = with maintainers; [ samuela ]; }; } [result] Failed to update python311Packages.pytorch-pfn-extras 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.rundeck, using log file: /var/log/nixpkgs-update/terraform-providers.rundeck/2024-03-14.log terraform-providers.rundeck 0 -> 1 attrpath: terraform-providers.rundeck Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.rundeck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.findimports, using log file: /var/log/nixpkgs-update/python311Packages.findimports/2024-03-14.log python311Packages.findimports 0 -> 1 attrpath: python311Packages.findimports Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j7dxcic3jgzs1il3b5x6ky5p20bjz6mh-packages.json.drv building '/nix/store/j7dxcic3jgzs1il3b5x6ky5p20bjz6mh-packages.json.drv'... Going to be running update for following packages: - python3.11-findimports-2.4.0 Press Enter key to continue... Running update for: - python3.11-findimports-2.4.0: UPDATING ... - python3.11-findimports-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.findimports 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-subscription, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-subscription/2024-03-14.log python311Packages.azure-mgmt-subscription 0 -> 1 attrpath: python311Packages.azure-mgmt-subscription Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9790a5gh8rnjc81shrccjc07caf72j22-packages.json.drv building '/nix/store/9790a5gh8rnjc81shrccjc07caf72j22-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-subscription-3.1.1 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-subscription-3.1.1: UPDATING ... - python3.11-azure-mgmt-subscription-3.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-subscription 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.subarulink, using log file: /var/log/nixpkgs-update/python311Packages.subarulink/2024-03-14.log python311Packages.subarulink 0 -> 1 attrpath: python311Packages.subarulink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j9i3y1m8b5bi2mqk8n7v1q8b58blfs29-packages.json.drv building '/nix/store/j9i3y1m8b5bi2mqk8n7v1q8b58blfs29-packages.json.drv'... Going to be running update for following packages: - python3.11-subarulink-0.7.11 Press Enter key to continue... Running update for: - python3.11-subarulink-0.7.11: UPDATING ... - python3.11-subarulink-0.7.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.subarulink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylibmc, using log file: /var/log/nixpkgs-update/python311Packages.pylibmc/2024-03-14.log python311Packages.pylibmc 0 -> 1 attrpath: python311Packages.pylibmc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9pj58lwcf0khj2alvmr8jfs7xvlplbdz-packages.json.drv building '/nix/store/9pj58lwcf0khj2alvmr8jfs7xvlplbdz-packages.json.drv'... Going to be running update for following packages: - python3.11-pylibmc-1.6.3 Press Enter key to continue... Running update for: - python3.11-pylibmc-1.6.3: UPDATING ... - python3.11-pylibmc-1.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylibmc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rainbowstream, using log file: /var/log/nixpkgs-update/python311Packages.rainbowstream/2024-03-14.log python311Packages.rainbowstream 0 -> 1 attrpath: python311Packages.rainbowstream Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zwgz0a9byfxl84hz4mbfhvqx3660i77v-packages.json.drv building '/nix/store/zwgz0a9byfxl84hz4mbfhvqx3660i77v-packages.json.drv'... Going to be running update for following packages: - python3.11-rainbowstream-1.5.5 Press Enter key to continue... Running update for: - python3.11-rainbowstream-1.5.5: UPDATING ... - python3.11-rainbowstream-1.5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rainbowstream 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.history-service, using log file: /var/log/nixpkgs-update/lomiri.history-service/2024-03-14.log lomiri.history-service 0 -> 1 attrpath: lomiri.history-service Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/nj6nxw9k0v1yvzrqx6rc8iy7jmy51dwd-packages.json.drv building '/nix/store/nj6nxw9k0v1yvzrqx6rc8iy7jmy51dwd-packages.json.drv'... Going to be running update for following packages: - history-service-0.5 Press Enter key to continue... Running update for: - history-service-0.5: UPDATING ... - history-service-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.history-service 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.tdigest, using log file: /var/log/nixpkgs-update/ocamlPackages.tdigest/2024-03-14.log ocamlPackages.tdigest 0 -> 1 attrpath: ocamlPackages.tdigest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x8aqcwlfg06i4kgn0zn43p2ah2zjv1fb-packages.json.drv building '/nix/store/x8aqcwlfg06i4kgn0zn43p2ah2zjv1fb-packages.json.drv'... Going to be running update for following packages: - ocaml5.1.1-tdigest-2.1.2 Press Enter key to continue... Running update for: - ocaml5.1.1-tdigest-2.1.2: UPDATING ... - ocaml5.1.1-tdigest-2.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/tdigest/default.nix b/pkgs/development/ocaml-modules/tdigest/default.nix index 4dc40da9dac6..4dcf81d96521 100644 --- a/pkgs/development/ocaml-modules/tdigest/default.nix +++ b/pkgs/development/ocaml-modules/tdigest/default.nix @@ -5,13 +5,13 @@ buildDunePackage rec { pname = "tdigest"; - version = "2.1.2"; + version = "2.2.0"; src = fetchFromGitHub { owner = "SGrondin"; repo = pname; rev = version; - sha256 = "sha256-pkJRJeEbBbAR1STb6v3Zu11twvHkAKAO0YjifRBFTDw="; + sha256 = "sha256-Z2rOaiNGvVDbRwf5XfoNIcenQdrE3fxHnfzyi6Ki2Ic="; }; minimalOCamlVersion = "4.08"; No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.tdigest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mercadopago, using log file: /var/log/nixpkgs-update/python311Packages.mercadopago/2024-03-14.log python311Packages.mercadopago 0 -> 1 attrpath: python311Packages.mercadopago Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/59mlx9wn34a5yd28jcmgmsin2swrvj9i-packages.json.drv building '/nix/store/59mlx9wn34a5yd28jcmgmsin2swrvj9i-packages.json.drv'... Going to be running update for following packages: - python3.11-mercadopago-2.2.1 Press Enter key to continue... Running update for: - python3.11-mercadopago-2.2.1: UPDATING ... - python3.11-mercadopago-2.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mercadopago 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.adwaita-icon-theme, using log file: /var/log/nixpkgs-update/gnome.adwaita-icon-theme/2024-03-14.log gnome.adwaita-icon-theme 0 -> 1 attrpath: gnome.adwaita-icon-theme Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.adwaita-icon-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dataproperty, using log file: /var/log/nixpkgs-update/python311Packages.dataproperty/2024-03-14.log python311Packages.dataproperty 0 -> 1 attrpath: python311Packages.dataproperty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l1ax57a09g556v3zr9i5b3zj2pzy91yx-packages.json.drv building '/nix/store/l1ax57a09g556v3zr9i5b3zj2pzy91yx-packages.json.drv'... Going to be running update for following packages: - python3.11-dataproperty-1.0.1 Press Enter key to continue... Running update for: - python3.11-dataproperty-1.0.1: UPDATING ... - python3.11-dataproperty-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dataproperty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.hiprand, using log file: /var/log/nixpkgs-update/rocmPackages.hiprand/2024-03-14.log rocmPackages.hiprand 0 -> 1 attrpath: rocmPackages.hiprand Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/q7rn6aqv4yz592v05h746gwpqnkl9k4h-update.sh.drv /nix/store/9dqpy03x4q52yhf2xlch8igijhp92pwr-packages.json.drv building '/nix/store/q7rn6aqv4yz592v05h746gwpqnkl9k4h-update.sh.drv'... building '/nix/store/9dqpy03x4q52yhf2xlch8igijhp92pwr-packages.json.drv'... Going to be running update for following packages: - rocrand-5.7.1 Press Enter key to continue... Running update for: - rocrand-5.7.1: UPDATING ... - rocrand-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocrand-5.7.1 ---------------------- 'rocmPackages_5.rocrand' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocrand'. --- SHOWING ERROR LOG FOR rocrand-5.7.1 ---------------------- The update script for rocrand-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hiprand 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnsdist, using log file: /var/log/nixpkgs-update/dnsdist/2024-03-14.log dnsdist 1.8.3 -> 1.9.1 https://repology.org/project/dnsdist/versions attrpath: dnsdist Checking auto update branch... An auto update branch exists with message `dnsdist: 1.8.3 -> 1.9.0`. New version is 1.9.1. 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/servers/dns/dnsdist/default.nix b/pkgs/servers/dns/dnsdist/default.nix index b06dc704520a..2ffea3741cc9 100644 --- a/pkgs/servers/dns/dnsdist/default.nix +++ b/pkgs/servers/dns/dnsdist/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "dnsdist"; - version = "1.8.3"; + version = "1.9.1"; src = fetchurl { url = "https://downloads.powerdns.com/releases/dnsdist-${version}.tar.bz2"; - hash = "sha256-hYMj8u1RgUiLt1WPv0+E7HGYYAsHCyxTddFdQGlXJ/Q="; + hash = "sha256-Sx20+uKRflSoBEQFgKYC2zMArteAH2yYa/A7p3aLwBo="; }; patches = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/blk1j6k8mlzqfdpr0l8ls2nq9m80xy1z-dnsdist-1.9.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/dnsdist/versions. meta.description for dnsdist is: DNS Loadbalancer meta.homepage for dnsdist is: https://dnsdist.org ###### 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.9.1 with grep in /nix/store/blk1j6k8mlzqfdpr0l8ls2nq9m80xy1z-dnsdist-1.9.1 - found 1.9.1 in filename of file in /nix/store/blk1j6k8mlzqfdpr0l8ls2nq9m80xy1z-dnsdist-1.9.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath dnsdist ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/blk1j6k8mlzqfdpr0l8ls2nq9m80xy1z-dnsdist-1.9.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 dnsdist https://github.com/r-ryantm/nixpkgs/archive/d2232ce02e9bf2a329be249f60feb26277e459be.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d2232ce02e9bf2a329be249f60feb26277e459be#dnsdist ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/blk1j6k8mlzqfdpr0l8ls2nq9m80xy1z-dnsdist-1.9.1 ls -la /nix/store/blk1j6k8mlzqfdpr0l8ls2nq9m80xy1z-dnsdist-1.9.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @jojosch 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/289206 [result] Success updating dnsdist 1.8.3 -> 1.9.1 https://repology.org/project/dnsdist/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zlib-ng, using log file: /var/log/nixpkgs-update/python311Packages.zlib-ng/2024-03-14.log python311Packages.zlib-ng 0 -> 1 attrpath: python311Packages.zlib-ng Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1wzx6948qb71ciba7d8c1648j0r6bayv-packages.json.drv building '/nix/store/1wzx6948qb71ciba7d8c1648j0r6bayv-packages.json.drv'... Going to be running update for following packages: - python3.11-zlib-ng-0.4.0 Press Enter key to continue... Running update for: - python3.11-zlib-ng-0.4.0: UPDATING ... - python3.11-zlib-ng-0.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zlib-ng/default.nix b/pkgs/development/python-modules/zlib-ng/default.nix index 4f93df3c692b..c45e76059af2 100644 --- a/pkgs/development/python-modules/zlib-ng/default.nix +++ b/pkgs/development/python-modules/zlib-ng/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "zlib-ng"; - version = "0.4.0"; + version = "0.4.1"; pyproject = true; src = fetchFromGitHub { owner = "pycompression"; repo = "python-zlib-ng"; - rev = "v${version}"; - hash = "sha256-bVdt4GYdbzhoT6et+LOycg0Bt6dX9DtusNr8HPpgIFI="; + rev = "refs/tags/v${version}"; + hash = "sha256-uK6Md8ZOVUNwXCjzM4zTVr3WBwzLdnvT9n8yBvf968k="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.4.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub # build-system , cmake , setuptools # native dependencies , zlib-ng # tests , pytestCheckHook }: buildPythonPackage rec { pname = "zlib-ng"; version = "0.4.1"; pyproject = true; src = fetchFromGitHub { owner = "pycompression"; repo = "python-zlib-ng"; rev = "v${version}"; hash = "sha256-uK6Md8ZOVUNwXCjzM4zTVr3WBwzLdnvT9n8yBvf968k="; }; nativeBuildInputs = [ cmake setuptools ]; dontUseCmakeConfigure = true; env.PYTHON_ZLIB_NG_LINK_DYNAMIC = true; buildInputs = [ zlib-ng ]; pythonImportsCheck = [ "zlib_ng" ]; nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' rm -rf src ''; disabledTests = [ # commandline tests fail to find the built module "test_compress_fast_best_are_exclusive" "test_compress_infile_outfile" "test_compress_infile_outfile_default" "test_decompress_cannot_have_flags_compression" "test_decompress_infile_outfile" "test_decompress_infile_outfile_error" ]; meta = with lib; { description = "A drop-in replacement for Python's zlib and gzip modules using zlib-ng"; homepage = "https://github.com/pycompression/python-zlib-ng"; changelog = "https://github.com/pycompression/python-zlib-ng/blob/${src.rev}/CHANGELOG.rst"; license = licenses.psfl; maintainers = with maintainers; [ hexa ]; }; } [result] Failed to update python311Packages.zlib-ng 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.keyutils, using log file: /var/log/nixpkgs-update/python311Packages.keyutils/2024-03-14.log python311Packages.keyutils 0 -> 1 attrpath: python311Packages.keyutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3qag86556ba6qniix2pn9zqf4n4nwf0b-packages.json.drv building '/nix/store/3qag86556ba6qniix2pn9zqf4n4nwf0b-packages.json.drv'... Going to be running update for following packages: - python3.11-keyutils-0.6 Press Enter key to continue... Running update for: - python3.11-keyutils-0.6: UPDATING ... - python3.11-keyutils-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.keyutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysma, using log file: /var/log/nixpkgs-update/python311Packages.pysma/2024-03-14.log python311Packages.pysma 0 -> 1 attrpath: python311Packages.pysma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fccm0hh8c5m3l6jz2vfpiz3c442gffav-packages.json.drv building '/nix/store/fccm0hh8c5m3l6jz2vfpiz3c442gffav-packages.json.drv'... Going to be running update for following packages: - python3.11-pysma-0.7.5 Press Enter key to continue... Running update for: - python3.11-pysma-0.7.5: UPDATING ... - python3.11-pysma-0.7.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.enzyme, using log file: /var/log/nixpkgs-update/python311Packages.enzyme/2024-03-14.log python311Packages.enzyme 0 -> 1 attrpath: python311Packages.enzyme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9iijc6rggdfqzysaj7fp79az98f3g6w5-packages.json.drv building '/nix/store/9iijc6rggdfqzysaj7fp79az98f3g6w5-packages.json.drv'... Going to be running update for following packages: - python3.11-enzyme-0.4.1 Press Enter key to continue... Running update for: - python3.11-enzyme-0.4.1: UPDATING ... - python3.11-enzyme-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.enzyme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-order, using log file: /var/log/nixpkgs-update/python311Packages.pytest-order/2024-03-14.log python311Packages.pytest-order 0 -> 1 attrpath: python311Packages.pytest-order Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8bahcfdlg19qbwr2cra4vn1wi452v22l-packages.json.drv building '/nix/store/8bahcfdlg19qbwr2cra4vn1wi452v22l-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-order-1.2.0 Press Enter key to continue... Running update for: - python3.11-pytest-order-1.2.0: UPDATING ... - python3.11-pytest-order-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-order 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyprecice, using log file: /var/log/nixpkgs-update/python311Packages.pyprecice/2024-03-14.log python311Packages.pyprecice 0 -> 1 attrpath: python311Packages.pyprecice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r78zvjr7zddysrn455m9fxv5q8za7f7w-packages.json.drv building '/nix/store/r78zvjr7zddysrn455m9fxv5q8za7f7w-packages.json.drv'... Going to be running update for following packages: - python3.11-pyprecice-3.0.0.0 Press Enter key to continue... Running update for: - python3.11-pyprecice-3.0.0.0: UPDATING ... - python3.11-pyprecice-3.0.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyprecice 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zeep, using log file: /var/log/nixpkgs-update/python311Packages.zeep/2024-03-14.log python311Packages.zeep 0 -> 1 attrpath: python311Packages.zeep Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4aniyp5z4jkl9qh8grjx6imjlfj8na1s-packages.json.drv building '/nix/store/4aniyp5z4jkl9qh8grjx6imjlfj8na1s-packages.json.drv'... Going to be running update for following packages: - python3.11-zeep-4.2.1 Press Enter key to continue... Running update for: - python3.11-zeep-4.2.1: UPDATING ... - python3.11-zeep-4.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zeep 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clf, using log file: /var/log/nixpkgs-update/python311Packages.clf/2024-03-14.log python311Packages.clf 0 -> 1 attrpath: python311Packages.clf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zixyih0xvchd2i44frac0alfaxa7h2dq-packages.json.drv building '/nix/store/zixyih0xvchd2i44frac0alfaxa7h2dq-packages.json.drv'... Going to be running update for following packages: - python3.11-clf-0.5.7 Press Enter key to continue... Running update for: - python3.11-clf-0.5.7: UPDATING ... - python3.11-clf-0.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.orange-widget-base, using log file: /var/log/nixpkgs-update/python311Packages.orange-widget-base/2024-03-14.log python311Packages.orange-widget-base 0 -> 1 attrpath: python311Packages.orange-widget-base Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yky9f2wn3dvhh5zypsngryn7b6n1zwj6-packages.json.drv building '/nix/store/yky9f2wn3dvhh5zypsngryn7b6n1zwj6-packages.json.drv'... Going to be running update for following packages: - python3.11-orange-widget-base-4.22.0 Press Enter key to continue... Running update for: - python3.11-orange-widget-base-4.22.0: UPDATING ... - python3.11-orange-widget-base-4.22.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/orange-widget-base/default.nix b/pkgs/development/python-modules/orange-widget-base/default.nix index 3a1d5cd6e893..95dadbb04d79 100644 --- a/pkgs/development/python-modules/orange-widget-base/default.nix +++ b/pkgs/development/python-modules/orange-widget-base/default.nix @@ -16,12 +16,12 @@ buildPythonPackage rec { pname = "orange-widget-base"; - version = "4.22.0"; + version = "4.23.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-nV2aBPZzn7K+QECtCVoLLh5smG31zE2G9jFTKlxh9qM="; + hash = "sha256-mz+BcZEdg1p9V0ewYRrw3jKBWLMbL9RR6o4hUEUx9DA="; }; propagatedBuildInputs = [ No auto update branch exists Old version 4.22.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchPypi , pyqt5 , pyqtwebengine , matplotlib , orange-canvas-core , pyqtgraph , typing-extensions , qt5 , pytestCheckHook , pytest-qt , appnope }: buildPythonPackage rec { pname = "orange-widget-base"; version = "4.23.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-mz+BcZEdg1p9V0ewYRrw3jKBWLMbL9RR6o4hUEUx9DA="; }; propagatedBuildInputs = [ matplotlib orange-canvas-core pyqt5 pyqtgraph pyqtwebengine typing-extensions ] ++ lib.optionals stdenv.isDarwin [ appnope ]; pythonImportsCheck = [ "orangewidget" ]; preCheck = '' export HOME=$(mktemp -d) export QT_PLUGIN_PATH="${qt5.qtbase.bin}/${qt5.qtbase.qtPluginPrefix}" export QT_QPA_PLATFORM_PLUGIN_PATH="${qt5.qtbase.bin}/lib/qt-${qt5.qtbase.version}/plugins"; export QT_QPA_PLATFORM=offscreen ''; nativeCheckInputs = [ pytest-qt pytestCheckHook ]; disabledTestPaths = [ "orangewidget/report/tests/test_report.py" "orangewidget/tests/test_widget.py" ]; meta = { description = "Implementation of the base OWBaseWidget class and utilities for use in Orange Canvas workflows"; homepage = "https://github.com/biolab/orange-widget-base"; license = [ lib.licenses.gpl3Plus ]; maintainers = [ lib.maintainers.lucasew ]; }; } [result] Failed to update python311Packages.orange-widget-base 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.greta_gp, using log file: /var/log/nixpkgs-update/rPackages.greta_gp/2024-03-14.log rPackages.greta_gp 0.2.0 -> 0.2.1 https://repology.org/project/r:greta.gp/versions attrpath: rPackages.greta_gp 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.greta_gp 0.2.0 -> 0.2.1 https://repology.org/project/r:greta.gp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PxWebApiData, using log file: /var/log/nixpkgs-update/rPackages.PxWebApiData/2024-03-14.log rPackages.PxWebApiData 0.8.0 -> 0.9.0 https://repology.org/project/r:pxwebapidata/versions attrpath: rPackages.PxWebApiData Checking auto update branch... No auto update branch exists Old version 0.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.PxWebApiData 0.8.0 -> 0.9.0 https://repology.org/project/r:pxwebapidata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.globus-sdk, using log file: /var/log/nixpkgs-update/python312Packages.globus-sdk/2024-03-14.log python312Packages.globus-sdk 3.32.0 -> 3.39.0 https://github.com/globus/globus-sdk-python/releases attrpath: python312Packages.globus-sdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xkwks8ln6x8a9yi4lw2fq03psjfrh8za-packages.json.drv building '/nix/store/xkwks8ln6x8a9yi4lw2fq03psjfrh8za-packages.json.drv'... Going to be running update for following packages: - python3.12-globus-sdk-3.32.0 Press Enter key to continue... Running update for: - python3.12-globus-sdk-3.32.0: UPDATING ... - python3.12-globus-sdk-3.32.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/globus-sdk/default.nix b/pkgs/development/python-modules/globus-sdk/default.nix index 6ad0646401a0..cd8528125780 100644 --- a/pkgs/development/python-modules/globus-sdk/default.nix +++ b/pkgs/development/python-modules/globus-sdk/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "globus-sdk"; - version = "3.32.0"; + version = "3.39.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "globus"; repo = "globus-sdk-python"; rev = "refs/tags/${version}"; - hash = "sha256-otf1A8onfi6u3Vv7IxBtziLEy2UqVeJxw1u+XIfSchA="; + hash = "sha256-DjGwwpXzYRq5/hiUs/l8kD/yA58vbhvrKirKDlWoAmY="; }; propagatedBuildInputs = [ No auto update branch exists Old version 3.32.0" not present in staging derivation file with contents: { lib , buildPythonPackage , cryptography , fetchFromGitHub , pyjwt , pytestCheckHook , pythonOlder , requests , responses , typing-extensions }: buildPythonPackage rec { pname = "globus-sdk"; version = "3.39.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "globus"; repo = "globus-sdk-python"; rev = "refs/tags/${version}"; hash = "sha256-DjGwwpXzYRq5/hiUs/l8kD/yA58vbhvrKirKDlWoAmY="; }; propagatedBuildInputs = [ cryptography requests pyjwt ] ++ lib.optionals (pythonOlder "3.10") [ typing-extensions ]; nativeCheckInputs = [ pytestCheckHook responses ]; postPatch = '' substituteInPlace setup.py \ --replace "pyjwt[crypto]>=2.0.0,<3.0.0" "pyjwt[crypto]>=2.0.0,<3.0.0" ''; pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; pythonImportsCheck = [ "globus_sdk" ]; meta = with lib; { description = "Interface to Globus REST APIs, including the Transfer API and the Globus Auth API"; homepage = "https://github.com/globus/globus-sdk-python"; changelog = "https://github.com/globus/globus-sdk-python/releases/tag/${version}"; license = licenses.asl20; }; } [result] Failed to update python312Packages.globus-sdk 3.32.0 -> 3.39.0 https://github.com/globus/globus-sdk-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO [options] github_user: r-ryantm, pull_request: YES, batch_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.pandoc-lua-marshal, using log file: /var/log/nixpkgs-update/haskellPackages.pandoc-lua-marshal/2024-03-14.log haskellPackages.pandoc-lua-marshal 0.2.2 -> 0.2.4 https://repology.org/project/haskell:pandoc-lua-marshal/versions attrpath: haskellPackages.pandoc-lua-marshal Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.pandoc-lua-marshal 0.2.2 -> 0.2.4 https://repology.org/project/haskell:pandoc-lua-marshal/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.eHOF, using log file: /var/log/nixpkgs-update/rPackages.eHOF/2024-03-14.log rPackages.eHOF 1.12 -> 1.15 https://repology.org/project/r:ehof/versions attrpath: rPackages.eHOF Checking auto update branch... No auto update branch exists Old version 1.12" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.eHOF 1.12 -> 1.15 https://repology.org/project/r:ehof/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.zfa, using log file: /var/log/nixpkgs-update/rPackages.zfa/2024-03-14.log rPackages.zfa 1.0 -> 1.1.0 https://repology.org/project/r:zfa/versions attrpath: rPackages.zfa 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.zfa 1.0 -> 1.1.0 https://repology.org/project/r:zfa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.comf, using log file: /var/log/nixpkgs-update/rPackages.comf/2024-03-14.log rPackages.comf 0.1.11 -> 0.1.12 https://repology.org/project/r:comf/versions attrpath: rPackages.comf Checking auto update branch... No auto update branch exists Old version 0.1.11" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.comf 0.1.11 -> 0.1.12 https://repology.org/project/r:comf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.marginalizedRisk, using log file: /var/log/nixpkgs-update/rPackages.marginalizedRisk/2024-03-14.log rPackages.marginalizedRisk 2021.2-4 -> 2024.1-27 https://repology.org/project/r:marginalizedrisk/versions attrpath: rPackages.marginalizedRisk Checking auto update branch... No auto update branch exists Old version 2021.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.marginalizedRisk 2021.2-4 -> 2024.1-27 https://repology.org/project/r:marginalizedrisk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fullfact, using log file: /var/log/nixpkgs-update/rPackages.fullfact/2024-03-14.log rPackages.fullfact 1.5 -> 1.5.2 https://repology.org/project/r:fullfact/versions attrpath: rPackages.fullfact Checking auto update branch... No auto update branch exists Old version 1.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fullfact 1.5 -> 1.5.2 https://repology.org/project/r:fullfact/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-comprehend, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-comprehend/2024-03-14.log python312Packages.mypy-boto3-comprehend 1.34.30 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-comprehend Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p13045h68a78l2c1y4yk3r3shhay91li-packages.json.drv building '/nix/store/p13045h68a78l2c1y4yk3r3shhay91li-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-comprehend-1.34.30 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-comprehend-1.34.30: UPDATING ... - python3.12-mypy-boto3-comprehend-1.34.30: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-comprehend 1.34.30 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.vegdata, using log file: /var/log/nixpkgs-update/rPackages.vegdata/2024-03-14.log rPackages.vegdata 0.9.11.4 -> 0.9.12 https://repology.org/project/r:vegdata/versions attrpath: rPackages.vegdata Checking auto update branch... No auto update branch exists Old version 0.9.11.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.vegdata 0.9.11.4 -> 0.9.12 https://repology.org/project/r:vegdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FSDAM, using log file: /var/log/nixpkgs-update/rPackages.FSDAM/2024-03-14.log rPackages.FSDAM 2020.11-18 -> 2024.1-30 https://repology.org/project/r:fsdam/versions attrpath: rPackages.FSDAM Checking auto update branch... No auto update branch exists Old version 2020.11-18" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.FSDAM 2020.11-18 -> 2024.1-30 https://repology.org/project/r:fsdam/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-mwaa, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-mwaa/2024-03-14.log python312Packages.mypy-boto3-mwaa 1.34.57 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-mwaa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d2lqjjl2rv75j1j91mzwb1212syjj37z-packages.json.drv building '/nix/store/d2lqjjl2rv75j1j91mzwb1212syjj37z-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-mwaa-1.34.57 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-mwaa-1.34.57: UPDATING ... - python3.12-mypy-boto3-mwaa-1.34.57: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-mwaa 1.34.57 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gsbDesign, using log file: /var/log/nixpkgs-update/rPackages.gsbDesign/2024-03-14.log rPackages.gsbDesign 1.0-2 -> 1.0-3 https://repology.org/project/r:gsbdesign/versions attrpath: rPackages.gsbDesign 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.gsbDesign 1.0-2 -> 1.0-3 https://repology.org/project/r:gsbdesign/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.xcodeproj, using log file: /var/log/nixpkgs-update/rubyPackages.xcodeproj/2024-03-14.log rubyPackages.xcodeproj 0.28.2 -> 1.24.0 https://repology.org/project/ruby:xcodeproj/versions attrpath: rubyPackages.xcodeproj 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.xcodeproj 0.28.2 -> 1.24.0 https://repology.org/project/ruby:xcodeproj/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-snowball, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-snowball/2024-03-14.log python312Packages.mypy-boto3-snowball 1.34.58 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-snowball Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zmkd1mc1vy24g4pqis1ng5z1fp0jcn92-packages.json.drv building '/nix/store/zmkd1mc1vy24g4pqis1ng5z1fp0jcn92-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-snowball-1.34.58 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-snowball-1.34.58: UPDATING ... - python3.12-mypy-boto3-snowball-1.34.58: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-snowball 1.34.58 -> 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 haskellPackages.language-c, using log file: /var/log/nixpkgs-update/haskellPackages.language-c/2024-03-14.log haskellPackages.language-c 0.9.2 -> 0.9.3 https://repology.org/project/haskell:language-c/versions attrpath: haskellPackages.language-c Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.language-c 0.9.2 -> 0.9.3 https://repology.org/project/haskell:language-c/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.listenv, using log file: /var/log/nixpkgs-update/rPackages.listenv/2024-03-14.log rPackages.listenv 0.9.0 -> 0.9.1 https://repology.org/project/r:listenv/versions attrpath: rPackages.listenv Checking auto update branch... No auto update branch exists Old version 0.9.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.listenv 0.9.0 -> 0.9.1 https://repology.org/project/r:listenv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sq, using log file: /var/log/nixpkgs-update/sq/2024-03-14.log sq 0.47.4 -> 0.48.3 https://github.com/neilotoole/sq/releases attrpath: sq 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-G623vH7pWpJbPvC8sR1xl6x3pcuBUvQwEj1RENuHnI8=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'sq.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/790h9j1ayqn7gdcnfnc9w2999qgdfbg6-sq-0.48.3-go-modules.drv /nix/store/c0jhw46y0xkm5b2aw42hyd0zk9gvmk8m-sq-0.48.3.drv building '/nix/store/790h9j1ayqn7gdcnfnc9w2999qgdfbg6-sq-0.48.3-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/qcavxdjkbl30hr2glzmh5arq45hzcck6-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/790h9j1ayqn7gdcnfnc9w2999qgdfbg6-sq-0.48.3-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/qcavxdjkbl30hr2glzmh5arq45hzcck6-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/790h9j1ayqn7gdcnfnc9w2999qgdfbg6-sq-0.48.3-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/c0jhw46y0xkm5b2aw42hyd0zk9gvmk8m-sq-0.48.3.drv' failed to build [result] Failed to update sq 0.47.4 -> 0.48.3 https://github.com/neilotoole/sq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath npm-check-updates, using log file: /var/log/nixpkgs-update/npm-check-updates/2024-03-14.log npm-check-updates 16.14.12 -> 16.14.15 https://repology.org/project/npm-check-updates/versions attrpath: npm-check-updates 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] Replacing npmDepsHash with sha256-+/henam1jAw0lm2SWmSRF8k0pYoX9zggraGfzQsesfg= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A npm-check-updates nix build failed. > npm-check-updates@16.14.15 build:options > node build/src/scripts/build-options.js && tsc Finished npmBuildHook @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase Executing npmInstallHook npm ERR! code 127 npm ERR! path /build/source npm ERR! command failed npm ERR! command sh -c src/scripts/install-hooks && test/bun-setup.sh npm ERR! sh: line 1: src/scripts/install-hooks: cannot execute: required file not found  npm ERR! A complete log of this run can be found in: /build/.npm/_logs/2024-03-14T05_11_35_241Z-debug-0.log jq: error (at :7): Cannot index object with number npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'eslint-plugin-jsdoc@41.1.2', npm WARN EBADENGINE required: { node: '^14 || ^16 || ^17 || ^18 || ^19' }, npm WARN EBADENGINE current: { node: 'v20.11.1', npm: '10.2.4' } npm WARN EBADENGINE }  up to date, audited 329 packages in 756ms 66 packages are looking for funding run `npm fund` for details found 0 vulnerabilities cp: cannot create directory '/nix/store/0ykllq1dmpbwmagdxmfd3asdzd7k5hdp-npm-check-updates-16.14.15/lib/node_modules/npm-check-updates/node_modules': No such file or directory [result] Failed to update npm-check-updates 16.14.12 -> 16.14.15 https://repology.org/project/npm-check-updates/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath srecord, using log file: /var/log/nixpkgs-update/srecord/2024-03-14.log srecord 1.64 -> 1.65.0 https://repology.org/project/srecord/versions attrpath: srecord 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/yls9zc55pn592wf13p5p9cn9yfhr9bb3-srecord-1.65.0.tar.gz.drv building '/nix/store/yls9zc55pn592wf13p5p9cn9yfhr9bb3-srecord-1.65.0.tar.gz.drv'... trying https://downloads.sourceforge.net/srecord/srecord-1.65.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/srecord/srecord-1.65.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:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/srecord/srecord-1.65.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 985 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/srecord/srecord-1.65.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/srecord/srecord-1.65.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 311 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/srecord/srecord-1.65.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 srecord-1.65.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 'srecord.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/yls9zc55pn592wf13p5p9cn9yfhr9bb3-srecord-1.65.0.tar.gz.drv /nix/store/bl3757gb5qxfc80r32yvn5xdkg7f4kqh-srecord-1.65.0.drv building '/nix/store/yls9zc55pn592wf13p5p9cn9yfhr9bb3-srecord-1.65.0.tar.gz.drv'... trying https://downloads.sourceforge.net/srecord/srecord-1.65.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/srecord/srecord-1.65.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/srecord/srecord-1.65.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1298 0 --:--:-- --:--:-- --:--:-- 1301 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/srecord/srecord-1.65.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/srecord/srecord-1.65.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 311 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/srecord/srecord-1.65.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 srecord-1.65.0.tar.gz from any mirror error: builder for '/nix/store/yls9zc55pn592wf13p5p9cn9yfhr9bb3-srecord-1.65.0.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/srecord/srecord-1.65.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/srecord/srecord-1.65.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 311 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/srecord/srecord-1.65.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 srecord-1.65.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/yls9zc55pn592wf13p5p9cn9yfhr9bb3-srecord-1.65.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/bl3757gb5qxfc80r32yvn5xdkg7f4kqh-srecord-1.65.0.drv' failed to build [result] Failed to update srecord 1.64 -> 1.65.0 https://repology.org/project/srecord/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.asciicast, using log file: /var/log/nixpkgs-update/rPackages.asciicast/2024-03-14.log rPackages.asciicast 2.3.0 -> 2.3.1 https://repology.org/project/r:asciicast/versions attrpath: rPackages.asciicast Checking auto update branch... No auto update branch exists Old version 2.3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.asciicast 2.3.0 -> 2.3.1 https://repology.org/project/r:asciicast/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bintools-unwrapped, using log file: /var/log/nixpkgs-update/bintools-unwrapped/2024-03-14.log bintools-unwrapped 2.41 -> 2.42 https://repology.org/project/binutils/versions attrpath: bintools-unwrapped Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update bintools-unwrapped 2.41 -> 2.42 https://repology.org/project/binutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libbass, using log file: /var/log/nixpkgs-update/libbass/2024-03-14.log libbass 2.4.15 -> 2.4.17 https://repology.org/project/libbass/versions attrpath: libbass Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - libbass: 2.4.15 -> 2.4.17 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/256414" [result] Failed to update libbass 2.4.15 -> 2.4.17 https://repology.org/project/libbass/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ly, using log file: /var/log/nixpkgs-update/ly/2024-03-14.log ly 0.6.0 -> 0.9.7 https://repology.org/project/ly/versions attrpath: ly 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/hj4xpw0r9kl2hq6r25nx70ya4w65dp7b-source.drv building '/nix/store/hj4xpw0r9kl2hq6r25nx70ya4w65dp7b-source.drv'... exporting https://github.com/fairyglade/ly.git (rev v0.9.7) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/v0.9.7 remote: Enumerating objects: 52, done. remote: Counting objects: 100% (52/52), done. remote: Compressing objects: 100% (50/50), done. remote: Total 52 (delta 1), reused 19 (delta 0), pack-reused 0 Unpacking objects: 100% (52/52), 40.57 KiB | 1.40 MiB/s, done. From https://github.com/fairyglade/ly * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/v0.9.7 from https://github.com/fairyglade/ly.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 'ly.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hj4xpw0r9kl2hq6r25nx70ya4w65dp7b-source.drv /nix/store/9bk6i35gwqx3lkhnjbkpi12qjq3pq8hy-ly-0.9.7.drv building '/nix/store/hj4xpw0r9kl2hq6r25nx70ya4w65dp7b-source.drv'... exporting https://github.com/fairyglade/ly.git (rev v0.9.7) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/v0.9.7 remote: Enumerating objects: 52, done. remote: Counting objects: 100% (52/52), done. remote: Compressing objects: 100% (50/50), done. remote: Total 52 (delta 1), reused 30 (delta 0), pack-reused 0 Unpacking objects: 100% (52/52), 40.57 KiB | 1.40 MiB/s, done. From https://github.com/fairyglade/ly * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/v0.9.7 from https://github.com/fairyglade/ly.git. error: builder for '/nix/store/hj4xpw0r9kl2hq6r25nx70ya4w65dp7b-source.drv' failed with exit code 1; last 13 log lines: > exporting https://github.com/fairyglade/ly.git (rev v0.9.7) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/v0.9.7 > remote: Enumerating objects: 52, done. > remote: Counting objects: 100% (52/52), done. > remote: Compressing objects: 100% (50/50), done. > remote: Total 52 (delta 1), reused 30 (delta 0), pack-reused 0 > Unpacking objects: 100% (52/52), 40.57 KiB | 1.40 MiB/s, done. > From https://github.com/fairyglade/ly > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/v0.9.7 from https://github.com/fairyglade/ly.git. For full logs, run 'nix log /nix/store/hj4xpw0r9kl2hq6r25nx70ya4w65dp7b-source.drv'. error: 1 dependencies of derivation '/nix/store/9bk6i35gwqx3lkhnjbkpi12qjq3pq8hy-ly-0.9.7.drv' failed to build [result] Failed to update ly 0.6.0 -> 0.9.7 https://repology.org/project/ly/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath foma, using log file: /var/log/nixpkgs-update/foma/2024-03-14.log foma 0.10.0alpha -> 0.10.0 https://repology.org/project/foma/versions attrpath: foma Checking auto update branch... No auto update branch exists 0.10.0 is not newer than 0.10.0alpha according to Nix; versionComparison: -1 [result] Failed to update foma 0.10.0alpha -> 0.10.0 https://repology.org/project/foma/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath synthv1, using log file: /var/log/nixpkgs-update/synthv1/2024-03-14.log synthv1 0.9.23 -> 0.9.34 https://repology.org/project/synthv1/versions attrpath: synthv1 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/synthv1/default.nix b/pkgs/applications/audio/synthv1/default.nix index b0e9e9bde9d0..4dc310707fd0 100644 --- a/pkgs/applications/audio/synthv1/default.nix +++ b/pkgs/applications/audio/synthv1/default.nix @@ -2,11 +2,11 @@ mkDerivation rec { pname = "synthv1"; - version = "0.9.23"; + version = "0.9.34"; src = fetchurl { url = "mirror://sourceforge/synthv1/${pname}-${version}.tar.gz"; - sha256 = "sha256-0V72T51icT/t9fJf4mwcMYZLjzTPnmiCbU+BdwnCmw4="; + sha256 = "sha256-flbkPGEOCTxN+rHEVdPXITVYvb+4yJnartq4x2bujf0="; }; buildInputs = [ qtbase qttools libjack2 alsa-lib liblo lv2 ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A synthv1 nix build failed. source root is synthv1-0.9.34 setting SOURCE_DATE_EPOCH to timestamp 1706291491 of file synthv1-0.9.34/src/synthv1widget_wave.h @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase no Makefile or custom installPhase, doing nothing @nix { "action": "setPhase", "phase": "qtOwnPathsHook" } Running phase: qtOwnPathsHook @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase wrapping Qt applications in /nix/store/kaynrbrgbf95fk596rf5qa210fjkrnag-synthv1-0.9.34/bin /nix/store/kaynrbrgbf95fk596rf5qa210fjkrnag-synthv1-0.9.34/sbin /nix/store/kaynrbrgbf95fk596rf5qa210fjkrnag-synthv1-0.9.34/libexec /nix/store/kaynrbrgbf95fk596rf5qa210fjkrnag-synthv1-0.9.34/Applications @nix { "action": "setPhase", "phase": "postPatchMkspecs" } Running phase: postPatchMkspecs [result] Failed to update synthv1 0.9.23 -> 0.9.34 https://repology.org/project/synthv1/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.comclim, using log file: /var/log/nixpkgs-update/rPackages.comclim/2024-03-14.log rPackages.comclim 0.9.5 -> 0.9.6 https://repology.org/project/r:comclim/versions attrpath: rPackages.comclim Checking auto update branch... No auto update branch exists Old version 0.9.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.comclim 0.9.5 -> 0.9.6 https://repology.org/project/r:comclim/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-redshift-serverless, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-redshift-serverless/2024-03-14.log python311Packages.mypy-boto3-redshift-serverless 1.34.16 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-redshift-serverless Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wghnc7ghrzssxwl5083hfkqc93afmjs4-packages.json.drv building '/nix/store/wghnc7ghrzssxwl5083hfkqc93afmjs4-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-redshift-serverless-1.34.16 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-redshift-serverless-1.34.16: UPDATING ... - python3.11-mypy-boto3-redshift-serverless-1.34.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-redshift-serverless 1.34.16 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.digest, using log file: /var/log/nixpkgs-update/rPackages.digest/2024-03-14.log rPackages.digest 0.6.33 -> 0.6.35 https://repology.org/project/r:digest/versions attrpath: rPackages.digest Checking auto update branch... No auto update branch exists Old version 0.6.33" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.digest 0.6.33 -> 0.6.35 https://repology.org/project/r:digest/versions [options] github_user: r-ryantm, pull_request: YES, batch_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_inline_test, using log file: /var/log/nixpkgs-update/ocamlPackages.ppx_inline_test/2024-03-14.log ocamlPackages.ppx_inline_test 0.16.0 -> 0.16.1 https://repology.org/project/ocaml:ppx-inline-test/versions attrpath: ocamlPackages.ppx_inline_test Checking auto update branch... No auto update branch exists Old version 0.16.0" not present in master derivation file with contents: { self , bash , fetchpatch , fzf , lib , openssl , zstd , krb5 }: with self; { abstract_algebra = janePackage { pname = "abstract_algebra"; hash = "sha256-hAZzc2ypbGE/8mxxk4GZqr17JlIYv71gZJMQ4plsK38="; meta.description = "A small library describing abstract algebra concepts"; propagatedBuildInputs = [ base ppx_jane ]; }; accessor = janePackage { pname = "accessor"; hash = "sha256-yClfUXqwVoipF4WqbqC6VBVYc6t8MZYVoHGjchH7XQA="; meta.description = "A library that makes it nicer to work with nested functional data structures"; propagatedBuildInputs = [ higher_kinded ]; }; accessor_async = janePackage { pname = "accessor_async"; hash = "sha256-kGT7aFNOgU8/2ez9L/lefb2LN7I87+WthZHnb+dY9PE="; meta.description = "Accessors for Async types, for use with the Accessor library"; propagatedBuildInputs = [ accessor_core async_kernel ]; }; accessor_base = janePackage { pname = "accessor_base"; hash = "sha256-idnSNP6kfoV3I8QAMJ2YoUrewBpyte+0/C371aMTIxo="; meta.description = "Accessors for Base types, for use with the Accessor library"; propagatedBuildInputs = [ ppx_accessor ]; }; accessor_core = janePackage { pname = "accessor_core"; hash = "sha256-f4s/I+xDi/aca1WgaE+P3CD4e80jenS0WHg4T1Stcbg="; meta.description = "Accessors for Core types, for use with the Accessor library"; propagatedBuildInputs = [ accessor_base core_kernel ]; }; async = janePackage { pname = "async"; hash = "sha256-TpsC9sn8noiNI0aYbMalUUv3xlC2LMERsv6Gr928Vzc="; meta.description = "Monadic concurrency library"; propagatedBuildInputs = [ async_rpc_kernel async_unix textutils ]; doCheck = false; # we don't have netkit_sockets }; async_durable = janePackage { pname = "async_durable"; hash = "sha256-PImYpM9xNFUWeWRld4jFwWBRowUP1iXzdxkK/fP/rHE="; meta.description = "Durable connections for use with async"; propagatedBuildInputs = [ async_kernel async_rpc_kernel core core_kernel ppx_jane ]; }; async_extra = janePackage { pname = "async_extra"; hash = "sha256-Y+gTlJuKmwvEEPuMPu7v0iYeNQtlzP8QiS0PSgoYrrI="; meta.description = "Monadic concurrency library"; propagatedBuildInputs = [ async_kernel ]; }; async_find = janePackage { pname = "async_find"; hash = "sha256-PG6BJx9tfP+zcDaG+7WdHiv4jUqsUH2TvHV6UXdzPAg="; meta.description = "Directory traversal with Async"; propagatedBuildInputs = [ async ]; }; async_inotify = janePackage { pname = "async_inotify"; hash = "sha256-seFbs06w3T+B49sw3nOjpXpoJbJ+IJ3qN5LnufrsE48="; meta.description = "Async wrapper for inotify"; propagatedBuildInputs = [ async_find inotify ]; }; async_interactive = janePackage { pname = "async_interactive"; hash = "sha256-xZKVT8L2rOLBeg7wK0tD6twhkDfwQp5ZKy4DPp1UWq8="; meta.description = "Utilities for building simple command-line based user interfaces"; propagatedBuildInputs = [ async ]; }; async_js = janePackage { pname = "async_js"; hash = "sha256-JyF1busOv9JWxp55oaxBozIQyCKlmAY3csBA4/98qy0="; meta.description = "A small library that provide Async support for JavaScript platforms"; buildInputs = [ js_of_ocaml-ppx ]; propagatedBuildInputs = [ async_rpc_kernel js_of_ocaml uri-sexp ]; }; async_kernel = janePackage { pname = "async_kernel"; hash = "sha256-EDgdZc6GRyiiFtnElNE9jGPEjPIUniP9uB/JoySkZz8="; meta.description = "Monadic concurrency library"; propagatedBuildInputs = [ core_kernel ]; }; async_rpc_kernel = janePackage { pname = "async_rpc_kernel"; hash = "sha256-OccFMfhTRSQwx1LJcN8OkDpA62KabsyWn2hox84jqow="; meta.description = "Platform-independent core of Async RPC library"; propagatedBuildInputs = [ async_kernel protocol_version_header ]; }; async_rpc_websocket = janePackage { pname = "async_rpc_websocket"; hash = "sha256-S3xIw/mew9YhtenWfp8ZD82WtOQSzJHtreT1+kRivus="; meta.description = "Library to serve and dispatch Async RPCs over websockets"; propagatedBuildInputs = [ async_rpc_kernel async_websocket cohttp_async_websocket ]; }; async_sendfile = janePackage { pname = "async_sendfile"; hash = "sha256-ykl87/De56gz6JRQfTIeWrU823PT2fnFJr08GxuDYic="; meta.description = "Thin wrapper around [Linux_ext.sendfile] to send full files"; propagatedBuildInputs = [ async_unix ]; }; async_shell = janePackage { pname = "async_shell"; hash = "sha256-DjIbadCjPymnkDsnonmxKumCWf5P9XO3ZaAwOaYRnbk="; meta.description = "Shell helpers for Async"; propagatedBuildInputs = [ async shell ]; }; async_smtp = janePackage { pname = "async_smtp"; hash = "sha256-X0eegZMMU9EnC9Oi+6DjtwNmyzQYr3EKi1duNzEAfkk="; meta.description = "SMTP client and server"; propagatedBuildInputs = [ async_extra async_inotify async_sendfile async_shell async_ssl email_message resource_cache re2_stable sexp_macro ]; }; async_ssl = janePackage { version = "0.16.1"; pname = "async_ssl"; hash = "sha256-83YKxvVb/JwBnQG4R/R1Ztik9T/hO4cbiNTfFnErpG4="; meta.description = "Async wrappers for SSL"; buildInputs = [ dune-configurator ]; propagatedBuildInputs = [ async ctypes ctypes-foreign openssl ]; }; async_unix = janePackage { pname = "async_unix"; hash = "sha256-dT+yJC73sxS4NPR/GC/FyVLbWtYpM9DqKykVk8PEEWU="; meta.description = "Monadic concurrency library"; propagatedBuildInputs = [ async_kernel core_unix ]; }; async_websocket = janePackage { pname = "async_websocket"; hash = "sha256-Qy+A8ee6u5Vr05FNeaH/6Sdp9bcq3cnaDYO9OU06VW0="; meta.description = "A library that implements the websocket protocol on top of Async"; propagatedBuildInputs = [ async cryptokit ]; }; babel = janePackage { pname = "babel"; hash = "sha256-nnMliU0d6vtHTYEy9uMi8nMaHvAsEXKN6uNByqZ28+c="; meta.description = "A library for defining Rpcs that can evolve over time without breaking backward compatibility"; propagatedBuildInputs = [ async_rpc_kernel core ppx_jane streamable tilde_f ]; }; base = janePackage { pname = "base"; version = "0.16.2"; hash = "sha256-8OvZe+aiWipJ6busBufx3OqERmqxBva55UOLjL8KoPc="; meta.description = "Full standard library replacement for OCaml"; buildInputs = [ dune-configurator ]; propagatedBuildInputs = [ sexplib0 ]; checkInputs = [ alcotest ]; }; base_bigstring = janePackage { pname = "base_bigstring"; hash = "sha256-gQbzdr05DEowzd0k9JBTF0gGMwlaVwTVJuoKZ0u9voU="; meta.description = "String type based on [Bigarray], for use in I/O and C-bindings"; propagatedBuildInputs = [ int_repr ppx_jane ]; }; base_trie = janePackage { pname = "base_trie"; hash = "sha256-KV/k3B0h/4rE+MY6f4qDnlaObMmewUS+NAN2M7sb+yw="; meta.description = "Trie data structure library"; propagatedBuildInputs = [ base core expect_test_helpers_core ppx_jane ]; }; base_quickcheck = janePackage { pname = "base_quickcheck"; hash = "sha256-9Flg8vAoT6f+3lw9wETQhsaA1fSsQiqKeEhzo0qtDu4="; meta.description = "Randomized testing framework, designed for compatibility with Base"; propagatedBuildInputs = [ ppx_base ppx_fields_conv ppx_let ppx_sexp_value splittable_random ]; }; bidirectional_map = janePackage { pname = "bidirectional_map"; hash = "sha256-YEzOdzanBJaskI2/xN9E3ozWnBXDyxJvY3g/qEE73yI="; meta.description = "A library for bidirectional maps and multimaps"; }; bignum = janePackage { pname = "bignum"; hash = "sha256-PmvqGImF1Nrr6swx5q3+9mCfSbieC3RvWuz8oCTkSgg="; propagatedBuildInputs = [ core_kernel zarith zarith_stubs_js ]; meta.description = "Core-flavoured wrapper around zarith's arbitrary-precision rationals"; }; bin_prot = janePackage { pname = "bin_prot"; hash = "sha256-qFkM6TrTLnnFKmzQHktBb68HpBTMYhiURvnRKEoAevk="; meta.description = "A binary protocol generator"; propagatedBuildInputs = [ ppx_compare ppx_custom_printf ppx_fields_conv ppx_optcomp ppx_stable_witness ppx_variants_conv ]; }; bonsai = janePackage { pname = "bonsai"; hash = "sha256-YJ+qkVG5PLBmioa1gP7y6jwn82smyyYDIwHwhDqNeWM="; meta.description = "A library for building dynamic webapps, using Js_of_ocaml"; buildInputs = [ ppx_pattern_bind ]; nativeBuildInputs = [ ppx_css js_of_ocaml-compiler ocaml-embed-file ]; propagatedBuildInputs = [ async async_durable async_extra async_rpc_websocket babel cohttp-async core_bench fuzzy_match incr_dom indentation_buffer js_of_ocaml-ppx ordinal_abbreviation patdiff polling_state_rpc ppx_css ppx_typed_fields profunctor sexp_grammar textutils ]; }; cinaps = janePackage { pname = "cinaps"; version = "0.15.1"; hash = "sha256-LycruanldSP251uYJjQqIfI76W0UQ6o5i5u8XjszBT0="; meta.description = "Trivial metaprogramming tool"; minimalOCamlVersion = "4.04"; propagatedBuildInputs = [ re ]; doCheck = false; # fails because ppx_base doesn't include ppx_js_style }; cohttp_async_websocket = janePackage { pname = "cohttp_async_websocket"; hash = "sha256-OBtyKMyvfz0KNG4SWmvoTMVPnVTpO12N38q+kEbegJE="; meta.description = "Websocket library for use with cohttp and async"; propagatedBuildInputs = [ async_websocket cohttp-async ppx_jane uri-sexp ]; }; cohttp_static_handler = janePackage { pname = "cohttp_static_handler"; hash = "sha256-7NCnJVArudBEvWARQUGlJuEq3kSCjpn5YtsLsL04bf4="; meta.description = "A library for easily creating a cohttp handler for static files"; propagatedBuildInputs = [ cohttp-async ]; }; content_security_policy = janePackage { pname = "content_security_policy"; hash = "sha256-q/J+ZzeC6txyuRQzR8Hmu7cYJCQbxaMlVEmK8fj0hus="; meta.description = "A library for building content-security policies"; propagatedBuildInputs = [ core ppx_jane ]; }; core = janePackage { pname = "core"; version = "0.16.2"; hash = "sha256-cyOU++XJJkU2YMHfn8saFOxLoQSFhF7kARJi/9unbFQ="; meta.description = "Industrial strength alternative to OCaml's standard library"; buildInputs = [ jst-config ]; propagatedBuildInputs = [ base base_bigstring base_quickcheck ppx_jane time_now ]; doCheck = false; # circular dependency with core_kernel }; core_bench = janePackage { pname = "core_bench"; hash = "sha256-ASdu3ZUk+nkdNX9UbBQxKRdXBa073mWMDRW+Ceu3/t4="; meta.description = "Benchmarking library"; propagatedBuildInputs = [ textutils ]; }; core_extended = janePackage { pname = "core_extended"; hash = "sha256-hcjmFDdVKCHK8u6D4Qn2a/HYTEZOvkXHcB6BTpbjF/s="; meta.description = "Extra components that are not as closely vetted or as stable as Core"; propagatedBuildInputs = [ core_unix record_builder ]; }; core_kernel = janePackage { pname = "core_kernel"; hash = "sha256-YB3WMNLePrOKu+mmVedNo0pWN9x5fIaBxJsby56TFJU="; meta.description = "System-independent part of Core"; buildInputs = [ jst-config ]; propagatedBuildInputs = [ base_bigstring core int_repr sexplib ]; doCheck = false; # we don't have quickcheck_deprecated }; core_unix = janePackage { pname = "core_unix"; hash = "sha256-mePpxjbUumMemHDKhRgACilchgS6QHZEV1ghYtT3flg="; meta.description = "Unix-specific portions of Core"; buildInputs = [ jst-config ]; propagatedBuildInputs = [ core_kernel expect_test_helpers_core ocaml_intrinsics ppx_jane timezone spawn ]; postPatch = '' patchShebangs unix_pseudo_terminal/src/discover.sh ''; }; csvfields = janePackage { pname = "csvfields"; hash = "sha256-FEkjRmLeqNvauBlrY2xtLZfxVfnFWU8w8noEArPUieo="; propagatedBuildInputs = [ core num ]; meta.description = "Runtime support for ppx_xml_conv and ppx_csv_conv"; }; dedent = janePackage { pname = "dedent"; hash = "sha256-fzytLr3tVr2vPmykUBzNFMxnyMcIeeo8S9BydsTKnQw="; propagatedBuildInputs = [ base ppx_jane stdio ]; meta.description = "A library for improving redability of multi-line string constants in code"; }; delimited_parsing = janePackage { pname = "delimited_parsing"; hash = "sha256-XyO3hzPz48i1cnMTJvZfarM6HC7qdHqdftp9SnCjPEU="; propagatedBuildInputs = [ async core_extended ]; meta.description = "Parsing of character (e.g., comma) separated and fixed-width values"; }; diffable = janePackage { pname = "diffable"; hash = "sha256-ascQUbxzvRR8XrroaupyFZ2YNQMvlXn4PemumYTwRF4="; propagatedBuildInputs = [ core ppx_jane stored_reversed streamable ]; meta.description = "An interface for diffs"; }; ecaml = janePackage { pname = "ecaml"; hash = "sha256-VS7eTTD85ci3mJIXd2pG1Y/ygT9dCIvfzU2HtOufW6U="; meta.description = "Library for writing Emacs plugin in OCaml"; propagatedBuildInputs = [ async expect_test_helpers_core ]; }; email_message = janePackage { pname = "email_message"; hash = "sha256-eso68owbAspjaVgj/wGFQ7VQYlAwyYV3oNitLQWiRPA="; meta.description = "E-mail message parser"; propagatedBuildInputs = [ angstrom async base64 cryptokit magic-mime re2 ]; }; env_config = janePackage { pname = "env_config"; hash = "sha256-CvvpKI7F40DVC7iByrzCqW1ilPiIhdDPYaJrDoUZVSs="; meta.description = "Helper library for retrieving configuration from an environment variable"; propagatedBuildInputs = [ async core core_unix ppx_jane ]; }; expect_test_helpers_async = janePackage { pname = "expect_test_helpers_async"; hash = "sha256-dEvOMb1aCEt05XtkKIC9jWoIQ/2zM0Gj+K/ZN3bFjeI="; meta.description = "Async helpers for writing expectation tests"; propagatedBuildInputs = [ async expect_test_helpers_core ]; }; expect_test_helpers_core = janePackage { pname = "expect_test_helpers_core"; hash = "sha256-8DsMwk9WhQQ7iMNYSFBglfbcgvE5dySt4J4qjzJ3dJk="; meta.description = "Helpers for writing expectation tests"; propagatedBuildInputs = [ core_kernel sexp_pretty ]; }; fieldslib = janePackage { pname = "fieldslib"; hash = "sha256-dwkO65sBsPfTF0F2FKrnttEjhAY2OMbJetSgOfUXk3A="; meta.description = "Syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values"; propagatedBuildInputs = [ base ]; }; file_path = janePackage { pname = "file_path"; hash = "sha256-EEpDZNgUgyeqivRhZgQWWlerl+7OOcvAbjjQ3e1NYOQ="; meta.description = "A library for typed manipulation of UNIX-style file paths"; propagatedBuildInputs = [ async core core_kernel core_unix expect_test_helpers_async expect_test_helpers_core ppx_jane ]; }; fuzzy_match = janePackage { pname = "fuzzy_match"; hash = "sha256-M3yOqP0/OZFbqZZpgDdhJ/FZU3MhKwIXbWjwuMlxe2Q="; meta.description = "A library for fuzzy string matching"; propagatedBuildInputs = [ core ppx_jane ]; }; fzf = janePackage { pname = "fzf"; hash = "sha256-IQ2wze34LlOutecDOrPhj3U7MFVJTSjQW+If3QyHoes="; meta.description = "A library for running the fzf command line tool"; propagatedBuildInputs = [ async core_kernel ppx_jane ]; postPatch = '' substituteInPlace src/fzf.ml --replace /usr/bin/fzf ${fzf}/bin/fzf ''; }; hex_encode = janePackage { pname = "hex_encode"; hash = "sha256-jnsf5T1D1++AUdrato/NO3gTVXu14klXozHFIG9HH/o="; meta.description = "Hexadecimal encoding library"; propagatedBuildInputs = [ core ppx_jane ounit ]; }; higher_kinded = janePackage { pname = "higher_kinded"; hash = "sha256-aCpYc7f4mrPsGp038YabEyw72cA6GbCKsok+5Hej5P0="; meta.description = "A library with an encoding of higher kinded types in OCaml"; propagatedBuildInputs = [ base ppx_jane ]; }; incr_dom = janePackage { pname = "incr_dom"; hash = "sha256-fnD/YnaGK6MIy/fL6bDwcoGDJhHo2+1l8dCXxwN28kg="; meta.description = "A library for building dynamic webapps, using Js_of_ocaml"; buildInputs = [ js_of_ocaml-ppx ]; propagatedBuildInputs = [ async_js incr_map incr_select virtual_dom ]; }; incr_map = janePackage { pname = "incr_map"; hash = "sha256-D3ZD0C4YfZOfXw+3CtqL8DKcz+b06UL8AF7Rf9x+hps="; meta.description = "Helpers for incremental operations on map like data structures"; buildInputs = [ ppx_pattern_bind ]; propagatedBuildInputs = [ abstract_algebra bignum diffable incremental streamable ]; }; incr_select = janePackage { pname = "incr_select"; hash = "sha256-gRUF0QsDaZfHU7Mexl5nR8xCN+65v28/r/ciueR5NdE="; meta.description = "Handling of large set of incremental outputs from a single input"; propagatedBuildInputs = [ incremental ]; }; incremental = janePackage { pname = "incremental"; hash = "sha256-PXGY0M2xeVWDLeS3SrqXy1dqsyeKgndGT6NpuiyNQQQ="; meta.description = "Library for incremental computations"; propagatedBuildInputs = [ core_kernel lru_cache ]; }; indentation_buffer = janePackage { pname = "indentation_buffer"; hash = "sha256-5ayWs7yUnuxh5S3Dp0GbYTkGXttDMomfZak4MHePFbk="; meta.description = "A library for building strings with indentation"; propagatedBuildInputs = [ core ppx_jane ]; }; int_repr = janePackage { pname = "int_repr"; hash = "sha256-lghu2U1JwZaR4dkd9PcJEW3pZSPoaFhUluIDwFAYFK0="; meta.description = "Integers of various widths"; propagatedBuildInputs = [ base ppx_jane ]; }; janestreet_cpuid = janePackage { pname = "janestreet_cpuid"; hash = "sha256-lN8+8uhcVn3AoApWzqeCe/It1G6f0VgZzFcwFEckejk="; meta.description = "A library for parsing CPU capabilities out of the `cpuid` instruction"; propagatedBuildInputs = [ core core_kernel ppx_jane ]; }; janestreet_csv = janePackage { pname = "janestreet_csv"; hash = "sha256-XLyHxVlgBvMIBrG2wzOudbKqy+N12Boheb3K+6o9y1o="; propagatedBuildInputs = [ async bignum core_kernel core_unix csvfields delimited_parsing fieldslib numeric_string ppx_jane re2 textutils tyxml ocaml_pcre ]; meta.description = "Tools for working with CSVs on the command line"; }; jane_rope = janePackage { pname = "jane_rope"; hash = "sha256-MpjbwV+VS3qRuW8kxhjGzsITEdrPeWyr0V+LiKR6U8U="; meta.description = "String representation with cheap concatenation"; propagatedBuildInputs = [ base ppx_jane ]; }; jane-street-headers = janePackage { pname = "jane-street-headers"; hash = "sha256-vS6tPg8LJolte/zI5KHFYCtNuZjn//cmd94Wls3bLCU="; meta.description = "Jane Street C header files"; }; js_of_ocaml_patches = janePackage { pname = "js_of_ocaml_patches"; hash = "sha256-Uj+X/0XUP5Za8NKfHGo9OZnqzKCiuurYJyluD6b0wOQ="; meta.description = "Additions to js_of_ocaml's standard library that are required by Jane Street libraries"; propagatedBuildInputs = [ js_of_ocaml js_of_ocaml-ppx ]; }; jsonaf = janePackage { pname = "jsonaf"; hash = "sha256-Gn54NUg4YOyrXY5kXCZhHFz24CfUT9c55cJ2sOsNVw8="; meta.description = "A library for parsing, manipulating, and serializing data structured as JSON"; propagatedBuildInputs = [ base ppx_jane angstrom faraday ]; }; jst-config = janePackage { pname = "jst-config"; hash = "sha256-GviY+zYza7UNYOlAnfAz0aH4LH2B5xA+7iELLuZLgQQ="; meta.description = "Compile-time configuration for Jane Street libraries"; buildInputs = [ dune-configurator ppx_assert stdio ]; }; krb = janePackage { pname = "krb"; hash = "sha256-+XwYKwpl668fZ23YEbL1wW9PlaIIjbP/hHwNanf3dAY="; meta.description = "A library for using Kerberos for both Rpc and Tcp communication"; propagatedBuildInputs = [ async base core env_config hex_encode ppx_jane protocol_version_header username_kernel dune-configurator krb5 ]; }; lru_cache = janePackage { pname = "lru_cache"; hash = "sha256-FqOBC4kBL9IuFIL4JrVU7iF1AUu+1R/CchR52eyEsa8="; meta.description = "An LRU Cache implementation"; propagatedBuildInputs = [ core_kernel ppx_jane ]; }; man_in_the_middle_debugger = janePackage { pname = "man_in_the_middle_debugger"; hash = "sha256-b2A/ITf9gx3thSdEY2n7jxKrMOVDpzx4JkSMB3aTyE4="; meta.description = "Man-in-the-middle debugging library"; propagatedBuildInputs = [ async core ppx_jane angstrom angstrom-async ]; }; n_ary = janePackage { pname = "n_ary"; hash = "sha256-ofstQs5R25NTP4EtBIzDE/Mzg9ZzAJKfAF838uu0zuE="; meta.description = "A library for N-ary datatypes and operations"; propagatedBuildInputs = [ base expect_test_helpers_core ppx_compare ppx_enumerate ppx_hash ppx_jane ppx_sexp_conv ppx_sexp_message ]; }; numeric_string = janePackage { pname = "numeric_string"; hash = "sha256-MzRPXMR4Pi07mfJQgOV6R1Z22y2tvQTCq22+00aY1ik="; meta.description = "A comparison function for strings that sorts numeric fragments of strings according to their numeric value"; propagatedBuildInputs = [ base ppx_jane ]; }; ocaml-compiler-libs = janePackage { pname = "ocaml-compiler-libs"; version = "0.12.4"; hash = "00if2f7j9d8igdkj4rck3p74y17j6b233l91mq02drzrxj199qjv"; minimalOCamlVersion = "4.04.1"; meta.description = "OCaml compiler libraries repackaged"; }; ocaml-embed-file = janePackage { pname = "ocaml-embed-file"; hash = "sha256-rs+68VATumUgZQ9QrG+By5yNc8cy7avL0BDeqwix0co="; propagatedBuildInputs = [ async ppx_jane ]; meta.description = "Files contents as module constants"; }; ocaml_intrinsics = janePackage { pname = "ocaml_intrinsics"; hash = "sha256-fbFXTakzxQEeCONSXRXh8FX3HD6h49LZHVsH62Zu3PA="; meta.description = "Intrinsics"; buildInputs = [ dune-configurator ]; doCheck = false; # test rules broken }; of_json = janePackage { pname = "of_json"; hash = "sha256-qh9mX03Fk9Jb8yox7mZ/CGbWecszK15oaygKbJVDqa0="; meta.description = "A friendly applicative interface for Jsonaf"; buildInputs = [ core core_extended jsonaf ppx_jane ]; }; ordinal_abbreviation = janePackage { pname = "ordinal_abbreviation"; hash = "sha256-bGlzFcM6Yw8fcuovrv11WNtAB4mVYv4BjuMlkhsHomQ="; meta.description = "A minimal library for generating ordinal names of integers"; buildInputs = [ base ppx_jane ]; }; parsexp = janePackage { pname = "parsexp"; hash = "sha256-oc2ASDtUyRBB68tjAoblryAcXF+u3XP1mkQPO5hNbKo="; meta.description = "S-expression parsing library"; propagatedBuildInputs = [ base sexplib0 ]; }; patdiff = janePackage { pname = "patdiff"; hash = "sha256-iVRYKgVBBJws3ZlUwnZt52bIydMtzV7a2R5mjksQAps="; # Used by patdiff-git-wrapper. Providing it here also causes the shebang # line to be automatically patched. buildInputs = [ bash ]; propagatedBuildInputs = [ core_unix patience_diff ocaml_pcre ]; meta = { description = "File Diff using the Patience Diff algorithm"; }; }; patience_diff = janePackage { pname = "patience_diff"; hash = "sha256-JZd99bwLUNhFHng55d77yXSw9u50ahugepesXVdUl04="; meta.description = "Diff library using Bram Cohen's patience diff algorithm"; propagatedBuildInputs = [ core_kernel ]; }; polling_state_rpc = janePackage { pname = "polling_state_rpc"; hash = "sha256-l7SMFI+U2rde2OSUNOXPb9NBsvjPrBcxStNooxMgVB8="; meta.description = "An RPC which tracks state on the client and server so it only needs to send diffs across the wire"; propagatedBuildInputs = [ async_kernel async_rpc_kernel core core_kernel diffable ppx_jane ]; }; posixat = janePackage { pname = "posixat"; hash = "sha256-Nhp5jiK/TTwQXY5Bm4TTeH+xDTdXtvkSq5CS/Sr1UgA="; propagatedBuildInputs = [ ppx_optcomp ppx_sexp_conv ]; meta.description = "Binding to the posix *at functions"; }; ppx_accessor = janePackage { version = "0.16.1"; pname = "ppx_accessor"; hash = "sha256-o70q8eSbPeuGkIcCnKoK0BpaqPhy/NS7x2YYR6wfki8="; meta.description = "[@@deriving] plugin to generate accessors for use with the Accessor libraries"; propagatedBuildInputs = [ accessor ]; }; ppx_assert = janePackage { pname = "ppx_assert"; hash = "sha256-LrpKE0BlFC3QseSXf5WhI71blshUzhH8yo2nXjAtiB8="; meta.description = "Assert-like extension nodes that raise useful errors on failure"; propagatedBuildInputs = [ ppx_cold ppx_compare ppx_here ppx_sexp_conv ]; }; ppx_base = janePackage { pname = "ppx_base"; hash = "sha256-Ak+7+33qEGYwZWbES032SdkFOsae0+tWtR/DV+xrB10="; meta.description = "Base set of ppx rewriters"; propagatedBuildInputs = [ ppx_cold ppx_enumerate ppx_globalize ppx_hash ]; }; ppx_bench = janePackage { pname = "ppx_bench"; hash = "sha256-NZlzEMruf89NsI4jfQJLSPhjk/PN47hLbJzGEN8GPl8="; meta.description = "Syntax extension for writing in-line benchmarks in ocaml code"; propagatedBuildInputs = [ ppx_inline_test ]; }; ppx_bin_prot = janePackage { pname = "ppx_bin_prot"; hash = "sha256-ktfa4umCnLd9oY2WWX/5R7vPB/g7DJX8x3nF9fYLNCQ="; meta.description = "Generation of bin_prot readers and writers from types"; propagatedBuildInputs = [ bin_prot ppx_here ]; doCheck = false; # circular dependency with ppx_jane }; ppx_cold = janePackage { pname = "ppx_cold"; hash = "sha256-boP07qHPbzf4ntLdV18oyID09ZUOfkIn9ZdQ0DvtrUA="; meta.description = "Expands [@cold] into [@inline never][@specialise never][@local never]"; propagatedBuildInputs = [ ppxlib ]; }; ppx_compare = janePackage { pname = "ppx_compare"; hash = "sha256-4bZdhyfnzTjH4E303O6GO2jW968ftuXwoE4/x854JOo="; meta.description = "Generation of comparison functions from types"; propagatedBuildInputs = [ ppxlib base ]; }; ppx_custom_printf = janePackage { pname = "ppx_custom_printf"; hash = "sha256-V30ijRgcma/rwysPxNAFnuJIb7XFrfi7mfjJxN+rSak="; meta.description = "Printf-style format-strings for user-defined string conversion"; propagatedBuildInputs = [ ppx_sexp_conv ]; }; ppx_css = janePackage { pname = "ppx_css"; hash = "sha256-spT/dJW8YJtG4pOku9r6VVlBAMwGakTrr1euiABeqsU="; meta.description = "A ppx that takes in css strings and produces a module for accessing the unique names defined within"; propagatedBuildInputs = [ async async_unix core_kernel core_unix ppxlib js_of_ocaml js_of_ocaml-ppx sedlex virtual_dom ]; }; ppx_demo = janePackage { pname = "ppx_demo"; hash = "sha256-t/jz94YpwmorhWlcuflIZe0l85cESE62L9I7NMASVWM="; meta.description = "PPX that exposes the source code string of an expression/module structure"; propagatedBuildInputs = [ core dedent ppx_jane ppxlib ]; }; ppx_derive_at_runtime = janePackage { pname = "ppx_derive_at_runtime"; hash = "sha256-UESWOkyWTHJlsE6KZkty9P+iHI3oY1rLve3raRAqMbk="; meta.description = "Define a new ppx deriver by naming a runtime module"; propagatedBuildInputs = [ base expect_test_helpers_core ppx_jane ppxlib ]; }; ppx_disable_unused_warnings = janePackage { pname = "ppx_disable_unused_warnings"; hash = "sha256-jVNXmAy/Ti7MZmbdBjFuDwbmIILJB57flmmB6MoyCtY="; meta.description = "Expands [@disable_unused_warnings] into [@warning \"-20-26-32-33-34-35-36-37-38-39-60-66-67\"]"; propagatedBuildInputs = [ ppxlib ]; }; ppx_enumerate = janePackage { pname = "ppx_enumerate"; hash = "sha256-v5JPu+qEXoZ1+mu/yTZW2sfCzU0K60/sInG/Ox1D35s="; meta.description = "Generate a list containing all values of a finite type"; propagatedBuildInputs = [ ppxlib ]; }; ppx_expect = janePackage { pname = "ppx_expect"; hash = "sha256-H5ybRHufycdyCxKu370+QZAMUPQsHVD+6nD93tzvLn8="; meta.description = "Cram like framework for OCaml"; propagatedBuildInputs = [ ppx_here ppx_inline_test re ]; doCheck = false; # test build rules broken }; ppx_fields_conv = janePackage { pname = "ppx_fields_conv"; hash = "sha256-kl0JZocMWo2KNciCWkT4nIbJZbh56ijZmlZWbxV8Qj0="; meta.description = "Generation of accessor and iteration functions for ocaml records"; propagatedBuildInputs = [ fieldslib ppxlib ]; }; ppx_fixed_literal = janePackage { pname = "ppx_fixed_literal"; hash = "sha256-vS2KcCO0fVCmiIBkUBgK6qnqdjREj57QCujHERcJTyo="; meta.description = "Simpler notation for fixed point literals"; propagatedBuildInputs = [ ppxlib ]; }; ppx_globalize = janePackage { pname = "ppx_globalize"; hash = "sha256-SG7710YPwWmhRVl7wN3ZQz3ZMTw3cpoywVSeVQAI3Zc="; meta.description = "A ppx rewriter that generates functions to copy local values to the global heap"; propagatedBuildInputs = [ base ppxlib ]; }; ppx_hash = janePackage { pname = "ppx_hash"; hash = "sha256-ZmdW+q7fak8iG42jRQgZ6chmjHHwrDSy9wg7pq/6zwk="; meta.description = "A ppx rewriter that generates hash functions from type expressions and definitions"; propagatedBuildInputs = [ ppx_compare ppx_sexp_conv ]; }; ppx_here = janePackage { pname = "ppx_here"; hash = "sha256-ULEom0pTusxf2k2hduv+5NVp7pW5doA/e3QGQNJfGoM="; meta.description = "Expands [%here] into its location"; propagatedBuildInputs = [ ppxlib ]; doCheck = false; # test build rules broken }; ppx_ignore_instrumentation = janePackage { pname = "ppx_ignore_instrumentation"; hash = "sha256-rAdxCgAKz0jNR8ppRJO4oAEvgXbcU4J4mpreAyeGe6k="; meta.description = "Ignore Jane Street specific instrumentation extensions"; propagatedBuildInputs = [ ppxlib ]; }; ppx_inline_test = janePackage { pname = "ppx_inline_test"; hash = "sha256-Ql0/80KitKvW3xffeCapYREmZvlg+QWCb2JM2T4Rjlc="; meta.description = "Syntax extension for writing in-line tests in ocaml code"; propagatedBuildInputs = [ ppxlib time_now ]; doCheck = false; # test build rules broken }; ppx_jane = janePackage { pname = "ppx_jane"; hash = "sha256-v+/wdEGaXdMWDBa0eJO0uR18G/pDwHjsjaskoEuLusA="; meta.description = "Standard Jane Street ppx rewriters"; propagatedBuildInputs = [ base_quickcheck ppx_bin_prot ppx_disable_unused_warnings ppx_expect ppx_fixed_literal ppx_ignore_instrumentation ppx_log ppx_module_timer ppx_optcomp ppx_optional ppx_pipebang ppx_stable ppx_string ppx_tydi ppx_typerep_conv ppx_variants_conv ]; }; ppx_jsonaf_conv = janePackage { pname = "ppx_jsonaf_conv"; hash = "sha256-GWDhSLtr2+VG3XFIbHgWUcLJFniC7/z90ndiE919CBo="; meta.description = "[@@deriving] plugin to generate Jsonaf conversion functions"; propagatedBuildInputs = [ base jsonaf ppx_jane ppxlib ]; }; ppx_js_style = janePackage { pname = "ppx_js_style"; hash = "sha256-q5CLyeu+5qjegLrJkQVMnId3HMvZ8j3c0PqEa2vTBtU="; meta.description = "Code style checker for Jane Street Packages"; propagatedBuildInputs = [ octavius ppxlib ]; }; ppx_let = janePackage { pname = "ppx_let"; hash = "sha256-/kEkYXFZ5OyTM4i/WWViaxKvigpoKKoiWtUWuEMkgBE="; meta.description = "Monadic let-bindings"; propagatedBuildInputs = [ ppxlib ppx_here ]; }; ppx_log = janePackage { pname = "ppx_log"; hash = "sha256-/HwoxBWKuVqTDYe4u0cYNGqg2Lj0h49U2VrFa4cpE2g="; meta.description = "Ppx_sexp_message-like extension nodes for lazily rendering log messages"; propagatedBuildInputs = [ base ppx_here ppx_sexp_conv ppx_sexp_message sexplib ]; }; ppx_module_timer = janePackage { pname = "ppx_module_timer"; hash = "sha256-AfG+ZnacrR6p7MOvtktVKVLrMBpNMkX9b2+eqNZNRF4="; meta.description = "Ppx rewriter that records top-level module startup times"; propagatedBuildInputs = [ time_now ]; }; ppx_optcomp = janePackage { pname = "ppx_optcomp"; hash = "sha256-TONxBQq/b0kc89f3+jItHd9SnerNx8xa2AjO7HOW+xQ="; meta.description = "Optional compilation for OCaml"; propagatedBuildInputs = [ ppxlib ]; }; ppx_optional = janePackage { pname = "ppx_optional"; hash = "sha256-1GpKEEH1Ul+W0k4/8Mra/qYlyFpeMfZ3xrmB3X7uve0="; meta.description = "Pattern matching on flat options"; propagatedBuildInputs = [ ppxlib ]; }; ppx_pattern_bind = janePackage { pname = "ppx_pattern_bind"; hash = "sha256-ShR8N71a7sz5XaKDyybsy+K0Uu7sYMgvpMADVxmrI/g="; meta.description = "A ppx for writing fast incremental bind nodes in a pattern match"; propagatedBuildInputs = [ ppx_let ]; }; ppx_pipebang = janePackage { pname = "ppx_pipebang"; hash = "sha256-gSS+vfsYw3FFOFZ8/iRnP3rxokKAU7EPa1wXq7SbJBk="; meta.description = "A ppx rewriter that inlines reverse application operators `|>` and `|!`"; propagatedBuildInputs = [ ppxlib ]; }; ppx_python = janePackage { pname = "ppx_python"; hash = "sha256-lpc6F+Scc5ECdOXPWowKSWRnFSzKbmE8oHs7zCjq3j8="; meta.description = "A [@@deriving] plugin to generate Python conversion functions "; propagatedBuildInputs = [ ppx_base ppxlib pyml ]; }; ppx_sexp_conv = janePackage { pname = "ppx_sexp_conv"; hash = "sha256-eCQfYAxZZmfNTbPrFW0sqrj63kIdIQ1MAlImCaMop68="; meta.description = "[@@deriving] plugin to generate S-expression conversion functions"; propagatedBuildInputs = [ ppxlib sexplib0 base ]; }; ppx_sexp_message = janePackage { pname = "ppx_sexp_message"; hash = "sha256-4g3Fjrjqhw+XNkCyxrXkgZDEa3e+ytPsEtQA2xSv+jA="; meta.description = "A ppx rewriter for easy construction of s-expressions"; propagatedBuildInputs = [ ppx_here ppx_sexp_conv ]; }; ppx_sexp_value = janePackage { pname = "ppx_sexp_value"; hash = "sha256-LsP+deeFYxB38xXw7LLB3gOMGZiUOFRYklGVY7DMmvE="; meta.description = "A ppx rewriter that simplifies building s-expressions from ocaml values"; propagatedBuildInputs = [ ppx_here ppx_sexp_conv ]; }; ppx_stable = janePackage { pname = "ppx_stable"; hash = "sha256-DFCBJY+Q8LjXSF9vHwPpUJLNyMoAXdDwQZrvhl+9g0U="; meta.description = "Stable types conversions generator"; propagatedBuildInputs = [ ppxlib ]; }; ppx_stable_witness = janePackage { pname = "ppx_stable_witness"; hash = "sha256-W1CN4xspM8NJiXfi7OsngfzWnLEUmBs+IRLwHfxX9d4="; meta.description = "Ppx extension for deriving a witness that a type is intended to be stable"; propagatedBuildInputs = [ base ppxlib ]; }; ppx_string = janePackage { pname = "ppx_string"; hash = "sha256-GQlgiaES8wc6Y7rTgmPrf9UfMfu125VoNGEbdc7kFsk="; meta.description = "Ppx extension for string interpolation"; propagatedBuildInputs = [ ppx_base ppxlib stdio ]; }; ppx_tydi = janePackage { pname = "ppx_tydi"; hash = "sha256-neu2Z7TgQdBzf8UtYDRhnGp3Iggfd90Fr+gQuwVTMOo="; meta.description = "Let expressions, inferring pattern type from expression"; propagatedBuildInputs = [ base ppxlib ]; }; ppx_typed_fields = janePackage { pname = "ppx_typed_fields"; hash = "sha256-l4lCQ4n5FLPS82sb3FgW+HF2OEY/kY10sNfr+aQF8x8="; meta.description = "GADT-based field accessors and utilities"; propagatedBuildInputs = [ core ppx_jane ppxlib ]; }; ppx_typerep_conv = janePackage { pname = "ppx_typerep_conv"; hash = "sha256-DxjgwZee0jOea7qyPfEhRrdcKWQb2jtjrowiJszS+Fs="; meta.description = "Generation of runtime types from type declarations"; propagatedBuildInputs = [ ppxlib typerep ]; }; ppx_variants_conv = janePackage { pname = "ppx_variants_conv"; hash = "sha256-Q/CCcMrD+XN5YRMzKvXuiQHfcwXwI773s8x150/eMzs="; meta.description = "Generation of accessor and iteration functions for ocaml variant types"; propagatedBuildInputs = [ variantslib ppxlib ]; }; pythonlib = janePackage { pname = "pythonlib"; version = "0.16"; hash = "sha256-HrsdtwPSDSaMB9CDIR9P5iaAmLihUrReuNAPIYa+s3Y="; meta.description = "A library to help writing wrappers around ocaml code for python"; propagatedBuildInputs = [ base core expect_test_helpers_core ppx_compare ppx_expect ppx_here ppx_let ppx_python ppx_string stdio typerep pyml ]; meta.broken = lib.versionAtLeast ocaml.version "4.14"; }; profunctor = janePackage { pname = "profunctor"; hash = "sha256-CFHMtCuBnrlr+B2cdJm2Tamt0A/e+f3SnjEavvE31xQ="; meta.description = "A library providing a signature for simple profunctors and traversal of a record"; propagatedBuildInputs = [ base ppx_jane record_builder ]; }; protocol_version_header = janePackage { pname = "protocol_version_header"; hash = "sha256-GVjnwne6ksjY9ptLOpbsgG0La6eiCJf1w4teYEtgJrA="; meta.description = "Protocol versioning"; propagatedBuildInputs = [ core_kernel ]; }; re2 = janePackage { pname = "re2"; hash = "sha256-ZRJ7ooXtatEEh0sPL8M9OZ+6s7xNdTuw0Ot6txiG16I="; meta.description = "OCaml bindings for RE2, Google's regular expression library"; propagatedBuildInputs = [ core_kernel jane_rope regex_parser_intf ]; prePatch = '' substituteInPlace src/re2_c/dune --replace 'CXX=g++' 'CXX=c++' substituteInPlace src/dune --replace '(cxx_flags (:standard \ -pedantic) (-I re2_c/libre2))' '(cxx_flags (:standard \ -pedantic) (-I re2_c/libre2) (-x c++))' ''; }; re2_stable = janePackage { pname = "re2_stable"; version = "0.14.0"; hash = "sha256-gyet2Pzn7ZIqQ+UP2J51pRmwaESY2LSGTqCMZZwDTE4="; meta.description = "Re2_stable adds an incomplete but stable serialization of Re2"; propagatedBuildInputs = [ core re2 ]; }; record_builder = janePackage { pname = "record_builder"; hash = "sha256-46zGgN9RlDjoSbi8RimuQVrMhy65Gpic0YPZpHOeoo0="; meta.description = "A library which provides traversal of records with an applicative"; propagatedBuildInputs = [ base ppx_jane ]; }; redis-async = janePackage { pname = "redis-async"; hash = "sha256-5msIS2m8nkaprR8NEBfKFWZBWaDJiUtjHbfPelg9/os="; meta.description = "Redis client for Async applications"; propagatedBuildInputs = [ async bignum core core_kernel ppx_jane ]; }; regex_parser_intf = janePackage { pname = "regex_parser_intf"; hash = "sha256-huzHtUIIVRd5pE7VU1oUjN20S55L6+WCvoLlQ0FCD7A="; meta.description = "Interface shared by Re_parser and Re2.Parser"; propagatedBuildInputs = [ base ]; }; resource_cache = janePackage { pname = "resource_cache"; hash = "sha256-dN4skSHswgRYLZqN/tqhFFTfgoN8H/LgTgoe+5ZI5zE="; meta.description = "General resource cache"; propagatedBuildInputs = [ async_rpc_kernel ]; }; semantic_version = janePackage { pname = "semantic_version"; hash = "sha256-KJanaDUW56ndvnTlnPeQgh0C7zsRqXJ328gcEiVDrmc="; meta.description = "Semantic versioning"; propagatedBuildInputs = [ core ppx_jane re ]; }; sexp = janePackage { pname = "sexp"; hash = "sha256-JWRYi5lX9UOKg+RGvW6FO61t2HlnJKXhzctOHXe0bCM="; propagatedBuildInputs = [ async core csvfields jsonaf re2 sexp_diff sexp_macro sexp_pretty sexp_select shell ]; meta.description = "S-expression swiss knife"; }; sexp_grammar = janePackage { pname = "sexp_grammar"; hash = "sha256-Y/abRingL4+3qvaKgW9jH46E9uq7jYE2+kgr8ERKqfI="; propagatedBuildInputs = [ core ppx_bin_prot ppx_compare ppx_hash ppx_let ppx_sexp_conv ppx_sexp_message zarith ]; meta.description = "Helpers for manipulating [Sexplib.Sexp_grammar] values"; }; sexp_diff = janePackage { pname = "sexp_diff"; hash = "sha256-2dMBKf7eUbKZtvV7Ol2mPMzYJOCDHuOm9xFZ8vkmp/0="; propagatedBuildInputs = [ core_kernel ]; meta.description = "Code for computing the diff of two sexps"; }; sexp_macro = janePackage { pname = "sexp_macro"; hash = "sha256-x9WsFFrV7wUqgPUw8KkfyzOxLrS5h5++OSK8QljeQqg="; propagatedBuildInputs = [ async sexplib ]; meta.description = "Sexp macros"; }; sexp_pretty = janePackage { pname = "sexp_pretty"; hash = "sha256-tcWdYZ717LkGowRSRoEcUNY7VCMX64uhCaY3bXhWxKM="; meta.description = "S-expression pretty-printer"; propagatedBuildInputs = [ ppx_base re sexplib ]; }; sexp_select = janePackage { pname = "sexp_select"; hash = "sha256-HEzZowojeK9yDOoTY/l01fYLUdolzQGlMO9u3phV8so="; propagatedBuildInputs = [ base ppx_jane ]; meta.description = "A library to use CSS-style selectors to traverse sexp trees"; }; sexplib0 = janePackage { pname = "sexplib0"; hash = "sha256-wRr1M243Bqu/XLSsr5IVPH5RTVWeVgZjxkKOrm+PW5E="; minimalOCamlVersion = "4.08.0"; meta.description = "Library containing the definition of S-expressions and some base converters"; }; sexplib = janePackage { pname = "sexplib"; hash = "sha256-6MwggpjHo4FmKF88fP56LN9OHi2uIJc13TvKx4T7gEI="; meta.description = "Library for serializing OCaml values to and from S-expressions"; propagatedBuildInputs = [ num parsexp ]; }; shell = janePackage { pname = "shell"; hash = "sha256-pK434+ToeYURQHRV+gK57rC7BFvznWEvIu5NAib2ZTU="; meta.description = "Yet another implementation of fork&exec and related functionality"; buildInputs = [ jst-config ]; propagatedBuildInputs = [ textutils ]; checkInputs = [ ounit ]; }; shexp = janePackage { pname = "shexp"; hash = "sha256-npIcrxMOcIgsecdUEx5XHYp0KVrXiMzMLi8jskAp4vo="; propagatedBuildInputs = [ posixat spawn ]; meta.description = "Process library and s-expression based shell"; }; spawn = janePackage { pname = "spawn"; minimalOCamlVersion = "4.02.3"; version = "0.15.0"; hash = "1fjr91psas5zmk1hxvxh0dchhn0pkyzlr4gg232f5g9vdgissi0p"; meta.description = "Spawning sub-processes"; buildInputs = [ ppx_expect ]; }; splay_tree = janePackage { pname = "splay_tree"; hash = "sha256-Ag6yqTofEZ3v0qF+Z7xpXQOh7+HWtvRLlY+iAYqcReg="; meta.description = "A splay tree implementation"; propagatedBuildInputs = [ core_kernel ]; }; splittable_random = janePackage { pname = "splittable_random"; hash = "sha256-wMmLuzhKmnS2iTYVTPUx5Rv2LhL/ygmWmb9t2pUjz+E="; meta.description = "PRNG that can be split into independent streams"; propagatedBuildInputs = [ base ppx_assert ppx_bench ppx_sexp_message ]; }; stdio = janePackage { pname = "stdio"; hash = "sha256-+QgxqSMqO4VGoMWWJ3QoXdtJKcVpxlSQ/OI7dmcNqjw="; meta.description = "Standard IO library for OCaml"; propagatedBuildInputs = [ base ]; }; stored_reversed = janePackage { pname = "stored_reversed"; hash = "sha256-ef11f0qifEvxKChM49Hnfk6J6hL+b0tMlm0iDLd5Y0Q="; meta.description = "A library for representing a list temporarily stored in reverse order"; propagatedBuildInputs = [ core ppx_jane ]; }; streamable = janePackage { version = "0.16.1"; pname = "streamable"; hash = "sha256-3djrUW2tPKaEmoOIpdjN6ok7U9i07yreqbi1kP+6pnY="; meta.description = "A collection of types suitable for incremental serialization"; propagatedBuildInputs = [ async_kernel async_rpc_kernel base core core_kernel ppx_jane ppxlib ]; }; textutils = janePackage { pname = "textutils"; hash = "sha256-2qy99MUMpkuNCvCYlk36k4kN6cPjrEILbwEUv4DyNYw="; meta.description = "Text output utilities"; propagatedBuildInputs = [ core_unix textutils_kernel ]; }; textutils_kernel = janePackage { pname = "textutils_kernel"; hash = "sha256-DiXemANj5ONmvMzp+tly3AJud5u9i7HdaHmn8aVQS48="; meta.description = "Text output utilities"; propagatedBuildInputs = [ core ppx_jane uutf ]; }; tilde_f = janePackage { pname = "tilde_f"; hash = "sha256-qLjM9liJfMIh2fqRPBdnmtUf4xhzk2MY8dFNdON3Aew="; meta.description = "Provides a let-syntax for continuation-passing style"; propagatedBuildInputs = [ base ppx_jane ]; }; time_now = janePackage { pname = "time_now"; hash = "sha256-DjSrx/HgwCYS0Xzm2gFvWUVLD7a1KuFVIyVrJjBi8Tc="; meta.description = "Reports the current time"; buildInputs = [ jst-config ppx_optcomp ]; propagatedBuildInputs = [ jane-street-headers base ppx_base ]; }; timezone = janePackage { pname = "timezone"; hash = "sha256-pmXUMvLfgAwP6TV/aP9wMlOs0KfwEWtaJfdjUFLbOu0="; meta.description = "Time-zone handling"; propagatedBuildInputs = [ core_kernel ]; }; topological_sort = janePackage { pname = "topological_sort"; hash = "sha256-um5++60mR++iHAruKqoQfd4EbQ1kb3L+cPOWhs9sIHI="; meta.description = "Topological sort algorithm"; propagatedBuildInputs = [ ppx_jane stdio ]; }; typerep = janePackage { pname = "typerep"; hash = "sha256-iJnIjWZYCTaH29x7nFviCrbnTmHRChZkkj6E5sgi4mU="; meta.description = "Typerep is a library for runtime types"; propagatedBuildInputs = [ base ]; }; username_kernel = janePackage { pname = "username_kernel"; hash = "sha256-UvFL/M9OsD+SOs9MYMKiKzZilLJHzriop6SPA4bOhZQ="; meta.description = "An identifier for a user"; propagatedBuildInputs = [ core ppx_jane ]; }; variantslib = janePackage { pname = "variantslib"; hash = "sha256-8NoNkyIP7iEEiei+Q1zrPoJjnWwhCsLsY1vgua22gnw="; meta.description = "Part of Jane Street's Core library"; propagatedBuildInputs = [ base ]; }; vcaml = janePackage { pname = "vcaml"; hash = "sha256-pmEKi24+22T76SzI3RpBmQF7ZrQwlngrpFYLoBdLwe0="; meta.description = "OCaml bindings for the Neovim API"; propagatedBuildInputs = [ angstrom-async async_extra expect_test_helpers_async faraday jsonaf man_in_the_middle_debugger semantic_version ]; }; virtual_dom = janePackage { pname = "virtual_dom"; hash = "sha256-nXW9cDHQVugriR0+GkayuV4S3HKothQAoNJef02iALM="; meta.description = "OCaml bindings for the virtual-dom library"; buildInputs = [ js_of_ocaml-ppx ]; propagatedBuildInputs = [ base64 core_kernel gen_js_api js_of_ocaml js_of_ocaml_patches lambdasoup tyxml uri ]; }; zarith_stubs_js = janePackage { pname = "zarith_stubs_js"; hash = "sha256-oKD+JE08Mgvk5l8XFHSZ7xqiWPaOvKC87+zHLaQ/7q0="; meta.description = "Javascripts stubs for the Zarith library"; }; zstandard = janePackage { pname = "zstandard"; hash = "sha256-QcYqlOpCAr0owmO6sLDJhki8lUnNvtkaxldKb5I5AF0="; meta.description = "OCaml bindings to Zstandard"; buildInputs = [ ppx_jane ]; propagatedBuildInputs = [ core_kernel ctypes zstd ]; }; } [result] Failed to update ocamlPackages.ppx_inline_test 0.16.0 -> 0.16.1 https://repology.org/project/ocaml:ppx-inline-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 sratoolkit, using log file: /var/log/nixpkgs-update/sratoolkit/2024-03-14.log sratoolkit 2.11.3 -> 3.1.0 https://repology.org/project/sratoolkit/versions attrpath: sratoolkit 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 sratoolkit 2.11.3 -> 3.1.0 https://repology.org/project/sratoolkit/versions [options] github_user: r-ryantm, pull_request: 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.Encode 3.19 -> 3.21 https://repology.org/project/perl:encode/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xsd, using log file: /var/log/nixpkgs-update/xsd/2024-03-14.log xsd 4.0.0 -> 4.2.0 https://repology.org/project/xsd/versions attrpath: xsd 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/qw4598lj6fzpm47vyjmfg5m4znvaza3z-xsd-4.2.0+dep.tar.bz2.drv building '/nix/store/qw4598lj6fzpm47vyjmfg5m4znvaza3z-xsd-4.2.0+dep.tar.bz2.drv'... trying https://codesynthesis.com/download/xsd/4.0/xsd-4.2.0+dep.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 280 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download xsd-4.2.0+dep.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 'xsd.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/qw4598lj6fzpm47vyjmfg5m4znvaza3z-xsd-4.2.0+dep.tar.bz2.drv /nix/store/bj801mwnb7hglns0vzqghzav133bbl5y-xsd-4.2.0.drv these 4 paths will be fetched (31.01 MiB download, 146.85 MiB unpacked): /nix/store/i1prqflh7yzd5g4hlhdsi95689x5izlv-gcc-9.5.0 /nix/store/9jdjgbxabw68gwzbs8rn28g07dkdjhrp-gcc-9.5.0-lib /nix/store/y6h84ywa5xh76cvr1v1zcsdghlx9kqfp-gcc-wrapper-9.5.0 /nix/store/ajmkjsrba7wn54k6kc2s8c4yqf9pv6bj-stdenv-linux copying path '/nix/store/9jdjgbxabw68gwzbs8rn28g07dkdjhrp-gcc-9.5.0-lib' from 'https://cache.nixos.org'... building '/nix/store/qw4598lj6fzpm47vyjmfg5m4znvaza3z-xsd-4.2.0+dep.tar.bz2.drv'... trying https://codesynthesis.com/download/xsd/4.0/xsd-4.2.0+dep.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 280 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download xsd-4.2.0+dep.tar.bz2 from any mirror error: builder for '/nix/store/qw4598lj6fzpm47vyjmfg5m4znvaza3z-xsd-4.2.0+dep.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying https://codesynthesis.com/download/xsd/4.0/xsd-4.2.0+dep.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 280 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download xsd-4.2.0+dep.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/qw4598lj6fzpm47vyjmfg5m4znvaza3z-xsd-4.2.0+dep.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/bj801mwnb7hglns0vzqghzav133bbl5y-xsd-4.2.0.drv' failed to build [result] Failed to update xsd 4.0.0 -> 4.2.0 https://repology.org/project/xsd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hdapsd, using log file: /var/log/nixpkgs-update/hdapsd/2024-03-14.log hdapsd 20141203 -> 20160215 https://repology.org/project/hdapsd/versions attrpath: hdapsd 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/l6jar0b6gbcpc85mlpswrcq7wfvmv9pz-hdapsd-20160215.tar.gz.drv building '/nix/store/l6jar0b6gbcpc85mlpswrcq7wfvmv9pz-hdapsd-20160215.tar.gz.drv'... trying https://github.com/evgeni/hdapsd/releases/download/20160215/hdapsd-20160215.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 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download hdapsd-20160215.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 'hdapsd.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/l6jar0b6gbcpc85mlpswrcq7wfvmv9pz-hdapsd-20160215.tar.gz.drv /nix/store/7asckpm3rz9nbckzjmlvlf9hml9mj7a8-hdapsd-20160215.drv building '/nix/store/l6jar0b6gbcpc85mlpswrcq7wfvmv9pz-hdapsd-20160215.tar.gz.drv'... trying https://github.com/evgeni/hdapsd/releases/download/20160215/hdapsd-20160215.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 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download hdapsd-20160215.tar.gz from any mirror error: builder for '/nix/store/l6jar0b6gbcpc85mlpswrcq7wfvmv9pz-hdapsd-20160215.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/evgeni/hdapsd/releases/download/20160215/hdapsd-20160215.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 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download hdapsd-20160215.tar.gz from any mirror For full logs, run 'nix log /nix/store/l6jar0b6gbcpc85mlpswrcq7wfvmv9pz-hdapsd-20160215.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/7asckpm3rz9nbckzjmlvlf9hml9mj7a8-hdapsd-20160215.drv' failed to build [result] Failed to update hdapsd 20141203 -> 20160215 https://repology.org/project/hdapsd/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.nl_NL, using log file: /var/log/nixpkgs-update/hunspellDicts.nl_NL/2024-03-14.log hunspellDicts.nl_NL 2.20.19 -> 2007-06-07 https://repology.org/project/hunspell-dict-nl-nl/versions attrpath: hunspellDicts.nl_NL 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.nl_NL 2.20.19 -> 2007-06-07 https://repology.org/project/hunspell-dict-nl-nl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ums, using log file: /var/log/nixpkgs-update/ums/2024-03-14.log ums 10.12.0 -> 13.8.1 https://repology.org/project/ums/versions attrpath: ums 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 ums 10.12.0 -> 13.8.1 https://repology.org/project/ums/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.unexceptionalio-trans, using log file: /var/log/nixpkgs-update/haskellPackages.unexceptionalio-trans/2024-03-14.log haskellPackages.unexceptionalio-trans 0.5.1 -> 0.5.2 https://repology.org/project/haskell:unexceptionalio-trans/versions attrpath: haskellPackages.unexceptionalio-trans Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.unexceptionalio-trans 0.5.1 -> 0.5.2 https://repology.org/project/haskell:unexceptionalio-trans/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BTLLasso, using log file: /var/log/nixpkgs-update/rPackages.BTLLasso/2024-03-14.log rPackages.BTLLasso 0.1-11 -> 0.1-13 https://repology.org/project/r:btllasso/versions attrpath: rPackages.BTLLasso Checking auto update branch... No auto update branch exists Old version 0.1-11" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.BTLLasso 0.1-11 -> 0.1-13 https://repology.org/project/r:btllasso/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.TestWarnings 0.032 -> 0.033 https://repology.org/project/perl:test-warnings/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gbm2sas, using log file: /var/log/nixpkgs-update/rPackages.gbm2sas/2024-03-14.log rPackages.gbm2sas 2.1 -> 3.0 https://repology.org/project/r:gbm2sas/versions attrpath: rPackages.gbm2sas 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.gbm2sas 2.1 -> 3.0 https://repology.org/project/r:gbm2sas/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nearfar, using log file: /var/log/nixpkgs-update/rPackages.nearfar/2024-03-14.log rPackages.nearfar 1.2 -> 1.3 https://repology.org/project/r:nearfar/versions attrpath: rPackages.nearfar 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.nearfar 1.2 -> 1.3 https://repology.org/project/r:nearfar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.timeperiodsR, using log file: /var/log/nixpkgs-update/rPackages.timeperiodsR/2024-03-14.log rPackages.timeperiodsR 0.7.1 -> 0.7.3 https://repology.org/project/r:timeperiodsr/versions attrpath: rPackages.timeperiodsR Checking auto update branch... No auto update branch exists Old version 0.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.timeperiodsR 0.7.1 -> 0.7.3 https://repology.org/project/r:timeperiodsr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fungible, using log file: /var/log/nixpkgs-update/rPackages.fungible/2024-03-14.log rPackages.fungible 2.3 -> 2.4.4 https://repology.org/project/r:fungible/versions attrpath: rPackages.fungible Checking auto update branch... No auto update branch exists Old version 2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fungible 2.3 -> 2.4.4 https://repology.org/project/r:fungible/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.TCGAretriever, using log file: /var/log/nixpkgs-update/rPackages.TCGAretriever/2024-03-14.log rPackages.TCGAretriever 1.7 -> 1.9.1 https://repology.org/project/r:tcgaretriever/versions attrpath: rPackages.TCGAretriever Checking auto update branch... No auto update branch exists Old version 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.TCGAretriever 1.7 -> 1.9.1 https://repology.org/project/r:tcgaretriever/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.TTAinterfaceTrendAnalysis, using log file: /var/log/nixpkgs-update/rPackages.TTAinterfaceTrendAnalysis/2024-03-14.log rPackages.TTAinterfaceTrendAnalysis 1.5.9 -> 1.5.10 https://repology.org/project/r:ttainterfacetrendanalysis/versions attrpath: rPackages.TTAinterfaceTrendAnalysis Checking auto update branch... No auto update branch exists Old version 1.5.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.TTAinterfaceTrendAnalysis 1.5.9 -> 1.5.10 https://repology.org/project/r:ttainterfacetrendanalysis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.segmented, using log file: /var/log/nixpkgs-update/rPackages.segmented/2024-03-14.log rPackages.segmented 2.0-1 -> 2.0.3 https://repology.org/project/r:segmented/versions attrpath: rPackages.segmented Checking auto update branch... No auto update branch exists Old version 2.0-1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.segmented 2.0-1 -> 2.0.3 https://repology.org/project/r:segmented/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MicSim, using log file: /var/log/nixpkgs-update/rPackages.MicSim/2024-03-14.log rPackages.MicSim 2.0.0 -> 2.0.1 https://repology.org/project/r:micsim/versions attrpath: rPackages.MicSim Checking auto update branch... No auto update branch exists Old version 2.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MicSim 2.0.0 -> 2.0.1 https://repology.org/project/r:micsim/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spacesXYZ, using log file: /var/log/nixpkgs-update/rPackages.spacesXYZ/2024-03-14.log rPackages.spacesXYZ 1.2-1 -> 1.3-0 https://repology.org/project/r:spacesxyz/versions attrpath: rPackages.spacesXYZ Checking auto update branch... No auto update branch exists Old version 1.2-1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.spacesXYZ 1.2-1 -> 1.3-0 https://repology.org/project/r:spacesxyz/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ggh4x, using log file: /var/log/nixpkgs-update/rPackages.ggh4x/2024-03-14.log rPackages.ggh4x 0.2.7 -> 0.2.8 https://repology.org/project/r:ggh4x/versions attrpath: rPackages.ggh4x Checking auto update branch... No auto update branch exists Old version 0.2.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ggh4x 0.2.7 -> 0.2.8 https://repology.org/project/r:ggh4x/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sparrpowR, using log file: /var/log/nixpkgs-update/rPackages.sparrpowR/2024-03-14.log rPackages.sparrpowR 0.2.7 -> 0.2.8 https://repology.org/project/r:sparrpowr/versions attrpath: rPackages.sparrpowR Checking auto update branch... No auto update branch exists Old version 0.2.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.sparrpowR 0.2.7 -> 0.2.8 https://repology.org/project/r:sparrpowr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ggridges, using log file: /var/log/nixpkgs-update/rPackages.ggridges/2024-03-14.log rPackages.ggridges 0.5.5 -> 0.5.6 https://repology.org/project/r:ggridges/versions attrpath: rPackages.ggridges Checking auto update branch... No auto update branch exists Old version 0.5.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ggridges 0.5.5 -> 0.5.6 https://repology.org/project/r:ggridges/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.py2bit, using log file: /var/log/nixpkgs-update/python312Packages.py2bit/2024-03-14.log python312Packages.py2bit 0.3.0 -> 0.3.1 https://github.com/deeptools/py2bit/releases attrpath: python312Packages.py2bit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9pchq6kkdyvasichg4kw32vv9is9zwvj-packages.json.drv building '/nix/store/9pchq6kkdyvasichg4kw32vv9is9zwvj-packages.json.drv'... Going to be running update for following packages: - python3.12-py2bit-0.3.0 Press Enter key to continue... Running update for: - python3.12-py2bit-0.3.0: UPDATING ... - python3.12-py2bit-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.py2bit 0.3.0 -> 0.3.1 https://github.com/deeptools/py2bit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath orc, using log file: /var/log/nixpkgs-update/orc/2024-03-14.log orc 0.4.36 -> 0.4.38 https://repology.org/project/orc/versions attrpath: orc Checking auto update branch... An auto update branch exists with message `orc: 0.4.36 -> 0.4.38`. New version is 0.4.38. An auto update branch exists with an equal or greater version [result] Failed to update orc 0.4.36 -> 0.4.38 https://repology.org/project/orc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.json-spec-openapi, using log file: /var/log/nixpkgs-update/haskellPackages.json-spec-openapi/2024-03-14.log haskellPackages.json-spec-openapi 0.1.0.3 -> 0.2.0.0 https://repology.org/project/haskell:json-spec-openapi/versions attrpath: haskellPackages.json-spec-openapi Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.json-spec-openapi 0.1.0.3 -> 0.2.0.0 https://repology.org/project/haskell:json-spec-openapi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iksemel, using log file: /var/log/nixpkgs-update/iksemel/2024-03-14.log iksemel 1.4.2 -> 1.5 https://repology.org/project/iksemel/versions attrpath: iksemel Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/4db1cjvzg1j6a9kqn53186dwzlf3js31-source.drv building '/nix/store/4db1cjvzg1j6a9kqn53186dwzlf3js31-source.drv'... trying https://github.com/timothytylee/iksemel-1.4/archive/v1.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'iksemel.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/4db1cjvzg1j6a9kqn53186dwzlf3js31-source.drv /nix/store/sczaq6933il8z6wzp3la2gkrsliw48mg-iksemel-1.5.drv this path will be fetched (1.18 MiB download, 9.60 MiB unpacked): /nix/store/mzrccqsgqrvbk6y7bip71vfgg7086wm6-texinfo-6.7 copying path '/nix/store/mzrccqsgqrvbk6y7bip71vfgg7086wm6-texinfo-6.7' from 'https://cache.nixos.org'... building '/nix/store/4db1cjvzg1j6a9kqn53186dwzlf3js31-source.drv'... trying https://github.com/timothytylee/iksemel-1.4/archive/v1.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/4db1cjvzg1j6a9kqn53186dwzlf3js31-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/timothytylee/iksemel-1.4/archive/v1.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/4db1cjvzg1j6a9kqn53186dwzlf3js31-source.drv'. error: 1 dependencies of derivation '/nix/store/sczaq6933il8z6wzp3la2gkrsliw48mg-iksemel-1.5.drv' failed to build [result] Failed to update iksemel 1.4.2 -> 1.5 https://repology.org/project/iksemel/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.subcategories, using log file: /var/log/nixpkgs-update/haskellPackages.subcategories/2024-03-14.log haskellPackages.subcategories 0.2.0.1 -> 0.2.1.0 https://repology.org/project/haskell:subcategories/versions attrpath: haskellPackages.subcategories Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.subcategories 0.2.0.1 -> 0.2.1.0 https://repology.org/project/haskell:subcategories/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CatastRo, using log file: /var/log/nixpkgs-update/rPackages.CatastRo/2024-03-14.log rPackages.CatastRo 0.2.3 -> 0.3.0 https://repology.org/project/r:catastro/versions attrpath: rPackages.CatastRo Checking auto update branch... No auto update branch exists Old version 0.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.CatastRo 0.2.3 -> 0.3.0 https://repology.org/project/r:catastro/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath solarus-quest-editor, using log file: /var/log/nixpkgs-update/solarus-quest-editor/2024-03-14.log solarus-quest-editor 1.6.4 -> 1.7.0 https://repology.org/project/solarus-quest-editor/versions attrpath: solarus-quest-editor Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update solarus-quest-editor 1.6.4 -> 1.7.0 https://repology.org/project/solarus-quest-editor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.scDesign3, using log file: /var/log/nixpkgs-update/rPackages.scDesign3/2024-03-14.log rPackages.scDesign3 1.0.0 -> 1.0.1 https://repology.org/project/r:scdesign3/versions attrpath: rPackages.scDesign3 Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.scDesign3 1.0.0 -> 1.0.1 https://repology.org/project/r:scdesign3/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.safe-json_1_2_0_0, using log file: /var/log/nixpkgs-update/haskellPackages.safe-json_1_2_0_0/2024-03-14.log haskellPackages.safe-json_1_2_0_0 1.2.0.0 -> 1.2.0.1 https://repology.org/project/haskell:safe-json/versions attrpath: haskellPackages.safe-json_1_2_0_0 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.safe-json_1_2_0_0 not compatible with 1.2.0.1 [result] Failed to update haskellPackages.safe-json_1_2_0_0 1.2.0.0 -> 1.2.0.1 https://repology.org/project/haskell:safe-json/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath roundcubePlugins.thunderbird_labels, using log file: /var/log/nixpkgs-update/roundcubePlugins.thunderbird_labels/2024-03-14.log roundcubePlugins.thunderbird_labels 1.6.0 -> 1.6.1 https://repology.org/project/roundcube-plugin-thunderbird-labels/versions attrpath: roundcubePlugins.thunderbird_labels Checking auto update branch... No auto update branch exists Received ExitFailure 1 when running Raw command: env EDITOR=echo /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command edit roundcubePlugins.thunderbird_labels -f . Standard error: error: cannot find position information for 'roundcubePlugins.thunderbird_labels [result] Failed to update roundcubePlugins.thunderbird_labels 1.6.0 -> 1.6.1 https://repology.org/project/roundcube-plugin-thunderbird-labels/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.daytripper, using log file: /var/log/nixpkgs-update/haskellPackages.daytripper/2024-03-14.log haskellPackages.daytripper 0.3.0 -> 0.3.1 https://repology.org/project/haskell:daytripper/versions attrpath: haskellPackages.daytripper Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.daytripper 0.3.0 -> 0.3.1 https://repology.org/project/haskell:daytripper/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath symbola, using log file: /var/log/nixpkgs-update/symbola/2024-03-14.log symbola 13.00 -> 14.00 https://repology.org/project/fonts:gdouros-symbola/versions attrpath: symbola Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update symbola 13.00 -> 14.00 https://repology.org/project/fonts:gdouros-symbola/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath woof, using log file: /var/log/nixpkgs-update/woof/2024-03-14.log woof 2022-01-13 -> 20220202 https://repology.org/project/woof-file-exchange/versions attrpath: woof Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update woof 2022-01-13 -> 20220202 https://repology.org/project/woof-file-exchange/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath geonkick, using log file: /var/log/nixpkgs-update/geonkick/2024-03-14.log geonkick 2.9.1 -> 3.4.0 https://repology.org/project/geonkick/versions attrpath: geonkick Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/mjdd6f2lklrbkk44prs63sa8fmfk23f3-source.drv building '/nix/store/mjdd6f2lklrbkk44prs63sa8fmfk23f3-source.drv'... trying https://gitlab.com/api/v4/projects/iurie-sw%2Fgeonkick/repository/archive.tar.gz?sha=v3.4.0 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 35 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'geonkick.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/mjdd6f2lklrbkk44prs63sa8fmfk23f3-source.drv /nix/store/z2akglfnlzmp1gn63zmx946v6x8x1xah-geonkick-3.4.0.drv building '/nix/store/mjdd6f2lklrbkk44prs63sa8fmfk23f3-source.drv'... trying https://gitlab.com/api/v4/projects/iurie-sw%2Fgeonkick/repository/archive.tar.gz?sha=v3.4.0 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 35 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/mjdd6f2lklrbkk44prs63sa8fmfk23f3-source.drv' failed with exit code 1; last 7 log lines: > > trying https://gitlab.com/api/v4/projects/iurie-sw%2Fgeonkick/repository/archive.tar.gz?sha=v3.4.0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 35 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/mjdd6f2lklrbkk44prs63sa8fmfk23f3-source.drv'. error: 1 dependencies of derivation '/nix/store/z2akglfnlzmp1gn63zmx946v6x8x1xah-geonkick-3.4.0.drv' failed to build [result] Failed to update geonkick 2.9.1 -> 3.4.0 https://repology.org/project/geonkick/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath losslesscut-bin, using log file: /var/log/nixpkgs-update/losslesscut-bin/2024-03-14.log losslesscut-bin 3.58.0 -> 3.59.1 https://repology.org/project/losslesscut/versions attrpath: losslesscut-bin Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update losslesscut-bin 3.58.0 -> 3.59.1 https://repology.org/project/losslesscut/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ant, using log file: /var/log/nixpkgs-update/ant/2024-03-14.log ant 1.10.11 -> 1.10.14 https://repology.org/project/ant/versions attrpath: ant 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 ant 1.10.11 -> 1.10.14 https://repology.org/project/ant/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MPBoost, using log file: /var/log/nixpkgs-update/rPackages.MPBoost/2024-03-14.log rPackages.MPBoost 0.1-5 -> 0.1-6 https://repology.org/project/r:mpboost/versions attrpath: rPackages.MPBoost Checking auto update branch... No auto update branch exists Old version 0.1-5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MPBoost 0.1-5 -> 0.1-6 https://repology.org/project/r:mpboost/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xpipe, using log file: /var/log/nixpkgs-update/xpipe/2024-03-14.log xpipe 8.0.1 -> 8.3 https://github.com/xpipe-io/xpipe/releases attrpath: xpipe Checking auto update branch... An auto update branch exists with message `xpipe: 8.0.1 -> 8.2`. New version is 8.3. 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/applications/networking/xpipe/default.nix b/pkgs/applications/networking/xpipe/default.nix index fdd403cd4e0f..e117e6e4a54c 100644 --- a/pkgs/applications/networking/xpipe/default.nix +++ b/pkgs/applications/networking/xpipe/default.nix @@ -33,14 +33,14 @@ let }.${system} or throwSystem; hash = { - x86_64-linux = "sha256-MtSpyPj2PX8K2e4ZLAmvn0T5bJvPtBbzmn6/cTXGlbc="; + x86_64-linux = "sha256-5AxEkGmThLEEw1XGrWuabRcVgYH8OT2cXxyeFrYeBOI="; }.${system} or throwSystem; displayname = "XPipe"; in stdenvNoCC.mkDerivation rec { pname = "xpipe"; - version = "8.0.1"; + version = "8.3"; src = fetchzip { url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/62fi3p62a31cibf09iwybj9hrxz84p4p-xpipe-8.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:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/xpipe-io/xpipe/releases. meta.description for xpipe is: A cross-platform shell connection hub and remote file manager meta.homepage for xpipe is: https://github.com/xpipe-io/xpipe meta.changelog for xpipe is: https://github.com/xpipe-io/xpipe/releases/tag/8.3 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/xpipe-io/xpipe/releases/tag/8.3) - [Compare changes on GitHub](https://github.com/xpipe-io/xpipe/compare/8.0.1...8.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 8.3 with grep in /nix/store/62fi3p62a31cibf09iwybj9hrxz84p4p-xpipe-8.3 - found 8.3 in filename of file in /nix/store/62fi3p62a31cibf09iwybj9hrxz84p4p-xpipe-8.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath xpipe ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/62fi3p62a31cibf09iwybj9hrxz84p4p-xpipe-8.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 xpipe https://github.com/r-ryantm/nixpkgs/archive/56a235551a6428d594d42077c5b324e2c8431d4f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/56a235551a6428d594d42077c5b324e2c8431d4f#xpipe ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/62fi3p62a31cibf09iwybj9hrxz84p4p-xpipe-8.3 ls -la /nix/store/62fi3p62a31cibf09iwybj9hrxz84p4p-xpipe-8.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:
--- ###### Maintainer pings cc @crschnick 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/294562 [result] Success updating xpipe 8.0.1 -> 8.3 https://github.com/xpipe-io/xpipe/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.geofi, using log file: /var/log/nixpkgs-update/rPackages.geofi/2024-03-14.log rPackages.geofi 1.0.11 -> 1.0.15 https://repology.org/project/r:geofi/versions attrpath: rPackages.geofi Checking auto update branch... No auto update branch exists Old version 1.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.geofi 1.0.11 -> 1.0.15 https://repology.org/project/r:geofi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.R_oo, using log file: /var/log/nixpkgs-update/rPackages.R_oo/2024-03-14.log rPackages.R_oo 1.25.0 -> 1.26.0 https://repology.org/project/r:r.oo/versions attrpath: rPackages.R_oo Checking auto update branch... No auto update branch exists Old version 1.25.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.R_oo 1.25.0 -> 1.26.0 https://repology.org/project/r:r.oo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.scGOclust, using log file: /var/log/nixpkgs-update/rPackages.scGOclust/2024-03-14.log rPackages.scGOclust 0.2.0 -> 0.2.1 https://repology.org/project/r:scgoclust/versions attrpath: rPackages.scGOclust 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.scGOclust 0.2.0 -> 0.2.1 https://repology.org/project/r:scgoclust/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.metapack, using log file: /var/log/nixpkgs-update/rPackages.metapack/2024-03-14.log rPackages.metapack 0.2.0 -> 0.3 https://repology.org/project/r:metapack/versions attrpath: rPackages.metapack 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.metapack 0.2.0 -> 0.3 https://repology.org/project/r:metapack/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-storagegateway, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-storagegateway/2024-03-14.log python311Packages.mypy-boto3-storagegateway 1.34.27 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-storagegateway Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iddng74iwsg33wd0gs4vk24s0521aznv-packages.json.drv building '/nix/store/iddng74iwsg33wd0gs4vk24s0521aznv-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-storagegateway-1.34.27 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-storagegateway-1.34.27: UPDATING ... - python3.11-mypy-boto3-storagegateway-1.34.27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-storagegateway 1.34.27 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CountClust, using log file: /var/log/nixpkgs-update/rPackages.CountClust/2024-03-14.log rPackages.CountClust 1.21.0 -> 1.23.1 https://repology.org/project/r:countclust/versions attrpath: rPackages.CountClust Checking auto update branch... No auto update branch exists Old version 1.21.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.CountClust 1.21.0 -> 1.23.1 https://repology.org/project/r:countclust/versions [options] github_user: r-ryantm, pull_request: 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.DateTime 1.59 -> 1.65 https://repology.org/project/perl:datetime/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pandoc-citeproc-preamble, using log file: /var/log/nixpkgs-update/haskellPackages.pandoc-citeproc-preamble/2024-03-14.log haskellPackages.pandoc-citeproc-preamble 1.6 -> 1.7 https://repology.org/project/haskell:pandoc-citeproc-preamble/versions attrpath: haskellPackages.pandoc-citeproc-preamble Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.pandoc-citeproc-preamble 1.6 -> 1.7 https://repology.org/project/haskell:pandoc-citeproc-preamble/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ImpactEffectsize, using log file: /var/log/nixpkgs-update/rPackages.ImpactEffectsize/2024-03-14.log rPackages.ImpactEffectsize 0.6.2 -> 0.6.3 https://repology.org/project/r:impacteffectsize/versions attrpath: rPackages.ImpactEffectsize Checking auto update branch... No auto update branch exists Old version 0.6.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ImpactEffectsize 0.6.2 -> 0.6.3 https://repology.org/project/r:impacteffectsize/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sysstat, using log file: /var/log/nixpkgs-update/sysstat/2024-03-14.log sysstat 12.7.4 -> 12.6.2 https://repology.org/project/sysstat/versions attrpath: sysstat Checking auto update branch... No auto update branch exists 12.6.2 is not newer than 12.7.4 according to Nix; versionComparison: -1 [result] Failed to update sysstat 12.7.4 -> 12.6.2 https://repology.org/project/sysstat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sdl-jstest, using log file: /var/log/nixpkgs-update/sdl-jstest/2024-03-14.log sdl-jstest 2018-06-15 -> 20180114 https://repology.org/project/sdl-jstest/versions attrpath: sdl-jstest Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update sdl-jstest 2018-06-15 -> 20180114 https://repology.org/project/sdl-jstest/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cytolib, using log file: /var/log/nixpkgs-update/rPackages.cytolib/2024-03-14.log rPackages.cytolib 2.14.0 -> 2.14.1 https://repology.org/project/r:cytolib/versions attrpath: rPackages.cytolib Checking auto update branch... No auto update branch exists Old version 2.14.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.cytolib 2.14.0 -> 2.14.1 https://repology.org/project/r:cytolib/versions [options] github_user: r-ryantm, pull_request: YES, batch_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_cplusplus, using log file: /var/log/nixpkgs-update/dbus_cplusplus/2024-03-14.log dbus_cplusplus 0.9.0 -> 0.9.1 https://repology.org/project/dbus-c++/versions attrpath: dbus_cplusplus 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 dbus_cplusplus 0.9.0 -> 0.9.1 https://repology.org/project/dbus-c++/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rworkflows, using log file: /var/log/nixpkgs-update/rPackages.rworkflows/2024-03-14.log rPackages.rworkflows 1.0.0 -> 1.0.1 https://repology.org/project/r:rworkflows/versions attrpath: rPackages.rworkflows 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.rworkflows 1.0.0 -> 1.0.1 https://repology.org/project/r:rworkflows/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GenomicAlignments, using log file: /var/log/nixpkgs-update/rPackages.GenomicAlignments/2024-03-14.log rPackages.GenomicAlignments 1.38.0 -> 1.38.2 https://repology.org/project/r:genomicalignments/versions attrpath: rPackages.GenomicAlignments Checking auto update branch... No auto update branch exists Old version 1.38.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.GenomicAlignments 1.38.0 -> 1.38.2 https://repology.org/project/r:genomicalignments/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath log4shib, using log file: /var/log/nixpkgs-update/log4shib/2024-03-14.log log4shib 1.0.9 -> 2.0.1 https://repology.org/project/log4shib/versions attrpath: log4shib 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/log4shib/default.nix b/pkgs/development/libraries/log4shib/default.nix index 42a428b35c7e..b1f6d91725f5 100644 --- a/pkgs/development/libraries/log4shib/default.nix +++ b/pkgs/development/libraries/log4shib/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation { pname = "log4shib"; - version = "1.0.9"; + version = "2.0.1"; src = fetchgit { url = "https://git.shibboleth.net/git/cpp-log4shib.git"; rev = "a1afe19b7b49c32fcb03e6d72809501b8965cf85"; - sha256 = "06rrc5l6qxlc8abzim2jcxwz2c577qrjqx15cbfqq1zfqagj9hix"; + sha256 = "sha256-PcIkn8LuB4zdYiV0LDM+pzDxeWdS1PiXQox2bGhhORs="; }; nativeBuildInputs = [ autoreconfHook ]; rev equal; no update necessary [result] Failed to update log4shib 1.0.9 -> 2.0.1 https://repology.org/project/log4shib/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.helm-rtags, using log file: /var/log/nixpkgs-update/emacsPackages.helm-rtags/2024-03-14.log emacsPackages.helm-rtags 2.38 -> 3.23 https://repology.org/project/emacs:helm-rtags/versions attrpath: emacsPackages.helm-rtags Checking auto update branch... No auto update branch exists Old version 2.38" not present in master derivation file with contents: /* # Updating To update the list of packages from MELPA, 1. Run `./update-melpa` 2. Check for evaluation errors: # "../../../../../" points to the default.nix from root of Nixpkgs tree env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../../ -A emacs.pkgs.melpaStablePackages env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../../ -A emacs.pkgs.melpaPackages 3. Run `git commit -m "melpa-packages $(date -Idate)" recipes-archive-melpa.json` ## Update from overlay Alternatively, run the following command: ./update-from-overlay It will update both melpa and elpa packages using https://github.com/nix-community/emacs-overlay. It's almost instantenous and formats commits for you. */ { lib, pkgs }: variant: self: let dontConfigure = pkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { dontConfigure = true; }); }) else null; markBroken = pkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { meta = (drv.meta or { }) // { broken = true; }; }); }) else null; externalSrc = pkg: epkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { inherit (epkg) src version; propagatedUserEnvPkgs = [ epkg ]; }); }) else null; buildWithGit = pkg: pkg.overrideAttrs (attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); fix-rtags = pkg: if pkg != null then dontConfigure (externalSrc pkg pkgs.rtags) else null; generateMelpa = lib.makeOverridable ({ archiveJson ? ./recipes-archive-melpa.json }: let inherit (import ./libgenerated.nix lib self) melpaDerivation; super = ( lib.listToAttrs (builtins.filter (s: s != null) (map (melpaDerivation variant) (lib.importJSON archiveJson) ) ) ); overrides = lib.optionalAttrs (variant == "stable") { # upstream issue: missing file header abridge-diff = if super.abridge-diff.version == "0.1" then markBroken super.abridge-diff else super.abridge-diff; # upstream issue: missing file header bufshow = markBroken super.bufshow; # upstream issue: missing file header speech-tagger = markBroken super.speech-tagger; # upstream issue: missing file header textmate = markBroken super.textmate; # upstream issue: missing file header window-numbering = markBroken super.window-numbering; # upstream issue: missing file header voca-builder = markBroken super.voca-builder; # upstream issue: missing file header initsplit = markBroken super.initsplit; # upstream issue: missing file header jsfmt = markBroken super.jsfmt; # upstream issue: missing file header maxframe = markBroken super.maxframe; # upstream issue: missing file header connection = markBroken super.connection; # upstream issue: missing file header dictionary = markBroken super.dictionary; # upstream issue: missing file header fold-dwim = if super.fold-dwim.version == "1.2" then markBroken super.fold-dwim else super.fold-dwim; # upstream issue: missing file header gl-conf-mode = if super.gl-conf-mode.version == "0.3" then markBroken super.gl-conf-mode else super.gl-conf-mode; # upstream issue: missing file header ligo-mode = if super.ligo-mode.version == "0.3" then markBroken super.ligo-mode else null; # auto-updater is failing; use manual one # upstream issue: missing file header link = markBroken super.link; # upstream issue: missing file header org-dp = if super.org-dp.version == "1" then markBroken super.org-dp else super.org-dp; # upstream issue: missing file header revbufs = if super.revbufs.version == "1.2" then markBroken super.revbufs else super.revbufs; # upstream issue: missing file header elmine = markBroken super.elmine; # upstream issue: missing file header ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen; } // { # Expects bash to be at /bin/bash ac-rtags = fix-rtags super.ac-rtags; airline-themes = super.airline-themes.override { inherit (self.melpaPackages) powerline; }; auto-complete-clang-async = super.auto-complete-clang-async.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.llvmPackages.llvm ]; CFLAGS = "-I${pkgs.llvmPackages.libclang.lib}/include"; LDFLAGS = "-L${pkgs.llvmPackages.libclang.lib}/lib"; }); # part of a larger package caml = dontConfigure super.caml; # part of a larger package # upstream issue: missing package version cmake-mode = dontConfigure super.cmake-mode; company-rtags = fix-rtags super.company-rtags; easy-kill-extras = super.easy-kill-extras.override { inherit (self.melpaPackages) easy-kill; }; dune = dontConfigure super.dune; emacsql = super.emacsql.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.sqlite ]; postBuild = '' cd source/sqlite make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' install -m=755 -D source/sqlite/emacsql-sqlite \ $out/share/emacs/site-lisp/elpa/emacsql-${old.version}/sqlite/emacsql-sqlite ''; stripDebugList = [ "share" ]; }); emacsql-sqlite = super.emacsql-sqlite.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.sqlite ]; postBuild = '' cd source/sqlite make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' install -m=755 -D source/sqlite/emacsql-sqlite \ $out/share/emacs/site-lisp/elpa/emacsql-sqlite-${old.version}/sqlite/emacsql-sqlite ''; stripDebugList = [ "share" ]; }); epkg = super.epkg.overrideAttrs (old: { postPatch = '' substituteInPlace lisp/epkg.el \ --replace '(call-process "sqlite3"' '(call-process "${pkgs.sqlite}/bin/sqlite3"' ''; }); erlang = super.erlang.overrideAttrs (attrs: { buildInputs = attrs.buildInputs ++ [ pkgs.perl pkgs.ncurses ]; }); # https://github.com/syl20bnr/evil-escape/pull/86 evil-escape = super.evil-escape.overrideAttrs (attrs: { postPatch = '' substituteInPlace evil-escape.el \ --replace ' ;;; evil' ';;; evil' ''; packageRequires = with self; [ evil ]; }); ess-R-data-view = super.ess-R-data-view.override { inherit (self.melpaPackages) ess ctable popup; }; flycheck-rtags = fix-rtags super.flycheck-rtags; pdf-tools = super.pdf-tools.overrideAttrs (old: { # Temporary work around for: # - https://github.com/vedang/pdf-tools/issues/102 # - https://github.com/vedang/pdf-tools/issues/103 # - https://github.com/vedang/pdf-tools/issues/109 CXXFLAGS = "-std=c++17"; nativeBuildInputs = [ pkgs.autoconf pkgs.automake pkgs.pkg-config pkgs.removeReferencesTo ]; buildInputs = old.buildInputs ++ [ pkgs.libpng pkgs.zlib pkgs.poppler ]; preBuild = '' make server/epdfinfo remove-references-to ${lib.concatStringsSep " " ( map (output: "-t " + output) ( [ pkgs.glib.dev pkgs.libpng.dev pkgs.poppler.dev pkgs.zlib.dev pkgs.cairo.dev ] ++ lib.optional pkgs.stdenv.isLinux pkgs.stdenv.cc.libc.dev ) )} server/epdfinfo ''; recipe = pkgs.writeText "recipe" '' (pdf-tools :repo "politza/pdf-tools" :fetcher github :files ("lisp/pdf-*.el" "server/epdfinfo")) ''; }); # Build same version as Haskell package hindent = (externalSrc super.hindent pkgs.haskellPackages.hindent).overrideAttrs (attrs: { packageRequires = [ self.haskell-mode ]; }); hotfuzz = super.hotfuzz.overrideAttrs (old: { nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.cmake ]; dontUseCmakeBuildDir = true; preBuild = '' make -j$NIX_BUILD_CORES ''; postInstall = (old.postInstall or "") + "\n" + '' install source/hotfuzz-module.so $out/share/emacs/site-lisp/elpa/hotfuzz-* ''; }); irony = super.irony.overrideAttrs (old: { cmakeFlags = old.cmakeFlags or [ ] ++ [ "-DCMAKE_INSTALL_BINDIR=bin" ]; env.NIX_CFLAGS_COMPILE = "-UCLANG_RESOURCE_DIR"; preConfigure = '' cd server ''; preBuild = '' make install -D bin/irony-server $out/bin/irony-server cd .. ''; checkPhase = '' cd source/server make check cd ../.. ''; preFixup = '' rm -rf $out/share/emacs/site-lisp/elpa/*/server ''; dontUseCmakeBuildDir = true; doCheck = pkgs.stdenv.isLinux; packageRequires = [ self.emacs ]; buildInputs = [ pkgs.llvmPackages.libclang self.emacs ]; nativeBuildInputs = [ pkgs.cmake pkgs.llvmPackages.llvm ]; }); # tries to write a log file to $HOME insert-shebang = super.insert-shebang.overrideAttrs (attrs: { HOME = "/tmp"; }); ivy-rtags = fix-rtags super.ivy-rtags; jinx = super.jinx.overrideAttrs (old: let libExt = pkgs.stdenv.hostPlatform.extensions.sharedLibrary; in { nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.pkg-config ]; buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.enchant2 ]; postBuild = '' pushd working/jinx NIX_CFLAGS_COMPILE="$($PKG_CONFIG --cflags enchant-2) $NIX_CFLAGS_COMPILE" $CC -shared -o jinx-mod${libExt} jinx-mod.c -lenchant-2 popd ''; postInstall = (old.postInstall or "") + "\n" + '' pushd source outd=$(echo $out/share/emacs/site-lisp/elpa/jinx-*) install -m444 --target-directory=$outd jinx-mod${libExt} rm $outd/jinx-mod.c $outd/emacs-module.h popd ''; meta = old.meta // { maintainers = [ lib.maintainers.DamienCassou ]; }; }); sqlite3 = super.sqlite3.overrideAttrs (old: { buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.sqlite ]; postBuild = '' pushd working/sqlite3 make popd ''; postInstall = (old.postInstall or "") + "\n" + '' pushd source outd=$out/share/emacs/site-lisp/elpa/sqlite3-* install -m444 -t $outd sqlite3-api.so rm $outd/*.c $outd/*.h popd ''; meta = old.meta // { maintainers = [ lib.maintainers.DamienCassou ]; }; }); libgit = super.libgit.overrideAttrs(attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or []) ++ [ pkgs.cmake ]; buildInputs = attrs.buildInputs ++ [ pkgs.libgit2 ]; dontUseCmakeBuildDir = true; postPatch = '' sed -i s/'add_subdirectory(libgit2)'// CMakeLists.txt ''; postBuild = '' pushd working/libgit make popd ''; postInstall = (attrs.postInstall or "") + "\n" + '' outd=$(echo $out/share/emacs/site-lisp/elpa/libgit-**) mkdir $outd/build install -m444 -t $outd/build ./source/src/libegit2.so rm -r $outd/src $outd/Makefile $outd/CMakeLists.txt ''; }); evil-magit = buildWithGit super.evil-magit; eopengrok = buildWithGit super.eopengrok; forge = buildWithGit super.forge; magit = buildWithGit super.magit; magit-find-file = buildWithGit super.magit-find-file; magit-gh-pulls = buildWithGit super.magit-gh-pulls; magit-imerge = buildWithGit super.magit-imerge; magit-lfs = buildWithGit super.magit-lfs; magit-org-todos = buildWithGit super.magit-org-todos; magit-tbdiff = buildWithGit super.magit-tbdiff; magit-topgit = buildWithGit super.magit-topgit; magit-vcsh = buildWithGit super.magit-vcsh; magit-gerrit = buildWithGit super.magit-gerrit; magit-annex = buildWithGit super.magit-annex; magit-todos = buildWithGit super.magit-todos; magit-filenotify = buildWithGit super.magit-filenotify; magit-gitflow = buildWithGit super.magit-gitflow; magithub = buildWithGit super.magithub; magit-svn = buildWithGit super.magit-svn; kubernetes = buildWithGit super.kubernetes; kubernetes-evil = buildWithGit super.kubernetes-evil; egg = buildWithGit super.egg; kapacitor = buildWithGit super.kapacitor; gerrit = buildWithGit super.gerrit; gerrit-download = buildWithGit super.gerrit-download; github-pullrequest = buildWithGit super.github-pullrequest; jist = buildWithGit super.jist; mandoku = buildWithGit super.mandoku; mandoku-tls = buildWithGit super.mandoku-tls; magit-p4 = buildWithGit super.magit-p4; magit-rbr = buildWithGit super.magit-rbr; magit-diff-flycheck = buildWithGit super.magit-diff-flycheck; magit-reviewboard = buildWithGit super.magit-reviewboard; magit-patch-changelog = buildWithGit super.magit-patch-changelog; magit-circleci = buildWithGit super.magit-circleci; magit-delta = buildWithGit super.magit-delta; orgit = buildWithGit super.orgit; orgit-forge = buildWithGit super.orgit-forge; ox-rss = buildWithGit super.ox-rss; python-isort = super.python-isort.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace python-isort.el \ --replace '-isort-command "isort"' '-isort-command "${lib.getExe pkgs.isort}"' ''; }); # upstream issue: missing file header mhc = super.mhc.override { inherit (self.melpaPackages) calfw; }; # missing .NET nemerle = markBroken super.nemerle; # part of a larger package notmuch = dontConfigure super.notmuch; pikchr-mode = super.pikchr-mode.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace pikchr-mode.el \ --replace '"pikchr")' '"${lib.getExe pkgs.pikchr}")' ''; }); rtags = dontConfigure (externalSrc super.rtags pkgs.rtags); rtags-xref = dontConfigure super.rtags; rime = super.rime.overrideAttrs (old: { buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.librime ]; preBuild = (old.preBuild or "") + '' make lib mkdir -p /build/rime-lib cp *.so /build/rime-lib ''; postInstall = (old.postInstall or "") + '' install -m444 -t $out/share/emacs/site-lisp/elpa/rime-* /build/rime-lib/*.so ''; }); shm = super.shm.overrideAttrs (attrs: { propagatedUserEnvPkgs = [ pkgs.haskellPackages.structured-haskell-mode ]; }); # Telega has a server portion for it's network protocol telega = super.telega.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.tdlib ]; nativeBuildInputs = [ pkgs.pkg-config ]; postPatch = '' substituteInPlace telega-customize.el \ --replace 'defcustom telega-server-command "telega-server"' \ "defcustom telega-server-command \"$out/bin/telega-server\"" substituteInPlace telega-sticker.el --replace '"dwebp' '"${pkgs.libwebp}/bin/dwebp' substituteInPlace telega-sticker.el --replace '"ffmpeg' '"${pkgs.ffmpeg}/bin/ffmpeg' substituteInPlace telega-vvnote.el --replace '"ffmpeg' '"${pkgs.ffmpeg}/bin/ffmpeg' ''; postBuild = '' cd source/server make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' mkdir -p $out/bin install -m755 -Dt $out/bin ./source/server/telega-server ''; }); tokei = super.tokei.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace tokei.el \ --replace 'tokei-program "tokei"' 'tokei-program "${lib.getExe pkgs.tokei}"' ''; }); treemacs-magit = super.treemacs-magit.overrideAttrs (attrs: { # searches for Git at build time nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); typst-mode = super.typst-mode.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace typst-mode.el \ --replace 'typst-executable-location "typst"' 'typst-executable-location "${lib.getExe pkgs.typst}"' ''; }); vdiff-magit = super.vdiff-magit.overrideAttrs (attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); zmq = super.zmq.overrideAttrs (old: { stripDebugList = [ "share" ]; preBuild = '' export EZMQ_LIBDIR=$(mktemp -d) make ''; nativeBuildInputs = [ pkgs.autoconf pkgs.automake pkgs.pkg-config pkgs.libtool (pkgs.zeromq.override { enableDrafts = true; }) ]; postInstall = (old.postInstall or "") + "\n" + '' mv $EZMQ_LIBDIR/emacs-zmq.* $out/share/emacs/site-lisp/elpa/zmq-* rm -r $out/share/emacs/site-lisp/elpa/zmq-*/src rm $out/share/emacs/site-lisp/elpa/zmq-*/Makefile ''; }); # Map legacy renames from emacs2nix since code generation was ported to emacs lisp _0blayout = super."0blayout"; desktop-plus = super."desktop+"; ghub-plus = super."ghub+"; git-gutter-plus = super."git-gutter+"; git-gutter-fringe-plus = super."git-gutter-fringe+"; ido-completing-read-plus = super."ido-completing-read+"; image-plus = super."image+"; image-dired-plus = super."image-dired+"; markdown-mode-plus = super."markdown-mode+"; package-plus = super."package+"; rect-plus = super."rect+"; # upstream issue: missing file header instapaper = markBroken super.instapaper; # upstream issue: doesn't build magit-stgit = markBroken super.magit-stgit; # upstream issue: missing file header melancholy-theme = markBroken super.melancholy-theme; # upstream issue: doesn't build eterm-256color = markBroken super.eterm-256color; # upstream issue: doesn't build per-buffer-theme = markBroken super.per-buffer-theme; # upstream issue: missing file header qiita = markBroken super.qiita; # upstream issue: missing file header sql-presto = markBroken super.sql-presto; editorconfig = super.editorconfig.overrideAttrs (attrs: { propagatedUserEnvPkgs = [ pkgs.editorconfig-core-c ]; }); # missing dependencies evil-search-highlight-persist = super.evil-search-highlight-persist.overrideAttrs (attrs: { packageRequires = with self; [ evil highlight ]; }); hamlet-mode = super.hamlet-mode.overrideAttrs (attrs: { patches = [ # Fix build; maintainer email fails to parse (pkgs.fetchpatch { url = "https://github.com/lightquake/hamlet-mode/commit/253495d1330d6ec88d97fac136c78f57c650aae0.patch"; sha256 = "dSxS5yuXzCW96CUyvJWwjkhf1FMGBfiKKoBxeDVdz9Y="; }) ]; }); helm-rtags = fix-rtags super.helm-rtags; # tries to write to $HOME php-auto-yasnippets = super.php-auto-yasnippets.overrideAttrs (attrs: { HOME = "/tmp"; }); racer = super.racer.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace racer.el \ --replace /usr/local/src/rust/src ${pkgs.rustPlatform.rustcSrc} ''; }); spaceline = super.spaceline.override { inherit (self.melpaPackages) powerline; }; vterm = super.vterm.overrideAttrs (old: { nativeBuildInputs = [ pkgs.cmake ]; buildInputs = old.buildInputs ++ [ self.emacs pkgs.libvterm-neovim ]; cmakeFlags = [ "-DEMACS_SOURCE=${self.emacs.src}" "-DUSE_SYSTEM_LIBVTERM=ON" ]; # we need the proper out directory to exist, so we do this in the # postInstall instead of postBuild postInstall = (old.postInstall or "") + "\n" + '' pushd source/build >/dev/null make install -m444 -t $out/share/emacs/site-lisp/elpa/vterm-** ../*.so popd > /dev/null rm -rf $out/share/emacs/site-lisp/elpa/vterm-**/{CMake*,build,*.c,*.h} ''; }); w3m = super.w3m.override (args: { melpaBuild = drv: args.melpaBuild (drv // { prePatch = let w3m = "${lib.getBin pkgs.w3m}/bin/w3m"; in '' substituteInPlace w3m.el \ --replace 'defcustom w3m-command nil' \ 'defcustom w3m-command "${w3m}"' ''; }); }); wordnut = super.wordnut.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace wordnut.el \ --replace 'wordnut-cmd "wn"' 'wordnut-cmd "${lib.getExe pkgs.wordnet}"' ''; }); mozc = super.mozc.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace src/unix/emacs/mozc.el \ --replace '"mozc_emacs_helper"' '"${pkgs.ibus-engines.mozc}/lib/mozc/mozc_emacs_helper"' ''; }); # Build a helper executable that interacts with the macOS Dictionary.app osx-dictionary = if pkgs.stdenv.isDarwin then super.osx-dictionary.overrideAttrs (old: { buildInputs = old.buildInputs ++ (with pkgs.darwin.apple_sdk.frameworks; [CoreServices Foundation]); dontUnpack = false; buildPhase = (old.buildPhase or "") + '' cd source $CXX -O3 -framework CoreServices -framework Foundation osx-dictionary.m -o osx-dictionary-cli ''; postInstall = (old.postInstall or "") + "\n" + '' outd=$out/share/emacs/site-lisp/elpa/osx-dictionary-* mkdir -p $out/bin install -m444 -t $out/bin osx-dictionary-cli rm $outd/osx-dictionary.m ''; }) else super.osx-dictionary; }; in lib.mapAttrs (n: v: if lib.hasAttr n overrides then overrides.${n} else v) super); in (generateMelpa { }) // { __attrsFailEvaluation = true; } [result] Failed to update emacsPackages.helm-rtags 2.38 -> 3.23 https://repology.org/project/emacs:helm-rtags/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libnice, using log file: /var/log/nixpkgs-update/libnice/2024-03-14.log libnice 0.1.21 -> 0.1.22 https://repology.org/project/libnice/versions attrpath: libnice 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 libnice 0.1.21 -> 0.1.22 https://repology.org/project/libnice/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pageviews, using log file: /var/log/nixpkgs-update/rPackages.pageviews/2024-03-14.log rPackages.pageviews 0.5.0 -> 0.6.0 https://repology.org/project/r:pageviews/versions attrpath: rPackages.pageviews Checking auto update branch... No auto update branch exists Old version 0.5.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.pageviews 0.5.0 -> 0.6.0 https://repology.org/project/r:pageviews/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.microsoft-kiota-abstractions, using log file: /var/log/nixpkgs-update/python311Packages.microsoft-kiota-abstractions/2024-03-14.log python311Packages.microsoft-kiota-abstractions 0 -> 1 attrpath: python311Packages.microsoft-kiota-abstractions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wv60zf1wrrg8vx08wvbl120ljjvsshxp-packages.json.drv building '/nix/store/wv60zf1wrrg8vx08wvbl120ljjvsshxp-packages.json.drv'... Going to be running update for following packages: - python3.11-microsoft-kiota-abstractions-1.3.1 Press Enter key to continue... Running update for: - python3.11-microsoft-kiota-abstractions-1.3.1: UPDATING ... - python3.11-microsoft-kiota-abstractions-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.microsoft-kiota-abstractions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath liblouis, using log file: /var/log/nixpkgs-update/liblouis/2024-03-14.log liblouis 3.28.0 -> 3.29.0 https://github.com/liblouis/liblouis/releases attrpath: liblouis Checking auto update branch... An auto update branch exists with message `liblouis: 3.28.0 -> 3.29.0`. New version is 3.29.0. An auto update branch exists with an equal or greater version [result] Failed to update liblouis 3.28.0 -> 3.29.0 https://github.com/liblouis/liblouis/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SimNPH, using log file: /var/log/nixpkgs-update/rPackages.SimNPH/2024-03-14.log rPackages.SimNPH 0.5.4 -> 0.5.5 https://repology.org/project/r:simnph/versions attrpath: rPackages.SimNPH Checking auto update branch... No auto update branch exists Old version 0.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.SimNPH 0.5.4 -> 0.5.5 https://repology.org/project/r:simnph/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.geotopbricks, using log file: /var/log/nixpkgs-update/rPackages.geotopbricks/2024-03-14.log rPackages.geotopbricks 1.5.8.0 -> 1.5.8.2 https://repology.org/project/r:geotopbricks/versions attrpath: rPackages.geotopbricks Checking auto update branch... No auto update branch exists Old version 1.5.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.geotopbricks 1.5.8.0 -> 1.5.8.2 https://repology.org/project/r:geotopbricks/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.drake, using log file: /var/log/nixpkgs-update/rPackages.drake/2024-03-14.log rPackages.drake 7.13.8 -> 7.13.9 https://repology.org/project/r:drake/versions attrpath: rPackages.drake Checking auto update branch... No auto update branch exists Old version 7.13.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.drake 7.13.8 -> 7.13.9 https://repology.org/project/r:drake/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nexttrace, using log file: /var/log/nixpkgs-update/nexttrace/2024-03-14.log nexttrace 1.2.8 -> 1.2.9 https://github.com/nxtrace/NTrace-core/releases attrpath: nexttrace 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-xGE2iUCWMNfiI18N8dyubuhhaY5JD/sy1uRSDyTSqVA=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'nexttrace.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/c0mxjn20nvhp0ai5nl91cn6597w5hm24-nexttrace-1.2.9-go-modules.drv /nix/store/5nj2gndkjhb4k76xs784qfjzc8i4r7m1-nexttrace-1.2.9.drv building '/nix/store/c0mxjn20nvhp0ai5nl91cn6597w5hm24-nexttrace-1.2.9-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/hnnbjradng43jdl6zgkl227da19lkw7p-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/c0mxjn20nvhp0ai5nl91cn6597w5hm24-nexttrace-1.2.9-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/hnnbjradng43jdl6zgkl227da19lkw7p-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/c0mxjn20nvhp0ai5nl91cn6597w5hm24-nexttrace-1.2.9-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/5nj2gndkjhb4k76xs784qfjzc8i4r7m1-nexttrace-1.2.9.drv' failed to build [result] Failed to update nexttrace 1.2.8 -> 1.2.9 https://github.com/nxtrace/NTrace-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 rPackages.GWSDAT, using log file: /var/log/nixpkgs-update/rPackages.GWSDAT/2024-03-14.log rPackages.GWSDAT 3.2.0 -> 3.2.1 https://repology.org/project/r:gwsdat/versions attrpath: rPackages.GWSDAT Checking auto update branch... No auto update branch exists Old version 3.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.GWSDAT 3.2.0 -> 3.2.1 https://repology.org/project/r:gwsdat/versions [options] github_user: r-ryantm, pull_request: 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.ExtUtilsCChecker 0.11 -> 0.12 https://repology.org/project/perl:extutils-cchecker/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.clustermq, using log file: /var/log/nixpkgs-update/rPackages.clustermq/2024-03-14.log rPackages.clustermq 0.9.3 -> 0.9.4 https://repology.org/project/r:clustermq/versions attrpath: rPackages.clustermq Checking auto update branch... No auto update branch exists Old version 0.9.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.clustermq 0.9.3 -> 0.9.4 https://repology.org/project/r:clustermq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mediamtx, using log file: /var/log/nixpkgs-update/mediamtx/2024-03-14.log mediamtx 1.5.1 -> 1.6.0 https://github.com/bluenviron/mediamtx/releases attrpath: mediamtx 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-nchBsmk5hAqBPXk5aUSf/H46PdCg8JfGbeV4VBXBs+E=" [golangModuleVersion] Replaced vendorHash with sha256-qKV5LGD5XkeYZHHKhXdG2zAvdyzsxuauWDJ/htmfdt0= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mediamtx nix build failed. got build log for 'mediamtx' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/gqj5nh6232p63h7jxsga9ckqdk30ak64-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Building subPackage . internal/servers/hls/http_server.go:29:12: pattern hls.min.js: no matching files found [result] Failed to update mediamtx 1.5.1 -> 1.6.0 https://github.com/bluenviron/mediamtx/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.listen, using log file: /var/log/nixpkgs-update/rubyPackages.listen/2024-03-14.log rubyPackages.listen 3.8.0 -> 3.9.0 https://repology.org/project/ruby:listen/versions attrpath: rubyPackages.listen 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.listen 3.8.0 -> 3.9.0 https://repology.org/project/ruby:listen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.jlmerclusterperm, using log file: /var/log/nixpkgs-update/rPackages.jlmerclusterperm/2024-03-14.log rPackages.jlmerclusterperm 1.1.0 -> 1.1.3 https://repology.org/project/r:jlmerclusterperm/versions attrpath: rPackages.jlmerclusterperm 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.jlmerclusterperm 1.1.0 -> 1.1.3 https://repology.org/project/r:jlmerclusterperm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haxe, using log file: /var/log/nixpkgs-update/haxe/2024-03-14.log haxe 4.3.3 -> 4.3.4 https://github.com/HaxeFoundation/haxe/releases attrpath: haxe 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 haxe 4.3.3 -> 4.3.4 https://github.com/HaxeFoundation/haxe/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath koka, using log file: /var/log/nixpkgs-update/koka/2024-03-14.log koka 3.1.0 -> 3.1.1 https://github.com/koka-lang/koka/releases attrpath: koka 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/koka/default.nix b/pkgs/development/compilers/koka/default.nix index 4057ec157eba..43dbb1b6c603 100644 --- a/pkgs/development/compilers/koka/default.nix +++ b/pkgs/development/compilers/koka/default.nix @@ -31,12 +31,12 @@ }: let - version = "3.1.0"; + version = "3.1.1"; src = fetchFromGitHub { owner = "koka-lang"; repo = "koka"; rev = "v${version}"; - sha256 = "sha256-Twm2Hr8BQ0xTdA30e2Az/57525jTUkmv2Zs/+SNiQns="; + sha256 = "sha256-Go0Qm532RpD/T2vFisYBZYPKFK/phibZrBS03AF1ZoE="; fetchSubmodules = true; }; kklib = stdenv.mkDerivation { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A koka nix build failed. () (transformers-0.5.6.2:Control.Monad.Trans.Reader.ReaderT (GHC.MVar.MVar LSState) IO) (Maybe FilePath)) -> J.LspT () (transformers-0.5.6.2:Control.Monad.Trans.Reader.ReaderT (GHC.MVar.MVar LSState) IO) (Maybe FilePath)’ with actual type ‘ProgressCancellable’ • In the third argument of ‘withProgress’, namely ‘NotCancellable’ In the first argument of ‘($)’, namely ‘withProgress (T.pack $ "Koka: " ++ fpath') Nothing NotCancellable’ In a stmt of a 'do' block: withProgress (T.pack $ "Koka: " ++ fpath') Nothing NotCancellable $ \ report -> do setProgress (Just report) mbRes <- liftBuildDiag mbFlags uri $ \ buildc0 -> ... ....  | 153 | withProgress (T.pack $ "Koka: " ++ fpath') Nothing J.NotCancellable $ \report -> do  | ^^^^^^^^^^^^^^^^ [ 5 of 16] Compiling LanguageServer.Handler.SignatureHelp ( src/Main/langserver/LanguageServer/Handler/SignatureHelp.hs, dist/build/koka/koka-tmp/LanguageServer/Handler/SignatureHelp.o ) [ 6 of 16] Compiling LanguageServer.Handler.Hover ( src/Main/langserver/LanguageServer/Handler/Hover.hs, dist/build/koka/koka-tmp/LanguageServer/Handler/Hover.o ) [ 7 of 16] Compiling LanguageServer.Handler.InlayHints ( src/Main/langserver/LanguageServer/Handler/InlayHints.hs, dist/build/koka/koka-tmp/LanguageServer/Handler/InlayHints.o ) [ 8 of 16] Compiling LanguageServer.Handler.Folding ( src/Main/langserver/LanguageServer/Handler/Folding.hs, dist/build/koka/koka-tmp/LanguageServer/Handler/Folding.o ) [ 9 of 16] Compiling LanguageServer.Handler.DocumentSymbol ( src/Main/langserver/LanguageServer/Handler/DocumentSymbol.hs, dist/build/koka/koka-tmp/LanguageServer/Handler/DocumentSymbol.o ) [10 of 16] Compiling LanguageServer.Handler.Definition ( src/Main/langserver/LanguageServer/Handler/Definition.hs, dist/build/koka/koka-tmp/LanguageServer/Handler/Definition.o ) [11 of 16] Compiling LanguageServer.Handler.Completion ( src/Main/langserver/LanguageServer/Handler/Completion.hs, dist/build/koka/koka-tmp/LanguageServer/Handler/Completion.o ) [16 of 16] Compiling Paths_koka ( dist/build/koka/autogen/Paths_koka.hs, dist/build/koka/koka-tmp/Paths_koka.o ) [result] Failed to update koka 3.1.0 -> 3.1.1 https://github.com/koka-lang/koka/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.lua-term, using log file: /var/log/nixpkgs-update/lua51Packages.lua-term/2024-03-14.log lua51Packages.lua-term 0.7-1 -> 0.8 https://repology.org/project/lua:lua-term/versions attrpath: lua51Packages.lua-term Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.lua-term 0.7-1 -> 0.8 https://repology.org/project/lua:lua-term/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gtkdialog, using log file: /var/log/nixpkgs-update/gtkdialog/2024-03-14.log gtkdialog 0.8.3 -> 0.8.4 https://repology.org/project/gtkdialog/versions attrpath: gtkdialog 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 gtkdialog 0.8.3 -> 0.8.4 https://repology.org/project/gtkdialog/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sumatra, using log file: /var/log/nixpkgs-update/sumatra/2024-03-14.log sumatra 1.0.34 -> 1.0.36 https://repology.org/project/sumatra/versions attrpath: sumatra 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 sumatra 1.0.34 -> 1.0.36 https://repology.org/project/sumatra/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.lacaml, using log file: /var/log/nixpkgs-update/ocamlPackages.lacaml/2024-03-14.log ocamlPackages.lacaml 11.0.8 -> 11.0.10 https://github.com/mmottl/lacaml/releases attrpath: ocamlPackages.lacaml 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/lacaml/default.nix b/pkgs/development/ocaml-modules/lacaml/default.nix index fc2327b736e9..04880bca3ac5 100644 --- a/pkgs/development/ocaml-modules/lacaml/default.nix +++ b/pkgs/development/ocaml-modules/lacaml/default.nix @@ -6,7 +6,7 @@ assert (!blas.isILP64) && (!lapack.isILP64); buildDunePackage rec { pname = "lacaml"; - version = "11.0.8"; + version = "11.0.10"; useDune2 = true; @@ -14,7 +14,7 @@ buildDunePackage rec { src = fetchurl { url = "https://github.com/mmottl/lacaml/releases/download/${version}/lacaml-${version}.tbz"; - sha256 = "1i47wqnd9iy6ndbi9zfahpb592gahp6im26rgpwch13vgzk3kifd"; + sha256 = "sha256-Vg6Hl31u1bvh0hfWU9eqoI8pGZt4YhpGRf3ul3h+SJk="; }; buildInputs = [ dune-configurator ]; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.lacaml 11.0.8 -> 11.0.10 https://github.com/mmottl/lacaml/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.inscriptis, using log file: /var/log/nixpkgs-update/python312Packages.inscriptis/2024-03-14.log python312Packages.inscriptis 2.3.2 -> 2.5.0 https://github.com/weblyzard/inscriptis/releases attrpath: python312Packages.inscriptis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6sb6h888n06bzq2s8fhf2b3d29zqmdkz-packages.json.drv building '/nix/store/6sb6h888n06bzq2s8fhf2b3d29zqmdkz-packages.json.drv'... Going to be running update for following packages: - python3.12-inscriptis-2.3.2 Press Enter key to continue... Running update for: - python3.12-inscriptis-2.3.2: UPDATING ... - python3.12-inscriptis-2.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/inscriptis/default.nix b/pkgs/development/python-modules/inscriptis/default.nix index e62e7f17e874..07c13a634f11 100644 --- a/pkgs/development/python-modules/inscriptis/default.nix +++ b/pkgs/development/python-modules/inscriptis/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "inscriptis"; - version = "2.3.2"; + version = "2.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "weblyzard"; repo = "inscriptis"; rev = "refs/tags/${version}"; - hash = "sha256-grsyHqt7ahiNsYKcZN/c5cJaag/nTWTBcaHaXnW1SpU="; + hash = "sha256-9KEkXcdZ7USXfyIXGDrp4p4kJTzF2q30fvOccxF1hBU="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.3.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , lxml , pytestCheckHook , pythonOlder , requests }: buildPythonPackage rec { pname = "inscriptis"; version = "2.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "weblyzard"; repo = "inscriptis"; rev = "refs/tags/${version}"; hash = "sha256-9KEkXcdZ7USXfyIXGDrp4p4kJTzF2q30fvOccxF1hBU="; }; propagatedBuildInputs = [ lxml requests ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "inscriptis" ]; meta = with lib; { description = "HTML to text converter"; homepage = "https://github.com/weblyzard/inscriptis"; changelog = "https://github.com/weblyzard/inscriptis/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; } [result] Failed to update python312Packages.inscriptis 2.3.2 -> 2.5.0 https://github.com/weblyzard/inscriptis/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libnbd, using log file: /var/log/nixpkgs-update/libnbd/2024-03-14.log libnbd 1.18.2 -> 1.19.9 https://repology.org/project/libnbd/versions attrpath: libnbd 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/6l3pk2m5vh19x86pkvijvhwmngm1dm9n-libnbd-1.19.9.tar.gz.drv building '/nix/store/6l3pk2m5vh19x86pkvijvhwmngm1dm9n-libnbd-1.19.9.tar.gz.drv'... trying https://download.libguestfs.org/libnbd/1.19-stable/libnbd-1.19.9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 237 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libnbd-1.19.9.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 'libnbd.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6l3pk2m5vh19x86pkvijvhwmngm1dm9n-libnbd-1.19.9.tar.gz.drv /nix/store/x3ffllcrzfbpr8svivslcrfxdsswqhdr-libnbd-1.19.9.drv building '/nix/store/6l3pk2m5vh19x86pkvijvhwmngm1dm9n-libnbd-1.19.9.tar.gz.drv'... trying https://download.libguestfs.org/libnbd/1.19-stable/libnbd-1.19.9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 237 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libnbd-1.19.9.tar.gz from any mirror error: builder for '/nix/store/6l3pk2m5vh19x86pkvijvhwmngm1dm9n-libnbd-1.19.9.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://download.libguestfs.org/libnbd/1.19-stable/libnbd-1.19.9.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 237 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libnbd-1.19.9.tar.gz from any mirror For full logs, run 'nix log /nix/store/6l3pk2m5vh19x86pkvijvhwmngm1dm9n-libnbd-1.19.9.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/x3ffllcrzfbpr8svivslcrfxdsswqhdr-libnbd-1.19.9.drv' failed to build [result] Failed to update libnbd 1.18.2 -> 1.19.9 https://repology.org/project/libnbd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qsampler, using log file: /var/log/nixpkgs-update/qsampler/2024-03-14.log qsampler 0.6.1 -> 0.9.12 https://repology.org/project/qsampler/versions attrpath: qsampler Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/qsampler/default.nix b/pkgs/applications/audio/qsampler/default.nix index bb40e0b3eebc..b3d889a1d6ab 100644 --- a/pkgs/applications/audio/qsampler/default.nix +++ b/pkgs/applications/audio/qsampler/default.nix @@ -3,11 +3,11 @@ mkDerivation rec { pname = "qsampler"; - version = "0.6.1"; + version = "0.9.12"; src = fetchurl { url = "mirror://sourceforge/qsampler/${pname}-${version}.tar.gz"; - sha256 = "1wr7k739zx2nz00b810f60g9k3y92w05nfci987hw7y2sks9rd8j"; + sha256 = "sha256-3+yysvv3WYNarjCcnMG3/kiSKgUMMit8udMLFX02ZlY="; }; nativeBuildInputs = [ autoconf automake libtool pkg-config qttools ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A qsampler nix build failed. got build log for 'qsampler' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/a41hyfdd02azmdfvf4l74f6i57ir035z-qsampler-0.9.12.tar.gz source root is qsampler-0.9.12 setting SOURCE_DATE_EPOCH to timestamp 1706002889 of file qsampler-0.9.12/src/translations/qsampler_ru.ts @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase make: Makefile.svn: No such file or directory make: *** No rule to make target 'Makefile.svn'. Stop. /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update qsampler 0.6.1 -> 0.9.12 https://repology.org/project/qsampler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mcrl2, using log file: /var/log/nixpkgs-update/mcrl2/2024-03-14.log mcrl2 202307 -> 202307.1 https://repology.org/project/mcrl2/versions attrpath: mcrl2 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/hx2gv8y228nwi31013sa6w2wlass49c3-mcrl2-202307.1.1.tar.gz.drv building '/nix/store/hx2gv8y228nwi31013sa6w2wlass49c3-mcrl2-202307.1.1.tar.gz.drv'... trying https://www.mcrl2.org/download/release/mcrl2-202307.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1019 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mcrl2-202307.1.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'mcrl2.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hx2gv8y228nwi31013sa6w2wlass49c3-mcrl2-202307.1.1.tar.gz.drv /nix/store/hg4wryrhw7pm3wxcv0mk5wpavf6mih9a-mcrl2-202307.1.drv building '/nix/store/hx2gv8y228nwi31013sa6w2wlass49c3-mcrl2-202307.1.1.tar.gz.drv'... trying https://www.mcrl2.org/download/release/mcrl2-202307.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1019 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mcrl2-202307.1.1.tar.gz from any mirror error: builder for '/nix/store/hx2gv8y228nwi31013sa6w2wlass49c3-mcrl2-202307.1.1.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.mcrl2.org/download/release/mcrl2-202307.1.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 1019 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download mcrl2-202307.1.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/hx2gv8y228nwi31013sa6w2wlass49c3-mcrl2-202307.1.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/hg4wryrhw7pm3wxcv0mk5wpavf6mih9a-mcrl2-202307.1.drv' failed to build [result] Failed to update mcrl2 202307 -> 202307.1 https://repology.org/project/mcrl2/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.peyotls-codec, using log file: /var/log/nixpkgs-update/haskellPackages.peyotls-codec/2024-03-14.log haskellPackages.peyotls-codec 0.3.1.0 -> 0.3.1.1 https://repology.org/project/haskell:peyotls-codec/versions attrpath: haskellPackages.peyotls-codec Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.peyotls-codec 0.3.1.0 -> 0.3.1.1 https://repology.org/project/haskell:peyotls-codec/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tosr, using log file: /var/log/nixpkgs-update/rPackages.tosr/2024-03-14.log rPackages.tosr 0.1.3 -> 0.1.4 https://repology.org/project/r:tosr/versions attrpath: rPackages.tosr Checking auto update branch... No auto update branch exists Old version 0.1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.tosr 0.1.3 -> 0.1.4 https://repology.org/project/r:tosr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath poco, using log file: /var/log/nixpkgs-update/poco/2024-03-14.log poco 1.12.5p2 -> 1.13.2-release https://github.com/pocoproject/poco/releases attrpath: poco Checking auto update branch... An auto update branch exists with message `poco: 1.12.5 -> 1.13.0`. New version is 1.13.2-release. The auto update branch does not match or exceed the new version. [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/lqqgw57bff73adjw6zy4j8mj1ncg5a1r-source.drv building '/nix/store/lqqgw57bff73adjw6zy4j8mj1ncg5a1r-source.drv'... trying https://github.com/pocoproject/poco/archive/poco-1.13.2-release-release.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 'poco.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/lqqgw57bff73adjw6zy4j8mj1ncg5a1r-source.drv /nix/store/m3x0av48f9kxwwc54jim2jbq0yc8z6d5-poco-1.13.2-release.drv building '/nix/store/lqqgw57bff73adjw6zy4j8mj1ncg5a1r-source.drv'... trying https://github.com/pocoproject/poco/archive/poco-1.13.2-release-release.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/lqqgw57bff73adjw6zy4j8mj1ncg5a1r-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/pocoproject/poco/archive/poco-1.13.2-release-release.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/lqqgw57bff73adjw6zy4j8mj1ncg5a1r-source.drv'. error: 1 dependencies of derivation '/nix/store/m3x0av48f9kxwwc54jim2jbq0yc8z6d5-poco-1.13.2-release.drv' failed to build [result] Failed to update poco 1.12.5p2 -> 1.13.2-release https://github.com/pocoproject/poco/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.congress, using log file: /var/log/nixpkgs-update/rPackages.congress/2024-03-14.log rPackages.congress 0.0.1 -> 0.0.3 https://repology.org/project/r:congress/versions attrpath: rPackages.congress 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.congress 0.0.1 -> 0.0.3 https://repology.org/project/r:congress/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dialog, using log file: /var/log/nixpkgs-update/dialog/2024-03-14.log dialog 1.3-20231002 -> 1.3 https://repology.org/project/dialog/versions attrpath: dialog Checking auto update branch... No auto update branch exists 1.3 is not newer than 1.3-20231002 according to Nix; versionComparison: -1 [result] Failed to update dialog 1.3-20231002 -> 1.3 https://repology.org/project/dialog/versions [options] github_user: r-ryantm, pull_request: 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.LWP 6.72 -> 6.760.0 https://repology.org/project/perl:libwww-perl/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.zmq-lwt, using log file: /var/log/nixpkgs-update/ocamlPackages.zmq-lwt/2024-03-14.log ocamlPackages.zmq-lwt 5.2.1 -> 5.2.2 https://github.com/issuu/ocaml-zmq/releases attrpath: ocamlPackages.zmq-lwt 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/zmq/default.nix b/pkgs/development/ocaml-modules/zmq/default.nix index b92d8e6cb867..8ed1dd5e41c2 100644 --- a/pkgs/development/ocaml-modules/zmq/default.nix +++ b/pkgs/development/ocaml-modules/zmq/default.nix @@ -2,11 +2,11 @@ buildDunePackage rec { pname = "zmq"; - version = "5.2.1"; + version = "5.2.2"; src = fetchurl { url = "https://github.com/issuu/ocaml-zmq/releases/download/${version}/zmq-${version}.tbz"; - hash = "sha256-hVKfaTrUFqEBsv5hFB7JwsR630M0DKnqhB0QHpxcHKc="; + hash = "sha256-E7dOalD1ZIXvDVY6LSJ1xT0vW1HWOPIEQS33lKZt/2E="; }; buildInputs = [ czmq dune-configurator ]; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.zmq-lwt 5.2.1 -> 5.2.2 https://github.com/issuu/ocaml-zmq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-s3, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-s3/2024-03-14.log python311Packages.mypy-boto3-s3 1.34.14 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-s3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ap0sja4i636i6hg12fbzcgh4dzncnxb5-packages.json.drv building '/nix/store/ap0sja4i636i6hg12fbzcgh4dzncnxb5-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-s3-1.34.14 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-s3-1.34.14: UPDATING ... - python3.11-mypy-boto3-s3-1.34.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-s3 1.34.14 -> 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 netcat-openbsd, using log file: /var/log/nixpkgs-update/netcat-openbsd/2024-03-14.log netcat-openbsd 1.219-1 -> 1.226_1 https://repology.org/project/netcat-openbsd-debian/versions attrpath: netcat-openbsd 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/6ddmy18zvjjfvcqavaf004sm3b11ij5s-source.drv building '/nix/store/6ddmy18zvjjfvcqavaf004sm3b11ij5s-source.drv'... trying https://salsa.debian.org/api/v4/projects/debian%2Fnetcat-openbsd/repository/archive.tar.gz?sha=refs%2Ftags%2Fdebian%2F1.226_1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 32 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'netcat-openbsd.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6ddmy18zvjjfvcqavaf004sm3b11ij5s-source.drv /nix/store/zxswb73sjc2zc3cr2rr8kc0bfim08mcy-netcat-openbsd-1.226_1.drv building '/nix/store/6ddmy18zvjjfvcqavaf004sm3b11ij5s-source.drv'... trying https://salsa.debian.org/api/v4/projects/debian%2Fnetcat-openbsd/repository/archive.tar.gz?sha=refs%2Ftags%2Fdebian%2F1.226_1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 32 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/6ddmy18zvjjfvcqavaf004sm3b11ij5s-source.drv' failed with exit code 1; last 7 log lines: > > trying https://salsa.debian.org/api/v4/projects/debian%2Fnetcat-openbsd/repository/archive.tar.gz?sha=refs%2Ftags%2Fdebian%2F1.226_1 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 32 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/6ddmy18zvjjfvcqavaf004sm3b11ij5s-source.drv'. error: 1 dependencies of derivation '/nix/store/zxswb73sjc2zc3cr2rr8kc0bfim08mcy-netcat-openbsd-1.226_1.drv' failed to build [result] Failed to update netcat-openbsd 1.219-1 -> 1.226_1 https://repology.org/project/netcat-openbsd-debian/versions [options] github_user: r-ryantm, pull_request: 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.MathRound 0.07 -> 0.08 https://repology.org/project/perl:math-round/versions [options] github_user: r-ryantm, pull_request: 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.MathGMPz 0.59 -> 0.61 https://repology.org/project/perl:math-gmpz/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Autotuner, using log file: /var/log/nixpkgs-update/rPackages.Autotuner/2024-03-14.log rPackages.Autotuner 1.7.0 -> 1.10.0 https://repology.org/project/r:autotuner/versions attrpath: rPackages.Autotuner Checking auto update branch... No auto update branch exists Old version 1.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.Autotuner 1.7.0 -> 1.10.0 https://repology.org/project/r:autotuner/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gopher, using log file: /var/log/nixpkgs-update/gopher/2024-03-14.log gopher 3.0.17 -> 3.0.17.3 https://repology.org/project/gopher/versions attrpath: gopher 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/arafg7xcy5hiccvy160i8g0mdx26xmf9-source.drv building '/nix/store/arafg7xcy5hiccvy160i8g0mdx26xmf9-source.drv'... trying https://github.com/jgoerzen/gopher/archive/release/3.0.17.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 'gopher.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/arafg7xcy5hiccvy160i8g0mdx26xmf9-source.drv /nix/store/vrv9p7aad8kq34i17lfk4jxk4fpsd87p-gopher-3.0.17.3.drv building '/nix/store/arafg7xcy5hiccvy160i8g0mdx26xmf9-source.drv'... trying https://github.com/jgoerzen/gopher/archive/release/3.0.17.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/arafg7xcy5hiccvy160i8g0mdx26xmf9-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/jgoerzen/gopher/archive/release/3.0.17.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/arafg7xcy5hiccvy160i8g0mdx26xmf9-source.drv'. error: 1 dependencies of derivation '/nix/store/vrv9p7aad8kq34i17lfk4jxk4fpsd87p-gopher-3.0.17.3.drv' failed to build [result] Failed to update gopher 3.0.17 -> 3.0.17.3 https://repology.org/project/gopher/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.quickcheck-quid, using log file: /var/log/nixpkgs-update/haskellPackages.quickcheck-quid/2024-03-14.log haskellPackages.quickcheck-quid 0.0.1 -> 0.0.1.1 https://repology.org/project/haskell:quickcheck-quid/versions attrpath: haskellPackages.quickcheck-quid Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.quickcheck-quid 0.0.1 -> 0.0.1.1 https://repology.org/project/haskell:quickcheck-quid/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nabi, using log file: /var/log/nixpkgs-update/nabi/2024-03-14.log nabi 1.0.0 -> 1.0.1 https://repology.org/project/nabi/versions attrpath: nabi 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/w9pm8w8zj6msjy8vh86gkmgpzn294qq8-nabi-1.0.1.tar.gz.drv building '/nix/store/w9pm8w8zj6msjy8vh86gkmgpzn294qq8-nabi-1.0.1.tar.gz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/nabi/nabi-1.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download nabi-1.0.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 'nabi.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/w9pm8w8zj6msjy8vh86gkmgpzn294qq8-nabi-1.0.1.tar.gz.drv /nix/store/5ar3bwahhy9g8srd2c4rv7q0zl4zr5q9-nabi-1.0.1.drv this path will be fetched (1.77 MiB download, 6.26 MiB unpacked): /nix/store/q9pzflyp1w272gfzlqh3qp5k2cgsfbvx-libhangul-0.1.0 copying path '/nix/store/q9pzflyp1w272gfzlqh3qp5k2cgsfbvx-libhangul-0.1.0' from 'https://cache.nixos.org'... building '/nix/store/w9pm8w8zj6msjy8vh86gkmgpzn294qq8-nabi-1.0.1.tar.gz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/nabi/nabi-1.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download nabi-1.0.1.tar.gz from any mirror error: builder for '/nix/store/w9pm8w8zj6msjy8vh86gkmgpzn294qq8-nabi-1.0.1.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/nabi/nabi-1.0.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download nabi-1.0.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/w9pm8w8zj6msjy8vh86gkmgpzn294qq8-nabi-1.0.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/5ar3bwahhy9g8srd2c4rv7q0zl4zr5q9-nabi-1.0.1.drv' failed to build [result] Failed to update nabi 1.0.0 -> 1.0.1 https://repology.org/project/nabi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.misty, using log file: /var/log/nixpkgs-update/rPackages.misty/2024-03-14.log rPackages.misty 0.5.4 -> 0.6.2 https://repology.org/project/r:misty/versions attrpath: rPackages.misty Checking auto update branch... No auto update branch exists Old version 0.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.misty 0.5.4 -> 0.6.2 https://repology.org/project/r:misty/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.blobfile, using log file: /var/log/nixpkgs-update/python312Packages.blobfile/2024-03-14.log python312Packages.blobfile 2.0.2 -> 2.1.0 https://github.com/christopher-hesse/blobfile/releases attrpath: python312Packages.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] Success [updateScript] this derivation will be built: /nix/store/fk4lc1vcs37150gq47hjjcvbdn52w07v-packages.json.drv building '/nix/store/fk4lc1vcs37150gq47hjjcvbdn52w07v-packages.json.drv'... Going to be running update for following packages: - python3.12-blobfile-2.0.2 Press Enter key to continue... Running update for: - python3.12-blobfile-2.0.2: UPDATING ... - python3.12-blobfile-2.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/blobfile/default.nix b/pkgs/development/python-modules/blobfile/default.nix index 9c99c8502774..039468acca4a 100644 --- a/pkgs/development/python-modules/blobfile/default.nix +++ b/pkgs/development/python-modules/blobfile/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "blobfile"; - version = "2.0.2"; + version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "christopher-hesse"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-vVoiNIN/LNdbedaOQ+gtj4jhzmrGri49fftHKG+K/fg="; + hash = "sha256-VBh1JMP+8FEqD0uXpxA5RRMFH9XIUb4FUgsPq3vZWHM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.0.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , filelock , lxml , pycryptodomex , pythonOlder , urllib3 }: buildPythonPackage rec { pname = "blobfile"; version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "christopher-hesse"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-VBh1JMP+8FEqD0uXpxA5RRMFH9XIUb4FUgsPq3vZWHM="; }; propagatedBuildInputs = [ pycryptodomex filelock urllib3 lxml ]; # Tests require a running Docker instance doCheck = false; pythonImportsCheck = [ "blobfile" ]; meta = with lib; { description = "Read Google Cloud Storage, Azure Blobs, and local paths with the same interface"; homepage = "https://github.com/christopher-hesse/blobfile"; changelog = "https://github.com/christopher-hesse/blobfile/blob/v${version}/CHANGES.md"; license = licenses.unlicense; maintainers = with maintainers; [ happysalada ]; }; } [result] Failed to update python312Packages.blobfile 2.0.2 -> 2.1.0 https://github.com/christopher-hesse/blobfile/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.glmmPen, using log file: /var/log/nixpkgs-update/rPackages.glmmPen/2024-03-14.log rPackages.glmmPen 1.5.3.4 -> 1.5.4.4 https://repology.org/project/r:glmmpen/versions attrpath: rPackages.glmmPen Checking auto update branch... No auto update branch exists Old version 1.5.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.glmmPen 1.5.3.4 -> 1.5.4.4 https://repology.org/project/r:glmmpen/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.redis-glob, using log file: /var/log/nixpkgs-update/haskellPackages.redis-glob/2024-03-14.log haskellPackages.redis-glob 0.1.0.6 -> 0.1.0.7 https://repology.org/project/haskell:redis-glob/versions attrpath: haskellPackages.redis-glob Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.redis-glob 0.1.0.6 -> 0.1.0.7 https://repology.org/project/haskell:redis-glob/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mccs, using log file: /var/log/nixpkgs-update/ocamlPackages.mccs/2024-03-14.log ocamlPackages.mccs 1.1+13 -> 1.1+17 https://github.com/AltGr/ocaml-mccs/releases attrpath: ocamlPackages.mccs 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/mccs/default.nix b/pkgs/development/ocaml-modules/mccs/default.nix index 50abdf631db8..53969e2339a5 100644 --- a/pkgs/development/ocaml-modules/mccs/default.nix +++ b/pkgs/development/ocaml-modules/mccs/default.nix @@ -2,13 +2,13 @@ buildDunePackage rec { pname = "mccs"; - version = "1.1+13"; + version = "1.1+17"; src = fetchFromGitHub { owner = "AltGr"; repo = "ocaml-mccs"; rev = version; - sha256 = "sha256-K249E9qkWNK4BC+ynaR3bVEyu9Tk8iCE7GptKk/aVJc="; + sha256 = "sha256-0NZF2W/eWwZRXnMJh9LmOdbE/CRDYeLUUx6ty4irP6U="; }; useDune2 = true; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.mccs 1.1+13 -> 1.1+17 https://github.com/AltGr/ocaml-mccs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CountsEPPM, using log file: /var/log/nixpkgs-update/rPackages.CountsEPPM/2024-03-14.log rPackages.CountsEPPM 3.0 -> 3.1 https://repology.org/project/r:countseppm/versions attrpath: rPackages.CountsEPPM Checking auto update branch... No auto update branch exists Old version 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.CountsEPPM 3.0 -> 3.1 https://repology.org/project/r:countseppm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ggrepel, using log file: /var/log/nixpkgs-update/rPackages.ggrepel/2024-03-14.log rPackages.ggrepel 0.9.4 -> 0.9.5 https://repology.org/project/r:ggrepel/versions attrpath: rPackages.ggrepel 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.ggrepel 0.9.4 -> 0.9.5 https://repology.org/project/r:ggrepel/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ibus-engines.mozc, using log file: /var/log/nixpkgs-update/ibus-engines.mozc/2024-03-14.log ibus-engines.mozc 2.29.5268.102 -> 2.29.5400.102 https://repology.org/project/ibus-mozc/versions attrpath: ibus-engines.mozc 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 ibus-engines.mozc 2.29.5268.102 -> 2.29.5400.102 https://repology.org/project/ibus-mozc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-filter-subpackage, using log file: /var/log/nixpkgs-update/python312Packages.pytest-filter-subpackage/2024-03-14.log python312Packages.pytest-filter-subpackage 0.1.2 -> 0.2.0 https://github.com/astropy/pytest-filter-subpackage/releases attrpath: python312Packages.pytest-filter-subpackage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zabcac25a285g6nq5fnfmpiaw4c9fy62-packages.json.drv building '/nix/store/zabcac25a285g6nq5fnfmpiaw4c9fy62-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-filter-subpackage-0.1.2 Press Enter key to continue... Running update for: - python3.12-pytest-filter-subpackage-0.1.2: UPDATING ... - python3.12-pytest-filter-subpackage-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-filter-subpackage/default.nix b/pkgs/development/python-modules/pytest-filter-subpackage/default.nix index 054170408be6..af173182f313 100644 --- a/pkgs/development/python-modules/pytest-filter-subpackage/default.nix +++ b/pkgs/development/python-modules/pytest-filter-subpackage/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "pytest-filter-subpackage"; - version = "0.1.2"; + version = "0.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-H66jZxeAPlJFiNbBCdJtINOzRCLo1qloEnWJd9ygF4I="; + hash = "sha256-P0aPGzZRgSiGm5Xeq2YbpF7WKThUMp/vFNpMjKx4r1Y="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.1.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytest , pytest-cov , pytest-doctestplus , pytestCheckHook , pythonOlder , setuptools-scm }: buildPythonPackage rec { pname = "pytest-filter-subpackage"; version = "0.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-P0aPGzZRgSiGm5Xeq2YbpF7WKThUMp/vFNpMjKx4r1Y="; }; nativeBuildInputs = [ setuptools-scm ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ pytest-doctestplus pytest-cov ]; nativeCheckInputs = [ pytestCheckHook ]; # missing some files disabledTests = [ "with_rst" ]; meta = with lib; { description = "Meta-package containing dependencies for testing"; homepage = "https://github.com/astropy/pytest-filter-subpackage"; changelog = "https://github.com/astropy/pytest-filter-subpackage/blob/v${version}/CHANGES.rst"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; } [result] Failed to update python312Packages.pytest-filter-subpackage 0.1.2 -> 0.2.0 https://github.com/astropy/pytest-filter-subpackage/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-mssql-health, using log file: /var/log/nixpkgs-update/check-mssql-health/2024-03-14.log check-mssql-health 2.6.4.15 -> 2.7.6.1 https://repology.org/project/check-mssql-health/versions attrpath: check-mssql-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-mssql-health 2.6.4.15 -> 2.7.6.1 https://repology.org/project/check-mssql-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 xf86_input_cmt, using log file: /var/log/nixpkgs-update/xf86_input_cmt/2024-03-14.log xf86_input_cmt 2.0.2 -> 3.0 https://repology.org/project/xdrv:cmt/versions attrpath: xf86_input_cmt 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/cps44q4qq87pxd2bh02yikjq5mh1nbgr-source.drv waiting for lock on '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source'... building '/nix/store/cps44q4qq87pxd2bh02yikjq5mh1nbgr-source.drv'... trying https://github.com/hugegreenbug/xf86-input-cmt/archive/v3.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:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'xf86_input_cmt.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/cps44q4qq87pxd2bh02yikjq5mh1nbgr-source.drv /nix/store/lajnm2w0gigflwwlb0h8w80llax394v8-xf86-input-cmt-3.0.drv these 3 paths will be fetched (0.23 MiB download, 1.15 MiB unpacked): /nix/store/sfm7g9571nvf1p0mlhi6ia94y0mqlddg-libevdevc-2.0.1 /nix/store/vsff084ddcilgy4d7hh50hz67z77v31g-libgestures-2.0.1 /nix/store/x84x2j2gk6kss8a4z9vw1cq6gbj3a29r-util-macros-1.20.0 copying path '/nix/store/sfm7g9571nvf1p0mlhi6ia94y0mqlddg-libevdevc-2.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/vsff084ddcilgy4d7hh50hz67z77v31g-libgestures-2.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/x84x2j2gk6kss8a4z9vw1cq6gbj3a29r-util-macros-1.20.0' from 'https://cache.nixos.org'... building '/nix/store/cps44q4qq87pxd2bh02yikjq5mh1nbgr-source.drv'... trying https://github.com/hugegreenbug/xf86-input-cmt/archive/v3.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/cps44q4qq87pxd2bh02yikjq5mh1nbgr-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/hugegreenbug/xf86-input-cmt/archive/v3.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/cps44q4qq87pxd2bh02yikjq5mh1nbgr-source.drv'. error: 1 dependencies of derivation '/nix/store/lajnm2w0gigflwwlb0h8w80llax394v8-xf86-input-cmt-3.0.drv' failed to build [result] Failed to update xf86_input_cmt 2.0.2 -> 3.0 https://repology.org/project/xdrv:cmt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shaka-packager, using log file: /var/log/nixpkgs-update/shaka-packager/2024-03-14.log shaka-packager 2.6.1 -> 3.0.3 https://github.com/shaka-project/shaka-packager/releases attrpath: shaka-packager 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 shaka-packager 2.6.1 -> 3.0.3 https://github.com/shaka-project/shaka-packager/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.riskmetric, using log file: /var/log/nixpkgs-update/rPackages.riskmetric/2024-03-14.log rPackages.riskmetric 0.2.3 -> 0.2.4 https://repology.org/project/r:riskmetric/versions attrpath: rPackages.riskmetric Checking auto update branch... No auto update branch exists Old version 0.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.riskmetric 0.2.3 -> 0.2.4 https://repology.org/project/r:riskmetric/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tar2ext4, using log file: /var/log/nixpkgs-update/tar2ext4/2024-03-14.log tar2ext4 0.11.4 -> 0.12.0 https://github.com/microsoft/hcsshim/releases attrpath: tar2ext4 Checking auto update branch... An auto update branch exists with message `tar2ext4: 0.11.4 -> 0.12.0`. New version is 0.12.0. An auto update branch exists with an equal or greater version [result] Failed to update tar2ext4 0.11.4 -> 0.12.0 https://github.com/microsoft/hcsshim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath djmount, using log file: /var/log/nixpkgs-update/djmount/2024-03-14.log djmount 0.71 -> 0.71.1 https://repology.org/project/djmount/versions attrpath: djmount 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/2bqvizhnp47c7myrr7yydk5mvvrgd8rc-djmount-0.71.1.tar.gz.drv building '/nix/store/2bqvizhnp47c7myrr7yydk5mvvrgd8rc-djmount-0.71.1.tar.gz.drv'... trying https://downloads.sourceforge.net/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1278 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/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 318 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download djmount-0.71.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 'djmount.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/2bqvizhnp47c7myrr7yydk5mvvrgd8rc-djmount-0.71.1.tar.gz.drv /nix/store/ayjhzxl0pap030lk4yvrr5dmkdz675g0-djmount-0.71.1.drv building '/nix/store/2bqvizhnp47c7myrr7yydk5mvvrgd8rc-djmount-0.71.1.tar.gz.drv'... trying https://downloads.sourceforge.net/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1215 0 --:--:-- --:--:-- --:--:-- 1210 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/djmount/0.71.1/djmount-0.71.1.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/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 318 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download djmount-0.71.1.tar.gz from any mirror error: builder for '/nix/store/2bqvizhnp47c7myrr7yydk5mvvrgd8rc-djmount-0.71.1.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/djmount/0.71.1/djmount-0.71.1.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/djmount/0.71.1/djmount-0.71.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 318 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/djmount/0.71.1/djmount-0.71.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download djmount-0.71.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/2bqvizhnp47c7myrr7yydk5mvvrgd8rc-djmount-0.71.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/ayjhzxl0pap030lk4yvrr5dmkdz675g0-djmount-0.71.1.drv' failed to build [result] Failed to update djmount 0.71 -> 0.71.1 https://repology.org/project/djmount/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath audio-recorder, using log file: /var/log/nixpkgs-update/audio-recorder/2024-03-14.log audio-recorder 2.1.3 -> 3.3.4 https://repology.org/project/audio-recorder/versions attrpath: audio-recorder 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/krhvabxgv6vfs13lycc16dhwgfd5v2x1-audio-recorder-3.3.4.tar.gz.drv building '/nix/store/krhvabxgv6vfs13lycc16dhwgfd5v2x1-audio-recorder-3.3.4.tar.gz.drv'... trying https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+files/audio-recorder_3.3.4%7Ebionic.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10366 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download audio-recorder-3.3.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 'audio-recorder.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/krhvabxgv6vfs13lycc16dhwgfd5v2x1-audio-recorder-3.3.4.tar.gz.drv /nix/store/jya9vb06918fvhlcw4k25vny1qjh7ar8-audio-recorder-3.3.4.drv building '/nix/store/krhvabxgv6vfs13lycc16dhwgfd5v2x1-audio-recorder-3.3.4.tar.gz.drv'... trying https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+files/audio-recorder_3.3.4%7Ebionic.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10366 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download audio-recorder-3.3.4.tar.gz from any mirror error: builder for '/nix/store/krhvabxgv6vfs13lycc16dhwgfd5v2x1-audio-recorder-3.3.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+files/audio-recorder_3.3.4%7Ebionic.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10366 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download audio-recorder-3.3.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/krhvabxgv6vfs13lycc16dhwgfd5v2x1-audio-recorder-3.3.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/jya9vb06918fvhlcw4k25vny1qjh7ar8-audio-recorder-3.3.4.drv' failed to build [result] Failed to update audio-recorder 2.1.3 -> 3.3.4 https://repology.org/project/audio-recorder/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pim6sd, using log file: /var/log/nixpkgs-update/pim6sd/2024-03-14.log pim6sd 2019-05-31 -> 20031021a https://repology.org/project/pim6sd/versions attrpath: pim6sd 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/pim6sd/default.nix b/pkgs/servers/pim6sd/default.nix index e1bc6ce48ff4..a46ff5192ceb 100644 --- a/pkgs/servers/pim6sd/default.nix +++ b/pkgs/servers/pim6sd/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "pim6sd"; - version = "unstable-2019-05-31"; + version = "unstable-20031021a"; src = fetchFromGitHub { owner = "troglobit"; repo = "pim6sd"; rev = "fa3909529981dd705ba9ead0517222c30c581a4e"; - sha256 = "0x7dyark2mp9xqz9cnmmgaf0z143vxn2835clllpji4ylg77zdjw"; + sha256 = "sha256-XLZ/zqOeRHkppawMJGzfg4QPnHq1WpY+7ulWMbPy7XQ="; }; nativeBuildInputs = [ autoreconfHook bison flex ]; Source url did not change. [result] Failed to update pim6sd 2019-05-31 -> 20031021a https://repology.org/project/pim6sd/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ac-rtags, using log file: /var/log/nixpkgs-update/emacsPackages.ac-rtags/2024-03-14.log emacsPackages.ac-rtags 2.38 -> 3.23 https://repology.org/project/emacs:ac-rtags/versions attrpath: emacsPackages.ac-rtags Checking auto update branch... No auto update branch exists Old version 2.38" not present in master derivation file with contents: /* # Updating To update the list of packages from MELPA, 1. Run `./update-melpa` 2. Check for evaluation errors: # "../../../../../" points to the default.nix from root of Nixpkgs tree env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../../ -A emacs.pkgs.melpaStablePackages env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../../ -A emacs.pkgs.melpaPackages 3. Run `git commit -m "melpa-packages $(date -Idate)" recipes-archive-melpa.json` ## Update from overlay Alternatively, run the following command: ./update-from-overlay It will update both melpa and elpa packages using https://github.com/nix-community/emacs-overlay. It's almost instantenous and formats commits for you. */ { lib, pkgs }: variant: self: let dontConfigure = pkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { dontConfigure = true; }); }) else null; markBroken = pkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { meta = (drv.meta or { }) // { broken = true; }; }); }) else null; externalSrc = pkg: epkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { inherit (epkg) src version; propagatedUserEnvPkgs = [ epkg ]; }); }) else null; buildWithGit = pkg: pkg.overrideAttrs (attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); fix-rtags = pkg: if pkg != null then dontConfigure (externalSrc pkg pkgs.rtags) else null; generateMelpa = lib.makeOverridable ({ archiveJson ? ./recipes-archive-melpa.json }: let inherit (import ./libgenerated.nix lib self) melpaDerivation; super = ( lib.listToAttrs (builtins.filter (s: s != null) (map (melpaDerivation variant) (lib.importJSON archiveJson) ) ) ); overrides = lib.optionalAttrs (variant == "stable") { # upstream issue: missing file header abridge-diff = if super.abridge-diff.version == "0.1" then markBroken super.abridge-diff else super.abridge-diff; # upstream issue: missing file header bufshow = markBroken super.bufshow; # upstream issue: missing file header speech-tagger = markBroken super.speech-tagger; # upstream issue: missing file header textmate = markBroken super.textmate; # upstream issue: missing file header window-numbering = markBroken super.window-numbering; # upstream issue: missing file header voca-builder = markBroken super.voca-builder; # upstream issue: missing file header initsplit = markBroken super.initsplit; # upstream issue: missing file header jsfmt = markBroken super.jsfmt; # upstream issue: missing file header maxframe = markBroken super.maxframe; # upstream issue: missing file header connection = markBroken super.connection; # upstream issue: missing file header dictionary = markBroken super.dictionary; # upstream issue: missing file header fold-dwim = if super.fold-dwim.version == "1.2" then markBroken super.fold-dwim else super.fold-dwim; # upstream issue: missing file header gl-conf-mode = if super.gl-conf-mode.version == "0.3" then markBroken super.gl-conf-mode else super.gl-conf-mode; # upstream issue: missing file header ligo-mode = if super.ligo-mode.version == "0.3" then markBroken super.ligo-mode else null; # auto-updater is failing; use manual one # upstream issue: missing file header link = markBroken super.link; # upstream issue: missing file header org-dp = if super.org-dp.version == "1" then markBroken super.org-dp else super.org-dp; # upstream issue: missing file header revbufs = if super.revbufs.version == "1.2" then markBroken super.revbufs else super.revbufs; # upstream issue: missing file header elmine = markBroken super.elmine; # upstream issue: missing file header ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen; } // { # Expects bash to be at /bin/bash ac-rtags = fix-rtags super.ac-rtags; airline-themes = super.airline-themes.override { inherit (self.melpaPackages) powerline; }; auto-complete-clang-async = super.auto-complete-clang-async.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.llvmPackages.llvm ]; CFLAGS = "-I${pkgs.llvmPackages.libclang.lib}/include"; LDFLAGS = "-L${pkgs.llvmPackages.libclang.lib}/lib"; }); # part of a larger package caml = dontConfigure super.caml; # part of a larger package # upstream issue: missing package version cmake-mode = dontConfigure super.cmake-mode; company-rtags = fix-rtags super.company-rtags; easy-kill-extras = super.easy-kill-extras.override { inherit (self.melpaPackages) easy-kill; }; dune = dontConfigure super.dune; emacsql = super.emacsql.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.sqlite ]; postBuild = '' cd source/sqlite make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' install -m=755 -D source/sqlite/emacsql-sqlite \ $out/share/emacs/site-lisp/elpa/emacsql-${old.version}/sqlite/emacsql-sqlite ''; stripDebugList = [ "share" ]; }); emacsql-sqlite = super.emacsql-sqlite.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.sqlite ]; postBuild = '' cd source/sqlite make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' install -m=755 -D source/sqlite/emacsql-sqlite \ $out/share/emacs/site-lisp/elpa/emacsql-sqlite-${old.version}/sqlite/emacsql-sqlite ''; stripDebugList = [ "share" ]; }); epkg = super.epkg.overrideAttrs (old: { postPatch = '' substituteInPlace lisp/epkg.el \ --replace '(call-process "sqlite3"' '(call-process "${pkgs.sqlite}/bin/sqlite3"' ''; }); erlang = super.erlang.overrideAttrs (attrs: { buildInputs = attrs.buildInputs ++ [ pkgs.perl pkgs.ncurses ]; }); # https://github.com/syl20bnr/evil-escape/pull/86 evil-escape = super.evil-escape.overrideAttrs (attrs: { postPatch = '' substituteInPlace evil-escape.el \ --replace ' ;;; evil' ';;; evil' ''; packageRequires = with self; [ evil ]; }); ess-R-data-view = super.ess-R-data-view.override { inherit (self.melpaPackages) ess ctable popup; }; flycheck-rtags = fix-rtags super.flycheck-rtags; pdf-tools = super.pdf-tools.overrideAttrs (old: { # Temporary work around for: # - https://github.com/vedang/pdf-tools/issues/102 # - https://github.com/vedang/pdf-tools/issues/103 # - https://github.com/vedang/pdf-tools/issues/109 CXXFLAGS = "-std=c++17"; nativeBuildInputs = [ pkgs.autoconf pkgs.automake pkgs.pkg-config pkgs.removeReferencesTo ]; buildInputs = old.buildInputs ++ [ pkgs.libpng pkgs.zlib pkgs.poppler ]; preBuild = '' make server/epdfinfo remove-references-to ${lib.concatStringsSep " " ( map (output: "-t " + output) ( [ pkgs.glib.dev pkgs.libpng.dev pkgs.poppler.dev pkgs.zlib.dev pkgs.cairo.dev ] ++ lib.optional pkgs.stdenv.isLinux pkgs.stdenv.cc.libc.dev ) )} server/epdfinfo ''; recipe = pkgs.writeText "recipe" '' (pdf-tools :repo "politza/pdf-tools" :fetcher github :files ("lisp/pdf-*.el" "server/epdfinfo")) ''; }); # Build same version as Haskell package hindent = (externalSrc super.hindent pkgs.haskellPackages.hindent).overrideAttrs (attrs: { packageRequires = [ self.haskell-mode ]; }); hotfuzz = super.hotfuzz.overrideAttrs (old: { nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.cmake ]; dontUseCmakeBuildDir = true; preBuild = '' make -j$NIX_BUILD_CORES ''; postInstall = (old.postInstall or "") + "\n" + '' install source/hotfuzz-module.so $out/share/emacs/site-lisp/elpa/hotfuzz-* ''; }); irony = super.irony.overrideAttrs (old: { cmakeFlags = old.cmakeFlags or [ ] ++ [ "-DCMAKE_INSTALL_BINDIR=bin" ]; env.NIX_CFLAGS_COMPILE = "-UCLANG_RESOURCE_DIR"; preConfigure = '' cd server ''; preBuild = '' make install -D bin/irony-server $out/bin/irony-server cd .. ''; checkPhase = '' cd source/server make check cd ../.. ''; preFixup = '' rm -rf $out/share/emacs/site-lisp/elpa/*/server ''; dontUseCmakeBuildDir = true; doCheck = pkgs.stdenv.isLinux; packageRequires = [ self.emacs ]; buildInputs = [ pkgs.llvmPackages.libclang self.emacs ]; nativeBuildInputs = [ pkgs.cmake pkgs.llvmPackages.llvm ]; }); # tries to write a log file to $HOME insert-shebang = super.insert-shebang.overrideAttrs (attrs: { HOME = "/tmp"; }); ivy-rtags = fix-rtags super.ivy-rtags; jinx = super.jinx.overrideAttrs (old: let libExt = pkgs.stdenv.hostPlatform.extensions.sharedLibrary; in { nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.pkg-config ]; buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.enchant2 ]; postBuild = '' pushd working/jinx NIX_CFLAGS_COMPILE="$($PKG_CONFIG --cflags enchant-2) $NIX_CFLAGS_COMPILE" $CC -shared -o jinx-mod${libExt} jinx-mod.c -lenchant-2 popd ''; postInstall = (old.postInstall or "") + "\n" + '' pushd source outd=$(echo $out/share/emacs/site-lisp/elpa/jinx-*) install -m444 --target-directory=$outd jinx-mod${libExt} rm $outd/jinx-mod.c $outd/emacs-module.h popd ''; meta = old.meta // { maintainers = [ lib.maintainers.DamienCassou ]; }; }); sqlite3 = super.sqlite3.overrideAttrs (old: { buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.sqlite ]; postBuild = '' pushd working/sqlite3 make popd ''; postInstall = (old.postInstall or "") + "\n" + '' pushd source outd=$out/share/emacs/site-lisp/elpa/sqlite3-* install -m444 -t $outd sqlite3-api.so rm $outd/*.c $outd/*.h popd ''; meta = old.meta // { maintainers = [ lib.maintainers.DamienCassou ]; }; }); libgit = super.libgit.overrideAttrs(attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or []) ++ [ pkgs.cmake ]; buildInputs = attrs.buildInputs ++ [ pkgs.libgit2 ]; dontUseCmakeBuildDir = true; postPatch = '' sed -i s/'add_subdirectory(libgit2)'// CMakeLists.txt ''; postBuild = '' pushd working/libgit make popd ''; postInstall = (attrs.postInstall or "") + "\n" + '' outd=$(echo $out/share/emacs/site-lisp/elpa/libgit-**) mkdir $outd/build install -m444 -t $outd/build ./source/src/libegit2.so rm -r $outd/src $outd/Makefile $outd/CMakeLists.txt ''; }); evil-magit = buildWithGit super.evil-magit; eopengrok = buildWithGit super.eopengrok; forge = buildWithGit super.forge; magit = buildWithGit super.magit; magit-find-file = buildWithGit super.magit-find-file; magit-gh-pulls = buildWithGit super.magit-gh-pulls; magit-imerge = buildWithGit super.magit-imerge; magit-lfs = buildWithGit super.magit-lfs; magit-org-todos = buildWithGit super.magit-org-todos; magit-tbdiff = buildWithGit super.magit-tbdiff; magit-topgit = buildWithGit super.magit-topgit; magit-vcsh = buildWithGit super.magit-vcsh; magit-gerrit = buildWithGit super.magit-gerrit; magit-annex = buildWithGit super.magit-annex; magit-todos = buildWithGit super.magit-todos; magit-filenotify = buildWithGit super.magit-filenotify; magit-gitflow = buildWithGit super.magit-gitflow; magithub = buildWithGit super.magithub; magit-svn = buildWithGit super.magit-svn; kubernetes = buildWithGit super.kubernetes; kubernetes-evil = buildWithGit super.kubernetes-evil; egg = buildWithGit super.egg; kapacitor = buildWithGit super.kapacitor; gerrit = buildWithGit super.gerrit; gerrit-download = buildWithGit super.gerrit-download; github-pullrequest = buildWithGit super.github-pullrequest; jist = buildWithGit super.jist; mandoku = buildWithGit super.mandoku; mandoku-tls = buildWithGit super.mandoku-tls; magit-p4 = buildWithGit super.magit-p4; magit-rbr = buildWithGit super.magit-rbr; magit-diff-flycheck = buildWithGit super.magit-diff-flycheck; magit-reviewboard = buildWithGit super.magit-reviewboard; magit-patch-changelog = buildWithGit super.magit-patch-changelog; magit-circleci = buildWithGit super.magit-circleci; magit-delta = buildWithGit super.magit-delta; orgit = buildWithGit super.orgit; orgit-forge = buildWithGit super.orgit-forge; ox-rss = buildWithGit super.ox-rss; python-isort = super.python-isort.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace python-isort.el \ --replace '-isort-command "isort"' '-isort-command "${lib.getExe pkgs.isort}"' ''; }); # upstream issue: missing file header mhc = super.mhc.override { inherit (self.melpaPackages) calfw; }; # missing .NET nemerle = markBroken super.nemerle; # part of a larger package notmuch = dontConfigure super.notmuch; pikchr-mode = super.pikchr-mode.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace pikchr-mode.el \ --replace '"pikchr")' '"${lib.getExe pkgs.pikchr}")' ''; }); rtags = dontConfigure (externalSrc super.rtags pkgs.rtags); rtags-xref = dontConfigure super.rtags; rime = super.rime.overrideAttrs (old: { buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.librime ]; preBuild = (old.preBuild or "") + '' make lib mkdir -p /build/rime-lib cp *.so /build/rime-lib ''; postInstall = (old.postInstall or "") + '' install -m444 -t $out/share/emacs/site-lisp/elpa/rime-* /build/rime-lib/*.so ''; }); shm = super.shm.overrideAttrs (attrs: { propagatedUserEnvPkgs = [ pkgs.haskellPackages.structured-haskell-mode ]; }); # Telega has a server portion for it's network protocol telega = super.telega.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.tdlib ]; nativeBuildInputs = [ pkgs.pkg-config ]; postPatch = '' substituteInPlace telega-customize.el \ --replace 'defcustom telega-server-command "telega-server"' \ "defcustom telega-server-command \"$out/bin/telega-server\"" substituteInPlace telega-sticker.el --replace '"dwebp' '"${pkgs.libwebp}/bin/dwebp' substituteInPlace telega-sticker.el --replace '"ffmpeg' '"${pkgs.ffmpeg}/bin/ffmpeg' substituteInPlace telega-vvnote.el --replace '"ffmpeg' '"${pkgs.ffmpeg}/bin/ffmpeg' ''; postBuild = '' cd source/server make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' mkdir -p $out/bin install -m755 -Dt $out/bin ./source/server/telega-server ''; }); tokei = super.tokei.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace tokei.el \ --replace 'tokei-program "tokei"' 'tokei-program "${lib.getExe pkgs.tokei}"' ''; }); treemacs-magit = super.treemacs-magit.overrideAttrs (attrs: { # searches for Git at build time nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); typst-mode = super.typst-mode.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace typst-mode.el \ --replace 'typst-executable-location "typst"' 'typst-executable-location "${lib.getExe pkgs.typst}"' ''; }); vdiff-magit = super.vdiff-magit.overrideAttrs (attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); zmq = super.zmq.overrideAttrs (old: { stripDebugList = [ "share" ]; preBuild = '' export EZMQ_LIBDIR=$(mktemp -d) make ''; nativeBuildInputs = [ pkgs.autoconf pkgs.automake pkgs.pkg-config pkgs.libtool (pkgs.zeromq.override { enableDrafts = true; }) ]; postInstall = (old.postInstall or "") + "\n" + '' mv $EZMQ_LIBDIR/emacs-zmq.* $out/share/emacs/site-lisp/elpa/zmq-* rm -r $out/share/emacs/site-lisp/elpa/zmq-*/src rm $out/share/emacs/site-lisp/elpa/zmq-*/Makefile ''; }); # Map legacy renames from emacs2nix since code generation was ported to emacs lisp _0blayout = super."0blayout"; desktop-plus = super."desktop+"; ghub-plus = super."ghub+"; git-gutter-plus = super."git-gutter+"; git-gutter-fringe-plus = super."git-gutter-fringe+"; ido-completing-read-plus = super."ido-completing-read+"; image-plus = super."image+"; image-dired-plus = super."image-dired+"; markdown-mode-plus = super."markdown-mode+"; package-plus = super."package+"; rect-plus = super."rect+"; # upstream issue: missing file header instapaper = markBroken super.instapaper; # upstream issue: doesn't build magit-stgit = markBroken super.magit-stgit; # upstream issue: missing file header melancholy-theme = markBroken super.melancholy-theme; # upstream issue: doesn't build eterm-256color = markBroken super.eterm-256color; # upstream issue: doesn't build per-buffer-theme = markBroken super.per-buffer-theme; # upstream issue: missing file header qiita = markBroken super.qiita; # upstream issue: missing file header sql-presto = markBroken super.sql-presto; editorconfig = super.editorconfig.overrideAttrs (attrs: { propagatedUserEnvPkgs = [ pkgs.editorconfig-core-c ]; }); # missing dependencies evil-search-highlight-persist = super.evil-search-highlight-persist.overrideAttrs (attrs: { packageRequires = with self; [ evil highlight ]; }); hamlet-mode = super.hamlet-mode.overrideAttrs (attrs: { patches = [ # Fix build; maintainer email fails to parse (pkgs.fetchpatch { url = "https://github.com/lightquake/hamlet-mode/commit/253495d1330d6ec88d97fac136c78f57c650aae0.patch"; sha256 = "dSxS5yuXzCW96CUyvJWwjkhf1FMGBfiKKoBxeDVdz9Y="; }) ]; }); helm-rtags = fix-rtags super.helm-rtags; # tries to write to $HOME php-auto-yasnippets = super.php-auto-yasnippets.overrideAttrs (attrs: { HOME = "/tmp"; }); racer = super.racer.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace racer.el \ --replace /usr/local/src/rust/src ${pkgs.rustPlatform.rustcSrc} ''; }); spaceline = super.spaceline.override { inherit (self.melpaPackages) powerline; }; vterm = super.vterm.overrideAttrs (old: { nativeBuildInputs = [ pkgs.cmake ]; buildInputs = old.buildInputs ++ [ self.emacs pkgs.libvterm-neovim ]; cmakeFlags = [ "-DEMACS_SOURCE=${self.emacs.src}" "-DUSE_SYSTEM_LIBVTERM=ON" ]; # we need the proper out directory to exist, so we do this in the # postInstall instead of postBuild postInstall = (old.postInstall or "") + "\n" + '' pushd source/build >/dev/null make install -m444 -t $out/share/emacs/site-lisp/elpa/vterm-** ../*.so popd > /dev/null rm -rf $out/share/emacs/site-lisp/elpa/vterm-**/{CMake*,build,*.c,*.h} ''; }); w3m = super.w3m.override (args: { melpaBuild = drv: args.melpaBuild (drv // { prePatch = let w3m = "${lib.getBin pkgs.w3m}/bin/w3m"; in '' substituteInPlace w3m.el \ --replace 'defcustom w3m-command nil' \ 'defcustom w3m-command "${w3m}"' ''; }); }); wordnut = super.wordnut.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace wordnut.el \ --replace 'wordnut-cmd "wn"' 'wordnut-cmd "${lib.getExe pkgs.wordnet}"' ''; }); mozc = super.mozc.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace src/unix/emacs/mozc.el \ --replace '"mozc_emacs_helper"' '"${pkgs.ibus-engines.mozc}/lib/mozc/mozc_emacs_helper"' ''; }); # Build a helper executable that interacts with the macOS Dictionary.app osx-dictionary = if pkgs.stdenv.isDarwin then super.osx-dictionary.overrideAttrs (old: { buildInputs = old.buildInputs ++ (with pkgs.darwin.apple_sdk.frameworks; [CoreServices Foundation]); dontUnpack = false; buildPhase = (old.buildPhase or "") + '' cd source $CXX -O3 -framework CoreServices -framework Foundation osx-dictionary.m -o osx-dictionary-cli ''; postInstall = (old.postInstall or "") + "\n" + '' outd=$out/share/emacs/site-lisp/elpa/osx-dictionary-* mkdir -p $out/bin install -m444 -t $out/bin osx-dictionary-cli rm $outd/osx-dictionary.m ''; }) else super.osx-dictionary; }; in lib.mapAttrs (n: v: if lib.hasAttr n overrides then overrides.${n} else v) super); in (generateMelpa { }) // { __attrsFailEvaluation = true; } [result] Failed to update emacsPackages.ac-rtags 2.38 -> 3.23 https://repology.org/project/emacs:ac-rtags/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.procs, using log file: /var/log/nixpkgs-update/rPackages.procs/2024-03-14.log rPackages.procs 1.0.4 -> 1.0.6 https://repology.org/project/r:procs/versions attrpath: rPackages.procs 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.procs 1.0.4 -> 1.0.6 https://repology.org/project/r:procs/versions [options] github_user: r-ryantm, pull_request: 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.XSParseKeyword 0.38 -> 0.390.0 https://repology.org/project/perl:xs-parse-keyword/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath storm, using log file: /var/log/nixpkgs-update/storm/2024-03-14.log storm 2.4.0 -> 2.6.1 https://repology.org/project/apache-storm/versions attrpath: storm 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/computing/storm/default.nix b/pkgs/servers/computing/storm/default.nix index d4669488901a..f3ef46f7b307 100644 --- a/pkgs/servers/computing/storm/default.nix +++ b/pkgs/servers/computing/storm/default.nix @@ -7,12 +7,12 @@ stdenv.mkDerivation rec { pname = "apache-storm"; - version = "2.4.0"; + version = "2.6.1"; name = "${pname}-${version}"; src = fetchurl { url = "mirror://apache/storm/${name}/${name}.tar.gz"; - sha256 = "sha256-VFNcaISPBRMGR5l/P6/pGnK7lHClDW2AmXJ00gzxwMY="; + sha256 = "sha256-INodXwCTH5XsjwuFPh5FkAL4fBlfZbSFlR/9l0Nmj94="; }; nativeBuildInputs = [ zip unzip ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A storm Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . storm Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'apache-storm-2.6.1' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/storm/pkgs/stdenv/generic/make-derivation.nix:354:7 … while evaluating attribute 'fixupPhase' of derivation 'apache-storm-2.6.1' at /var/cache/nixpkgs-update/worker/worktree/storm/pkgs/servers/computing/storm/default.nix:30:3: 29| 30| fixupPhase = '' | ^ 31| # Fix python reference error: Package ‘python-2.7.18.7’ in /var/cache/nixpkgs-update/worker/worktree/storm/pkgs/development/interpreters/python/cpython/2.7/default.nix:335 is marked as insecure, refusing to evaluate. Known issues: - Python 2.7 has reached its end of life after 2020-01-01. See https://www.python.org/doc/sunset-python-2/. 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 ‘python-2.7.18.7’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "python-2.7.18.7" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘python-2.7.18.7’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "python-2.7.18.7" ]; } [result] Failed to update storm 2.4.0 -> 2.6.1 https://repology.org/project/apache-storm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsamplerate, using log file: /var/log/nixpkgs-update/libsamplerate/2024-03-14.log libsamplerate 0.1.9 -> 0.2.2 https://repology.org/project/libsamplerate/versions attrpath: libsamplerate 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/3j9n85vw8f8w46kjamkpdlkcf2yzwcsl-libsamplerate-0.2.2.tar.gz.drv building '/nix/store/3j9n85vw8f8w46kjamkpdlkcf2yzwcsl-libsamplerate-0.2.2.tar.gz.drv'... trying http://www.mega-nerd.com/SRC/libsamplerate-0.2.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libsamplerate-0.2.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 'libsamplerate.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/3j9n85vw8f8w46kjamkpdlkcf2yzwcsl-libsamplerate-0.2.2.tar.gz.drv /nix/store/8yj5myb8mfvyw3y866qvb7xm6qizlsj8-libsamplerate-0.2.2.drv building '/nix/store/3j9n85vw8f8w46kjamkpdlkcf2yzwcsl-libsamplerate-0.2.2.tar.gz.drv'... trying http://www.mega-nerd.com/SRC/libsamplerate-0.2.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libsamplerate-0.2.2.tar.gz from any mirror error: builder for '/nix/store/3j9n85vw8f8w46kjamkpdlkcf2yzwcsl-libsamplerate-0.2.2.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying http://www.mega-nerd.com/SRC/libsamplerate-0.2.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libsamplerate-0.2.2.tar.gz from any mirror For full logs, run 'nix log /nix/store/3j9n85vw8f8w46kjamkpdlkcf2yzwcsl-libsamplerate-0.2.2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/8yj5myb8mfvyw3y866qvb7xm6qizlsj8-libsamplerate-0.2.2.drv' failed to build [result] Failed to update libsamplerate 0.1.9 -> 0.2.2 https://repology.org/project/libsamplerate/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath btor2tools, using log file: /var/log/nixpkgs-update/btor2tools/2024-03-14.log btor2tools 1.0.0-pre_9831f9909fb283752a3d6d60d43613173bd8af42 -> 20230816 https://repology.org/project/btor2tools/versions attrpath: btor2tools Checking auto update branch... No auto update branch exists Old version 1.0.0-pre_9831f9909fb283752a3d6d60d43613173bd8af42" not present in master derivation file with contents: { lib, stdenv, cmake, fetchFromGitHub, fetchpatch, fixDarwinDylibNames }: stdenv.mkDerivation rec { pname = "btor2tools"; version = "1.0.0-pre_${src.rev}"; src = fetchFromGitHub { owner = "boolector"; repo = "btor2tools"; rev = "9831f9909fb283752a3d6d60d43613173bd8af42"; sha256 = "0mfqmkgvyw8fa2c09kww107dmk180ch1hp98r5kv41vnc04iqb0s"; }; patches = [ (fetchpatch { name = "gcc-13.patch"; url = "https://github.com/Boolector/btor2tools/commit/037f1fa88fb439dca6f648ad48a3463256d69d8b.patch"; hash = "sha256-FX1yy9XdUs1tAReOxhEzNHu48DrISzNNMSYoIrhHoFY="; }) ]; nativeBuildInputs = [ cmake ] ++ lib.optional stdenv.isDarwin fixDarwinDylibNames; installPhase = '' mkdir -p $out $dev/include/btor2parser/ $lib/lib cp -vr bin $out cp -v ../src/btor2parser/btor2parser.h $dev/include/btor2parser cp -v lib/libbtor2parser.* $lib/lib ''; outputs = [ "out" "dev" "lib" ]; cmakeFlags = [ # RPATH of binary /nix/store/.../bin/btorsim contains a forbidden reference to /build/ "-DCMAKE_SKIP_BUILD_RPATH=ON" ]; meta = with lib; { description = "A generic parser and tool package for the BTOR2 format"; homepage = "https://github.com/Boolector/btor2tools"; license = licenses.mit; platforms = platforms.unix; maintainers = with maintainers; [ thoughtpolice ]; }; } [result] Failed to update btor2tools 1.0.0-pre_9831f9909fb283752a3d6d60d43613173bd8af42 -> 20230816 https://repology.org/project/btor2tools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unar, using log file: /var/log/nixpkgs-update/unar/2024-03-14.log unar 1.10.7 -> 1.10.8 https://repology.org/project/unar/versions attrpath: unar 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/rv2c404fxaap8yiw5n39diqsw8hbfxby-source.drv building '/nix/store/rv2c404fxaap8yiw5n39diqsw8hbfxby-source.drv'... trying https://github.com/MacPaw/unar/archive/v1.10.8.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 'unar.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/rv2c404fxaap8yiw5n39diqsw8hbfxby-source.drv /nix/store/rdik80xgy9bswp6jvbg5wxcc3cfwbrsc-unar-1.10.8.drv this path will be fetched (0.01 MiB download, 0.02 MiB unpacked): /nix/store/4g0yj0zjpk59bvfk5qi1x9dlc3fj4380-wavpack-5.6.0-dev copying path '/nix/store/4g0yj0zjpk59bvfk5qi1x9dlc3fj4380-wavpack-5.6.0-dev' from 'https://cache.nixos.org'... building '/nix/store/rv2c404fxaap8yiw5n39diqsw8hbfxby-source.drv'... trying https://github.com/MacPaw/unar/archive/v1.10.8.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/rv2c404fxaap8yiw5n39diqsw8hbfxby-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/MacPaw/unar/archive/v1.10.8.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/rv2c404fxaap8yiw5n39diqsw8hbfxby-source.drv'. error: 1 dependencies of derivation '/nix/store/rdik80xgy9bswp6jvbg5wxcc3cfwbrsc-unar-1.10.8.drv' failed to build [result] Failed to update unar 1.10.7 -> 1.10.8 https://repology.org/project/unar/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dtkdeclarative, using log file: /var/log/nixpkgs-update/deepin.dtkdeclarative/2024-03-14.log deepin.dtkdeclarative 5.6.24 -> 5.6.25 https://github.com/linuxdeepin/dtkdeclarative/releases attrpath: deepin.dtkdeclarative deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.dtkdeclarative 5.6.24 -> 5.6.25 https://github.com/linuxdeepin/dtkdeclarative/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.lpjmlkit, using log file: /var/log/nixpkgs-update/rPackages.lpjmlkit/2024-03-14.log rPackages.lpjmlkit 1.0.11 -> 1.1.8 https://repology.org/project/r:lpjmlkit/versions attrpath: rPackages.lpjmlkit Checking auto update branch... No auto update branch exists Old version 1.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.lpjmlkit 1.0.11 -> 1.1.8 https://repology.org/project/r:lpjmlkit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libindicator, using log file: /var/log/nixpkgs-update/libindicator/2024-03-14.log libindicator 12.10.1 -> 16.10 https://repology.org/project/libindicator/versions attrpath: libindicator 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/4dy5a2j6x4ixszrd2z75ksw56h9wzf0k-libindicator-16.10.tar.gz.drv building '/nix/store/4dy5a2j6x4ixszrd2z75ksw56h9wzf0k-libindicator-16.10.tar.gz.drv'... trying https://launchpad.net/libindicator/16.10/16.10/+download/libindicator-16.10.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libindicator-16.10.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 'libindicator.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/4dy5a2j6x4ixszrd2z75ksw56h9wzf0k-libindicator-16.10.tar.gz.drv /nix/store/wan16mcryf33q6s2nz8q690w90cyydv1-libindicator-gtk3-16.10.drv building '/nix/store/4dy5a2j6x4ixszrd2z75ksw56h9wzf0k-libindicator-16.10.tar.gz.drv'... trying https://launchpad.net/libindicator/16.10/16.10/+download/libindicator-16.10.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libindicator-16.10.tar.gz from any mirror error: builder for '/nix/store/4dy5a2j6x4ixszrd2z75ksw56h9wzf0k-libindicator-16.10.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://launchpad.net/libindicator/16.10/16.10/+download/libindicator-16.10.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libindicator-16.10.tar.gz from any mirror For full logs, run 'nix log /nix/store/4dy5a2j6x4ixszrd2z75ksw56h9wzf0k-libindicator-16.10.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/wan16mcryf33q6s2nz8q690w90cyydv1-libindicator-gtk3-16.10.drv' failed to build [result] Failed to update libindicator 12.10.1 -> 16.10 https://repology.org/project/libindicator/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath macopix, using log file: /var/log/nixpkgs-update/macopix/2024-03-14.log macopix 1.7.4 -> 3.4.0 https://repology.org/project/macopix/versions attrpath: macopix 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/qcy83pl7wp9h1yy4jkvl8w4csik4qaw7-macopix-3.4.0.tar.bz2.drv building '/nix/store/qcy83pl7wp9h1yy4jkvl8w4csik4qaw7-macopix-3.4.0.tar.bz2.drv'... trying http://rosegray.sakura.ne.jp/macopix/macopix-3.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download macopix-3.4.0.tar.bz2 from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'macopix.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/qcy83pl7wp9h1yy4jkvl8w4csik4qaw7-macopix-3.4.0.tar.bz2.drv /nix/store/g67rfi3wjxka3cpa9frcwg5z8gjzs37y-macopix-3.4.0.drv building '/nix/store/qcy83pl7wp9h1yy4jkvl8w4csik4qaw7-macopix-3.4.0.tar.bz2.drv'... trying http://rosegray.sakura.ne.jp/macopix/macopix-3.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download macopix-3.4.0.tar.bz2 from any mirror error: builder for '/nix/store/qcy83pl7wp9h1yy4jkvl8w4csik4qaw7-macopix-3.4.0.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying http://rosegray.sakura.ne.jp/macopix/macopix-3.4.0.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download macopix-3.4.0.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/qcy83pl7wp9h1yy4jkvl8w4csik4qaw7-macopix-3.4.0.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/g67rfi3wjxka3cpa9frcwg5z8gjzs37y-macopix-3.4.0.drv' failed to build [result] Failed to update macopix 1.7.4 -> 3.4.0 https://repology.org/project/macopix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-eks, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-eks/2024-03-14.log python311Packages.mypy-boto3-eks 1.34.53 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-eks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jb0dnir810lfabw546k8fjhsc5kxvb8w-packages.json.drv building '/nix/store/jb0dnir810lfabw546k8fjhsc5kxvb8w-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-eks-1.34.53 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-eks-1.34.53: UPDATING ... - python3.11-mypy-boto3-eks-1.34.53: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-eks 1.34.53 -> 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 dns-root-data, using log file: /var/log/nixpkgs-update/dns-root-data/2024-03-14.log dns-root-data 2023-11-27 -> 2023112702 https://repology.org/project/dns-root-data/versions attrpath: dns-root-data Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#dns-root-data.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/dns-root-data' does not provide attribute 'packages.x86_64-linux.dns-root-data.src', 'legacyPackages.x86_64-linux.dns-root-data.src' or 'dns-root-data.src' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#dns-root-data.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/dns-root-data' does not provide attribute 'packages.x86_64-linux.dns-root-data.originalSrc', 'legacyPackages.x86_64-linux.dns-root-data.originalSrc' or 'dns-root-data.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#dns-root-data --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 dns-root-data 2023-11-27 -> 2023112702 https://repology.org/project/dns-root-data/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath trashy, using log file: /var/log/nixpkgs-update/trashy/2024-03-14.log trashy 2.0.0 -> 2.5.1 https://repology.org/project/trashy/versions attrpath: trashy 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/8w62ppajwna13cngjw4d3c0df7cr8v1i-trashy-2.5.1.tar.gz.drv building '/nix/store/8w62ppajwna13cngjw4d3c0df7cr8v1i-trashy-2.5.1.tar.gz.drv'... trying https://crates.io/api/v1/crates/trashy/2.5.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download trashy-2.5.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 'trashy.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/8w62ppajwna13cngjw4d3c0df7cr8v1i-trashy-2.5.1.tar.gz.drv /nix/store/6m8dipb8ir450mgysgl3mim2x6jhq3l7-trashy-2.5.1-vendor.tar.gz.drv /nix/store/vv5csc3dml0x0p0y4hr7hhin1d0zhmpv-trashy-2.5.1.drv building '/nix/store/8w62ppajwna13cngjw4d3c0df7cr8v1i-trashy-2.5.1.tar.gz.drv'... trying https://crates.io/api/v1/crates/trashy/2.5.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download trashy-2.5.1.tar.gz from any mirror error: builder for '/nix/store/8w62ppajwna13cngjw4d3c0df7cr8v1i-trashy-2.5.1.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying https://crates.io/api/v1/crates/trashy/2.5.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 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download trashy-2.5.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/8w62ppajwna13cngjw4d3c0df7cr8v1i-trashy-2.5.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/vv5csc3dml0x0p0y4hr7hhin1d0zhmpv-trashy-2.5.1.drv' failed to build [result] Failed to update trashy 2.0.0 -> 2.5.1 https://repology.org/project/trashy/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ocb-stubblr, using log file: /var/log/nixpkgs-update/ocamlPackages.ocb-stubblr/2024-03-14.log ocamlPackages.ocb-stubblr 0.1.0 -> 0.1.1 https://github.com/pqwy/ocb-stubblr/releases attrpath: ocamlPackages.ocb-stubblr 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/ocb-stubblr/default.nix b/pkgs/development/ocaml-modules/ocb-stubblr/default.nix index fcd63ced7a80..b493b17007a9 100644 --- a/pkgs/development/ocaml-modules/ocb-stubblr/default.nix +++ b/pkgs/development/ocaml-modules/ocb-stubblr/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "ocaml${ocaml.version}-ocb-stubblr"; - version = "0.1.0"; + version = "0.1.1"; src = fetchzip { url = "https://github.com/pqwy/ocb-stubblr/releases/download/v${version}/ocb-stubblr-${version}.tbz"; name = "src.tar.bz"; - sha256 = "0hpds1lkq4j8wgslv7hnirgfrjmqi36h5rarpw9mwf24gfp5ays2"; + sha256 = "sha256-Zd9a2EFT5j944xCFmWD4Td21VB7uGHZoNE4yvgfI9y0="; }; patches = [ ./pkg-config.patch ]; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.ocb-stubblr 0.1.0 -> 0.1.1 https://github.com/pqwy/ocb-stubblr/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nex, using log file: /var/log/nixpkgs-update/nex/2024-03-14.log nex 2021-03-30 -> 20210330 https://repology.org/project/nex/versions attrpath: nex Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update nex 2021-03-30 -> 20210330 https://repology.org/project/nex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.regmedint, using log file: /var/log/nixpkgs-update/rPackages.regmedint/2024-03-14.log rPackages.regmedint 1.0.0 -> 1.0.1 https://repology.org/project/r:regmedint/versions attrpath: rPackages.regmedint 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.regmedint 1.0.0 -> 1.0.1 https://repology.org/project/r:regmedint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath karlender, using log file: /var/log/nixpkgs-update/karlender/2024-03-14.log karlender 0.9.2 -> 0.10.1 https://repology.org/project/karlender/versions attrpath: karlender 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-lGxVb+a+8qlP7xbeRhMdYrdPBqmtGo/ulytfF0kdNuU= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A karlender nix build failed. got build log for 'karlender' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ak85wb9j6lsr1r2a55lfnw39dpx0shhl-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/7xpgghjag10mbv6gspcvlrxnj0vr75d2-karlender-0.10.1-vendor.tar.gz Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'src/domain/time.rs') substitute(): ERROR: file 'build.rs' does not exist /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update karlender 0.9.2 -> 0.10.1 https://repology.org/project/karlender/versions [options] github_user: r-ryantm, pull_request: 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.ModernPerl 1.20230106 -> 1.20240120 https://repology.org/project/perl:modern-perl/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.EdisonCore, using log file: /var/log/nixpkgs-update/haskellPackages.EdisonCore/2024-03-14.log haskellPackages.EdisonCore 1.3.3 -> 1.3.3.1 https://repology.org/project/haskell:edisoncore/versions attrpath: haskellPackages.EdisonCore Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.EdisonCore 1.3.3 -> 1.3.3.1 https://repology.org/project/haskell:edisoncore/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.arkhe, using log file: /var/log/nixpkgs-update/rPackages.arkhe/2024-03-14.log rPackages.arkhe 1.4.0 -> 1.6.0 https://repology.org/project/r:arkhe/versions attrpath: rPackages.arkhe Checking auto update branch... No auto update branch exists Old version 1.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.arkhe 1.4.0 -> 1.6.0 https://repology.org/project/r:arkhe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath molotov, using log file: /var/log/nixpkgs-update/molotov/2024-03-14.log molotov 4.4.0 -> 5.0.0 https://repology.org/project/molotov/versions attrpath: molotov 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/ln9acacm2cs0nx2rgci5ziv3lxsgiaxq-molotov.AppImage.drv building '/nix/store/ln9acacm2cs0nx2rgci5ziv3lxsgiaxq-molotov.AppImage.drv'... trying http://desktop-auto-upgrade.molotov.tv/linux/5.0.0/molotov.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download molotov.AppImage 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 'molotov.originalSrc' not found stderr did not split as expected full stderr was: these 9 derivations will be built: /nix/store/nldhnqb8kmr14lazfrwj6b7jmm55qjf9-profile.drv /nix/store/04d84p0z8176pkcl664hhsim44xwmvh9-molotov-5.0.0-chrootenv-etc.drv /nix/store/4k9qh2x6wy0xgpa45942d2mm4i8lv92b-molotov-5.0.0-usr-target.drv /nix/store/7r6sfbagxbcc52cyyxkwyyf38bbbsm81-molotov-5.0.0-fhs.drv /nix/store/ln9acacm2cs0nx2rgci5ziv3lxsgiaxq-molotov.AppImage.drv /nix/store/hn8bdkdfabks2lsmvhn9xvznd4lvkwsg-molotov-5.0.0-extracted.drv /nix/store/ph1gqhk5gkr5xcf7r4p48llhji1522pj-molotov-5.0.0-init.drv /nix/store/g42drsrgzxpkf3dp3ig63mkpb5c5f8ck-molotov-5.0.0-bwrap.drv /nix/store/jlsq6izrrwjw7srhs96l93l7gdkbgdm9-molotov-5.0.0.drv building '/nix/store/nldhnqb8kmr14lazfrwj6b7jmm55qjf9-profile.drv'... building '/nix/store/ln9acacm2cs0nx2rgci5ziv3lxsgiaxq-molotov.AppImage.drv'... building '/nix/store/04d84p0z8176pkcl664hhsim44xwmvh9-molotov-5.0.0-chrootenv-etc.drv'... /nix/store/dbdibf5wfq9r30g0kcpzhlmb9nc16fr6-molotov-5.0.0-chrootenv-etc/etc /build building '/nix/store/4k9qh2x6wy0xgpa45942d2mm4i8lv92b-molotov-5.0.0-usr-target.drv'... warning: collision between `/nix/store/m9b4wcy4yyn5xcy394h74x7klb28nm2c-glibc-2.38-44-bin/bin/ldconfig' and `/nix/store/79l0h0pqyz4mjfg6hbra2rzy99i9lf3v-ldconfig/bin/ldconfig' warning: collision between `/nix/store/ksk3rnb0ljx8gngzk19jlmbjyvac4hw6-glibc-2.38-44/lib/locale/locale-archive' and `/nix/store/j1ba2w87aq4bcvv47mvrnss2ashfrzbk-glibc-locales-2.38-44/lib/locale/locale-archive' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/bin/sh' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/bin/sh' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/bin/bashbug' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/bin/bashbug' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/bin/bash' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/bin/bash' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mktemp' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mktemp' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/rm' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/rm' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/logname' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/logname' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mkfifo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mkfifo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mkdir' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mkdir' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/printenv' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/printenv' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/basename' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/basename' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/setpgid' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/setpgid' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/print' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/print' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/Makefile.sample' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/Makefile.sample' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/cut' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/cut' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/sleep' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/sleep' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/seq' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/seq' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/finfo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/finfo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/tee' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/tee' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/rmdir' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/rmdir' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/fdflags' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/fdflags' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/realpath' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/realpath' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/strftime' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/strftime' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/dsv' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/dsv' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/id' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/id' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/loadables.h' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/loadables.h' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/dirname' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/dirname' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/head' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/head' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/sync' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/sync' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/tty' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/tty' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/push' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/push' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/csv' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/csv' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/whoami' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/whoami' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/stat' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/stat' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/ln' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/ln' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mypid' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mypid' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/getconf' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/getconf' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/unlink' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/unlink' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/pathchk' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/pathchk' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/truefalse' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/truefalse' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/accept' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/accept' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/uname' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/uname' warning: collision between `/nix/store/cig3dkfkzvp1dhmxgyywrqfmajz86mgj-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' and `/nix/store/57kwhi30cvlg5c10xs3ybdwv5yx5fqq4-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' warning: collision between `/nix/store/cig3dkfkzvp1dhmxgyywrqfmajz86mgj-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' and `/nix/store/57kwhi30cvlg5c10xs3ybdwv5yx5fqq4-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' warning: collision between `/nix/store/arv9pn37s3w7ii586rpi644j35pq7byb-gtk+-2.24.33/bin/gtk-update-icon-cache' and `/nix/store/szlpn627gzzb6hsasl6dgg1fbp8nj0q0-gtk+3-3.24.41/bin/gtk-update-icon-cache' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/uclampset' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uclampset' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/swapoff' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swapoff' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.minix' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.minix' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/hwclock' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hwclock' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/hexdump' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hexdump' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/fsfreeze' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsfreeze' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/setsid' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setsid' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/isosize' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/isosize' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.bfs' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.bfs' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/utmpdump' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/utmpdump' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/pipesz' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/pipesz' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/flock' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/flock' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/rev' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rev' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/lslogins' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lslogins' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/chsh' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chsh' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/findfs' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/findfs' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/readprofile' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/readprofile' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/swapon' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swapon' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/fstrim' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fstrim' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/taskset' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/taskset' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/blkid' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkid' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/fallocate' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fallocate' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.cramfs' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.cramfs' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/lsblk' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsblk' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/col' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/col' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidparse' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidparse' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/script' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/script' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/sfdisk' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/sfdisk' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/fdisk' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fdisk' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/lslocks' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lslocks' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/rfkill' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rfkill' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck.minix' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck.minix' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/setpriv' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setpriv' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/swaplabel' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swaplabel' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/mount' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mount' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/blkzone' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkzone' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/colrm' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/colrm' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcmk' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcmk' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/last' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/last' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/rtcwake' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rtcwake' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/fincore' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fincore' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/write' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/write' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/dmesg' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/dmesg' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/waitpid' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/waitpid' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/look' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/look' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/findmnt' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/findmnt' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/mkswap' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkswap' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/mountpoint' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mountpoint' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/umount' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/umount' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/namei' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/namei' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/pivot_root' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/pivot_root' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/rename' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rename' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/partx' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/partx' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/addpart' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/addpart' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidgen' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidgen' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/lsns' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsns' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/scriptlive' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/scriptlive' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/eject' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/eject' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/ldattach' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ldattach' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/mcookie' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mcookie' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/delpart' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/delpart' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/unshare' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/unshare' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/logger' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/logger' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/cal' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/cal' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/wall' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wall' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/scriptreplay' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/scriptreplay' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/lscpu' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lscpu' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/setarch' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setarch' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/blkdiscard' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkdiscard' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/lsirq' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsirq' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/chfn' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chfn' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/getopt' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/getopt' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/ionice' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ionice' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/column' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/column' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/mesg' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mesg' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/wipefs' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wipefs' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/whereis' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/whereis' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/hardlink' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hardlink' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/chcpu' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chcpu' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck.cramfs' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck.cramfs' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/zramctl' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/zramctl' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcs' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcs' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/colcrt' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/colcrt' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/wdctl' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wdctl' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/resizepart' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/resizepart' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/lsipc' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsipc' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/prlimit' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/prlimit' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/losetup' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/losetup' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/chmem' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chmem' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/ctrlaltdel' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ctrlaltdel' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcrm' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcrm' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/fadvise' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fadvise' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidd' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidd' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/blockdev' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blockdev' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/renice' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/renice' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/chrt' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chrt' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/lsmem' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsmem' warning: collision between `/nix/store/rxyv3kzd5hbch67ixm7mbk1cfcr2l822-util-linux-minimal-2.39.3/share/bash-completion/completions/nsenter' and `/nix/store/x3jmg5zc95l2dhg209j8nq91fvsyixyy-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/nsenter' trying http://desktop-auto-upgrade.molotov.tv/linux/5.0.0/molotov.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download molotov.AppImage from any mirror error: builder for '/nix/store/ln9acacm2cs0nx2rgci5ziv3lxsgiaxq-molotov.AppImage.drv' failed with exit code 1; last 7 log lines: > > trying http://desktop-auto-upgrade.molotov.tv/linux/5.0.0/molotov.AppImage > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download molotov.AppImage from any mirror For full logs, run 'nix log /nix/store/ln9acacm2cs0nx2rgci5ziv3lxsgiaxq-molotov.AppImage.drv'. error: 1 dependencies of derivation '/nix/store/hn8bdkdfabks2lsmvhn9xvznd4lvkwsg-molotov-5.0.0-extracted.drv' failed to build error: 1 dependencies of derivation '/nix/store/jlsq6izrrwjw7srhs96l93l7gdkbgdm9-molotov-5.0.0.drv' failed to build [result] Failed to update molotov 4.4.0 -> 5.0.0 https://repology.org/project/molotov/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pet, using log file: /var/log/nixpkgs-update/pet/2024-03-14.log pet 0.7.0 -> 0.11.6 https://repology.org/project/pet/versions attrpath: pet 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/3n8cigx2w0cq3i8x7w7vs2l7flhlxqb2-source.drv building '/nix/store/3n8cigx2w0cq3i8x7w7vs2l7flhlxqb2-source.drv'... trying https://github.com/knqyf263/pet/archive/v0.11.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 'pet.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/3n8cigx2w0cq3i8x7w7vs2l7flhlxqb2-source.drv /nix/store/99aqfgcci9s17c3dc123j6d13a6fzcjn-pet-0.11.6-go-modules.drv /nix/store/1amn03z4l2nsx7vrla0q103lznksdppz-pet-0.11.6.drv building '/nix/store/3n8cigx2w0cq3i8x7w7vs2l7flhlxqb2-source.drv'... trying https://github.com/knqyf263/pet/archive/v0.11.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/3n8cigx2w0cq3i8x7w7vs2l7flhlxqb2-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/knqyf263/pet/archive/v0.11.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/3n8cigx2w0cq3i8x7w7vs2l7flhlxqb2-source.drv'. error: 1 dependencies of derivation '/nix/store/1amn03z4l2nsx7vrla0q103lznksdppz-pet-0.11.6.drv' failed to build [result] Failed to update pet 0.7.0 -> 0.11.6 https://repology.org/project/pet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zug, using log file: /var/log/nixpkgs-update/zug/2024-03-14.log zug 0.1.0 -> 0.1.1 https://repology.org/project/zug/versions attrpath: zug 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/zu/zug/package.nix b/pkgs/by-name/zu/zug/package.nix index f3356dd51ae6..3d6bc76eb384 100644 --- a/pkgs/by-name/zu/zug/package.nix +++ b/pkgs/by-name/zu/zug/package.nix @@ -9,12 +9,12 @@ stdenv.mkDerivation rec { pname = "zug"; - version = "0.1.0"; + version = "0.1.1"; src = fetchFromGitHub { owner = "arximboldi"; repo = "zug"; rev = "v${version}"; - hash = "sha256-7xTMDhPIx1I1PiYNanGUsK8pdrWuemMWM7BW+NQs2BQ="; + hash = "sha256-Ti0EurhGQgWSXzSOlH9/Zsp6kQ/+qGjWbfHGTPpfehs="; }; nativeBuildInputs = [ cmake [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A zug nix build failed. -- 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/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could not find ccache CMake Error at CMakeLists.txt:60 (find_package): By not providing "FindCatch2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Catch2", but CMake did not find one. Could not find a package configuration file provided by "Catch2" with any of the following names: Catch2Config.cmake catch2-config.cmake Add the installation prefix of "Catch2" to CMAKE_PREFIX_PATH or set "Catch2_DIR" to a directory containing one of the above files. If "Catch2" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update zug 0.1.0 -> 0.1.1 https://repology.org/project/zug/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.adjclust, using log file: /var/log/nixpkgs-update/rPackages.adjclust/2024-03-14.log rPackages.adjclust 0.6.7 -> 0.6.9 https://repology.org/project/r:adjclust/versions attrpath: rPackages.adjclust Checking auto update branch... No auto update branch exists Old version 0.6.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.adjclust 0.6.7 -> 0.6.9 https://repology.org/project/r:adjclust/versions [options] github_user: r-ryantm, pull_request: 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.DistZilla 6.030 -> 6.031 https://repology.org/project/perl:dist-zilla/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.cimple, using log file: /var/log/nixpkgs-update/haskellPackages.cimple/2024-03-14.log haskellPackages.cimple 0.0.17 -> 0.0.19 https://repology.org/project/haskell:cimple/versions attrpath: haskellPackages.cimple Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.cimple 0.0.17 -> 0.0.19 https://repology.org/project/haskell:cimple/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hypergate, using log file: /var/log/nixpkgs-update/rPackages.hypergate/2024-03-14.log rPackages.hypergate 0.8.4 -> 0.8.5 https://repology.org/project/r:hypergate/versions attrpath: rPackages.hypergate Checking auto update branch... No auto update branch exists Old version 0.8.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.hypergate 0.8.4 -> 0.8.5 https://repology.org/project/r:hypergate/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lynx, using log file: /var/log/nixpkgs-update/lynx/2024-03-14.log lynx 2.9.0dev12 -> 2.9.0rel0 https://repology.org/project/lynx/versions attrpath: lynx Checking auto update branch... No auto update branch exists Old version 2.9.0dev12" not present in master derivation file with contents: { lib , stdenv , buildPackages , fetchurl , pkg-config , ncurses , gzip , sslSupport ? true , openssl , nukeReferences , fetchpatch }: stdenv.mkDerivation rec { pname = "lynx"; version = "2.9.0dev.12"; src = fetchurl { urls = [ "ftp://ftp.invisible-island.net/lynx/tarballs/lynx${version}.tar.bz2" "https://invisible-mirror.net/archives/lynx/tarballs/lynx${version}.tar.bz2" ]; hash = "sha256-pkVbFZ0Ad22OwQUShcly3B8MVS0FcaDP8Coj7BRu6OU="; }; enableParallelBuilding = true; hardeningEnable = [ "pie" ]; configureFlags = [ "--enable-default-colors" "--enable-widec" "--enable-ipv6" ] ++ lib.optional sslSupport "--with-ssl"; depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = [ nukeReferences ] ++ lib.optional sslSupport pkg-config; buildInputs = [ ncurses gzip ] ++ lib.optional sslSupport openssl; # cfg_defs.h captures lots of references to build-only dependencies, derived # from config.cache. postConfigure = '' make cfg_defs.h nuke-refs cfg_defs.h ''; meta = with lib; { description = "A text-mode web browser"; homepage = "https://lynx.invisible-island.net/"; mainProgram = "lynx"; maintainers = with maintainers; [ ]; license = licenses.gpl2Plus; platforms = platforms.unix; }; } [result] Failed to update lynx 2.9.0dev12 -> 2.9.0rel0 https://repology.org/project/lynx/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.control-blur-effect-on-lock-screen, using log file: /var/log/nixpkgs-update/gnomeExtensions.control-blur-effect-on-lock-screen/2024-03-14.log gnomeExtensions.control-blur-effect-on-lock-screen 24 -> 20230905 https://repology.org/project/gnome:control-blur-effect-on-lock-screen/versions attrpath: gnomeExtensions.control-blur-effect-on-lock-screen Checking auto update branch... No auto update branch exists Old version 24" 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.control-blur-effect-on-lock-screen 24 -> 20230905 https://repology.org/project/gnome:control-blur-effect-on-lock-screen/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mmark-cli, using log file: /var/log/nixpkgs-update/haskellPackages.mmark-cli/2024-03-14.log haskellPackages.mmark-cli 0.0.5.1 -> 0.0.5.2 https://repology.org/project/haskell:mmark-cli/versions attrpath: haskellPackages.mmark-cli Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.mmark-cli 0.0.5.1 -> 0.0.5.2 https://repology.org/project/haskell:mmark-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 ocamlPackages.base, using log file: /var/log/nixpkgs-update/ocamlPackages.base/2024-03-14.log ocamlPackages.base 0.16.2 -> 0.16.3 https://repology.org/project/ocaml:base/versions attrpath: ocamlPackages.base 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 ocamlPackages.base 0.16.2 -> 0.16.3 https://repology.org/project/ocaml:base/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hashids, using log file: /var/log/nixpkgs-update/haskellPackages.hashids/2024-03-14.log haskellPackages.hashids 1.1.0.1 -> 1.1.1.0 https://repology.org/project/haskell:hashids/versions attrpath: haskellPackages.hashids Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hashids 1.1.0.1 -> 1.1.1.0 https://repology.org/project/haskell:hashids/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.jagshelper, using log file: /var/log/nixpkgs-update/rPackages.jagshelper/2024-03-14.log rPackages.jagshelper 0.2.0 -> 0.2.1 https://repology.org/project/r:jagshelper/versions attrpath: rPackages.jagshelper 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.jagshelper 0.2.0 -> 0.2.1 https://repology.org/project/r:jagshelper/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bigmemory, using log file: /var/log/nixpkgs-update/rPackages.bigmemory/2024-03-14.log rPackages.bigmemory 4.6.1 -> 4.6.4 https://repology.org/project/r:bigmemory/versions attrpath: rPackages.bigmemory Checking auto update branch... No auto update branch exists Old version 4.6.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bigmemory 4.6.1 -> 4.6.4 https://repology.org/project/r:bigmemory/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.manynet, using log file: /var/log/nixpkgs-update/rPackages.manynet/2024-03-14.log rPackages.manynet 0.3.0 -> 0.4.1 https://repology.org/project/r:manynet/versions attrpath: rPackages.manynet 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.manynet 0.3.0 -> 0.4.1 https://repology.org/project/r:manynet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ogdf, using log file: /var/log/nixpkgs-update/ogdf/2024-03-14.log ogdf 2022.02 -> 202309 https://repology.org/project/ogdf/versions attrpath: ogdf Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ogdf 2022.02 -> 202309 https://repology.org/project/ogdf/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ebird-client, using log file: /var/log/nixpkgs-update/haskellPackages.ebird-client/2024-03-14.log haskellPackages.ebird-client 0.2.0.0 -> 0.2.0.1 https://repology.org/project/haskell:ebird-client/versions attrpath: haskellPackages.ebird-client Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ebird-client 0.2.0.0 -> 0.2.0.1 https://repology.org/project/haskell:ebird-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 xflux, using log file: /var/log/nixpkgs-update/xflux/2024-03-14.log xflux 2013-09-01 -> 20170103 https://repology.org/project/xflux/versions attrpath: xflux 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/xflux/default.nix b/pkgs/tools/misc/xflux/default.nix index 5cfda2df174f..33c7af401dcb 100644 --- a/pkgs/tools/misc/xflux/default.nix +++ b/pkgs/tools/misc/xflux/default.nix @@ -1,10 +1,10 @@ {lib, stdenv, fetchurl, libXxf86vm, libXext, libX11, libXrandr, gcc}: stdenv.mkDerivation { pname = "xflux"; - version = "unstable-2013-09-01"; + version = "unstable-20170103"; src = fetchurl { url = "https://justgetflux.com/linux/xflux64.tgz"; - sha256 = "cc50158fabaeee58c331f006cc1c08fd2940a126e99d37b76c8e878ef20c2021"; + sha256 = "sha256-zFAVj6uu7ljDMfAGzBwI/SlAoSbpnTe3bI6HjvIMICE="; }; libPath = lib.makeLibraryPath [ Source url did not change. [result] Failed to update xflux 2013-09-01 -> 20170103 https://repology.org/project/xflux/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sensible-utils, using log file: /var/log/nixpkgs-update/sensible-utils/2024-03-14.log sensible-utils 0.0.18 -> 0.0.22 https://repology.org/project/sensible-utils/versions attrpath: sensible-utils 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/sensible-utils/default.nix b/pkgs/tools/misc/sensible-utils/default.nix index 238b9f400b89..a43f6819def0 100644 --- a/pkgs/tools/misc/sensible-utils/default.nix +++ b/pkgs/tools/misc/sensible-utils/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "sensible-utils"; - version = "0.0.18"; + version = "0.0.22"; src = fetchFromGitLab { domain = "salsa.debian.org"; owner = "debian"; repo = "sensible-utils"; rev = "debian/${version}"; - sha256 = "sha256-fZJKPnEkPfo/3luUcHzAmGB2k1nkA4ATEQMSz0aN0YY="; + sha256 = "sha256-d5DIydkVnH+r8KMh/fVEpJ3mn5pTd36nyGDsbvfghkk="; }; nativeBuildInputs = [ makeWrapper ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sensible-utils nix build failed. got build log for 'sensible-utils' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/c4z515k18v0168id022dfii34fhx3l44-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": "buildPhase" } Running phase: buildPhase no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase cp: cannot stat 'sensible-browser': No such file or directory cp: cannot stat 'sensible-editor': No such file or directory cp: cannot stat 'sensible-pager': No such file or directory cp: cannot stat 'sensible-terminal': No such file or directory [result] Failed to update sensible-utils 0.0.18 -> 0.0.22 https://repology.org/project/sensible-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 currently don't know how to update perl [result] Failed to update perl536Packages.XMLParser 2.46 -> 2.47 https://repology.org/project/perl:xml-parser/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gpsbabel, using log file: /var/log/nixpkgs-update/gpsbabel/2024-03-14.log gpsbabel 1.8.0 -> 1.9.0 https://repology.org/project/gpsbabel/versions attrpath: gpsbabel 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/gpsbabel/default.nix b/pkgs/applications/misc/gpsbabel/default.nix index fbacfb6984c6..8dda7e089623 100644 --- a/pkgs/applications/misc/gpsbabel/default.nix +++ b/pkgs/applications/misc/gpsbabel/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "gpsbabel"; - version = "1.8.0"; + version = "1.9.0"; src = fetchFromGitHub { owner = "gpsbabel"; repo = "gpsbabel"; rev = "gpsbabel_${lib.replaceStrings ["."] ["_"] version}"; - sha256 = "sha256-0w8LsO+HwqZF8SQmwd8bCKma9PCM0hAzXhzWR4DgAHs="; + sha256 = "sha256-JcohQOcPcdwM7ock9jRaKSISdrs2yOSHsfaX4KZf2V8="; }; patches = map fetchurl (import ./debian-patches.nix); [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gpsbabel nix build failed. patching file gui/babeldata.h applying patch /nix/store/k4kcs69n2l8mlws4q1fni1sksyf8xy8y-gpsbabelfe_opt-in-for-usage-data-reporting patching file gui/babeldata.h applying patch /nix/store/60y6i5h84czsiaishxzq3gfm7r7h3jcq-gpsbabelfe_do-not-check-for-newer-version patching file gui/preferences.ui patching file gui/preferences.cc patching file gui/babeldata.h patching file gui/mainwinui.ui patching file gui/mainwindow.cc Hunk #1 succeeded at 175 (offset -1 lines). Hunk #2 succeeded at 231 (offset -1 lines). Hunk #3 succeeded at 998 (offset 3 lines). applying patch /nix/store/hdqdyp0m8xp6f71i4s6riw8x432hkwky-htmldoc-location 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/gbversion.h.qmake.in |+++ b/gbversion.h.qmake.in -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored patching file testo.d/serialization.test patching file tools/make_gpsbabel_org.sh Hunk #1 FAILED at 4. 1 out of 1 hunk FAILED -- saving rejects to file tools/make_gpsbabel_org.sh.rej patching file xmldoc/babelmain.xsl patching file xmldoc/gpsbabel_man.xml [result] Failed to update gpsbabel 1.8.0 -> 1.9.0 https://repology.org/project/gpsbabel/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jellyfin-ffmpeg, using log file: /var/log/nixpkgs-update/jellyfin-ffmpeg/2024-03-14.log jellyfin-ffmpeg 6.0.1-3 -> 6.0-7 https://repology.org/project/jellyfin-ffmpeg/versions attrpath: jellyfin-ffmpeg 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/jellyfin-ffmpeg/default.nix b/pkgs/development/libraries/jellyfin-ffmpeg/default.nix index fdce5118e6b3..c9c763902576 100644 --- a/pkgs/development/libraries/jellyfin-ffmpeg/default.nix +++ b/pkgs/development/libraries/jellyfin-ffmpeg/default.nix @@ -5,13 +5,13 @@ ffmpeg_6-full.overrideAttrs (old: rec { pname = "jellyfin-ffmpeg"; - version = "6.0.1-3"; + version = "6.0-7"; src = fetchFromGitHub { owner = "jellyfin"; repo = "jellyfin-ffmpeg"; rev = "v${version}"; - hash = "sha256-UINiXO61nB/AL0HJJy7G7emujakk/mQv81aUioyJz0Y="; + hash = "sha256-Z4getn/mVYIRANkIOyt7jMpcqHBvq5GXLK/ST5zV1r4="; }; # Clobber upstream patches as they don't apply to the Jellyfin fork [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A jellyfin-ffmpeg nix build failed. ./docker-build.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash" ./tools/bisect-create: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" ./tools/murge: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" ./tools/clean-diff: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" ./tools/gen-rc: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" ./tools/patcheck: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" ./tools/unwrap-diff: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" ./tools/libav-merge-next-commit: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" ./tools/target_dec_fate.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" ./tools/dvd2concat: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/2l02m7b3p0f8fk45qiipmdpzc2myl09q-perl-5.38.2/bin/perl" ./tools/cl2c: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" ./tools/plotframes: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/2l02m7b3p0f8fk45qiipmdpzc2myl09q-perl-5.38.2/bin/perl" ./tools/make_chlayout_test: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/2l02m7b3p0f8fk45qiipmdpzc2myl09q-perl-5.38.2/bin/perl" ./tools/missing_codec_desc: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" ./docker-build-win64.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash" ./doc/doxy-wrapper.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh" substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'libavfilter/vf_frei0r.c') @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase patching script interpreter paths in ./configure configure flags: --disable-static --prefix=/nix/store/dl8xr3cxnwh7w0zk186vmc19fmaff24j-jellyfin-ffmpeg-6.0-7 --target_os=linux --arch=x86_64 --pkg-config=pkg-config --enable-gpl --enable-version3 --disable-nonfree --disable-static --enable-shared --enable-pic --disable-thumb --disable-small --enable-runtime-cpudetect --enable-gray --enable-swscale-alpha --enable-hardcoded-tables --enable-safe-bitstream-reader --enable-pthreads --disable-w32threads --disable-os2threads --enable-network --enable-pixelutils --datadir=/nix/store/qhikl0hl4m85b7sdhlnmyry24pxxrv8i-jellyfin-ffmpeg-6.0-7-data/share/ffmpeg --enable-ffmpeg --enable-ffplay --enable-ffprobe --bindir=/nix/store/n6b8adkxnpfkar2vg7djx9jj4zrkv74b-jellyfin-ffmpeg-6.0-7-bin/bin --enable-avcodec --enable-avdevice --enable-avfilter --enable-avformat --enable-avutil --enable-postproc --enable-swresample --enable-swscale --libdir=/nix/store/4fi62llddnl0h2vpbfxy5z9cwm78pwgr-jellyfin-ffmpeg-6.0-7-lib/lib --incdir=/nix/store/0p6igbkgvq50dn2wzv89acyrj8m1gvkg-jellyfin-ffmpeg-6.0-7-dev/include --enable-doc --enable-htmlpages --enable-manpages --mandir=/nix/store/qnb7z69h5fgclx8sysnydd8yqkf0l25a-jellyfin-ffmpeg-6.0-7-man/share/man --enable-podpages --enable-txtpages --docdir=/nix/store/vajxib65dn2yng4ncnagjj4hlwkkkya6-jellyfin-ffmpeg-6.0-7-doc/share/doc/ffmpeg --enable-alsa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-bzlib --enable-libcaca --enable-libcelt --enable-chromaprint --enable-cuda --enable-cuda-llvm --enable-libdav1d --enable-libdc1394 --enable-libdrm --disable-libfdk-aac --enable-libflite --enable-fontconfig --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libfribidi --enable-libgme --enable-gnutls --enable-libgsm --enable-iconv --enable-libjack --enable-ladspa --enable-lzma --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libmysofa --enable-cuvid --enable-nvdec --enable-nvenc --enable-openal --enable-opencl --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-opengl --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libplacebo --enable-libpulse --enable-librav1e --disable-librtmp --enable-libsmbclient --enable-sdl2 --enable-libshaderc --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-librsvg --enable-libsvtav1 --disable-libtensorflow --enable-libtheora --enable-libv4l2 --enable-v4l2-m2m --enable-vaapi --enable-vdpau --enable-libvidstab --enable-libvmaf --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-vulkan --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxcb --enable-libxcb-shape --enable-libxcb-shm --enable-libxcb-xfixes --enable-xlib --enable-libxml2 --enable-libxvid --enable-libzimg --enable-zlib --enable-libzmq --disable-debug --enable-optimizations --disable-extra-warnings --disable-stripping --extra-version=Jellyfin --disable-ptx-compression ERROR: nvenc requested but not found If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem. [result] Failed to update jellyfin-ffmpeg 6.0.1-3 -> 6.0-7 https://repology.org/project/jellyfin-ffmpeg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.niworkflows, using log file: /var/log/nixpkgs-update/python311Packages.niworkflows/2024-03-14.log python311Packages.niworkflows 0 -> 1 attrpath: python311Packages.niworkflows Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zy6d66zsr5n9n4cfnh5f2vzw3fn2yhkp-packages.json.drv building '/nix/store/zy6d66zsr5n9n4cfnh5f2vzw3fn2yhkp-packages.json.drv'... Going to be running update for following packages: - python3.11-niworkflows-1.10.1 Press Enter key to continue... Running update for: - python3.11-niworkflows-1.10.1: UPDATING ... - python3.11-niworkflows-1.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.niworkflows 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fcitx5-mozc, using log file: /var/log/nixpkgs-update/fcitx5-mozc/2024-03-14.log fcitx5-mozc 2.26.4220.102 -> 2.29.5268.102 https://repology.org/project/fcitx5-mozc/versions attrpath: fcitx5-mozc 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 fcitx5-mozc 2.26.4220.102 -> 2.29.5268.102 https://repology.org/project/fcitx5-mozc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.faktory_1_1_2_5, using log file: /var/log/nixpkgs-update/haskellPackages.faktory_1_1_2_5/2024-03-14.log haskellPackages.faktory_1_1_2_5 1.1.2.5 -> 1.1.2.6 https://repology.org/project/haskell:faktory/versions attrpath: haskellPackages.faktory_1_1_2_5 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.faktory_1_1_2_5 not compatible with 1.1.2.6 [result] Failed to update haskellPackages.faktory_1_1_2_5 1.1.2.5 -> 1.1.2.6 https://repology.org/project/haskell:faktory/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vbetool, using log file: /var/log/nixpkgs-update/vbetool/2024-03-14.log vbetool 1.1 -> 1.2.2 https://repology.org/project/vbetool/versions attrpath: vbetool 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/3q6f22dv3kzkyab7niic598kpislrjdw-vbetool-1.2.2.tar.gz.drv building '/nix/store/3q6f22dv3kzkyab7niic598kpislrjdw-vbetool-1.2.2.tar.gz.drv'... trying https://www.codon.org.uk/~mjg59/vbetool/download/vbetool-1.2.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download vbetool-1.2.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 'vbetool.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/3q6f22dv3kzkyab7niic598kpislrjdw-vbetool-1.2.2.tar.gz.drv /nix/store/n5zh94447paiazgh8wmjjhn4a2f7v0cf-vbetool-1.2.2.drv this path will be fetched (0.09 MiB download, 0.69 MiB unpacked): /nix/store/cq813nh1gz1fkclkkl8lkgp32qflankd-libx86-1.1 copying path '/nix/store/cq813nh1gz1fkclkkl8lkgp32qflankd-libx86-1.1' from 'https://cache.nixos.org'... building '/nix/store/3q6f22dv3kzkyab7niic598kpislrjdw-vbetool-1.2.2.tar.gz.drv'... trying https://www.codon.org.uk/~mjg59/vbetool/download/vbetool-1.2.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download vbetool-1.2.2.tar.gz from any mirror error: builder for '/nix/store/3q6f22dv3kzkyab7niic598kpislrjdw-vbetool-1.2.2.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.codon.org.uk/~mjg59/vbetool/download/vbetool-1.2.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download vbetool-1.2.2.tar.gz from any mirror For full logs, run 'nix log /nix/store/3q6f22dv3kzkyab7niic598kpislrjdw-vbetool-1.2.2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/n5zh94447paiazgh8wmjjhn4a2f7v0cf-vbetool-1.2.2.drv' failed to build [result] Failed to update vbetool 1.1 -> 1.2.2 https://repology.org/project/vbetool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Rfssa, using log file: /var/log/nixpkgs-update/rPackages.Rfssa/2024-03-14.log rPackages.Rfssa 3.0.2 -> 3.1.0 https://repology.org/project/r:rfssa/versions attrpath: rPackages.Rfssa Checking auto update branch... No auto update branch exists Old version 3.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.Rfssa 3.0.2 -> 3.1.0 https://repology.org/project/r:rfssa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tkgate, using log file: /var/log/nixpkgs-update/tkgate/2024-03-14.log tkgate 1.8.7 -> 2.1 https://repology.org/project/tkgate/versions attrpath: tkgate 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/82gdw3icj3z73x83gy2dkljy08gwc4sa-tkgate-2.1.tgz.drv building '/nix/store/82gdw3icj3z73x83gy2dkljy08gwc4sa-tkgate-2.1.tgz.drv'... trying http://www.tkgate.org/downloads/tkgate-2.1.tgz % 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: 404 error: cannot download tkgate-2.1.tgz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'tkgate.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/82gdw3icj3z73x83gy2dkljy08gwc4sa-tkgate-2.1.tgz.drv /nix/store/h7p5w9vsgi0i4l7kfxrs2rk4qbbi22mc-tkgate-2.1.drv building '/nix/store/82gdw3icj3z73x83gy2dkljy08gwc4sa-tkgate-2.1.tgz.drv'... trying http://www.tkgate.org/downloads/tkgate-2.1.tgz % 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: 404 error: cannot download tkgate-2.1.tgz from any mirror error: builder for '/nix/store/82gdw3icj3z73x83gy2dkljy08gwc4sa-tkgate-2.1.tgz.drv' failed with exit code 1; last 8 log lines: > > trying http://www.tkgate.org/downloads/tkgate-2.1.tgz > % 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: 404 > error: cannot download tkgate-2.1.tgz from any mirror For full logs, run 'nix log /nix/store/82gdw3icj3z73x83gy2dkljy08gwc4sa-tkgate-2.1.tgz.drv'. error: 1 dependencies of derivation '/nix/store/h7p5w9vsgi0i4l7kfxrs2rk4qbbi22mc-tkgate-2.1.drv' failed to build [result] Failed to update tkgate 1.8.7 -> 2.1 https://repology.org/project/tkgate/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath viber, using log file: /var/log/nixpkgs-update/viber/2024-03-14.log viber 16.1.0.37 -> 22.2.0 https://repology.org/project/viber/versions attrpath: viber Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update viber 16.1.0.37 -> 22.2.0 https://repology.org/project/viber/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath taglib-sharp, using log file: /var/log/nixpkgs-update/taglib-sharp/2024-03-14.log taglib-sharp 2.1.0.0 -> 2.3.0.0 https://repology.org/project/taglib-sharp/versions attrpath: taglib-sharp 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/749f0ranb01wknpszswzx75j244f1g5z-source.drv building '/nix/store/749f0ranb01wknpszswzx75j244f1g5z-source.drv'... trying https://github.com/mono/taglib-sharp/archive/taglib-sharp-2.3.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 'taglib-sharp.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/749f0ranb01wknpszswzx75j244f1g5z-source.drv /nix/store/jis8hbpv89mqq1pkgfmhz9yb5dnnh6sz-taglib-sharp-2.3.0.0.drv building '/nix/store/749f0ranb01wknpszswzx75j244f1g5z-source.drv'... trying https://github.com/mono/taglib-sharp/archive/taglib-sharp-2.3.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/749f0ranb01wknpszswzx75j244f1g5z-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mono/taglib-sharp/archive/taglib-sharp-2.3.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/749f0ranb01wknpszswzx75j244f1g5z-source.drv'. error: 1 dependencies of derivation '/nix/store/jis8hbpv89mqq1pkgfmhz9yb5dnnh6sz-taglib-sharp-2.3.0.0.drv' failed to build [result] Failed to update taglib-sharp 2.1.0.0 -> 2.3.0.0 https://repology.org/project/taglib-sharp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swt, using log file: /var/log/nixpkgs-update/swt/2024-03-14.log swt 4.5 -> 4.30 https://repology.org/project/swt/versions attrpath: swt 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 swt 4.5 -> 4.30 https://repology.org/project/swt/versions [options] github_user: r-ryantm, pull_request: 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.PDL 2.025 -> 2.085 https://repology.org/project/perl:pdl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.csranks, using log file: /var/log/nixpkgs-update/rPackages.csranks/2024-03-14.log rPackages.csranks 1.2.1 -> 1.2.2 https://repology.org/project/r:csranks/versions attrpath: rPackages.csranks 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.csranks 1.2.1 -> 1.2.2 https://repology.org/project/r:csranks/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.graphql-client, using log file: /var/log/nixpkgs-update/haskellPackages.graphql-client/2024-03-14.log haskellPackages.graphql-client 1.2.2 -> 1.2.3 https://repology.org/project/haskell:graphql-client/versions attrpath: haskellPackages.graphql-client Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.graphql-client 1.2.2 -> 1.2.3 https://repology.org/project/haskell:graphql-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 nfs-utils, using log file: /var/log/nixpkgs-update/nfs-utils/2024-03-14.log nfs-utils 2.6.2 -> 2.6.4 https://repology.org/project/nfs-utils/versions attrpath: nfs-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 nfs-utils 2.6.2 -> 2.6.4 https://repology.org/project/nfs-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.RcppSpdlog, using log file: /var/log/nixpkgs-update/rPackages.RcppSpdlog/2024-03-14.log rPackages.RcppSpdlog 0.0.15 -> 0.0.16 https://repology.org/project/r:rcppspdlog/versions attrpath: rPackages.RcppSpdlog Checking auto update branch... No auto update branch exists Old version 0.0.15" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RcppSpdlog 0.0.15 -> 0.0.16 https://repology.org/project/r:rcppspdlog/versions [options] github_user: r-ryantm, pull_request: 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 superlu 5.2.1 -> 6.0.1 https://repology.org/project/superlu/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.SmartIrc4net, using log file: /var/log/nixpkgs-update/dotnetPackages.SmartIrc4net/2024-03-14.log dotnetPackages.SmartIrc4net 0.4.5.1 -> 1.1 https://repology.org/project/smartirc4net/versions attrpath: dotnetPackages.SmartIrc4net 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.SmartIrc4net 0.4.5.1 -> 1.1 https://repology.org/project/smartirc4net/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kabeljau, using log file: /var/log/nixpkgs-update/kabeljau/2024-03-14.log kabeljau 1.2.0 -> 2.0.0 https://repology.org/project/kabeljau/versions attrpath: kabeljau 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/kabeljau/default.nix b/pkgs/games/kabeljau/default.nix index 0b5b1167ead3..673b30faa33a 100644 --- a/pkgs/games/kabeljau/default.nix +++ b/pkgs/games/kabeljau/default.nix @@ -2,14 +2,14 @@ stdenvNoCC.mkDerivation rec { pname = "kabeljau"; - version = "1.2.0"; + version = "2.0.0"; src = fetchFromGitea { domain = "codeberg.org"; owner = "annaaurora"; repo = "kabeljau"; rev = "v${version}"; - sha256 = "sha256-RedVItgfr6vgqXHA3bOiHXDpfGuHI+sX4jCHL9G5jYk="; + sha256 = "sha256-OGEGOkQBTZgRsQT5WJYJXesGDYCiGou39hkZX+x9tug="; }; # Inkscape is needed in a just recipe where it is used to export the SVG icon to several different sized PNGs. [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kabeljau nix build failed. ** (inkscape:58): WARNING **: 07:59:50.968: Could not create extension error log file '/homeless-shelter/.config/inkscape/extension-errors.log' (inkscape:58): Gtk-CRITICAL **: 07:59:51.011: Unable to create user data directory '/homeless-shelter/.local/share' for storing the recently used files list: Permission denied ** (inkscape:58): WARNING **: 07:59:51.011: Failed to wrap object of type 'GtkRecentManager'. Hint: this error is commonly caused by failing to call a library init() function. + mkdir -p ./build/usr/share/icons/hicolor/128x128/apps + inkscape -o ./build/usr/share/icons/hicolor/128x128/apps/kabeljau.png -C -w 128 -h 128 '--export-png-color-mode=RGBA_8' icons/hicolor/32x32/kabeljau.svg ** (process:86): WARNING **: 07:59:51.101: Unable to create profile directory (Permission denied) (13) ** Message: 07:59:51.108: Cannot create profile directory /homeless-shelter/.config/inkscape. ** Message: 07:59:51.108: Inkscape will run with default settings, and new settings will not be saved. Fontconfig error: Cannot load default config file: No such file: (null) Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories ** (inkscape:86): WARNING **: 07:59:51.200: Could not create directory '/homeless-shelter/.config/inkscape' ** (inkscape:86): WARNING **: 07:59:51.200: Could not create extension error log file '/homeless-shelter/.config/inkscape/extension-errors.log' (inkscape:86): Gtk-CRITICAL **: 07:59:51.243: Unable to create user data directory '/homeless-shelter/.local/share' for storing the recently used files list: Permission denied ** (inkscape:86): WARNING **: 07:59:51.243: Failed to wrap object of type 'GtkRecentManager'. Hint: this error is commonly caused by failing to call a library init() function. + install -Dm755 ./build/usr/bin/kabeljau -t /usr/bin install: cannot create directory '/usr': Permission denied error: Recipe `install` failed with exit code 1 [result] Failed to update kabeljau 1.2.0 -> 2.0.0 https://repology.org/project/kabeljau/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath memtest86-efi, using log file: /var/log/nixpkgs-update/memtest86-efi/2024-03-14.log memtest86-efi 9.3.1000 -> 10.7build1000 https://repology.org/project/memtest86-efi/versions attrpath: memtest86-efi Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update memtest86-efi 9.3.1000 -> 10.7build1000 https://repology.org/project/memtest86-efi/versions [options] github_user: r-ryantm, pull_request: 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.DevelNYTProf 6.12 -> 6.14 https://repology.org/project/perl:devel-nytprof/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath happy, using log file: /var/log/nixpkgs-update/happy/2024-03-14.log happy 1.20.1.1 -> 1.21.0 https://repology.org/project/happy/versions attrpath: happy Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update happy 1.20.1.1 -> 1.21.0 https://repology.org/project/happy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libcrossguid, using log file: /var/log/nixpkgs-update/libcrossguid/2024-03-14.log libcrossguid 2016-02-21 -> 0.2.3.20211002 https://repology.org/project/crossguid/versions attrpath: libcrossguid Checking auto update branch... No auto update branch exists 0.2.3.20211002 is not newer than 2016-02-21 according to Nix; versionComparison: -1 [result] Failed to update libcrossguid 2016-02-21 -> 0.2.3.20211002 https://repology.org/project/crossguid/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath liblangtag, using log file: /var/log/nixpkgs-update/liblangtag/2024-03-14.log liblangtag 0.6.3 -> 0.6.7 https://repology.org/project/liblangtag/versions attrpath: liblangtag 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 liblangtag 0.6.3 -> 0.6.7 https://repology.org/project/liblangtag/versions [options] github_user: r-ryantm, pull_request: 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.XMLGrove 0.46alpha -> 0.46.0.1 https://repology.org/project/perl:xml-grove/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.th-data-compat, using log file: /var/log/nixpkgs-update/haskellPackages.th-data-compat/2024-03-14.log haskellPackages.th-data-compat 0.1.3.0 -> 0.1.3.1 https://repology.org/project/haskell:th-data-compat/versions attrpath: haskellPackages.th-data-compat Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.th-data-compat 0.1.3.0 -> 0.1.3.1 https://repology.org/project/haskell:th-data-compat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.shinyWidgets, using log file: /var/log/nixpkgs-update/rPackages.shinyWidgets/2024-03-14.log rPackages.shinyWidgets 0.8.0 -> 0.8.2 https://repology.org/project/r:shinywidgets/versions attrpath: rPackages.shinyWidgets Checking auto update branch... No auto update branch exists Old version 0.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.shinyWidgets 0.8.0 -> 0.8.2 https://repology.org/project/r:shinywidgets/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmemcached, using log file: /var/log/nixpkgs-update/libmemcached/2024-03-14.log libmemcached 1.0.18 -> 1.1.4 https://repology.org/project/libmemcached/versions attrpath: libmemcached 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 libmemcached 1.0.18 -> 1.1.4 https://repology.org/project/libmemcached/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath catppuccin-kde, using log file: /var/log/nixpkgs-update/catppuccin-kde/2024-03-14.log catppuccin-kde 0.2.4 -> 23.08.4 https://repology.org/project/kde/versions attrpath: catppuccin-kde 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 catppuccin-kde 0.2.4 -> 23.08.4 https://repology.org/project/kde/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO complicated package [result] Failed to update haskellPackages.github-release 2.0.0.9 -> 2.0.0.10 https://repology.org/project/haskell:github-release/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.slendr, using log file: /var/log/nixpkgs-update/rPackages.slendr/2024-03-14.log rPackages.slendr 0.8.0 -> 0.9.1 https://repology.org/project/r:slendr/versions attrpath: rPackages.slendr Checking auto update branch... No auto update branch exists Old version 0.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.slendr 0.8.0 -> 0.9.1 https://repology.org/project/r:slendr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lv, using log file: /var/log/nixpkgs-update/lv/2024-03-14.log lv 4.51 -> 4.51.20200728 https://repology.org/project/lv/versions attrpath: lv 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/3y2np7bplgcjj6fkzifk5njjr37g3b47-lv_4.51.20200728.orig.tar.gz.drv building '/nix/store/3y2np7bplgcjj6fkzifk5njjr37g3b47-lv_4.51.20200728.orig.tar.gz.drv'... trying https://httpredir.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirrors.edge.kernel.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.de.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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.fr.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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.nl.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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.ru.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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 http://archive.debian.org/debian-archive/debian/pool/main/l/lv/lv_4.51.20200728.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 264 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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 error: cannot download lv_4.51.20200728.orig.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 'lv.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/3y2np7bplgcjj6fkzifk5njjr37g3b47-lv_4.51.20200728.orig.tar.gz.drv /nix/store/7g8hb4x4n50gsf0ldpa7ha33wvp3aap5-lv-4.51.20200728.drv building '/nix/store/3y2np7bplgcjj6fkzifk5njjr37g3b47-lv_4.51.20200728.orig.tar.gz.drv'... trying https://httpredir.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirrors.edge.kernel.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.de.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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.fr.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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.nl.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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.ru.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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 http://archive.debian.org/debian-archive/debian/pool/main/l/lv/lv_4.51.20200728.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 264 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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 error: cannot download lv_4.51.20200728.orig.tar.gz from any mirror error: builder for '/nix/store/3y2np7bplgcjj6fkzifk5njjr37g3b47-lv_4.51.20200728.orig.tar.gz.drv' failed with exit code 1; last 25 log lines: > > trying ftp://ftp.nl.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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.ru.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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 http://archive.debian.org/debian-archive/debian/pool/main/l/lv/lv_4.51.20200728.orig.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 264 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/pool/main/l/lv/lv_4.51.20200728.orig.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 > error: cannot download lv_4.51.20200728.orig.tar.gz from any mirror For full logs, run 'nix log /nix/store/3y2np7bplgcjj6fkzifk5njjr37g3b47-lv_4.51.20200728.orig.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/7g8hb4x4n50gsf0ldpa7ha33wvp3aap5-lv-4.51.20200728.drv' failed to build [result] Failed to update lv 4.51 -> 4.51.20200728 https://repology.org/project/lv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dub, using log file: /var/log/nixpkgs-update/dub/2024-03-14.log dub 1.33.0 -> 1.36.0 https://github.com/dlang/dub/releases attrpath: dub Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - dub: 1.33.0 -> 1.36.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293624" [result] Failed to update dub 1.33.0 -> 1.36.0 https://github.com/dlang/dub/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lbdb, using log file: /var/log/nixpkgs-update/lbdb/2024-03-14.log lbdb 0.48.1 -> 0.52.1 https://repology.org/project/lbdb/versions attrpath: lbdb 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 lbdb 0.48.1 -> 0.52.1 https://repology.org/project/lbdb/versions [options] github_user: r-ryantm, pull_request: 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.LEOCHARREDebug 1.03 -> 1.14 https://repology.org/project/perl:leocharre-debug/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ffmpeg, using log file: /var/log/nixpkgs-update/ffmpeg/2024-03-14.log ffmpeg 6.1 -> 6.1.1 https://repology.org/project/ffmpeg/versions attrpath: ffmpeg 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 ffmpeg 6.1 -> 6.1.1 https://repology.org/project/ffmpeg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.shinyTempSignal, using log file: /var/log/nixpkgs-update/rPackages.shinyTempSignal/2024-03-14.log rPackages.shinyTempSignal 0.0.5 -> 0.0.8 https://repology.org/project/r:shinytempsignal/versions attrpath: rPackages.shinyTempSignal Checking auto update branch... No auto update branch exists Old version 0.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.shinyTempSignal 0.0.5 -> 0.0.8 https://repology.org/project/r:shinytempsignal/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vimPlugins.vim-addon-mw-utils, using log file: /var/log/nixpkgs-update/vimPlugins.vim-addon-mw-utils/2024-03-14.log vimPlugins.vim-addon-mw-utils 2020-02-07 -> 20121105 https://repology.org/project/vim:vim-addon-mw-utils/versions attrpath: vimPlugins.vim-addon-mw-utils Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update vimPlugins.vim-addon-mw-utils 2020-02-07 -> 20121105 https://repology.org/project/vim:vim-addon-mw-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 haskellPackages.commutative-semigroups, using log file: /var/log/nixpkgs-update/haskellPackages.commutative-semigroups/2024-03-14.log haskellPackages.commutative-semigroups 0.1.0.1 -> 0.1.0.2 https://repology.org/project/haskell:commutative-semigroups/versions attrpath: haskellPackages.commutative-semigroups Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.commutative-semigroups 0.1.0.1 -> 0.1.0.2 https://repology.org/project/haskell:commutative-semigroups/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.witch, using log file: /var/log/nixpkgs-update/haskellPackages.witch/2024-03-14.log haskellPackages.witch 1.2.0.3 -> 1.2.0.4 https://repology.org/project/haskell:witch/versions attrpath: haskellPackages.witch Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.witch 1.2.0.3 -> 1.2.0.4 https://repology.org/project/haskell:witch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.aorsf, using log file: /var/log/nixpkgs-update/rPackages.aorsf/2024-03-14.log rPackages.aorsf 0.1.1 -> 0.1.3 https://repology.org/project/r:aorsf/versions attrpath: rPackages.aorsf 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.aorsf 0.1.1 -> 0.1.3 https://repology.org/project/r:aorsf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath volantes-cursors, using log file: /var/log/nixpkgs-update/volantes-cursors/2024-03-14.log volantes-cursors 2022-08-27 -> 20220828.0 https://repology.org/project/volantes-cursors/versions attrpath: volantes-cursors Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update volantes-cursors 2022-08-27 -> 20220828.0 https://repology.org/project/volantes-cursors/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.areaplot, using log file: /var/log/nixpkgs-update/rPackages.areaplot/2024-03-14.log rPackages.areaplot 2.1.1 -> 2.1.2 https://repology.org/project/r:areaplot/versions attrpath: rPackages.areaplot Checking auto update branch... No auto update branch exists Old version 2.1.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.areaplot 2.1.1 -> 2.1.2 https://repology.org/project/r:areaplot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mco, using log file: /var/log/nixpkgs-update/rPackages.mco/2024-03-14.log rPackages.mco 1.15.6 -> 1.16 https://repology.org/project/r:mco/versions attrpath: rPackages.mco Checking auto update branch... No auto update branch exists Old version 1.15.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.mco 1.15.6 -> 1.16 https://repology.org/project/r:mco/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath space-cadet-pinball, using log file: /var/log/nixpkgs-update/space-cadet-pinball/2024-03-14.log space-cadet-pinball 2.0.1 -> 2.1.0 https://repology.org/project/spacecadetpinball/versions attrpath: space-cadet-pinball 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 space-cadet-pinball 2.0.1 -> 2.1.0 https://repology.org/project/spacecadetpinball/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SLGI, using log file: /var/log/nixpkgs-update/rPackages.SLGI/2024-03-14.log rPackages.SLGI 1.54.0 -> 1.56.0 https://repology.org/project/r:slgi/versions attrpath: rPackages.SLGI Checking auto update branch... No auto update branch exists Old version 1.54.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.SLGI 1.54.0 -> 1.56.0 https://repology.org/project/r:slgi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-lightsail, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-lightsail/2024-03-14.log python311Packages.mypy-boto3-lightsail 1.34.41 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-lightsail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ag0m14hxi8gb814shh7xqqza8rmpf6zv-packages.json.drv building '/nix/store/ag0m14hxi8gb814shh7xqqza8rmpf6zv-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-lightsail-1.34.41 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-lightsail-1.34.41: UPDATING ... - python3.11-mypy-boto3-lightsail-1.34.41: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-lightsail 1.34.41 -> 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.tensorboardx, using log file: /var/log/nixpkgs-update/python312Packages.tensorboardx/2024-03-14.log python312Packages.tensorboardx 2.6.2 -> 2.6.2.2 https://repology.org/project/python:tensorboardx/versions attrpath: python312Packages.tensorboardx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a8ijym6glqp48lf3gip115zp3y6svnd0-packages.json.drv building '/nix/store/a8ijym6glqp48lf3gip115zp3y6svnd0-packages.json.drv'... Going to be running update for following packages: - python3.12-tensorboardx-2.6.2 Press Enter key to continue... Running update for: - python3.12-tensorboardx-2.6.2: UPDATING ... - python3.12-tensorboardx-2.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.tensorboardx 2.6.2 -> 2.6.2.2 https://repology.org/project/python:tensorboardx/versions [options] github_user: r-ryantm, pull_request: 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.DataClone 0.004 -> 0.006 https://repology.org/project/perl:data-clone/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath frostwire-bin, using log file: /var/log/nixpkgs-update/frostwire-bin/2024-03-14.log frostwire-bin 6.9.8 -> 6.13.1 https://repology.org/project/frostwire/versions attrpath: frostwire-bin Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/vjb6gyzkyfqvhd5vx14vbjs9ll85lnn6-frostwire-6.13.1.amd64.tar.gz.drv building '/nix/store/vjb6gyzkyfqvhd5vx14vbjs9ll85lnn6-frostwire-6.13.1.amd64.tar.gz.drv'... trying https://dl.frostwire.com/frostwire/6.13.1/frostwire-6.13.1.amd64.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 certificate problem: unable to get local issuer certificate 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 frostwire-6.13.1.amd64.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 'frostwire-bin.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vjb6gyzkyfqvhd5vx14vbjs9ll85lnn6-frostwire-6.13.1.amd64.tar.gz.drv /nix/store/fsrlqvjcwgzalybnnbyj4yy2zkdzm25c-frostwire-6.13.1.drv building '/nix/store/vjb6gyzkyfqvhd5vx14vbjs9ll85lnn6-frostwire-6.13.1.amd64.tar.gz.drv'... trying https://dl.frostwire.com/frostwire/6.13.1/frostwire-6.13.1.amd64.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 certificate problem: unable to get local issuer certificate 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 frostwire-6.13.1.amd64.tar.gz from any mirror error: builder for '/nix/store/vjb6gyzkyfqvhd5vx14vbjs9ll85lnn6-frostwire-6.13.1.amd64.tar.gz.drv' failed with exit code 1; last 12 log lines: > > trying https://dl.frostwire.com/frostwire/6.13.1/frostwire-6.13.1.amd64.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 certificate problem: unable to get local issuer certificate > 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 frostwire-6.13.1.amd64.tar.gz from any mirror For full logs, run 'nix log /nix/store/vjb6gyzkyfqvhd5vx14vbjs9ll85lnn6-frostwire-6.13.1.amd64.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/fsrlqvjcwgzalybnnbyj4yy2zkdzm25c-frostwire-6.13.1.drv' failed to build [result] Failed to update frostwire-bin 6.9.8 -> 6.13.1 https://repology.org/project/frostwire/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scite, using log file: /var/log/nixpkgs-update/scite/2024-03-14.log scite 5.2.2 -> 5.4.3 https://repology.org/project/scite/versions attrpath: scite Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/editors/scite/default.nix b/pkgs/applications/editors/scite/default.nix index 9c230a2984eb..642eeddb3747 100644 --- a/pkgs/applications/editors/scite/default.nix +++ b/pkgs/applications/editors/scite/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation { pname = "scite"; - version = "5.2.2"; + version = "5.4.3"; src = fetchurl { url = "https://www.scintilla.org/scite522.tgz"; - sha256 = "1q46clclx8r0b8zbq2zi89sygszgqf9ra5l83r2fs0ghvjgh2cxd"; + sha256 = "sha256-rTMBn9zwAe1EHogWlZPD7+vndULxC7w+WiCjThllhuA="; }; nativeBuildInputs = [ pkg-config ]; Source url did not change. [result] Failed to update scite 5.2.2 -> 5.4.3 https://repology.org/project/scite/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-runtime, using log file: /var/log/nixpkgs-update/haskellPackages.proto-lens-runtime/2024-03-14.log haskellPackages.proto-lens-runtime 0.7.0.4 -> 0.7.0.5 https://repology.org/project/haskell:proto-lens-runtime/versions attrpath: haskellPackages.proto-lens-runtime Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.proto-lens-runtime 0.7.0.4 -> 0.7.0.5 https://repology.org/project/haskell:proto-lens-runtime/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rappel, using log file: /var/log/nixpkgs-update/rappel/2024-03-14.log rappel 2019-09-09 -> 2022.11.07 https://repology.org/project/rappel/versions attrpath: rappel 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/misc/rappel/default.nix b/pkgs/development/misc/rappel/default.nix index 67e202a005fc..dcb596101658 100644 --- a/pkgs/development/misc/rappel/default.nix +++ b/pkgs/development/misc/rappel/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "rappel"; - version = "unstable-2019-09-09"; + version = "unstable-2022.11.07"; src = fetchFromGitHub { owner = "yrp604"; repo = "rappel"; rev = "31a06762d34880ff2ed7176ca71bd8a6b91b10d5"; - sha256 = "0wj3hypqfrjra8mwmn32hs5qs6ic81cq3gn1v0b2fba6vkqcsqfy"; + sha256 = "sha256-3mHN8NxGLScW2MG+gVlALBqNi4Zi2MorUllmh6+HQ3I="; }; buildInputs = [ libedit ]; Source url did not change. [result] Failed to update rappel 2019-09-09 -> 2022.11.07 https://repology.org/project/rappel/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.iNZightMR, using log file: /var/log/nixpkgs-update/rPackages.iNZightMR/2024-03-14.log rPackages.iNZightMR 2.2.7 -> 2.3.0 https://repology.org/project/r:inzightmr/versions attrpath: rPackages.iNZightMR Checking auto update branch... No auto update branch exists Old version 2.2.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.iNZightMR 2.2.7 -> 2.3.0 https://repology.org/project/r:inzightmr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DHS_rates, using log file: /var/log/nixpkgs-update/rPackages.DHS_rates/2024-03-14.log rPackages.DHS_rates 0.9.1 -> 0.9.2 https://repology.org/project/r:dhs.rates/versions attrpath: rPackages.DHS_rates 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.DHS_rates 0.9.1 -> 0.9.2 https://repology.org/project/r:dhs.rates/versions [options] github_user: r-ryantm, pull_request: 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.DBIxClassSchemaLoader 0.07051 -> 0.07052 https://repology.org/project/perl:dbix-class-schema-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.ff, using log file: /var/log/nixpkgs-update/rPackages.ff/2024-03-14.log rPackages.ff 4.0.9 -> 4.0.12 https://repology.org/project/r:ff/versions attrpath: rPackages.ff Checking auto update branch... No auto update branch exists Old version 4.0.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ff 4.0.9 -> 4.0.12 https://repology.org/project/r:ff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PHEindicatormethods, using log file: /var/log/nixpkgs-update/rPackages.PHEindicatormethods/2024-03-14.log rPackages.PHEindicatormethods 2.0.1 -> 2.0.2 https://repology.org/project/r:pheindicatormethods/versions attrpath: rPackages.PHEindicatormethods 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.PHEindicatormethods 2.0.1 -> 2.0.2 https://repology.org/project/r:pheindicatormethods/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GJRM, using log file: /var/log/nixpkgs-update/rPackages.GJRM/2024-03-14.log rPackages.GJRM 0.2-6.4 -> 0.2-6.5 https://repology.org/project/r:gjrm/versions attrpath: rPackages.GJRM Checking auto update branch... No auto update branch exists Old version 0.2-6.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GJRM 0.2-6.4 -> 0.2-6.5 https://repology.org/project/r:gjrm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.exact2x2, using log file: /var/log/nixpkgs-update/rPackages.exact2x2/2024-03-14.log rPackages.exact2x2 1.6.8 -> 1.6.9 https://repology.org/project/r:exact2x2/versions attrpath: rPackages.exact2x2 Checking auto update branch... No auto update branch exists Old version 1.6.8" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.exact2x2 1.6.8 -> 1.6.9 https://repology.org/project/r:exact2x2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.llama-index-embeddings-gemini, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-embeddings-gemini/2024-03-14.log python311Packages.llama-index-embeddings-gemini 0.1.3 -> 0.10.19 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-embeddings-gemini Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m18q6kbcxk9n99hs3dw6iincsy5bx9az-packages.json.drv building '/nix/store/m18q6kbcxk9n99hs3dw6iincsy5bx9az-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-embeddings-gemini-0.1.3 Press Enter key to continue... Running update for: - python3.11-llama-index-embeddings-gemini-0.1.3: UPDATING ... - python3.11-llama-index-embeddings-gemini-0.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 8a71591eb27d..03dc031ca5ab 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.18"; + version = "0.10.19"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-2giVN2zXvk+fqRXZB8jrzL5PYGDcL3s/vRwnaC1ZIvE="; }; sourceRoot = "${src.name}/${pname}"; Package version did not change. [result] Failed to update python311Packages.llama-index-embeddings-gemini 0.1.3 -> 0.10.19 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.llama-index-readers-file, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-readers-file/2024-03-14.log python311Packages.llama-index-readers-file 0.1.7 -> 0.10.19 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-readers-file Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zwfkiywgh84364pkm3a8vlnrg7r8p23p-packages.json.drv building '/nix/store/zwfkiywgh84364pkm3a8vlnrg7r8p23p-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-readers-file-0.1.7 Press Enter key to continue... Running update for: - python3.11-llama-index-readers-file-0.1.7: UPDATING ... - python3.11-llama-index-readers-file-0.1.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 8a71591eb27d..03dc031ca5ab 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.18"; + version = "0.10.19"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-2giVN2zXvk+fqRXZB8jrzL5PYGDcL3s/vRwnaC1ZIvE="; }; sourceRoot = "${src.name}/${pname}"; Package version did not change. [result] Failed to update python311Packages.llama-index-readers-file 0.1.7 -> 0.10.19 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.direct-sqlite, using log file: /var/log/nixpkgs-update/haskellPackages.direct-sqlite/2024-03-14.log haskellPackages.direct-sqlite 2.3.28 -> 2.3.29 https://repology.org/project/haskell:direct-sqlite/versions attrpath: haskellPackages.direct-sqlite Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.direct-sqlite 2.3.28 -> 2.3.29 https://repology.org/project/haskell:direct-sqlite/versions [options] github_user: r-ryantm, pull_request: 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 gst_all_1.gst-plugins-good 1.22.9 -> 1.24.0 https://repology.org/project/gstreamer:good/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-terminal, using log file: /var/log/nixpkgs-update/deepin.deepin-terminal/2024-03-14.log deepin.deepin-terminal 6.0.9 -> 6.0.12 https://github.com/linuxdeepin/deepin-terminal/releases attrpath: deepin.deepin-terminal deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-terminal 6.0.9 -> 6.0.12 https://github.com/linuxdeepin/deepin-terminal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.REddyProc, using log file: /var/log/nixpkgs-update/rPackages.REddyProc/2024-03-14.log rPackages.REddyProc 1.3.2 -> 1.3.3 https://repology.org/project/r:reddyproc/versions attrpath: rPackages.REddyProc Checking auto update branch... No auto update branch exists Old version 1.3.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.REddyProc 1.3.2 -> 1.3.3 https://repology.org/project/r:reddyproc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.iotarelr, using log file: /var/log/nixpkgs-update/rPackages.iotarelr/2024-03-14.log rPackages.iotarelr 0.1.4 -> 0.1.5 https://repology.org/project/r:iotarelr/versions attrpath: rPackages.iotarelr 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.iotarelr 0.1.4 -> 0.1.5 https://repology.org/project/r:iotarelr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.modACDC, using log file: /var/log/nixpkgs-update/rPackages.modACDC/2024-03-14.log rPackages.modACDC 1.0.0 -> 2.0.1 https://repology.org/project/r:modacdc/versions attrpath: rPackages.modACDC 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.modACDC 1.0.0 -> 2.0.1 https://repology.org/project/r:modacdc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.lvmisc, using log file: /var/log/nixpkgs-update/rPackages.lvmisc/2024-03-14.log rPackages.lvmisc 0.1.1 -> 0.1.2 https://repology.org/project/r:lvmisc/versions attrpath: rPackages.lvmisc 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.lvmisc 0.1.1 -> 0.1.2 https://repology.org/project/r:lvmisc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.choplump, using log file: /var/log/nixpkgs-update/rPackages.choplump/2024-03-14.log rPackages.choplump 1.1.1 -> 1.1.2 https://repology.org/project/r:choplump/versions attrpath: rPackages.choplump 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.choplump 1.1.1 -> 1.1.2 https://repology.org/project/r:choplump/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rbcb, using log file: /var/log/nixpkgs-update/rPackages.rbcb/2024-03-14.log rPackages.rbcb 0.1.13 -> 0.1.14 https://repology.org/project/r:rbcb/versions attrpath: rPackages.rbcb Checking auto update branch... No auto update branch exists Old version 0.1.13" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rbcb 0.1.13 -> 0.1.14 https://repology.org/project/r:rbcb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.laeken, using log file: /var/log/nixpkgs-update/rPackages.laeken/2024-03-14.log rPackages.laeken 0.5.2 -> 0.5.3 https://repology.org/project/r:laeken/versions attrpath: rPackages.laeken 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.laeken 0.5.2 -> 0.5.3 https://repology.org/project/r:laeken/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FPDclustering, using log file: /var/log/nixpkgs-update/rPackages.FPDclustering/2024-03-14.log rPackages.FPDclustering 2.2 -> 2.3.1 https://repology.org/project/r:fpdclustering/versions attrpath: rPackages.FPDclustering Checking auto update branch... No auto update branch exists Old version 2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.FPDclustering 2.2 -> 2.3.1 https://repology.org/project/r:fpdclustering/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.catdata, using log file: /var/log/nixpkgs-update/rPackages.catdata/2024-03-14.log rPackages.catdata 1.2.3 -> 1.2.4 https://repology.org/project/r:catdata/versions attrpath: rPackages.catdata Checking auto update branch... No auto update branch exists Old version 1.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.catdata 1.2.3 -> 1.2.4 https://repology.org/project/r:catdata/versions [options] github_user: r-ryantm, pull_request: 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 gst_all_1.gst-plugins-base 1.22.9 -> 1.24.0 https://repology.org/project/gstreamer:base/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.xgboost, using log file: /var/log/nixpkgs-update/rPackages.xgboost/2024-03-14.log rPackages.xgboost 1.7.6.1 -> 1.7.7.1 https://repology.org/project/r:xgboost/versions attrpath: rPackages.xgboost Checking auto update branch... No auto update branch exists Old version 1.7.6.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.xgboost 1.7.6.1 -> 1.7.7.1 https://repology.org/project/r:xgboost/versions [options] github_user: r-ryantm, pull_request: 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 gst_all_1.gst-editing-services 1.22.9 -> 1.24.0 https://repology.org/project/gstreamer:editing-services/versions [options] github_user: r-ryantm, pull_request: 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 gst_all_1.gst-devtools 1.22.9 -> 1.24.0 https://repology.org/project/gstreamer:devtools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ClimMobTools, using log file: /var/log/nixpkgs-update/rPackages.ClimMobTools/2024-03-14.log rPackages.ClimMobTools 1.1 -> 1.2 https://repology.org/project/r:climmobtools/versions attrpath: rPackages.ClimMobTools Checking auto update branch... No auto update branch exists Old version 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.ClimMobTools 1.1 -> 1.2 https://repology.org/project/r:climmobtools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PRECAST, using log file: /var/log/nixpkgs-update/rPackages.PRECAST/2024-03-14.log rPackages.PRECAST 1.6.3 -> 1.6.4 https://repology.org/project/r:precast/versions attrpath: rPackages.PRECAST 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.PRECAST 1.6.3 -> 1.6.4 https://repology.org/project/r:precast/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bizdays, using log file: /var/log/nixpkgs-update/rPackages.bizdays/2024-03-14.log rPackages.bizdays 1.0.13 -> 1.0.16 https://repology.org/project/r:bizdays/versions attrpath: rPackages.bizdays Checking auto update branch... No auto update branch exists Old version 1.0.13" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bizdays 1.0.13 -> 1.0.16 https://repology.org/project/r:bizdays/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ace, using log file: /var/log/nixpkgs-update/ace/2024-03-14.log ace 7.0.11 -> 7.1.3 https://repology.org/project/ace-framework/versions attrpath: ace Checking auto update branch... An auto update branch exists with message `ace: 7.0.11 -> 7.1.3`. New version is 7.1.3. An auto update branch exists with an equal or greater version [result] Failed to update ace 7.0.11 -> 7.1.3 https://repology.org/project/ace-framework/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cosmocc, using log file: /var/log/nixpkgs-update/cosmocc/2024-03-14.log cosmocc 2.2 -> 3.3 https://repology.org/project/cosmocc/versions attrpath: cosmocc Checking auto update branch... No auto update branch exists Old version 2.2" not present in master derivation file with contents: { runCommand, cosmopolitan }: let cosmocc = runCommand "cosmocc-${cosmopolitan.version}" { pname = "cosmocc"; inherit (cosmopolitan) version; passthru.tests = { cc = runCommand "c-test" { } '' ${cosmocc}/bin/cosmocc ${./hello.c} ./a.out > $out ''; }; meta = cosmopolitan.meta // { description = "compilers for Cosmopolitan C/C++ programs"; }; } '' mkdir -p $out/bin install ${cosmopolitan.dist}/tool/scripts/{cosmocc,cosmoc++} $out/bin sed 's|/opt/cosmo\([ /]\)|${cosmopolitan.dist}\1|g' -i $out/bin/* ''; in cosmocc [result] Failed to update cosmocc 2.2 -> 3.3 https://repology.org/project/cosmocc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath safe, using log file: /var/log/nixpkgs-update/safe/2024-03-14.log safe 1.8.0 -> 2.1 https://repology.org/project/safe/versions attrpath: safe 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/hhacvaix7pmrwfqrsr41dd8r2hcslakl-source.drv building '/nix/store/hhacvaix7pmrwfqrsr41dd8r2hcslakl-source.drv'... trying https://github.com/starkandwayne/safe/archive/v2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 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 'safe.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/hhacvaix7pmrwfqrsr41dd8r2hcslakl-source.drv /nix/store/p5cplwh37z0sz512zc4sirjmmdiy2937-safe-2.1-go-modules.drv /nix/store/cx0bsmqda3s44190qrsamhhfp4wa2jw6-safe-2.1.drv building '/nix/store/hhacvaix7pmrwfqrsr41dd8r2hcslakl-source.drv'... trying https://github.com/starkandwayne/safe/archive/v2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 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/hhacvaix7pmrwfqrsr41dd8r2hcslakl-source.drv' failed with exit code 1; last 9 log lines: > > trying https://github.com/starkandwayne/safe/archive/v2.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 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/hhacvaix7pmrwfqrsr41dd8r2hcslakl-source.drv'. error: 1 dependencies of derivation '/nix/store/cx0bsmqda3s44190qrsamhhfp4wa2jw6-safe-2.1.drv' failed to build [result] Failed to update safe 1.8.0 -> 2.1 https://repology.org/project/safe/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.home-assistant-chip-core, using log file: /var/log/nixpkgs-update/python312Packages.home-assistant-chip-core/2024-03-14.log python312Packages.home-assistant-chip-core 2024.2.1 -> 2024.2.2 https://github.com/home-assistant-libs/chip-wheels/releases attrpath: python312Packages.home-assistant-chip-core Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6v80b7xhxgfzdw98d1c7z0bzq4a2l8x5-packages.json.drv building '/nix/store/6v80b7xhxgfzdw98d1c7z0bzq4a2l8x5-packages.json.drv'... Going to be running update for following packages: - python3.12-home-assistant-chip-core-2024.2.1 Press Enter key to continue... Running update for: - python3.12-home-assistant-chip-core-2024.2.1: UPDATING ... - python3.12-home-assistant-chip-core-2024.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.home-assistant-chip-core 2024.2.1 -> 2024.2.2 https://github.com/home-assistant-libs/chip-wheels/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.recent-items, using log file: /var/log/nixpkgs-update/gnomeExtensions.recent-items/2024-03-14.log gnomeExtensions.recent-items 23 -> 40 https://repology.org/project/gnome:recent-items/versions attrpath: gnomeExtensions.recent-items Checking auto update branch... No auto update branch exists Old version 23" 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.recent-items 23 -> 40 https://repology.org/project/gnome:recent-items/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.llama-index-readers-weather, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-readers-weather/2024-03-14.log python312Packages.llama-index-readers-weather 0.1.4 -> 0.10.19 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-readers-weather Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/finya9b5rxx1fn8v5sxmfi9yflq47six-packages.json.drv building '/nix/store/finya9b5rxx1fn8v5sxmfi9yflq47six-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-readers-weather-0.1.4 Press Enter key to continue... Running update for: - python3.12-llama-index-readers-weather-0.1.4: UPDATING ... - python3.12-llama-index-readers-weather-0.1.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 8a71591eb27d..03dc031ca5ab 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.18"; + version = "0.10.19"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-2giVN2zXvk+fqRXZB8jrzL5PYGDcL3s/vRwnaC1ZIvE="; }; sourceRoot = "${src.name}/${pname}"; Package version did not change. [result] Failed to update python312Packages.llama-index-readers-weather 0.1.4 -> 0.10.19 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.llama-index-readers-json, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-readers-json/2024-03-14.log python312Packages.llama-index-readers-json 0.1.2 -> 0.10.19 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-readers-json Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6rn2a3qidwg28qdj1szxcd7bc2dc0igv-packages.json.drv building '/nix/store/6rn2a3qidwg28qdj1szxcd7bc2dc0igv-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-readers-json-0.1.2 Press Enter key to continue... Running update for: - python3.12-llama-index-readers-json-0.1.2: UPDATING ... - python3.12-llama-index-readers-json-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 8a71591eb27d..03dc031ca5ab 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.18"; + version = "0.10.19"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-2giVN2zXvk+fqRXZB8jrzL5PYGDcL3s/vRwnaC1ZIvE="; }; sourceRoot = "${src.name}/${pname}"; Package version did not change. [result] Failed to update python312Packages.llama-index-readers-json 0.1.2 -> 0.10.19 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gausscov, using log file: /var/log/nixpkgs-update/rPackages.gausscov/2024-03-14.log rPackages.gausscov 1.0.3 -> 1.1.1 https://repology.org/project/r:gausscov/versions attrpath: rPackages.gausscov 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.gausscov 1.0.3 -> 1.1.1 https://repology.org/project/r:gausscov/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rubocop-ast, using log file: /var/log/nixpkgs-update/rubyPackages.rubocop-ast/2024-03-14.log rubyPackages.rubocop-ast 1.30.0 -> 1.31.2 https://repology.org/project/ruby:rubocop-ast/versions attrpath: rubyPackages.rubocop-ast 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.rubocop-ast 1.30.0 -> 1.31.2 https://repology.org/project/ruby:rubocop-ast/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.lfe, using log file: /var/log/nixpkgs-update/rPackages.lfe/2024-03-14.log rPackages.lfe 2.9-0 -> 3.0-0 https://repology.org/project/r:lfe/versions attrpath: rPackages.lfe 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.lfe 2.9-0 -> 3.0-0 https://repology.org/project/r:lfe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.r2dii_plot, using log file: /var/log/nixpkgs-update/rPackages.r2dii_plot/2024-03-14.log rPackages.r2dii_plot 0.3.1 -> 0.4.0 https://repology.org/project/r:r2dii.plot/versions attrpath: rPackages.r2dii_plot Checking auto update branch... No auto update branch exists Old version 0.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.r2dii_plot 0.3.1 -> 0.4.0 https://repology.org/project/r:r2dii.plot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.OptGS, using log file: /var/log/nixpkgs-update/rPackages.OptGS/2024-03-14.log rPackages.OptGS 1.1.1 -> 1.2 https://repology.org/project/r:optgs/versions attrpath: rPackages.OptGS 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.OptGS 1.1.1 -> 1.2 https://repology.org/project/r:optgs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Directional, using log file: /var/log/nixpkgs-update/rPackages.Directional/2024-03-14.log rPackages.Directional 6.4 -> 6.5 https://repology.org/project/r:directional/versions attrpath: rPackages.Directional Checking auto update branch... No auto update branch exists Old version 6.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Directional 6.4 -> 6.5 https://repology.org/project/r:directional/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hdflex, using log file: /var/log/nixpkgs-update/rPackages.hdflex/2024-03-14.log rPackages.hdflex 0.2.0 -> 0.2.1 https://repology.org/project/r:hdflex/versions attrpath: rPackages.hdflex 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.hdflex 0.2.0 -> 0.2.1 https://repology.org/project/r:hdflex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.zdeskR, using log file: /var/log/nixpkgs-update/rPackages.zdeskR/2024-03-14.log rPackages.zdeskR 0.3.0 -> 0.4.0 https://repology.org/project/r:zdeskr/versions attrpath: rPackages.zdeskR 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.zdeskR 0.3.0 -> 0.4.0 https://repology.org/project/r:zdeskr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PUMP, using log file: /var/log/nixpkgs-update/rPackages.PUMP/2024-03-14.log rPackages.PUMP 1.0.2 -> 1.0.3 https://repology.org/project/r:pump/versions attrpath: rPackages.PUMP 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.PUMP 1.0.2 -> 1.0.3 https://repology.org/project/r:pump/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spatstat_random, using log file: /var/log/nixpkgs-update/rPackages.spatstat_random/2024-03-14.log rPackages.spatstat_random 3.2-2 -> 3.2.3 https://repology.org/project/r:spatstat.random/versions attrpath: rPackages.spatstat_random Checking auto update branch... No auto update branch exists Old version 3.2-2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.spatstat_random 3.2-2 -> 3.2.3 https://repology.org/project/r:spatstat.random/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubocop, using log file: /var/log/nixpkgs-update/rubocop/2024-03-14.log rubocop 1.60.2 -> 1.62.1 https://repology.org/project/rubocop/versions attrpath: rubocop 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 rubocop 1.60.2 -> 1.62.1 https://repology.org/project/rubocop/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ezdxf, using log file: /var/log/nixpkgs-update/python312Packages.ezdxf/2024-03-14.log python312Packages.ezdxf 0.18.1 -> 1.2.0 https://repology.org/project/python:ezdxf/versions attrpath: python312Packages.ezdxf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lzlrdi848jq3if9d4bqky1lpbg9k8qad-packages.json.drv building '/nix/store/lzlrdi848jq3if9d4bqky1lpbg9k8qad-packages.json.drv'... Going to be running update for following packages: - python3.12-ezdxf-0.18.1 Press Enter key to continue... Running update for: - python3.12-ezdxf-0.18.1: UPDATING ... - python3.12-ezdxf-0.18.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.ezdxf 0.18.1 -> 1.2.0 https://repology.org/project/python:ezdxf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gMCPLite, using log file: /var/log/nixpkgs-update/rPackages.gMCPLite/2024-03-14.log rPackages.gMCPLite 0.1.4 -> 0.1.5 https://repology.org/project/r:gmcplite/versions attrpath: rPackages.gMCPLite 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.gMCPLite 0.1.4 -> 0.1.5 https://repology.org/project/r:gmcplite/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dfu-programmer, using log file: /var/log/nixpkgs-update/dfu-programmer/2024-03-14.log dfu-programmer 0.7.2 -> 1.1.0 https://repology.org/project/dfu-programmer/versions attrpath: dfu-programmer 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/qki1dia55rjfhdzlv07pa22r6m329clm-dfu-programmer-1.1.0.tar.gz.drv building '/nix/store/qki1dia55rjfhdzlv07pa22r6m329clm-dfu-programmer-1.1.0.tar.gz.drv'... trying https://downloads.sourceforge.net/dfu-programmer/dfu-programmer-1.1.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/dfu-programmer/dfu-programmer-1.1.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/dfu-programmer/dfu-programmer-1.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 991 0 --:--:-- --:--:-- --:--:-- 992 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/dfu-programmer/dfu-programmer-1.1.0.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/dfu-programmer/dfu-programmer-1.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 324 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/dfu-programmer/dfu-programmer-1.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 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 dfu-programmer-1.1.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 'dfu-programmer.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/qki1dia55rjfhdzlv07pa22r6m329clm-dfu-programmer-1.1.0.tar.gz.drv /nix/store/6jd5fbl5glvg94isjp1afgy1ay4mvy3f-dfu-programmer-1.1.0.drv this path will be fetched (0.00 MiB download, 0.01 MiB unpacked): /nix/store/zg2k946q80kc6610ya1rnsa4smdbf88w-libusb-compat-0.1.8-dev copying path '/nix/store/zg2k946q80kc6610ya1rnsa4smdbf88w-libusb-compat-0.1.8-dev' from 'https://cache.nixos.org'... building '/nix/store/qki1dia55rjfhdzlv07pa22r6m329clm-dfu-programmer-1.1.0.tar.gz.drv'... trying https://downloads.sourceforge.net/dfu-programmer/dfu-programmer-1.1.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/dfu-programmer/dfu-programmer-1.1.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/dfu-programmer/dfu-programmer-1.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1300 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/dfu-programmer/dfu-programmer-1.1.0.tar.gz % 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/dfu-programmer/dfu-programmer-1.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 324 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/dfu-programmer/dfu-programmer-1.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 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 dfu-programmer-1.1.0.tar.gz from any mirror error: builder for '/nix/store/qki1dia55rjfhdzlv07pa22r6m329clm-dfu-programmer-1.1.0.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/dfu-programmer/dfu-programmer-1.1.0.tar.gz > % 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/dfu-programmer/dfu-programmer-1.1.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 324 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/dfu-programmer/dfu-programmer-1.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 > 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 dfu-programmer-1.1.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/qki1dia55rjfhdzlv07pa22r6m329clm-dfu-programmer-1.1.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/6jd5fbl5glvg94isjp1afgy1ay4mvy3f-dfu-programmer-1.1.0.drv' failed to build [result] Failed to update dfu-programmer 0.7.2 -> 1.1.0 https://repology.org/project/dfu-programmer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath higan, using log file: /var/log/nixpkgs-update/higan/2024-03-14.log higan 0 -> 1 attrpath: higan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/i4pb5rhcffngcxy4g5hwx1gjm1nnqccr-packages.json.drv building '/nix/store/i4pb5rhcffngcxy4g5hwx1gjm1nnqccr-packages.json.drv'... Going to be running update for following packages: - higan-115-unstable-2024-02-17 Press Enter key to continue... Running update for: - higan-115-unstable-2024-02-17: UPDATING ... - higan-115-unstable-2024-02-17: ERROR --- SHOWING ERROR LOG FOR higan-115-unstable-2024-02-17 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; higan.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/higan-emu/higan.git ++ /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.8bNaoacOW1 + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git clone --bare --depth=1 https://github.com/higan-emu/higan.git /run/nixpkgs-update-worker/tmp.8bNaoacOW1 Cloning into bare repository '/run/nixpkgs-update-worker/tmp.8bNaoacOW1'... + pushd /run/nixpkgs-update-worker/tmp.8bNaoacOW1 ++ /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git show -s --pretty=format:%cs + commit_date=2024-02-17 ++ /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git show -s --pretty=format:%H + commit_sha=ba4b918c0bbcc302e0d5d2ed70f2c56214d62681 + [[ -z '' ]] + new_version=unstable-2024-02-17 + popd + /nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/update-source-version higan unstable-2024-02-17 --rev=ba4b918c0bbcc302e0d5d2ed70f2c56214d62681 update-source-version: error: Failed to replace source revision 'ba4b918c0bbcc302e0d5d2ed70f2c56214d62681' to 'ba4b918c0bbcc302e0d5d2ed70f2c56214d62681' in 'higan'! --- SHOWING ERROR LOG FOR higan-115-unstable-2024-02-17 ---------------------- The update script for higan-115-unstable-2024-02-17 failed with exit code 1 [result] Failed to update higan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pbdZMQ, using log file: /var/log/nixpkgs-update/rPackages.pbdZMQ/2024-03-14.log rPackages.pbdZMQ 0.3-10 -> 0.3.11 https://repology.org/project/r:pbdzmq/versions attrpath: rPackages.pbdZMQ Checking auto update branch... No auto update branch exists Old version 0.3-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.pbdZMQ 0.3-10 -> 0.3.11 https://repology.org/project/r:pbdzmq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sydbox, using log file: /var/log/nixpkgs-update/sydbox/2024-03-14.log sydbox 1-2.2.0 -> 3.15.3 https://repology.org/project/sydbox/versions attrpath: sydbox Checking auto update branch... No auto update branch exists Old version 1-2.2.0" not present in master derivation file with contents: { lib , stdenv , fetchurl , pkg-config , autoreconfHook , python3 , perl , libxslt , docbook_xsl , docbook_xml_dtd_42 , libseccomp , installTests ? true, gnumake, which , debugBuild ? false, libunwind }: stdenv.mkDerivation rec { pname = "sydbox-1"; version = "2.2.0"; outputs = [ "out" "dev" "man" "doc" ] ++ lib.optional installTests "installedTests"; src = fetchurl { url = "https://git.exherbo.org/${pname}.git/snapshot/${pname}-${version}.tar.xz"; sha256 = "0664myrrzbvsw73q5b7cqwgv4hl9a7vkm642s1r96gaxm16jk0z7"; }; nativeBuildInputs = [ pkg-config autoreconfHook python3 perl libxslt.bin docbook_xsl docbook_xml_dtd_42 ]; buildInputs = [ libseccomp ] ++ lib.optional debugBuild libunwind ++ lib.optionals installTests [ gnumake python3 perl which ]; enableParallelBuilding = true; configureFlags = [ ] ++ lib.optionals installTests [ "--enable-installed-tests" "--libexecdir=${placeholder "installedTests"}/libexec" ] ++ lib.optional debugBuild "--enable-debug"; makeFlags = [ "SYD_INCLUDEDIR=${stdenv.cc.libc.dev}/include" ]; doCheck = true; checkPhase = '' # Many of the regular test cases in t/ do not work inside the build sandbox make -C syd check ''; postInstall = if installTests then '' moveToOutput bin/syd-test $installedTests '' else '' # Tests are installed despite --disable-installed-tests rm -r $out/bin/syd-test $out/libexec ''; meta = with lib; { homepage = "https://sydbox.exherbo.org/"; description = "seccomp-based application sandbox"; license = licenses.gpl2; platforms = platforms.linux; maintainers = with maintainers; [ mvs ]; }; } [result] Failed to update sydbox 1-2.2.0 -> 3.15.3 https://repology.org/project/sydbox/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pstree, using log file: /var/log/nixpkgs-update/pstree/2024-03-14.log pstree 2.39 -> 2.40 https://repology.org/project/pstree/versions attrpath: pstree 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/vc8qllm67jwwb49rk8mqs131j69zizsz-pstree-2.40.tar.gz.drv building '/nix/store/vc8qllm67jwwb49rk8mqs131j69zizsz-pstree-2.40.tar.gz.drv'... trying https://distfiles.macports.org/pstree/pstree-2.40.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 126 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://fossies.org/linux/misc/pstree-2.40.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 2207 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 410 trying ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.40.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:02:13 --:--:-- 0 curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 133682 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0 curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 134164 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 133159 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 135258 ms: Couldn't connect to server error: cannot download pstree-2.40.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 'pstree.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vc8qllm67jwwb49rk8mqs131j69zizsz-pstree-2.40.tar.gz.drv /nix/store/gn244cig5pr7yyaij6a013dv09w9y7xq-pstree-2.40.drv building '/nix/store/vc8qllm67jwwb49rk8mqs131j69zizsz-pstree-2.40.tar.gz.drv'... trying https://distfiles.macports.org/pstree/pstree-2.40.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 126 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://fossies.org/linux/misc/pstree-2.40.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 2207 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 410 trying ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.40.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:02:13 --:--:-- 0 curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 133375 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0 curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 134164 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 133169 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 135252 ms: Couldn't connect to server error: cannot download pstree-2.40.tar.gz from any mirror error: builder for '/nix/store/vc8qllm67jwwb49rk8mqs131j69zizsz-pstree-2.40.tar.gz.drv' failed with exit code 1; last 25 log lines: > Dload Upload Total Spent Left Speed > 0 126 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://fossies.org/linux/misc/pstree-2.40.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 2207 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 410 > > trying ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.40.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:02:13 --:--:-- 0 > curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 133375 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0 > curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 134164 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 > curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 133169 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 > curl: (28) Failed to connect to ftp.thp.uni-duisburg.de port 21 after 135252 ms: Couldn't connect to server > error: cannot download pstree-2.40.tar.gz from any mirror For full logs, run 'nix log /nix/store/vc8qllm67jwwb49rk8mqs131j69zizsz-pstree-2.40.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/gn244cig5pr7yyaij6a013dv09w9y7xq-pstree-2.40.drv' failed to build [result] Failed to update pstree 2.39 -> 2.40 https://repology.org/project/pstree/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mlr3misc, using log file: /var/log/nixpkgs-update/rPackages.mlr3misc/2024-03-14.log rPackages.mlr3misc 0.13.0 -> 0.14.0 https://repology.org/project/r:mlr3misc/versions attrpath: rPackages.mlr3misc Checking auto update branch... No auto update branch exists Old version 0.13.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.mlr3misc 0.13.0 -> 0.14.0 https://repology.org/project/r:mlr3misc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.springer, using log file: /var/log/nixpkgs-update/rPackages.springer/2024-03-14.log rPackages.springer 0.1.8 -> 0.1.9 https://repology.org/project/r:springer/versions attrpath: rPackages.springer Checking auto update branch... No auto update branch exists Old version 0.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.springer 0.1.8 -> 0.1.9 https://repology.org/project/r:springer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libstrophe, using log file: /var/log/nixpkgs-update/libstrophe/2024-03-14.log libstrophe 0.12.3 -> 0.13.1 https://github.com/strophe/libstrophe/releases attrpath: libstrophe 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/libstrophe/default.nix b/pkgs/development/libraries/libstrophe/default.nix index 880d468cae05..a08d6483fd7b 100644 --- a/pkgs/development/libraries/libstrophe/default.nix +++ b/pkgs/development/libraries/libstrophe/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "libstrophe"; - version = "0.12.3"; + version = "0.13.1"; src = fetchFromGitHub { owner = "strophe"; repo = pname; rev = version; - sha256 = "EDgdKJ7wqUoThy0t1r39p2lbn64uvTDoIqNCzhpWnZ8="; + sha256 = "sha256-JMuvWspgXs+1dVWoo6kJVaf6cVvYj8lhyyu4ZILKeOg="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libstrophe nix build failed. 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... yes checking for gcc... (cached) gcc 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 whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking pkg-config is at least version 0.9.0... yes checking for valgrind... no checking for library containing clock_gettime... none required checking for library containing socket... none required checking for snprintf... yes checking for vsnprintf... yes checking for va_copy... yes checking for openssl... yes checking for getrandom... yes checking for expat >= 2.0.0... yes configure: libstrophe will use the expat XML parser checking for zlib >= 1.2.0... no configure: error: zlib not found [result] Failed to update libstrophe 0.12.3 -> 0.13.1 https://github.com/strophe/libstrophe/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BMisc, using log file: /var/log/nixpkgs-update/rPackages.BMisc/2024-03-14.log rPackages.BMisc 1.4.5 -> 1.4.6 https://repology.org/project/r:bmisc/versions attrpath: rPackages.BMisc Checking auto update branch... No auto update branch exists Old version 1.4.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.BMisc 1.4.5 -> 1.4.6 https://repology.org/project/r:bmisc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath curl-impersonate-chrome, using log file: /var/log/nixpkgs-update/curl-impersonate-chrome/2024-03-14.log curl-impersonate-chrome 0.5.4 -> 0.6.1 https://github.com/lwthiker/curl-impersonate/releases attrpath: curl-impersonate-chrome 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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#curl-impersonate-chrome.src --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/curl-impersonate-chrome' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#curl-impersonate-chrome.originalSrc --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/curl-impersonate-chrome' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/curl-impersonate-chrome' does not provide attribute 'packages.x86_64-linux.curl-impersonate-chrome.originalSrc', 'legacyPackages.x86_64-linux.curl-impersonate-chrome.originalSrc' or 'curl-impersonate-chrome.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#curl-impersonate-chrome --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/curl-impersonate-chrome' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ [result] Failed to update curl-impersonate-chrome 0.5.4 -> 0.6.1 https://github.com/lwthiker/curl-impersonate/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages_3_3.activesupport, using log file: /var/log/nixpkgs-update/rubyPackages_3_3.activesupport/2024-03-14.log rubyPackages_3_3.activesupport 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:activesupport/versions attrpath: rubyPackages_3_3.activesupport Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages_3_3.activesupport 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:activesupport/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mpath, using log file: /var/log/nixpkgs-update/rPackages.mpath/2024-03-14.log rPackages.mpath 0.4-2.23 -> 0.4-2.25 https://repology.org/project/r:mpath/versions attrpath: rPackages.mpath Checking auto update branch... No auto update branch exists Old version 0.4-2.23" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mpath 0.4-2.23 -> 0.4-2.25 https://repology.org/project/r:mpath/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hdate, using log file: /var/log/nixpkgs-update/python312Packages.hdate/2024-03-14.log python312Packages.hdate 0.10.4 -> 0.10.8 https://github.com/py-libhdate/py-libhdate/releases attrpath: python312Packages.hdate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/20vy290qyasif9rv100rl780ynyl28pv-packages.json.drv building '/nix/store/20vy290qyasif9rv100rl780ynyl28pv-packages.json.drv'... Going to be running update for following packages: - python3.12-hdate-0.10.4 Press Enter key to continue... Running update for: - python3.12-hdate-0.10.4: UPDATING ... - python3.12-hdate-0.10.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hdate/default.nix b/pkgs/development/python-modules/hdate/default.nix index 3c45b7ff08d6..979bb5a1395b 100644 --- a/pkgs/development/python-modules/hdate/default.nix +++ b/pkgs/development/python-modules/hdate/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "hdate"; - version = "0.10.4"; + version = "0.10.8"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "py-libhdate"; repo = "py-libhdate"; rev = "refs/tags/v${version}"; - hash = "sha256-NF2ZA9ruW7sL2tLY11VAtyPRxGg2o5/mpv3ZsH/Zxb8="; + hash = "sha256-SANCZl+1ghUuuxZAl6oycvo7hB7mIagjVEmwzarsspk="; }; postPatch = '' An auto update branch exists with message `python312Packages.hdate: 0.10.4 -> 0.10.7`. New version is 0.10.8. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.hdate nix build failed. Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/9hgmrafhp2v2n01nhkpc82jwp0z8r5dj-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'pyproject.toml') substituteStream(): WARNING: pattern pytz\ =\ \"\>=\ 2020.0\" doesn't match anything in file 'pyproject.toml' substituteStream(): WARNING: pattern astral\ =\ \{version\ =\ \"\^2.2\"\,\ python\ =\ \"\^3.6\"\} doesn't match anything in file 'pyproject.toml' @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built hdate-0.10.8-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 hdate-0.10.8-py3-none-any.whl - astral<3.0,>=2.2 not satisfied by version 3.2 [result] Failed to update python312Packages.hdate 0.10.4 -> 0.10.8 https://github.com/py-libhdate/py-libhdate/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages_3_3.actionview, using log file: /var/log/nixpkgs-update/rubyPackages_3_3.actionview/2024-03-14.log rubyPackages_3_3.actionview 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:actionview/versions attrpath: rubyPackages_3_3.actionview Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages_3_3.actionview 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:actionview/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.matplotlib, using log file: /var/log/nixpkgs-update/python312Packages.matplotlib/2024-03-14.log python312Packages.matplotlib 3.8.2 -> 3.8.3 https://repology.org/project/python:matplotlib/versions attrpath: python312Packages.matplotlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yks9q1viv5jkb21mcxsd7akaj9rjrv0x-packages.json.drv building '/nix/store/yks9q1viv5jkb21mcxsd7akaj9rjrv0x-packages.json.drv'... Going to be running update for following packages: - python3.12-matplotlib-3.8.2 Press Enter key to continue... Running update for: - python3.12-matplotlib-3.8.2: UPDATING ... - python3.12-matplotlib-3.8.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index 8fb5c7c292cf..788df3d9458e 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -77,7 +77,7 @@ let in buildPythonPackage rec { - version = "3.8.2"; + version = "3.8.3"; pname = "matplotlib"; format = "pyproject"; @@ -85,7 +85,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-Aal4uHG4ge52AXFS8fGgy/a9X3uP+Mlt8N8b1X2HVaE="; + hash = "sha256-e0FiOemuOL5UsCirv5BIr/UFSpq6VBa+8L0X+RYs4WE="; }; env.XDG_RUNTIME_DIR = "/tmp"; No auto update branch exists Old version 3.8.2" not present in staging derivation file with contents: { lib , stdenv , fetchPypi , writeText , buildPythonPackage , isPyPy , pythonOlder # build-system , certifi , pkg-config , pybind11 , setuptools , setuptools-scm , wheel # native libraries , ffmpeg-headless , freetype , qhull # propagates , contourpy , cycler , fonttools , kiwisolver , numpy , packaging , pillow , pyparsing , python-dateutil # optional , importlib-resources # GTK3 , enableGtk3 ? false , cairo , gobject-introspection , gtk3 , pycairo , pygobject3 # Tk # Darwin has its own "MacOSX" backend, PyPy has tkagg backend and does not support tkinter , enableTk ? (!stdenv.isDarwin && !isPyPy) , tcl , tk , tkinter # Ghostscript , enableGhostscript ? true , ghostscript # Qt , enableQt ? false , pyqt5 # Webagg , enableWebagg ? false , tornado # nbagg , enableNbagg ? false , ipykernel # darwin , Cocoa # required for headless detection , libX11 , wayland }: let interactive = enableTk || enableGtk3 || enableQt; in buildPythonPackage rec { version = "3.8.3"; pname = "matplotlib"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-e0FiOemuOL5UsCirv5BIr/UFSpq6VBa+8L0X+RYs4WE="; }; env.XDG_RUNTIME_DIR = "/tmp"; # Matplotlib tries to find Tcl/Tk by opening a Tk window and asking the # corresponding interpreter object for its library paths. This fails if # `$DISPLAY` is not set. The fallback option assumes that Tcl/Tk are both # installed under the same path which is not true in Nix. # With the following patch we just hard-code these paths into the install # script. postPatch = let tcl_tk_cache = ''"${tk}/lib", "${tcl}/lib", "${lib.strings.substring 0 3 tk.version}"''; in lib.optionalString enableTk '' sed -i '/self.tcl_tk_cache = None/s|None|${tcl_tk_cache}|' setupext.py '' + lib.optionalString (stdenv.isLinux && interactive) '' # fix paths to libraries in dlopen calls (headless detection) substituteInPlace src/_c_internal_utils.c \ --replace libX11.so.6 ${libX11}/lib/libX11.so.6 \ --replace libwayland-client.so.0 ${wayland}/lib/libwayland-client.so.0 ''; nativeBuildInputs = [ certifi numpy pkg-config pybind11 setuptools setuptools-scm wheel ] ++ lib.optionals enableGtk3 [ gobject-introspection ]; buildInputs = [ ffmpeg-headless freetype qhull ] ++ lib.optionals enableGhostscript [ ghostscript ] ++ lib.optionals enableGtk3 [ cairo gtk3 ] ++ lib.optionals enableTk [ libX11 tcl tk ] ++ lib.optionals stdenv.isDarwin [ Cocoa ]; # clang-11: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument] hardeningDisable = lib.optionals stdenv.isDarwin [ "strictoverflow" ]; propagatedBuildInputs = [ # explicit contourpy cycler fonttools kiwisolver numpy packaging pillow pyparsing python-dateutil ] ++ lib.optionals (pythonOlder "3.10") [ importlib-resources ] ++ lib.optionals enableGtk3 [ pycairo pygobject3 ] ++ lib.optionals enableQt [ pyqt5 ] ++ lib.optionals enableWebagg [ tornado ] ++ lib.optionals enableNbagg [ ipykernel ] ++ lib.optionals enableTk [ tkinter ]; passthru.config = { directories = { basedirlist = "."; }; libs = { system_freetype = true; system_qhull = true; # LTO not working in darwin stdenv, see #19312 enable_lto = !stdenv.isDarwin; }; }; env.MPLSETUPCFG = writeText "mplsetup.cfg" (lib.generators.toINI {} passthru.config); # Encountering a ModuleNotFoundError, as describved and investigated at: # https://github.com/NixOS/nixpkgs/issues/255262 . It could be that some of # which may fail due to a freetype version that doesn't match the freetype # version used by upstream. doCheck = false; meta = with lib; { description = "Python plotting library, making publication quality plots"; homepage = "https://matplotlib.org/"; changelog = "https://github.com/matplotlib/matplotlib/releases/tag/v${version}"; license = with licenses; [ psfl bsd0 ]; maintainers = with maintainers; [ lovek323 veprbl ]; }; } [result] Failed to update python312Packages.matplotlib 3.8.2 -> 3.8.3 https://repology.org/project/python:matplotlib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.jupyterlab-lsp, using log file: /var/log/nixpkgs-update/python312Packages.jupyterlab-lsp/2024-03-14.log python312Packages.jupyterlab-lsp 5.0.3 -> 5.1.0 https://repology.org/project/python:jupyterlab-lsp/versions attrpath: python312Packages.jupyterlab-lsp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wa72kmkdf8dq46vripklzq66ba6q5jhp-packages.json.drv building '/nix/store/wa72kmkdf8dq46vripklzq66ba6q5jhp-packages.json.drv'... Going to be running update for following packages: - python3.12-jupyterlab-lsp-5.0.3 Press Enter key to continue... Running update for: - python3.12-jupyterlab-lsp-5.0.3: UPDATING ... - python3.12-jupyterlab-lsp-5.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyterlab-lsp/default.nix b/pkgs/development/python-modules/jupyterlab-lsp/default.nix index eba16194d69c..deecae0b7ea5 100644 --- a/pkgs/development/python-modules/jupyterlab-lsp/default.nix +++ b/pkgs/development/python-modules/jupyterlab-lsp/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "jupyterlab-lsp"; - version = "5.0.3"; + version = "5.1.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-qcijpkZJS+SE1+MXSrHSQV7WD0dzzshHmqW6N+XwS8k="; + hash = "sha256-rqyECTrabSDvV64Ol4EcxXlqDKtyN7Mvjt35k8C7A1Y="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.0.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , jupyterlab , jupyter-lsp }: buildPythonPackage rec { pname = "jupyterlab-lsp"; version = "5.1.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-rqyECTrabSDvV64Ol4EcxXlqDKtyN7Mvjt35k8C7A1Y="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ jupyterlab jupyter-lsp ]; # No tests doCheck = false; pythonImportsCheck = [ "jupyterlab_lsp" ]; meta = with lib; { description = "Language Server Protocol integration for Jupyter(Lab)"; homepage = "https://github.com/jupyter-lsp/jupyterlab-lsp"; license = licenses.bsd3; platforms = platforms.all; maintainers = with maintainers; [ ]; }; } [result] Failed to update python312Packages.jupyterlab-lsp 5.0.3 -> 5.1.0 https://repology.org/project/python:jupyterlab-lsp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath igir, using log file: /var/log/nixpkgs-update/igir/2024-03-14.log igir 2.5.0 -> 2.5.2 https://github.com/emmercm/igir/releases attrpath: igir Checking auto update branch... An auto update branch exists with message `igir: 2.5.0 -> 2.5.2`. New version is 2.5.2. An auto update branch exists with an equal or greater version [result] Failed to update igir 2.5.0 -> 2.5.2 https://github.com/emmercm/igir/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nanoarrow, using log file: /var/log/nixpkgs-update/rPackages.nanoarrow/2024-03-14.log rPackages.nanoarrow 0.3.0.1 -> 0.4.0.1 https://repology.org/project/r:nanoarrow/versions attrpath: rPackages.nanoarrow Checking auto update branch... No auto update branch exists Old version 0.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.nanoarrow 0.3.0.1 -> 0.4.0.1 https://repology.org/project/r:nanoarrow/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cpp-netlib, using log file: /var/log/nixpkgs-update/cpp-netlib/2024-03-14.log cpp-netlib 0.13.0-final -> 0.13.0 https://repology.org/project/cpp-netlib/versions attrpath: cpp-netlib Checking auto update branch... No auto update branch exists 0.13.0 is not newer than 0.13.0-final according to Nix; versionComparison: -1 [result] Failed to update cpp-netlib 0.13.0-final -> 0.13.0 https://repology.org/project/cpp-netlib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php82Packages.psalm, using log file: /var/log/nixpkgs-update/php82Packages.psalm/2024-03-14.log php82Packages.psalm 5.22.2 -> 5.23.1 https://github.com/vimeo/psalm/releases attrpath: php82Packages.psalm Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update php82Packages.psalm 5.22.2 -> 5.23.1 https://github.com/vimeo/psalm/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Packages.psalm, using log file: /var/log/nixpkgs-update/php81Packages.psalm/2024-03-14.log php81Packages.psalm 5.22.2 -> 5.23.1 https://github.com/vimeo/psalm/releases attrpath: php81Packages.psalm Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update php81Packages.psalm 5.22.2 -> 5.23.1 https://github.com/vimeo/psalm/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.XCIR, using log file: /var/log/nixpkgs-update/rPackages.XCIR/2024-03-14.log rPackages.XCIR 1.7.0 -> 1.12.0 https://repology.org/project/r:xcir/versions attrpath: rPackages.XCIR Checking auto update branch... No auto update branch exists Old version 1.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.XCIR 1.7.0 -> 1.12.0 https://repology.org/project/r:xcir/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tglkmeans, using log file: /var/log/nixpkgs-update/rPackages.tglkmeans/2024-03-14.log rPackages.tglkmeans 0.3.11 -> 0.5.4 https://repology.org/project/r:tglkmeans/versions attrpath: rPackages.tglkmeans Checking auto update branch... No auto update branch exists Old version 0.3.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.tglkmeans 0.3.11 -> 0.5.4 https://repology.org/project/r:tglkmeans/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RcppCGAL, using log file: /var/log/nixpkgs-update/rPackages.RcppCGAL/2024-03-14.log rPackages.RcppCGAL 5.6.0 -> 5.6.2 https://repology.org/project/r:rcppcgal/versions attrpath: rPackages.RcppCGAL Checking auto update branch... No auto update branch exists Old version 5.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.RcppCGAL 5.6.0 -> 5.6.2 https://repology.org/project/r:rcppcgal/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cdecl, using log file: /var/log/nixpkgs-update/cdecl/2024-03-14.log cdecl 2.5 -> 16.2.1 https://repology.org/project/cdecl/versions attrpath: cdecl 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/lfjwpdczmyd993sjclxhnvzadccl4g7c-cdecl-blocks-16.2.1.tar.gz.drv building '/nix/store/lfjwpdczmyd993sjclxhnvzadccl4g7c-cdecl-blocks-16.2.1.tar.gz.drv'... trying https://www.cdecl.org/files/cdecl-blocks-16.2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 162 100 162 0 0 664 0 --:--:-- --:--:-- --:--:-- 663 0 174 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download cdecl-blocks-16.2.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 'cdecl.originalSrc' not found stderr did not split as expected full stderr was: error (ignored): error: end of string reached error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'cdecl-16.2.1' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/cdecl/pkgs/stdenv/generic/make-derivation.nix:354:7 … while evaluating attribute 'patches' of derivation 'cdecl-16.2.1' at /var/cache/nixpkgs-update/worker/worktree/cdecl/pkgs/stdenv/generic/make-derivation.nix:466:14: 465| 466| inherit patches; | ^ 467| error: getting status of '/var/cache/nixpkgs-update/worker/worktree/cdecl/pkgs/development/tools/cdecl/cdecl-16.2.1-lex.patch': No such file or directory [result] Failed to update cdecl 2.5 -> 16.2.1 https://repology.org/project/cdecl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.stepmixr, using log file: /var/log/nixpkgs-update/rPackages.stepmixr/2024-03-14.log rPackages.stepmixr 0.1.1 -> 0.1.2 https://repology.org/project/r:stepmixr/versions attrpath: rPackages.stepmixr 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.stepmixr 0.1.1 -> 0.1.2 https://repology.org/project/r:stepmixr/versions [options] github_user: r-ryantm, pull_request: 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.CPANAudit 20230826.001 -> 20240307.001 https://github.com/briandfoy/cpan-audit/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-dyslexic, using log file: /var/log/nixpkgs-update/open-dyslexic/2024-03-14.log open-dyslexic 0.91.12 -> 20160623 https://repology.org/project/fonts:opendyslexic/versions attrpath: open-dyslexic 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/hf8k0cihrvhb01rsgid5mmxgw4fxyyfn-source.drv building '/nix/store/hf8k0cihrvhb01rsgid5mmxgw4fxyyfn-source.drv'... trying https://github.com/antijingoist/opendyslexic/archive/v20160623.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 'open-dyslexic.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hf8k0cihrvhb01rsgid5mmxgw4fxyyfn-source.drv /nix/store/08qfzcks843xyjvb3wwqqwx2179h83vj-open-dyslexic-20160623.drv building '/nix/store/hf8k0cihrvhb01rsgid5mmxgw4fxyyfn-source.drv'... trying https://github.com/antijingoist/opendyslexic/archive/v20160623.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/hf8k0cihrvhb01rsgid5mmxgw4fxyyfn-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/antijingoist/opendyslexic/archive/v20160623.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/hf8k0cihrvhb01rsgid5mmxgw4fxyyfn-source.drv'. error: 1 dependencies of derivation '/nix/store/08qfzcks843xyjvb3wwqqwx2179h83vj-open-dyslexic-20160623.drv' failed to build [result] Failed to update open-dyslexic 0.91.12 -> 20160623 https://repology.org/project/fonts:opendyslexic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath petsc, using log file: /var/log/nixpkgs-update/petsc/2024-03-14.log petsc 3.19.4 -> 3.20.5 https://repology.org/project/petsc/versions attrpath: petsc 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/qfc34cskcr70g2r7n0sd217cmi68adjy-petsc-3.20.5.tar.gz.drv building '/nix/store/qfc34cskcr70g2r7n0sd217cmi68adjy-petsc-3.20.5.tar.gz.drv'... trying http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.20.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download petsc-3.20.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 'petsc.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/qfc34cskcr70g2r7n0sd217cmi68adjy-petsc-3.20.5.tar.gz.drv /nix/store/9nmhga9pz6n84nhhpi69gbwa34qflanx-petsc-3.20.5.drv building '/nix/store/qfc34cskcr70g2r7n0sd217cmi68adjy-petsc-3.20.5.tar.gz.drv'... trying http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.20.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download petsc-3.20.5.tar.gz from any mirror error: builder for '/nix/store/qfc34cskcr70g2r7n0sd217cmi68adjy-petsc-3.20.5.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.20.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download petsc-3.20.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/qfc34cskcr70g2r7n0sd217cmi68adjy-petsc-3.20.5.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/9nmhga9pz6n84nhhpi69gbwa34qflanx-petsc-3.20.5.drv' failed to build [result] Failed to update petsc 3.19.4 -> 3.20.5 https://repology.org/project/petsc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.chiasma, using log file: /var/log/nixpkgs-update/haskellPackages.chiasma/2024-03-14.log haskellPackages.chiasma 0.10.0.0 -> 0.10.1.0 https://repology.org/project/haskell:chiasma/versions attrpath: haskellPackages.chiasma Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.chiasma 0.10.0.0 -> 0.10.1.0 https://repology.org/project/haskell:chiasma/versions [options] github_user: r-ryantm, pull_request: 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.CPANChanges 0.400002 -> 0.500003 https://repology.org/project/perl:cpan-changes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tstools, using log file: /var/log/nixpkgs-update/rPackages.tstools/2024-03-14.log rPackages.tstools 0.4.2 -> 0.4.3 https://repology.org/project/r:tstools/versions attrpath: rPackages.tstools 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.tstools 0.4.2 -> 0.4.3 https://repology.org/project/r:tstools/versions [options] github_user: r-ryantm, pull_request: YES, batch_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_0_12_0, using log file: /var/log/nixpkgs-update/haskellPackages.dunai_0_12_0/2024-03-14.log haskellPackages.dunai_0_12_0 0.12.0 -> 0.12.1 https://repology.org/project/haskell:dunai/versions attrpath: haskellPackages.dunai_0_12_0 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.dunai_0_12_0 not compatible with 0.12.1 [result] Failed to update haskellPackages.dunai_0_12_0 0.12.0 -> 0.12.1 https://repology.org/project/haskell:dunai/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath loudmouth, using log file: /var/log/nixpkgs-update/loudmouth/2024-03-14.log loudmouth 1.5.3 -> 1.5.4 https://repology.org/project/loudmouth/versions attrpath: loudmouth 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/loudmouth/default.nix b/pkgs/development/libraries/loudmouth/default.nix index d1a8c4887249..28173b17f620 100644 --- a/pkgs/development/libraries/loudmouth/default.nix +++ b/pkgs/development/libraries/loudmouth/default.nix @@ -1,12 +1,12 @@ { lib, stdenv, fetchurl, openssl, libidn, glib, pkg-config, zlib, darwin }: stdenv.mkDerivation rec { - version = "1.5.3"; + version = "1.5.4"; pname = "loudmouth"; src = fetchurl { url = "https://mcabber.com/files/loudmouth/${pname}-${version}.tar.bz2"; - sha256 = "0b6kd5gpndl9nzis3n6hcl0ldz74bnbiypqgqa1vgb0vrcar8cjl"; + sha256 = "sha256-McvJHB/dzFNGszc7j7RVlOnqnMf+NtBZXokSxHrZTQ0="; }; configureFlags = [ "--with-ssl=openssl" ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A loudmouth nix build failed. /nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include -I/nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0 -I/nix/store/k1qjs35nw1lbssg1l1xpmh0082hy7wl4-glib-2.78.4/lib/glib-2.0/include -I/nix/store/cp57lxc641c5qq6435506xnqn89pf3pd-libidn-1.42-dev/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-ssl-openssl.lo lm-ssl-openssl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include -I/nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0 -I/nix/store/k1qjs35nw1lbssg1l1xpmh0082hy7wl4-glib-2.78.4/lib/glib-2.0/include -I/nix/store/cp57lxc641c5qq6435506xnqn89pf3pd-libidn-1.42-dev/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-ssl-openssl.c -fPIC -DPIC -o .libs/lm-ssl-openssl.o /nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include -I/nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0 -I/nix/store/k1qjs35nw1lbssg1l1xpmh0082hy7wl4-glib-2.78.4/lib/glib-2.0/include -I/nix/store/cp57lxc641c5qq6435506xnqn89pf3pd-libidn-1.42-dev/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-utils.lo lm-utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include -I/nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0 -I/nix/store/k1qjs35nw1lbssg1l1xpmh0082hy7wl4-glib-2.78.4/lib/glib-2.0/include -I/nix/store/cp57lxc641c5qq6435506xnqn89pf3pd-libidn-1.42-dev/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-utils.c -fPIC -DPIC -o .libs/lm-utils.o lm-utils.c: In function '_lm_utils_generate_id': lm-utils.c:80:5: error: 'GTimeVal' is deprecated: Use 'GDateTime' instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Werror=deprecated-declarations]8;;] 80 | GTimeVal tv; | ^~~~~~~~ In file included from /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/galloca.h:34, from /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib.h:32, from lm-utils.c:33: /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ lm-utils.c:83:5: error: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Werror=deprecated-declarations]8;;] 83 | g_get_current_time (&tv); | ^~~~~~~~~~~~~~~~~~ In file included from /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/giochannel.h:35, from /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib.h:56: /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gmain.h:728:8: note: declared here 728 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[3]: *** [Makefile:677: lm-utils.lo] Error 1 make[3]: Leaving directory '/build/loudmouth-1.5.4/loudmouth' make[2]: *** [Makefile:528: all] Error 2 make[2]: Leaving directory '/build/loudmouth-1.5.4/loudmouth' make[1]: *** [Makefile:512: all-recursive] Error 1 make[1]: Leaving directory '/build/loudmouth-1.5.4' make: *** [Makefile:420: all] Error 2 [result] Failed to update loudmouth 1.5.3 -> 1.5.4 https://repology.org/project/loudmouth/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qbs, using log file: /var/log/nixpkgs-update/qbs/2024-03-14.log qbs 1.24.1 -> 2.2.2 https://repology.org/project/qbs/versions attrpath: qbs 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/build-managers/qbs/default.nix b/pkgs/development/tools/build-managers/qbs/default.nix index 9d1305f77675..54800fe55cd8 100644 --- a/pkgs/development/tools/build-managers/qbs/default.nix +++ b/pkgs/development/tools/build-managers/qbs/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "qbs"; - version = "1.24.1"; + version = "2.2.2"; src = fetchFromGitHub { owner = "qbs"; repo = "qbs"; rev = "v${version}"; - sha256 = "sha256-nL7UZh29Oecu3RvXYg5xsin2IvPWpApleLH37sEdSAI="; + sha256 = "sha256-JQGr507r0nqoEXqu9s9xIsE0ac7L+0siu8RhmuYktfA="; }; nativeBuildInputs = [ qmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A qbs nix build failed. got build log for 'qbs' from 'daemon' @nix { "action": "setPhase", "phase": "qmakePrePhase" } Running phase: qmakePrePhase @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/7vjh0dz43dfxkl3bnb0ks9i4aqrcc9jw-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 QMAKEPATH=/nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev:/nix/store/ms5mxyk5rkva6j3q2j4jc9pjpx265y3c-qtscript-5.15.16-dev:/nix/store/ky5nc7zknb2zp1a1sk1iikjf74p88p8z-qttools-5.15.12-dev:/nix/store/xfhv1kr0jd55wq6rzl60l38b0bhgdg8f-qtdeclarative-5.15.12-dev:/nix/store/1rkpnwh8djivgkdzmr99xy8f012sf7zb-qtsvg-5.15.12-dev qmake PREFIX=/nix/store/rvikkgj30wrk46d37zqarmhhdf0fhd3i-qbs-2.2.2 NIX_OUTPUT_OUT=/nix/store/rvikkgj30wrk46d37zqarmhhdf0fhd3i-qbs-2.2.2 NIX_OUTPUT_DEV=/nix/store/rvikkgj30wrk46d37zqarmhhdf0fhd3i-qbs-2.2.2 NIX_OUTPUT_BIN=/nix/store/rvikkgj30wrk46d37zqarmhhdf0fhd3i-qbs-2.2.2 NIX_OUTPUT_DOC=/nix/store/rvikkgj30wrk46d37zqarmhhdf0fhd3i-qbs-2.2.2/share/doc/qt-5.15.12 NIX_OUTPUT_QML=/nix/store/rvikkgj30wrk46d37zqarmhhdf0fhd3i-qbs-2.2.2/lib/qt-5.15.12/qml NIX_OUTPUT_PLUGIN=/nix/store/rvikkgj30wrk46d37zqarmhhdf0fhd3i-qbs-2.2.2/lib/qt-5.15.12/plugins CONFIG+=release CONFIG+=nostrip QBS_INSTALL_PREFIX=$(out) qbs.pro QMAKE_LRELEASE=/nix/store/ky5nc7zknb2zp1a1sk1iikjf74p88p8z-qttools-5.15.12-dev/bin/lrelease Cannot find file: qbs.pro. [result] Failed to update qbs 1.24.1 -> 2.2.2 https://repology.org/project/qbs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ProteomicsAnnotationHubData, using log file: /var/log/nixpkgs-update/rPackages.ProteomicsAnnotationHubData/2024-03-14.log rPackages.ProteomicsAnnotationHubData 1.24.0 -> 1.26.0 https://repology.org/project/r:proteomicsannotationhubdata/versions attrpath: rPackages.ProteomicsAnnotationHubData Checking auto update branch... No auto update branch exists Old version 1.24.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ProteomicsAnnotationHubData 1.24.0 -> 1.26.0 https://repology.org/project/r:proteomicsannotationhubdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kmetronome, using log file: /var/log/nixpkgs-update/kmetronome/2024-03-14.log kmetronome 1.2.0 -> 1.4.0 https://repology.org/project/kmetronome/versions attrpath: kmetronome Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/kmetronome/default.nix b/pkgs/applications/audio/kmetronome/default.nix index a7a48b240e2b..3178cbcd8ea9 100644 --- a/pkgs/applications/audio/kmetronome/default.nix +++ b/pkgs/applications/audio/kmetronome/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "kmetronome"; - version = "1.2.0"; + version = "1.4.0"; src = fetchurl { url = "mirror://sourceforge/${pname}/${version}/${pname}-${version}.tar.bz2"; - sha256 = "1ln0nm24w6bj7wc8cay08j5azzznigd39cbbw3h4skg6fxd8p0s7"; + sha256 = "sha256-51uFAPR0xsY3z9rFc8SdSGu4ae/VzUmC1qC8RGdt48Y="; }; nativeBuildInputs = [ cmake pkg-config qttools ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kmetronome nix build failed. unpacking source archive /nix/store/ddx3hdvrbpjjv35icckx7k3w5i2qdmrz-kmetronome-1.4.0.tar.bz2 source root is kmetronome-1.4.0 setting SOURCE_DATE_EPOCH to timestamp 1703457128 of file kmetronome-1.4.0/translations/kmetronome_tr.ts @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/share/doc/kmetronome -DCMAKE_INSTALL_INFODIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:43 (find_package): Could not find a package configuration file provided by "QT" with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "QT" to CMAKE_PREFIX_PATH or set "QT_DIR" to a directory containing one of the above files. If "QT" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update kmetronome 1.2.0 -> 1.4.0 https://repology.org/project/kmetronome/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.phik, using log file: /var/log/nixpkgs-update/python311Packages.phik/2024-03-14.log python311Packages.phik 0 -> 1 attrpath: python311Packages.phik Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3glpwc3jdl360qlmyxpgicxycs3lx94r-packages.json.drv building '/nix/store/3glpwc3jdl360qlmyxpgicxycs3lx94r-packages.json.drv'... Going to be running update for following packages: - python3.11-phik-0.12.3 Press Enter key to continue... Running update for: - python3.11-phik-0.12.3: UPDATING ... - python3.11-phik-0.12.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/phik/default.nix b/pkgs/development/python-modules/phik/default.nix index bbc26de99cf7..b2dae6f29b1e 100644 --- a/pkgs/development/python-modules/phik/default.nix +++ b/pkgs/development/python-modules/phik/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "phik"; - version = "0.12.3"; + version = "0.12.4"; pyproject = true; disabled = pythonOlder "3.7"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "KaveIO"; repo = "PhiK"; rev = "refs/tags/v${version}"; - hash = "sha256-9o3EDhgmne2J1QfzjjNQc1mUcyCzoVrCnWXqjWkiZU0="; + hash = "sha256-YsH7vVn6gzejunUjUY/RIcvWtaQ/W1gbciJWKi5LDTk="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.12.3" not present in staging derivation file with contents: { lib , buildPythonPackage , cmake , fetchFromGitHub , joblib , jupyter , jupyter-client , matplotlib , nbconvert , ninja , numba , numpy , pandas , pybind11 , pytestCheckHook , pythonOlder , scikit-build , scipy , setuptools }: buildPythonPackage rec { pname = "phik"; version = "0.12.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "KaveIO"; repo = "PhiK"; rev = "refs/tags/v${version}"; hash = "sha256-YsH7vVn6gzejunUjUY/RIcvWtaQ/W1gbciJWKi5LDTk="; }; nativeBuildInputs = [ cmake ninja scikit-build setuptools ]; propagatedBuildInputs = [ joblib numpy scipy pandas matplotlib numba pybind11 ]; nativeCheckInputs = [ pytestCheckHook nbconvert jupyter jupyter-client ]; # Uses setuptools to drive build process dontUseCmakeConfigure = true; pythonImportsCheck = [ "phik" ]; postInstall = '' rm -r $out/bin ''; preCheck = '' # import from $out rm -r phik ''; disabledTests = [ # TypeError: 'numpy.float64' object cannot be interpreted as an integer # https://github.com/KaveIO/PhiK/issues/73 "test_significance_matrix_hybrid" "test_significance_matrix_mc" ]; disabledTestPaths = [ # Don't test integrations "tests/phik_python/integration/" ]; meta = with lib; { description = "Phi_K correlation analyzer library"; longDescription = '' Phi_K is a new and practical correlation coefficient based on several refinements to Pearson’s hypothesis test of independence of two variables. ''; homepage = "https://phik.readthedocs.io/"; changelog = "https://github.com/KaveIO/PhiK/blob/${version}/CHANGES.rst"; license = licenses.asl20; maintainers = with maintainers; [ melsigl ]; }; } [result] Failed to update python311Packages.phik 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-random, using log file: /var/log/nixpkgs-update/python311Packages.pulumi-random/2024-03-14.log python311Packages.pulumi-random 0 -> 1 attrpath: python311Packages.pulumi-random Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/w4cyd1pxj3p78nr1am09v9dl09vf3pcg-packages.json.drv building '/nix/store/w4cyd1pxj3p78nr1am09v9dl09vf3pcg-packages.json.drv'... Going to be running update for following packages: - python3.11-pulumi-random-4.14.0 Press Enter key to continue... Running update for: - python3.11-pulumi-random-4.14.0: UPDATING ... - python3.11-pulumi-random-4.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pulumi-random 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nhentai, using log file: /var/log/nixpkgs-update/nhentai/2024-03-14.log nhentai 0 -> 1 attrpath: nhentai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/agly6q5j93mcdkslw6wbvq2c9560a3xd-packages.json.drv building '/nix/store/agly6q5j93mcdkslw6wbvq2c9560a3xd-packages.json.drv'... Going to be running update for following packages: - nhentai-0.5.3 Press Enter key to continue... Running update for: - nhentai-0.5.3: UPDATING ... - nhentai-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nhentai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/1j24nmrg6x208pw5fy98z81mbfw38s4p-packages.json.drv building '/nix/store/1j24nmrg6x208pw5fy98z81mbfw38s4p-packages.json.drv'... 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 python311Packages.jsons, using log file: /var/log/nixpkgs-update/python311Packages.jsons/2024-03-14.log python311Packages.jsons 0 -> 1 attrpath: python311Packages.jsons Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wydn1fzzh1yp4ym8nli3p7v3mxlirnbj-packages.json.drv building '/nix/store/wydn1fzzh1yp4ym8nli3p7v3mxlirnbj-packages.json.drv'... Going to be running update for following packages: - python3.11-jsons-1.6.3 Press Enter key to continue... Running update for: - python3.11-jsons-1.6.3: UPDATING ... - python3.11-jsons-1.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DAPAR, using log file: /var/log/nixpkgs-update/rPackages.DAPAR/2024-03-14.log rPackages.DAPAR 1.34.2 -> 1.34.6 https://repology.org/project/r:dapar/versions attrpath: rPackages.DAPAR Checking auto update branch... No auto update branch exists Old version 1.34.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DAPAR 1.34.2 -> 1.34.6 https://repology.org/project/r:dapar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.odp-amsterdam, using log file: /var/log/nixpkgs-update/python311Packages.odp-amsterdam/2024-03-14.log python311Packages.odp-amsterdam 0 -> 1 attrpath: python311Packages.odp-amsterdam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ijzb765dnalckpyqr8dd54bkc48zvfgj-packages.json.drv building '/nix/store/ijzb765dnalckpyqr8dd54bkc48zvfgj-packages.json.drv'... Going to be running update for following packages: - python3.11-odp-amsterdam-6.0.1 Press Enter key to continue... Running update for: - python3.11-odp-amsterdam-6.0.1: UPDATING ... - python3.11-odp-amsterdam-6.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.odp-amsterdam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath easeprobe, using log file: /var/log/nixpkgs-update/easeprobe/2024-03-14.log easeprobe 2.1.1 -> 2.1.2 https://github.com/megaease/easeprobe/releases attrpath: easeprobe 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-ZB6q8XvDVSF5/kx2Avq0PYBkYqSoMD6YHhuXRrotFgk=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'easeprobe.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6xrqcvhndl03s4fx9z2l8kwrzsvr2i3w-easeprobe-2.1.2-go-modules.drv /nix/store/w9sxnqd6mq06b6j580dz84z26apxhvpb-easeprobe-2.1.2.drv building '/nix/store/6xrqcvhndl03s4fx9z2l8kwrzsvr2i3w-easeprobe-2.1.2-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/v38jbd63d53g2b94xflh9qw6x6bcksjj-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: downloading github.com/prometheus/client_golang v1.18.0 go: downloading gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/stretchr/testify v1.8.4 go: downloading bou.ke/monkey v1.0.2 go: downloading golang.org/x/sys v0.15.0 go: downloading golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/segmentio/kafka-go v0.4.47 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-co-op/gocron v1.37.0 go: downloading github.com/invopop/jsonschema v0.12.0 go: downloading github.com/mikefarah/yq/v4 v4.40.5 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 go: downloading github.com/Knetic/govaluate v3.0.0+incompatible go: downloading github.com/antchfx/htmlquery v1.3.0 go: downloading github.com/antchfx/jsonquery v1.3.3 go: downloading github.com/antchfx/xmlquery v1.3.18 go: downloading github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d go: downloading go.mongodb.org/mongo-driver v1.13.1 go: downloading github.com/go-chi/chi v4.1.2+incompatible go: downloading github.com/go-chi/chi/v5 v5.0.11 go: downloading github.com/uptrace/bun/driver/pgdriver v1.1.16 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/aws/aws-sdk-go v1.49.13 go: downloading github.com/gorilla/websocket v1.5.0 go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/go-redis/redis/v8 v8.11.5 go: downloading github.com/prometheus-community/pro-bing v0.3.0 go: downloading github.com/go-zookeeper/zk v1.0.3 go: downloading github.com/antchfx/xpath v1.2.4 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/google/uuid v1.4.0 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading go.uber.org/atomic v1.9.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.5.0 go: downloading github.com/prometheus/common v0.45.0 go: downloading github.com/prometheus/procfs v0.12.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8 go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f go: downloading golang.org/x/text v0.14.0 go: downloading github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 go: downloading github.com/uptrace/bun v1.1.16 go: downloading github.com/a8m/envsubst v1.4.2 go: downloading github.com/alecthomas/participle/v2 v2.1.1 go: downloading github.com/dimchansky/utfbom v1.1.1 go: downloading github.com/elliotchance/orderedmap v1.5.1 go: downloading github.com/fatih/color v1.16.0 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/goccy/go-yaml v1.11.2 go: downloading github.com/jinzhu/copier v0.4.0 go: downloading github.com/magiconair/properties v1.8.7 go: downloading github.com/pelletier/go-toml/v2 v2.1.0 go: downloading github.com/yuin/gopher-lua v1.1.1 go: downloading github.com/klauspost/compress v1.15.9 go: downloading github.com/pierrec/lz4/v4 v4.1.15 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/sync v0.3.0 go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: downloading mellium.im/sasl v0.3.1 go: downloading github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc go: downloading github.com/jinzhu/inflection v1.0.0 go: downloading github.com/vmihailenco/msgpack/v5 v5.3.5 go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0 go: downloading github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d go: downloading github.com/golang/snappy v0.0.1 go: downloading github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe go: downloading github.com/xdg-go/scram v1.1.2 go: downloading github.com/xdg-go/stringprep v1.0.4 go: downloading github.com/xdg-go/pbkdf2 v1.0.0 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: updates to go.mod needed; to update it: go mod tidy error: builder for '/nix/store/6xrqcvhndl03s4fx9z2l8kwrzsvr2i3w-easeprobe-2.1.2-go-modules.drv' failed with exit code 1; last 25 log lines: > go: downloading github.com/pelletier/go-toml/v2 v2.1.0 > go: downloading github.com/yuin/gopher-lua v1.1.1 > go: downloading github.com/klauspost/compress v1.15.9 > go: downloading github.com/pierrec/lz4/v4 v4.1.15 > go: downloading github.com/bahlo/generic-list-go v0.2.0 > go: downloading github.com/buger/jsonparser v1.1.1 > go: downloading github.com/mailru/easyjson v0.7.7 > go: downloading github.com/mattn/go-colorable v0.1.13 > go: downloading github.com/mattn/go-isatty v0.0.20 > go: downloading golang.org/x/sync v0.3.0 > go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 > go: downloading mellium.im/sasl v0.3.1 > go: downloading github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc > go: downloading github.com/jinzhu/inflection v1.0.0 > go: downloading github.com/vmihailenco/msgpack/v5 v5.3.5 > go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0 > go: downloading github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d > go: downloading github.com/golang/snappy v0.0.1 > go: downloading github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe > go: downloading github.com/xdg-go/scram v1.1.2 > go: downloading github.com/xdg-go/stringprep v1.0.4 > go: downloading github.com/xdg-go/pbkdf2 v1.0.0 > go: downloading github.com/jmespath/go-jmespath v0.4.0 > go: updates to go.mod needed; to update it: > go mod tidy For full logs, run 'nix log /nix/store/6xrqcvhndl03s4fx9z2l8kwrzsvr2i3w-easeprobe-2.1.2-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/w9sxnqd6mq06b6j580dz84z26apxhvpb-easeprobe-2.1.2.drv' failed to build [result] Failed to update easeprobe 2.1.1 -> 2.1.2 https://github.com/megaease/easeprobe/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.peft, using log file: /var/log/nixpkgs-update/python311Packages.peft/2024-03-14.log python311Packages.peft 0 -> 1 attrpath: python311Packages.peft Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cmfnydny74bdyqr35ci6myx2mmfp3lbi-packages.json.drv building '/nix/store/cmfnydny74bdyqr35ci6myx2mmfp3lbi-packages.json.drv'... Going to be running update for following packages: - python3.11-peft-0.9.0 Press Enter key to continue... Running update for: - python3.11-peft-0.9.0: UPDATING ... - python3.11-peft-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.peft 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-catchlog, using log file: /var/log/nixpkgs-update/python311Packages.pytest-catchlog/2024-03-14.log python311Packages.pytest-catchlog 0 -> 1 attrpath: python311Packages.pytest-catchlog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0yxhjr6gdhwrwqhspr4w14pnpshk5n1a-packages.json.drv building '/nix/store/0yxhjr6gdhwrwqhspr4w14pnpshk5n1a-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-catchlog-1.2.2 Press Enter key to continue... Running update for: - python3.11-pytest-catchlog-1.2.2: UPDATING ... - python3.11-pytest-catchlog-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-catchlog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfireservicerota, using log file: /var/log/nixpkgs-update/python311Packages.pyfireservicerota/2024-03-14.log python311Packages.pyfireservicerota 0 -> 1 attrpath: python311Packages.pyfireservicerota Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w5igxf8d94jka8gbj36zf66r5p8pjkdr-packages.json.drv building '/nix/store/w5igxf8d94jka8gbj36zf66r5p8pjkdr-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfireservicerota-0.0.44 Press Enter key to continue... Running update for: - python3.11-pyfireservicerota-0.0.44: UPDATING ... - python3.11-pyfireservicerota-0.0.44: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfireservicerota 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath poetryPlugins.poetry-audit-plugin, using log file: /var/log/nixpkgs-update/poetryPlugins.poetry-audit-plugin/2024-03-14.log poetryPlugins.poetry-audit-plugin 0 -> 1 attrpath: poetryPlugins.poetry-audit-plugin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m87a8l9smzm9dj7al9ipsw9yjqk3gna1-packages.json.drv building '/nix/store/m87a8l9smzm9dj7al9ipsw9yjqk3gna1-packages.json.drv'... Going to be running update for following packages: - python3.11-poetry-audit-plugin-0.4.0 Press Enter key to continue... Running update for: - python3.11-poetry-audit-plugin-0.4.0: UPDATING ... - python3.11-poetry-audit-plugin-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update poetryPlugins.poetry-audit-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.frida-python, using log file: /var/log/nixpkgs-update/python311Packages.frida-python/2024-03-14.log python311Packages.frida-python 0 -> 1 attrpath: python311Packages.frida-python Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r53yyyhh2sjzd4d86v93ra4ri5wp3fcb-packages.json.drv building '/nix/store/r53yyyhh2sjzd4d86v93ra4ri5wp3fcb-packages.json.drv'... Going to be running update for following packages: - python3.11-frida-python-16.0.19 Press Enter key to continue... Running update for: - python3.11-frida-python-16.0.19: UPDATING ... - python3.11-frida-python-16.0.19: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/frida-python/default.nix b/pkgs/development/python-modules/frida-python/default.nix index 144d88cc80b8..be365f44734d 100644 --- a/pkgs/development/python-modules/frida-python/default.nix +++ b/pkgs/development/python-modules/frida-python/default.nix @@ -1,6 +1,6 @@ { lib, stdenv, fetchurl, fetchPypi, buildPythonPackage, typing-extensions }: let - version = "16.0.19"; + version = "16.2.1"; format = "setuptools"; devkit = fetchurl { url = "https://github.com/frida/frida/releases/download/${version}/frida-core-devkit-${version}-linux-x86_64.tar.xz"; @@ -13,7 +13,7 @@ in buildPythonPackage rec { src = fetchPypi { pname = "frida"; inherit version; - hash = "sha256-rikIjjn9wA8VL/St/2JJTcueimn+q/URbt9lw/+nalY="; + hash = "sha256-ZKARgl6iGl7T49dYnwTB3sRz4aCDvrTFeJXd3zLKp8k="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.frida-python Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python311Packages.frida-python Standard output: error: build log of 'python311Packages.frida-python' is not available [result] Failed to update python311Packages.frida-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 das, using log file: /var/log/nixpkgs-update/das/2024-03-14.log das 0 -> 1 attrpath: das Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xmm2444h1n70kn003zpv5wlr7vf0k264-packages.json.drv building '/nix/store/xmm2444h1n70kn003zpv5wlr7vf0k264-packages.json.drv'... Going to be running update for following packages: - das-1.0.3 Press Enter key to continue... Running update for: - das-1.0.3: UPDATING ... - das-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update das 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath twitch-chat-downloader, using log file: /var/log/nixpkgs-update/twitch-chat-downloader/2024-03-14.log twitch-chat-downloader 0 -> 1 attrpath: twitch-chat-downloader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nm1alj4wnnl6g713z43f1ha6xwk3xrvl-packages.json.drv building '/nix/store/nm1alj4wnnl6g713z43f1ha6xwk3xrvl-packages.json.drv'... Going to be running update for following packages: - twitch-chat-downloader-2.5.3 Press Enter key to continue... Running update for: - twitch-chat-downloader-2.5.3: UPDATING ... - twitch-chat-downloader-2.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update twitch-chat-downloader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ccextractor, using log file: /var/log/nixpkgs-update/ccextractor/2024-03-14.log ccextractor 0.93 -> 0.94 https://github.com/CCExtractor/ccextractor/releases attrpath: ccextractor Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/video/ccextractor/default.nix b/pkgs/applications/video/ccextractor/default.nix index 3814f921fa24..78bccbb73b50 100644 --- a/pkgs/applications/video/ccextractor/default.nix +++ b/pkgs/applications/video/ccextractor/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "ccextractor"; - version = "0.93"; + version = "0.94"; src = fetchFromGitHub { owner = "CCExtractor"; repo = pname; rev = "v${version}"; - sha256 = "sha256-usVAKBkdd8uz9cD5eLd0hnwGonOJLscRdc+iWDlNXVc="; + sha256 = "sha256-j2p3Hw3w95F1A8PlKsj8jkAENYOcZA+2vWnu+WknM8M="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ccextractor nix build failed. -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Commit : Unknown -- Compilation Date: 1980-01-01 -- Found PkgConfig: /nix/store/a3752l19hc76dmzh1wgrxbsxh6lfx67z-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") -- Checking for module 'tesseract' -- Found tesseract, version 4.1.3 -- Checking for module 'lept' -- Found lept, version 1.84.1 -- Checking for module 'libavformat' -- Found libavformat, version 58.76.100 -- Checking for module 'libavutil' -- Found libavutil, version 56.70.100 -- Checking for module 'libavcodec' -- Found libavcodec, version 58.134.100 -- Checking for module 'libswscale' -- Found libswscale, version 5.9.100 CMake Error at rust/CMakeLists.txt:13 (string): string sub-command REGEX, mode MATCH needs at least 5 arguments total to command.  -- Detected rustc version CMake Error at rust/CMakeLists.txt:18 (message): Minimum supported rust version(MSRV) is 1.54.0, please upgrade rust  -- Configuring incomplete, errors occurred! [result] Failed to update ccextractor 0.93 -> 0.94 https://github.com/CCExtractor/ccextractor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libnatspec, using log file: /var/log/nixpkgs-update/libnatspec/2024-03-14.log libnatspec 0.3.0 -> 0.3.3 https://repology.org/project/libnatspec/versions attrpath: libnatspec 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/fbr288wzxjlcgqy7wd7ilky47qdvq68w-libnatspec-0.3.3.tar.bz2.drv building '/nix/store/fbr288wzxjlcgqy7wd7ilky47qdvq68w-libnatspec-0.3.3.tar.bz2.drv'... trying https://downloads.sourceforge.net/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1254 0 --:--:-- --:--:-- --:--:-- 1266 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 237 0 --:--:-- --:--:-- --:--:-- 237 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 314 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download libnatspec-0.3.3.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 'libnatspec.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/fbr288wzxjlcgqy7wd7ilky47qdvq68w-libnatspec-0.3.3.tar.bz2.drv /nix/store/hya5nvyzp1iqp3hw6972fgjyxfzh5bm8-libnatspec-0.3.3.drv building '/nix/store/fbr288wzxjlcgqy7wd7ilky47qdvq68w-libnatspec-0.3.3.tar.bz2.drv'... trying https://downloads.sourceforge.net/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1278 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/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 314 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/natspec/libnatspec-0.3.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download libnatspec-0.3.3.tar.bz2 from any mirror error: builder for '/nix/store/fbr288wzxjlcgqy7wd7ilky47qdvq68w-libnatspec-0.3.3.tar.bz2.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/natspec/libnatspec-0.3.3.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/natspec/libnatspec-0.3.3.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 314 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/natspec/libnatspec-0.3.3.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download libnatspec-0.3.3.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/fbr288wzxjlcgqy7wd7ilky47qdvq68w-libnatspec-0.3.3.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/hya5nvyzp1iqp3hw6972fgjyxfzh5bm8-libnatspec-0.3.3.drv' failed to build [result] Failed to update libnatspec 0.3.0 -> 0.3.3 https://repology.org/project/libnatspec/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gotailwind, using log file: /var/log/nixpkgs-update/python311Packages.gotailwind/2024-03-14.log python311Packages.gotailwind 0 -> 1 attrpath: python311Packages.gotailwind Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ag25kbmmiwzcm1kf4kqaijml3qdr0m9s-packages.json.drv building '/nix/store/ag25kbmmiwzcm1kf4kqaijml3qdr0m9s-packages.json.drv'... Going to be running update for following packages: - python3.11-gotailwind-0.2.2 Press Enter key to continue... Running update for: - python3.11-gotailwind-0.2.2: UPDATING ... - python3.11-gotailwind-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gotailwind 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.solaredge, using log file: /var/log/nixpkgs-update/python311Packages.solaredge/2024-03-14.log python311Packages.solaredge 0 -> 1 attrpath: python311Packages.solaredge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b6kb4w1mr1fc7pzy63xf0iyh48y7ym2c-packages.json.drv building '/nix/store/b6kb4w1mr1fc7pzy63xf0iyh48y7ym2c-packages.json.drv'... Going to be running update for following packages: - python3.11-solaredge-0.0.4 Press Enter key to continue... Running update for: - python3.11-solaredge-0.0.4: UPDATING ... - python3.11-solaredge-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.solaredge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swaglyrics, using log file: /var/log/nixpkgs-update/swaglyrics/2024-03-14.log swaglyrics 0 -> 1 attrpath: swaglyrics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/60clf1zk4nf4sxg8ms3nm5fxrmni5h5q-packages.json.drv building '/nix/store/60clf1zk4nf4sxg8ms3nm5fxrmni5h5q-packages.json.drv'... Going to be running update for following packages: - swaglyrics-unstable-2021-06-17 Press Enter key to continue... Running update for: - swaglyrics-unstable-2021-06-17: UPDATING ... - swaglyrics-unstable-2021-06-17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update swaglyrics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oslo-i18n, using log file: /var/log/nixpkgs-update/python311Packages.oslo-i18n/2024-03-14.log python311Packages.oslo-i18n 0 -> 1 attrpath: python311Packages.oslo-i18n Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/70dd19vxcjvjh2rpiia1yicpw33z0m7w-packages.json.drv building '/nix/store/70dd19vxcjvjh2rpiia1yicpw33z0m7w-packages.json.drv'... Going to be running update for following packages: - python3.11-oslo-i18n-6.2.0 Press Enter key to continue... Running update for: - python3.11-oslo-i18n-6.2.0: UPDATING ... - python3.11-oslo-i18n-6.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/oslo-i18n/default.nix b/pkgs/development/python-modules/oslo-i18n/default.nix index 99e22ea54993..814c7dfc0dc1 100644 --- a/pkgs/development/python-modules/oslo-i18n/default.nix +++ b/pkgs/development/python-modules/oslo-i18n/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "oslo-i18n"; - version = "6.2.0"; + version = "6.3.0"; pyproject = true; src = fetchPypi { pname = "oslo.i18n"; inherit version; - hash = "sha256-cPikzphxKRvGCdB+MeblAyZmVWmS/xrlPnjy7SpavoI="; + hash = "sha256-ZKJR7e+L8bsdTm9403fhSdTxXBqSRd538XIBbaYmdEQ="; }; postPatch = '' No auto update branch exists Old version 6.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , oslotest , pbr , setuptools , testscenarios , stestr }: buildPythonPackage rec { pname = "oslo-i18n"; version = "6.3.0"; pyproject = true; src = fetchPypi { pname = "oslo.i18n"; inherit version; hash = "sha256-ZKJR7e+L8bsdTm9403fhSdTxXBqSRd538XIBbaYmdEQ="; }; postPatch = '' # only a small portion of the listed packages are actually needed for running the tests # so instead of removing them one by one remove everything rm test-requirements.txt ''; nativeBuildInputs = [ pbr setuptools ]; nativeCheckInputs = [ oslotest stestr testscenarios ]; checkPhase = '' runHook preCheck stestr run -e <(echo " # test counts warnings which no longer matches in python 3.11 oslo_i18n.tests.test_message.MessageTestCase.test_translate_message_bad_translation ") runHook postCheck ''; pythonImportsCheck = [ "oslo_i18n" ]; meta = with lib; { description = "Oslo i18n library"; homepage = "https://github.com/openstack/oslo.i18n"; license = licenses.asl20; maintainers = teams.openstack.members; }; } [result] Failed to update python311Packages.oslo-i18n 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyinotify, using log file: /var/log/nixpkgs-update/python311Packages.pyinotify/2024-03-14.log python311Packages.pyinotify 0 -> 1 attrpath: python311Packages.pyinotify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8iaqcw4l9736yr5qsn169sy8pc1fb8nv-packages.json.drv building '/nix/store/8iaqcw4l9736yr5qsn169sy8pc1fb8nv-packages.json.drv'... Going to be running update for following packages: - python3.11-pyinotify-0.9.6 Press Enter key to continue... Running update for: - python3.11-pyinotify-0.9.6: UPDATING ... - python3.11-pyinotify-0.9.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyinotify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sbomnix, using log file: /var/log/nixpkgs-update/sbomnix/2024-03-14.log sbomnix 0 -> 1 attrpath: sbomnix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ykwjy0477g3gvl5m1ycjh801q1216sc4-packages.json.drv building '/nix/store/ykwjy0477g3gvl5m1ycjh801q1216sc4-packages.json.drv'... Going to be running update for following packages: - sbomnix-1.4.5 Press Enter key to continue... Running update for: - sbomnix-1.4.5: UPDATING ... - sbomnix-1.4.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/sbomnix/default.nix b/pkgs/tools/security/sbomnix/default.nix index 2449573c080a..43e40bc351ed 100644 --- a/pkgs/tools/security/sbomnix/default.nix +++ b/pkgs/tools/security/sbomnix/default.nix @@ -20,13 +20,13 @@ python.pkgs.buildPythonApplication rec { pname = "sbomnix"; - version = "1.4.5"; + version = "1.5.0"; src = fetchFromGitHub { owner = "tiiuae"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-RxDFxVGivVBw2uhtzf231Q2HHTBFKSqGrknr2Es/ygM="; + hash = "sha256-C/oBWN7fLe68ObcJIVJbD77H1teRA2BiHAMmjn+dOdc="; }; makeWrapperArgs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sbomnix Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . sbomnix Standard output: error: build log of 'sbomnix' is not available [result] Failed to update sbomnix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.digi-xbee, using log file: /var/log/nixpkgs-update/python311Packages.digi-xbee/2024-03-14.log python311Packages.digi-xbee 0 -> 1 attrpath: python311Packages.digi-xbee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pqdbw9846xy81xh31mn6ghrm80di3imw-packages.json.drv building '/nix/store/pqdbw9846xy81xh31mn6ghrm80di3imw-packages.json.drv'... Going to be running update for following packages: - python3.11-digi-xbee-1.4.1 Press Enter key to continue... Running update for: - python3.11-digi-xbee-1.4.1: UPDATING ... - python3.11-digi-xbee-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.digi-xbee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dockerfile-parse, using log file: /var/log/nixpkgs-update/python311Packages.dockerfile-parse/2024-03-14.log python311Packages.dockerfile-parse 0 -> 1 attrpath: python311Packages.dockerfile-parse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q0i84f9dnvya930pcfccs91q8gq4zyzx-packages.json.drv building '/nix/store/q0i84f9dnvya930pcfccs91q8gq4zyzx-packages.json.drv'... Going to be running update for following packages: - python3.11-dockerfile-parse-2.0.1 Press Enter key to continue... Running update for: - python3.11-dockerfile-parse-2.0.1: UPDATING ... - python3.11-dockerfile-parse-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dockerfile-parse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyviz-comms, using log file: /var/log/nixpkgs-update/python311Packages.pyviz-comms/2024-03-14.log python311Packages.pyviz-comms 0 -> 1 attrpath: python311Packages.pyviz-comms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3my32f80d8crcwyxpzhmw36hdw2mrxv0-packages.json.drv building '/nix/store/3my32f80d8crcwyxpzhmw36hdw2mrxv0-packages.json.drv'... Going to be running update for following packages: - python3.11-pyviz_comms-2.2.1 Press Enter key to continue... Running update for: - python3.11-pyviz_comms-2.2.1: UPDATING ... - python3.11-pyviz_comms-2.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyviz-comms/default.nix b/pkgs/development/python-modules/pyviz-comms/default.nix index 4b3678494990..8493121dc51c 100644 --- a/pkgs/development/python-modules/pyviz-comms/default.nix +++ b/pkgs/development/python-modules/pyviz-comms/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "pyviz_comms"; - version = "2.2.1"; + version = "3.0.1"; src = fetchPypi { inherit pname version; - hash = "sha256-omFFuM5D0tk0s8aCbXe5E84QXFKOsuSUyJCz41Jd3zM="; + hash = "sha256-QnwzpagXgNubnnV/BnX2XqIpLZpkKi0pHPtcrmzUaZE="; }; propagatedBuildInputs = [ param ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pyviz-comms nix build failed. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 159, in setup dist.parse_config_files() File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/dist.py", line 627, in parse_config_files pyprojecttoml.apply_configuration(self, filename, ignore_option_errors) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 66, in apply_configuration config = read_configuration(filepath, True, ignore_option_errors, dist) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 131, in read_configuration return expand_configuration(asdict, root_dir, ignore_option_errors, dist) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 156, in expand_configuration return _ConfigExpander(config, root_dir, ignore_option_errors, dist).expand() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 204, in expand self._expand_all_dynamic(dist, package_dir) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 242, in _expand_all_dynamic obtained_dynamic = { ^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 243, in field: self._obtain(dist, field, package_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 292, in _obtain self._ensure_previously_set(dist, field) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 268, in _ensure_previously_set raise InvalidConfigError(msg) setuptools.errors.InvalidConfigError: No configuration found for dynamic 'description'. Some dynamic fields need to be specified via `tool.setuptools.dynamic` others must be specified via the equivalent attribute in `setup.py`. /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.pyviz-comms 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libgda6, using log file: /var/log/nixpkgs-update/libgda6/2024-03-14.log libgda6 0 -> 1 attrpath: libgda6 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libgda6 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vimgolf, using log file: /var/log/nixpkgs-update/vimgolf/2024-03-14.log vimgolf 0 -> 1 attrpath: vimgolf 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 vimgolf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deltachat, using log file: /var/log/nixpkgs-update/python311Packages.deltachat/2024-03-14.log python311Packages.deltachat 0 -> 1 attrpath: python311Packages.deltachat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hb8f5133ckd8bz9agicy9w9xqx0c959r-packages.json.drv building '/nix/store/hb8f5133ckd8bz9agicy9w9xqx0c959r-packages.json.drv'... Going to be running update for following packages: - python3.11-deltachat-1.136.3 Press Enter key to continue... Running update for: - python3.11-deltachat-1.136.3: UPDATING ... - python3.11-deltachat-1.136.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deltachat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ansiconv, using log file: /var/log/nixpkgs-update/python311Packages.ansiconv/2024-03-14.log python311Packages.ansiconv 0 -> 1 attrpath: python311Packages.ansiconv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/17ffm9ky9k9hnmd58hdhbf1d2m9pplym-packages.json.drv building '/nix/store/17ffm9ky9k9hnmd58hdhbf1d2m9pplym-packages.json.drv'... Going to be running update for following packages: - python3.11-ansiconv-1.0.0 Press Enter key to continue... Running update for: - python3.11-ansiconv-1.0.0: UPDATING ... - python3.11-ansiconv-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ansiconv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath imgbrd-grabber, using log file: /var/log/nixpkgs-update/imgbrd-grabber/2024-03-14.log imgbrd-grabber 7.10.0 -> 7.11.2 https://github.com/Bionus/imgbrd-grabber/releases attrpath: imgbrd-grabber 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/imgbrd-grabber/default.nix b/pkgs/applications/graphics/imgbrd-grabber/default.nix index 0fa08c31c0a6..42441f1c1a01 100644 --- a/pkgs/applications/graphics/imgbrd-grabber/default.nix +++ b/pkgs/applications/graphics/imgbrd-grabber/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "imgbrd-grabber"; - version = "7.10.0"; + version = "7.11.2"; src = fetchFromGitHub { owner = "Bionus"; repo = "imgbrd-grabber"; rev = "v${version}"; - sha256 = "sha256-AT6pN2do0LlH6xAXKcFQv+oderD88/EiG1JnCw6kOOg="; + sha256 = "sha256-XLyzlQdUw/doyXCco3RXLmU3wg34c9ij2/0vPRk7Yjo="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A imgbrd-grabber nix build failed. got build log for 'imgbrd-grabber' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/y7b6f718222nzz2y5nawvh818wiqyj76-source source root is source/src @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase patching script interpreter paths in ./scripts/package.sh find: './scripts/package.sh': No such file or directory substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file '../scripts/package.sh') ln: failed to create symbolic link 'tests/src/vendor/catch': No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update imgbrd-grabber 7.10.0 -> 7.11.2 https://github.com/Bionus/imgbrd-grabber/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hashlink, using log file: /var/log/nixpkgs-update/hashlink/2024-03-14.log hashlink 1.13 -> 1.14 https://github.com/HaxeFoundation/hashlink/releases attrpath: hashlink Checking auto update branch... An auto update branch exists with message `hashlink: 1.13 -> 1.14`. New version is 1.14. An auto update branch exists with an equal or greater version [result] Failed to update hashlink 1.13 -> 1.14 https://github.com/HaxeFoundation/hashlink/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath evince, using log file: /var/log/nixpkgs-update/evince/2024-03-14.log evince 0 -> 1 attrpath: evince Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update evince 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flit-scm, using log file: /var/log/nixpkgs-update/python311Packages.flit-scm/2024-03-14.log python311Packages.flit-scm 0 -> 1 attrpath: python311Packages.flit-scm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pb6pwhk5mqz4006prm488phl8nlfc6n9-packages.json.drv building '/nix/store/pb6pwhk5mqz4006prm488phl8nlfc6n9-packages.json.drv'... Going to be running update for following packages: - python3.11-flit-scm-1.7.0 Press Enter key to continue... Running update for: - python3.11-flit-scm-1.7.0: UPDATING ... - python3.11-flit-scm-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flit-scm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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/pqkq9crd8rq95l2nb7mzqjl8gdwsbzpz-source.drv building '/nix/store/pqkq9crd8rq95l2nb7mzqjl8gdwsbzpz-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/pqkq9crd8rq95l2nb7mzqjl8gdwsbzpz-source.drv /nix/store/1wg9g9bdrz7p7gcynygdk5jik03ylsmn-source-serif-4.005R.drv building '/nix/store/pqkq9crd8rq95l2nb7mzqjl8gdwsbzpz-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/pqkq9crd8rq95l2nb7mzqjl8gdwsbzpz-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/pqkq9crd8rq95l2nb7mzqjl8gdwsbzpz-source.drv'. error: 1 dependencies of derivation '/nix/store/1wg9g9bdrz7p7gcynygdk5jik03ylsmn-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.sortedcollections, using log file: /var/log/nixpkgs-update/python311Packages.sortedcollections/2024-03-14.log python311Packages.sortedcollections 0 -> 1 attrpath: python311Packages.sortedcollections Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7silxmdggagcz3w1h3hcdfllynl5vv27-packages.json.drv building '/nix/store/7silxmdggagcz3w1h3hcdfllynl5vv27-packages.json.drv'... Going to be running update for following packages: - python3.11-sortedcollections-2.1.0 Press Enter key to continue... Running update for: - python3.11-sortedcollections-2.1.0: UPDATING ... - python3.11-sortedcollections-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sortedcollections 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bleak-esphome, using log file: /var/log/nixpkgs-update/python311Packages.bleak-esphome/2024-03-14.log python311Packages.bleak-esphome 0 -> 1 attrpath: python311Packages.bleak-esphome Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fdicznnmrhw8mrmyq3m9sxjblml2xm0a-packages.json.drv building '/nix/store/fdicznnmrhw8mrmyq3m9sxjblml2xm0a-packages.json.drv'... Going to be running update for following packages: - python3.11-bleak-esphome-1.0.0 Press Enter key to continue... Running update for: - python3.11-bleak-esphome-1.0.0: UPDATING ... - python3.11-bleak-esphome-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bleak-esphome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.whatthepatch, using log file: /var/log/nixpkgs-update/python311Packages.whatthepatch/2024-03-14.log python311Packages.whatthepatch 0 -> 1 attrpath: python311Packages.whatthepatch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z5sgjz8k2z1xm2jqjz3z38m0qs7rwfha-packages.json.drv building '/nix/store/z5sgjz8k2z1xm2jqjz3z38m0qs7rwfha-packages.json.drv'... Going to be running update for following packages: - python3.11-whatthepatch-1.0.5 Press Enter key to continue... Running update for: - python3.11-whatthepatch-1.0.5: UPDATING ... - python3.11-whatthepatch-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.whatthepatch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyzipper, using log file: /var/log/nixpkgs-update/python311Packages.pyzipper/2024-03-14.log python311Packages.pyzipper 0 -> 1 attrpath: python311Packages.pyzipper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/agsghkq1gv3m8pwrx68zqm7fjxfgkvg4-packages.json.drv building '/nix/store/agsghkq1gv3m8pwrx68zqm7fjxfgkvg4-packages.json.drv'... Going to be running update for following packages: - python3.11-pyzipper-0.3.6 Press Enter key to continue... Running update for: - python3.11-pyzipper-0.3.6: UPDATING ... - python3.11-pyzipper-0.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyzipper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath findup, using log file: /var/log/nixpkgs-update/findup/2024-03-14.log findup 1.1.1 -> 1.1.2 https://github.com/booniepepper/findup/releases attrpath: findup 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/findup/default.nix b/pkgs/tools/misc/findup/default.nix index eaba884d79d9..d81bfa77d284 100644 --- a/pkgs/tools/misc/findup/default.nix +++ b/pkgs/tools/misc/findup/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "findup"; - version = "1.1.1"; + version = "1.1.2"; src = fetchFromGitHub { owner = "booniepepper"; repo = "findup"; rev = "v${finalAttrs.version}"; - hash = "sha256-Tpyiy5oJQ04lqVEOFshFC0+90VoNILQ+N6Dd7lbuH/Q="; + hash = "sha256-EjfKNIYJBXjlKFNV4dJpOaXCfB5PUdeMjl4k1jFRfG0="; }; nativeBuildInputs = [ zig_0_10.hook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A findup nix build failed. got build log for 'findup' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/89qqcmfr3vsrsl6hqlq7gm585qh4nnaj-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 zig build flags: -Dcpu=baseline -Drelease-safe=true LLVM Emit Object... LLVM Emit Object... LLVM Emit Object... Semantic Analysis [2129] /build/source/build.zig:3:21: error: root struct of file 'std' has no member named 'Build' pub fn build(b: *std.Build) !void { ~~~^~~~~~ referenced by: runBuild: /nix/store/gf5hifbk9zpa5fq4nc8fiqj711jljfqp-zig-0.10.1/lib/zig/build_runner.zig:231:45 usage__anon_5137: /nix/store/gf5hifbk9zpa5fq4nc8fiqj711jljfqp-zig-0.10.1/lib/zig/build_runner.zig:242:13 remaining reference traces hidden; use '-freference-trace' to see all reference traces  [result] Failed to update findup 1.1.1 -> 1.1.2 https://github.com/booniepepper/findup/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ReplicationSuccess, using log file: /var/log/nixpkgs-update/rPackages.ReplicationSuccess/2024-03-14.log rPackages.ReplicationSuccess 1.3.1 -> 1.3.2 https://repology.org/project/r:replicationsuccess/versions attrpath: rPackages.ReplicationSuccess Checking auto update branch... No auto update branch exists Old version 1.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ReplicationSuccess 1.3.1 -> 1.3.2 https://repology.org/project/r:replicationsuccess/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.stdmod, using log file: /var/log/nixpkgs-update/rPackages.stdmod/2024-03-14.log rPackages.stdmod 0.2.9 -> 0.2.10 https://repology.org/project/r:stdmod/versions attrpath: rPackages.stdmod 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.stdmod 0.2.9 -> 0.2.10 https://repology.org/project/r:stdmod/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gdtools, using log file: /var/log/nixpkgs-update/rPackages.gdtools/2024-03-14.log rPackages.gdtools 0.3.5 -> 0.3.7 https://repology.org/project/r:gdtools/versions attrpath: rPackages.gdtools 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.gdtools 0.3.5 -> 0.3.7 https://repology.org/project/r:gdtools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.laces, using log file: /var/log/nixpkgs-update/python311Packages.laces/2024-03-14.log python311Packages.laces 0 -> 1 attrpath: python311Packages.laces Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/47v7xazdpnqsw8f3kc0qdf2phsxvvzvh-packages.json.drv building '/nix/store/47v7xazdpnqsw8f3kc0qdf2phsxvvzvh-packages.json.drv'... Going to be running update for following packages: - python3.11-laces-0.1.1 Press Enter key to continue... Running update for: - python3.11-laces-0.1.1: UPDATING ... - python3.11-laces-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.laces 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oscscreen, using log file: /var/log/nixpkgs-update/python311Packages.oscscreen/2024-03-14.log python311Packages.oscscreen 0 -> 1 attrpath: python311Packages.oscscreen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d5q7bfr2dycv617nx7hpi4rpk5sg1186-packages.json.drv building '/nix/store/d5q7bfr2dycv617nx7hpi4rpk5sg1186-packages.json.drv'... Going to be running update for following packages: - python3.11-oscscreen-unstable-2023-03-23 Press Enter key to continue... Running update for: - python3.11-oscscreen-unstable-2023-03-23: UPDATING ... - python3.11-oscscreen-unstable-2023-03-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oscscreen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath k3s_1_27, using log file: /var/log/nixpkgs-update/k3s_1_27/2024-03-14.log k3s_1_27 0 -> 1 attrpath: k3s_1_27 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/nlp95pcwcc70x07rvlqy2sfzqb0icw9y-packages.json.drv building '/nix/store/nlp95pcwcc70x07rvlqy2sfzqb0icw9y-packages.json.drv'... Going to be running update for following packages: - k3s-1.27.9+k3s1 Press Enter key to continue... Running update for: - k3s-1.27.9+k3s1: UPDATING ... - k3s-1.27.9+k3s1: ERROR --- SHOWING ERROR LOG FOR k3s-1.27.9+k3s1 ---------------------- + MINOR_VERSION=27 ++ mktemp -d + WORKDIR=/run/nixpkgs-update-worker/tmp.V8s7EUl3UT + trap 'rm -rf /run/nixpkgs-update-worker/tmp.V8s7EUl3UT' EXIT ++ git rev-parse --show-toplevel + NIXPKGS_ROOT=/var/cache/nixpkgs-update/worker/worktree/k3s_1_27/ +++ dirname /var/cache/nixpkgs-update/worker/worktree/k3s_1_27/pkgs/applications/networking/cluster/k3s/update-script.sh ++ cd /var/cache/nixpkgs-update/worker/worktree/k3s_1_27/pkgs/applications/networking/cluster/k3s ++ pwd -P + NIXPKGS_K3S_PATH=/var/cache/nixpkgs-update/worker/worktree/k3s_1_27/pkgs/applications/networking/cluster/k3s/ + cd /var/cache/nixpkgs-update/worker/worktree/k3s_1_27/pkgs/applications/networking/cluster/k3s/ + cd 1_27 + LATEST_TAG_RAWFILE=/run/nixpkgs-update-worker/tmp.V8s7EUl3UT/latest_tag.json + curl --silent -f -u :7bdbd24b04abe9f561f182a0917b808ce7ecc3c6 https://api.github.com/repos/k3s-io/k3s/releases ++ jq 'map(.tag_name)' /run/nixpkgs-update-worker/tmp.V8s7EUl3UT/latest_tag.json ++ grep -v -e rc -e engine ++ tail -n +2 ++ head -n -1 ++ sed 's|[", ]||g' ++ sort -rV ++ grep -E '^v1\.27\.' ++ head -n1 + LATEST_TAG_NAME=v1.27.11+k3s1 ++ echo v1.27.11+k3s1 ++ sed 's/^v//' + K3S_VERSION=1.27.11+k3s1 ++ curl --silent -f -u :7bdbd24b04abe9f561f182a0917b808ce7ecc3c6 https://api.github.com/repos/k3s-io/k3s/tags ++ jq -r 'map(select(.name == "v1.27.11+k3s1")) | .[0] | .commit.sha' + K3S_COMMIT=null ++ nix-prefetch-url --quiet --unpack https://github.com/k3s-io/k3s/archive/refs/tags/v1.27.11+k3s1.tar.gz + K3S_REPO_SHA256=0qkm8yqs9p34kb5k2q0j5wiykj78qc12n65n0clas5by23jrqcqa + FILE_SCRIPTS_DOWNLOAD=/run/nixpkgs-update-worker/tmp.V8s7EUl3UT/scripts-download + curl --silent -f https://raw.githubusercontent.com/k3s-io/k3s/null/scripts/download + rm -rf /run/nixpkgs-update-worker/tmp.V8s7EUl3UT --- SHOWING ERROR LOG FOR k3s-1.27.9+k3s1 ---------------------- The update script for k3s-1.27.9+k3s1 failed with exit code 22 [result] Failed to update k3s_1_27 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.log lomiri.morph-browser 0 -> 1 attrpath: lomiri.morph-browser Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nqir8sfvv9x4sw20k5hcwj1sai70acz3-packages.json.drv building '/nix/store/nqir8sfvv9x4sw20k5hcwj1sai70acz3-packages.json.drv'... Going to be running update for following packages: - morph-browser-1.1.0 Press Enter key to continue... Running update for: - morph-browser-1.1.0: UPDATING ... - morph-browser-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.morph-browser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rustworkx, using log file: /var/log/nixpkgs-update/python311Packages.rustworkx/2024-03-14.log python311Packages.rustworkx 0.13.1 -> 0.14.2 https://github.com/Qiskit/rustworkx/releases attrpath: python311Packages.rustworkx Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1zm0zc81spb33diazpnhx3b46i8jhdq9-packages.json.drv building '/nix/store/1zm0zc81spb33diazpnhx3b46i8jhdq9-packages.json.drv'... Going to be running update for following packages: - python3.11-rustworkx-0.13.1 Press Enter key to continue... Running update for: - python3.11-rustworkx-0.13.1: UPDATING ... - python3.11-rustworkx-0.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rustworkx 0.13.1 -> 0.14.2 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 python311Packages.container-inspector, using log file: /var/log/nixpkgs-update/python311Packages.container-inspector/2024-03-14.log python311Packages.container-inspector 0 -> 1 attrpath: python311Packages.container-inspector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sz925n7f2dzrj6g4753xibjym37lw5sa-packages.json.drv building '/nix/store/sz925n7f2dzrj6g4753xibjym37lw5sa-packages.json.drv'... Going to be running update for following packages: - python3.11-container-inspector-32.0.1 Press Enter key to continue... Running update for: - python3.11-container-inspector-32.0.1: UPDATING ... - python3.11-container-inspector-32.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.container-inspector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gorilla, using log file: /var/log/nixpkgs-update/python311Packages.gorilla/2024-03-14.log python311Packages.gorilla 0 -> 1 attrpath: python311Packages.gorilla Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xbxr1xiqx3hca9kjmyxynbq07g6bnp5h-packages.json.drv building '/nix/store/xbxr1xiqx3hca9kjmyxynbq07g6bnp5h-packages.json.drv'... Going to be running update for following packages: - python3.11-gorilla-0.4.0 Press Enter key to continue... Running update for: - python3.11-gorilla-0.4.0: UPDATING ... - python3.11-gorilla-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gorilla 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.phenopix, using log file: /var/log/nixpkgs-update/rPackages.phenopix/2024-03-14.log rPackages.phenopix 2.4.3 -> 2.4.4 https://repology.org/project/r:phenopix/versions attrpath: rPackages.phenopix Checking auto update branch... No auto update branch exists Old version 2.4.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.phenopix 2.4.3 -> 2.4.4 https://repology.org/project/r:phenopix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mousetrap, using log file: /var/log/nixpkgs-update/rPackages.mousetrap/2024-03-14.log rPackages.mousetrap 3.2.2 -> 3.2.3 https://repology.org/project/r:mousetrap/versions attrpath: rPackages.mousetrap Checking auto update branch... No auto update branch exists Old version 3.2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mousetrap 3.2.2 -> 3.2.3 https://repology.org/project/r:mousetrap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.blavaan, using log file: /var/log/nixpkgs-update/rPackages.blavaan/2024-03-14.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 python311Packages.dvc-hdfs, using log file: /var/log/nixpkgs-update/python311Packages.dvc-hdfs/2024-03-14.log python311Packages.dvc-hdfs 0 -> 1 attrpath: python311Packages.dvc-hdfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nl7r48mgw56pkdwcpnkas772z1cdzicp-packages.json.drv building '/nix/store/nl7r48mgw56pkdwcpnkas772z1cdzicp-packages.json.drv'... Going to be running update for following packages: - python3.11-dvc-hdfs-3.0.0 Press Enter key to continue... Running update for: - python3.11-dvc-hdfs-3.0.0: UPDATING ... - python3.11-dvc-hdfs-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dvc-hdfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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 rPackages.MCARtest, using log file: /var/log/nixpkgs-update/rPackages.MCARtest/2024-03-14.log rPackages.MCARtest 1.1 -> 1.2 https://repology.org/project/r:mcartest/versions attrpath: rPackages.MCARtest Checking auto update branch... No auto update branch exists Old version 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.MCARtest 1.1 -> 1.2 https://repology.org/project/r:mcartest/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stylish-haskell, using log file: /var/log/nixpkgs-update/stylish-haskell/2024-03-14.log stylish-haskell 0.14.5.0 -> 0.14.6.0 https://repology.org/project/stylish-haskell/versions attrpath: stylish-haskell Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update stylish-haskell 0.14.5.0 -> 0.14.6.0 https://repology.org/project/stylish-haskell/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.yardstick, using log file: /var/log/nixpkgs-update/rPackages.yardstick/2024-03-14.log rPackages.yardstick 1.2.0 -> 1.3.0 https://repology.org/project/r:yardstick/versions attrpath: rPackages.yardstick 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.yardstick 1.2.0 -> 1.3.0 https://repology.org/project/r:yardstick/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elixir_1_10, using log file: /var/log/nixpkgs-update/elixir_1_10/2024-03-14.log elixir_1_10 1.10.4 -> 1.16.2 https://github.com/elixir-lang/elixir/releases attrpath: elixir_1_10 Checking auto update branch... No auto update branch exists Version in attr path elixir_1_10 not compatible with 1.16.2 [result] Failed to update elixir_1_10 1.10.4 -> 1.16.2 https://github.com/elixir-lang/elixir/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rtags, using log file: /var/log/nixpkgs-update/rtags/2024-03-14.log rtags 2.38 -> 2.40 https://repology.org/project/rtags/versions attrpath: rtags 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 rtags 2.38 -> 2.40 https://repology.org/project/rtags/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath meshoptimizer, using log file: /var/log/nixpkgs-update/meshoptimizer/2024-03-14.log meshoptimizer 0 -> 1 attrpath: meshoptimizer Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/pxcm6w36sbrdh6893k8cfk5ayrapmy4x-packages.json.drv building '/nix/store/pxcm6w36sbrdh6893k8cfk5ayrapmy4x-packages.json.drv'... Going to be running update for following packages: - meshoptimizer-0.20 Press Enter key to continue... Running update for: - meshoptimizer-0.20: UPDATING ... - meshoptimizer-0.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update meshoptimizer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tasklib, using log file: /var/log/nixpkgs-update/python311Packages.tasklib/2024-03-14.log python311Packages.tasklib 0 -> 1 attrpath: python311Packages.tasklib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cs9idv1z7qhskjaaidndrdb58fn6lzpm-packages.json.drv building '/nix/store/cs9idv1z7qhskjaaidndrdb58fn6lzpm-packages.json.drv'... Going to be running update for following packages: - python3.11-tasklib-2.5.1 Press Enter key to continue... Running update for: - python3.11-tasklib-2.5.1: UPDATING ... - python3.11-tasklib-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tasklib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-iam, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-iam/2024-03-14.log python311Packages.google-cloud-iam 0 -> 1 attrpath: python311Packages.google-cloud-iam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s7cfxr1ll9p24ysz80lk5b2c707qvkgm-packages.json.drv building '/nix/store/s7cfxr1ll9p24ysz80lk5b2c707qvkgm-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-iam-2.12.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-iam-2.12.2: UPDATING ... - python3.11-google-cloud-iam-2.12.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-iam/default.nix b/pkgs/development/python-modules/google-cloud-iam/default.nix index 9e1ca821bdae..93c85687dd4c 100644 --- a/pkgs/development/python-modules/google-cloud-iam/default.nix +++ b/pkgs/development/python-modules/google-cloud-iam/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "google-cloud-iam"; - version = "2.12.2"; + version = "2.14.3"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-YDHQwZEfx5zguLuPb+FkUoO5wakYi0g9rmI7U7TYGBw="; + hash = "sha256-yC6ZP4qSGcW6H84TnDSu1vAZ3V+bRc6VbVQwWD0q8m4="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.12.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , google-api-core , libcst , mock , proto-plus , pytest-asyncio , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "google-cloud-iam"; version = "2.14.3"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-yC6ZP4qSGcW6H84TnDSu1vAZ3V+bRc6VbVQwWD0q8m4="; }; propagatedBuildInputs = [ google-api-core libcst proto-plus ] ++ google-api-core.optional-dependencies.grpc; nativeCheckInputs = [ mock pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "google.cloud.iam_credentials" "google.cloud.iam_credentials_v1" ]; meta = with lib; { description = "IAM Service Account Credentials API client library"; homepage = "https://github.com/googleapis/python-iam"; changelog = "https://github.com/googleapis/python-iam/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ austinbutler ]; }; } [result] Failed to update python311Packages.google-cloud-iam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.clang-ocl, using log file: /var/log/nixpkgs-update/rocmPackages.clang-ocl/2024-03-14.log rocmPackages.clang-ocl 0 -> 1 attrpath: rocmPackages.clang-ocl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/7wrqknc56hm5w7g5vi249amv05sq5fay-update.sh.drv /nix/store/z48kv0dg9nayc4qj2w6w06a0d3ss4p2a-packages.json.drv building '/nix/store/7wrqknc56hm5w7g5vi249amv05sq5fay-update.sh.drv'... building '/nix/store/z48kv0dg9nayc4qj2w6w06a0d3ss4p2a-packages.json.drv'... Going to be running update for following packages: - clang-ocl-5.7.1 Press Enter key to continue... Running update for: - clang-ocl-5.7.1: UPDATING ... - clang-ocl-5.7.1: ERROR --- SHOWING ERROR LOG FOR clang-ocl-5.7.1 ---------------------- 'rocmPackages_5.clang-ocl' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.clang-ocl'. --- SHOWING ERROR LOG FOR clang-ocl-5.7.1 ---------------------- The update script for clang-ocl-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.clang-ocl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gupnp-tools, using log file: /var/log/nixpkgs-update/gupnp-tools/2024-03-14.log gupnp-tools 0 -> 1 attrpath: gupnp-tools Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gupnp-tools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ninebot-ble, using log file: /var/log/nixpkgs-update/python311Packages.ninebot-ble/2024-03-14.log python311Packages.ninebot-ble 0 -> 1 attrpath: python311Packages.ninebot-ble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ncyair1k5rhqczrh7sc4ilsphl8rlqvi-packages.json.drv building '/nix/store/ncyair1k5rhqczrh7sc4ilsphl8rlqvi-packages.json.drv'... Going to be running update for following packages: - python3.11-ninebot-ble-0.0.6 Press Enter key to continue... Running update for: - python3.11-ninebot-ble-0.0.6: UPDATING ... - python3.11-ninebot-ble-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ninebot-ble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioopenexchangerates, using log file: /var/log/nixpkgs-update/python311Packages.aioopenexchangerates/2024-03-14.log python311Packages.aioopenexchangerates 0 -> 1 attrpath: python311Packages.aioopenexchangerates Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gl6mdagfydg896blh4shriz4vbs00nkl-packages.json.drv building '/nix/store/gl6mdagfydg896blh4shriz4vbs00nkl-packages.json.drv'... Going to be running update for following packages: - python3.11-aioopenexchangerates-0.4.8 Press Enter key to continue... Running update for: - python3.11-aioopenexchangerates-0.4.8: UPDATING ... - python3.11-aioopenexchangerates-0.4.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioopenexchangerates 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.adjusttext, using log file: /var/log/nixpkgs-update/python311Packages.adjusttext/2024-03-14.log python311Packages.adjusttext 0 -> 1 attrpath: python311Packages.adjusttext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lma9g7xxdhqdglgdaxpdzmw7ki4a18js-packages.json.drv building '/nix/store/lma9g7xxdhqdglgdaxpdzmw7ki4a18js-packages.json.drv'... Going to be running update for following packages: - python3.11-adjusttext-1.0.4 Press Enter key to continue... Running update for: - python3.11-adjusttext-1.0.4: UPDATING ... - python3.11-adjusttext-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adjusttext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.avro3k, using log file: /var/log/nixpkgs-update/python311Packages.avro3k/2024-03-14.log python311Packages.avro3k 0 -> 1 attrpath: python311Packages.avro3k Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jc512aklnc0avv3rxy6h4l78y4rkbwiw-packages.json.drv building '/nix/store/jc512aklnc0avv3rxy6h4l78y4rkbwiw-packages.json.drv'... Going to be running update for following packages: - python3.11-avro3k-1.7.7-SNAPSHOT Press Enter key to continue... Running update for: - python3.11-avro3k-1.7.7-SNAPSHOT: UPDATING ... - python3.11-avro3k-1.7.7-SNAPSHOT: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.avro3k 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] Success [updateScript] this derivation will be built: /nix/store/yqyrhwlda6mj7vh5s3645v14d1mc1ijg-packages.json.drv building '/nix/store/yqyrhwlda6mj7vh5s3645v14d1mc1ijg-packages.json.drv'... 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: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/rure/Cargo.lock b/pkgs/development/libraries/rure/Cargo.lock index a5ba9527382e..3f275ae7d45a 100644 --- a/pkgs/development/libraries/rure/Cargo.lock +++ b/pkgs/development/libraries/rure/Cargo.lock @@ -37,9 +37,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" +checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" dependencies = [ "aho-corasick", "memchr", Package version did not change. [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 terraform-providers.dhall, using log file: /var/log/nixpkgs-update/terraform-providers.dhall/2024-03-14.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-14.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] this derivation will be built: /nix/store/id0sscc5nqqj8z1cdzjm47a3r2pg0n4x-packages.json.drv building '/nix/store/id0sscc5nqqj8z1cdzjm47a3r2pg0n4x-packages.json.drv'... 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-14.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-14.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] this derivation will be built: /nix/store/db4y30h7w92a78cgd7hl3m7kcyag6i2p-packages.json.drv building '/nix/store/db4y30h7w92a78cgd7hl3m7kcyag6i2p-packages.json.drv'... 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 haskellPackages.doctest-lib, using log file: /var/log/nixpkgs-update/haskellPackages.doctest-lib/2024-03-14.log haskellPackages.doctest-lib 0.1 -> 0.1.1 https://repology.org/project/haskell:doctest-lib/versions attrpath: haskellPackages.doctest-lib Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.doctest-lib 0.1 -> 0.1.1 https://repology.org/project/haskell:doctest-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.azure-mgmt-datalake-analytics, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-datalake-analytics/2024-03-14.log python311Packages.azure-mgmt-datalake-analytics 0 -> 1 attrpath: python311Packages.azure-mgmt-datalake-analytics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/la9d2fcfd9h763j4n9l1qk3aibcamk2h-packages.json.drv building '/nix/store/la9d2fcfd9h763j4n9l1qk3aibcamk2h-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-datalake-analytics-0.6.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-datalake-analytics-0.6.0: UPDATING ... - python3.11-azure-mgmt-datalake-analytics-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-datalake-analytics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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/x4a4h62c7xjj51y30m6j4bi2p9s72gj2-SoapUI-5.7.2-linux-bin.tar.gz.drv building '/nix/store/x4a4h62c7xjj51y30m6j4bi2p9s72gj2-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/14i04njg63q8ijp6jy0893szzzf7igbn-soapui-5.7.2.patch.drv /nix/store/x4a4h62c7xjj51y30m6j4bi2p9s72gj2-SoapUI-5.7.2-linux-bin.tar.gz.drv /nix/store/7hjp3xdr9zmk86i3f78jmvk9cpwivswp-soapui-5.7.2.drv building '/nix/store/14i04njg63q8ijp6jy0893szzzf7igbn-soapui-5.7.2.patch.drv'... building '/nix/store/x4a4h62c7xjj51y30m6j4bi2p9s72gj2-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/x4a4h62c7xjj51y30m6j4bi2p9s72gj2-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/x4a4h62c7xjj51y30m6j4bi2p9s72gj2-SoapUI-5.7.2-linux-bin.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/7hjp3xdr9zmk86i3f78jmvk9cpwivswp-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-14.log thunderbirdPackages.thunderbird-102 0 -> 1 attrpath: thunderbirdPackages.thunderbird-102 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/p59b3kgc697z7gsb05d8w2cb0js068pk-update-thunderbird-unwrapped.drv /nix/store/r4vfp01nx8xcqpv6v1ia0jg24w6yw7m6-packages.json.drv building '/nix/store/p59b3kgc697z7gsb05d8w2cb0js068pk-update-thunderbird-unwrapped.drv'... building '/nix/store/r4vfp01nx8xcqpv6v1ia0jg24w6yw7m6-packages.json.drv'... Going to be running update for following packages: - thunderbird-unwrapped-102.14.0 Press Enter key to continue... Running update for: - thunderbird-unwrapped-102.14.0: UPDATING ... - thunderbird-unwrapped-102.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix index dfe749d7d0bd..e819330c18c2 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix @@ -44,13 +44,13 @@ rec { thunderbird-115 = (buildMozillaMach rec { pname = "thunderbird"; - version = "115.8.1"; + version = "102.15.1"; application = "comm/mail"; applicationName = "Mozilla Thunderbird"; binaryName = pname; src = fetchurl { url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"; - sha512 = "4d28f865f482a0d4c91f26ef26709a00f78955699b4ca191f960bcdb8d2c0c95c2a8e8782129d5660e192c605cba021fac553b13868861086a608f0c50aa5da7"; + sha512 = "2c96b9cae7acbf354a6aaf7a7987f40ffddbcb8d05a579e6782afbf9c685392e29b274460e7a82426f41f604cec06cb96139be45f099121603ffe434ec8fac06"; }; extraPatches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. Package version did not change. [result] Failed to update thunderbirdPackages.thunderbird-102 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.foundationdb71, using log file: /var/log/nixpkgs-update/python311Packages.foundationdb71/2024-03-14.log python311Packages.foundationdb71 0 -> 1 attrpath: python311Packages.foundationdb71 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lisvlq291562ipxjnbpdbpv5xw2i0pw3-packages.json.drv building '/nix/store/lisvlq291562ipxjnbpdbpv5xw2i0pw3-packages.json.drv'... Going to be running update for following packages: - python3.11-foundationdb-7.1.32 Press Enter key to continue... Running update for: - python3.11-foundationdb-7.1.32: UPDATING ... - python3.11-foundationdb-7.1.32: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.foundationdb71 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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 terraform-providers.keycloak, using log file: /var/log/nixpkgs-update/terraform-providers.keycloak/2024-03-14.log terraform-providers.keycloak 0 -> 1 attrpath: terraform-providers.keycloak Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.keycloak 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dotnet-sdk, using log file: /var/log/nixpkgs-update/dotnet-sdk/2024-03-14.log dotnet-sdk 0 -> 1 attrpath: dotnet-sdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/1gis0ky12qw7x2dy03p3qbjhcn8ia70m-update-dotnet-6.0.drv /nix/store/snp8912vqzdkld87rwlhaj2cndi67z3l-packages.json.drv building '/nix/store/1gis0ky12qw7x2dy03p3qbjhcn8ia70m-update-dotnet-6.0.drv'... building '/nix/store/snp8912vqzdkld87rwlhaj2cndi67z3l-packages.json.drv'... Going to be running update for following packages: - dotnet-sdk-6.0.419 Press Enter key to continue... Running update for: - dotnet-sdk-6.0.419: UPDATING ... - dotnet-sdk-6.0.419: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/compilers/dotnet/versions/6.0.nix b/pkgs/development/compilers/dotnet/versions/6.0.nix index ec7fd8d7f997..b53a1aebe0fe 100644 --- a/pkgs/development/compilers/dotnet/versions/6.0.nix +++ b/pkgs/development/compilers/dotnet/versions/6.0.nix @@ -3,177 +3,177 @@ # v6.0 (active) { aspnetcore_6_0 = buildAspNetCore { - version = "6.0.27"; + version = "6.0.28"; srcs = { x86_64-linux = { - url = "https://download.visualstudio.microsoft.com/download/pr/d3e6b8a2-f7de-441e-a3af-c18b7584034b/9f15be4d095b7bbb751222b4d68a17e3/aspnetcore-runtime-6.0.27-linux-x64.tar.gz"; - sha512 = "47495e387c63b10f3b52065f40738d58b5b60d260d23cff96fe6beeb290f2f329a538c8065443fa3b10ecbd3456bdae58e443118870e7b5774210caf07c3f688"; + url = "https://download.visualstudio.microsoft.com/download/pr/8e120ccb-35b2-461b-a791-4c439d2371f1/f64e4a1a25fc96ed90c9db839d7044fd/aspnetcore-runtime-6.0.28-linux-x64.tar.gz"; + sha512 = "52675b81e026b4b673aedb2d9ee99a79ccb47eab090a059ef9b95615befc034ef7fbe674b01ae813870f73dcdbcfa32906969860a464aa5d356c004b6bfb201b"; }; aarch64-linux = { - url = "https://download.visualstudio.microsoft.com/download/pr/6be3e44e-1306-422b-845c-9313589bbeb0/d76f133799f6b2c8e3ea7dc9d92b7a03/aspnetcore-runtime-6.0.27-linux-arm64.tar.gz"; - sha512 = "cafb52efb2bb646459c3d133a6968105867bbe0ef580318def47ff83770e1f180431f53c5a7899563b5c8d7fe44a58d423c8c7a4b3f29054010230fb47b1fa89"; + url = "https://download.visualstudio.microsoft.com/download/pr/9926d390-141c-449b-b66b-92592af1c4d2/affff3fb06b82ef6388f57f1ee5359a3/aspnetcore-runtime-6.0.28-linux-arm64.tar.gz"; + sha512 = "932773d9aecfe3918c0479f44d5ca7d643cc7bbe632421ea78326605dd374e9df904f49a2c4279cab0af16be55f41c8fb8e04590aef55ce13c728f9a64d3015f"; }; x86_64-darwin = { - url = "https://download.visualstudio.microsoft.com/download/pr/9c3628c1-8221-48e4-aff1-a3eb23bc42f0/4c6717fec81aa31dbc290af683087304/aspnetcore-runtime-6.0.27-osx-x64.tar.gz"; - sha512 = "4cf70618e2f01401a26b05fd287867ba9b23498629d87bd61d3418a0d5191c0e07a16090e149e759072b00ee9860a4cf7260e6bf36e2d10ee19d0d4c2a39a5e2"; + url = "https://download.visualstudio.microsoft.com/download/pr/82a75674-ecad-46c9-afb7-4cbdd9e5c464/f6fdcb021c3a7c0a7e7bf844eea1bb66/aspnetcore-runtime-6.0.28-osx-x64.tar.gz"; + sha512 = "40f8a76d68a89e62c4300f4f111a9001be0e4664ab6bc07c6718e33a31768e6b8e2bf130ca561628c85e9e1718c26140a8b98465d78fd13471e580148cd1ae39"; }; aarch64-darwin = { - url = "https://download.visualstudio.microsoft.com/download/pr/7127ff28-48c8-4f40-bd34-be86a2098a67/afad61df9e45650c995b92dd10d2167c/aspnetcore-runtime-6.0.27-osx-arm64.tar.gz"; - sha512 = "1cc3d27ca26edbc30f24ea918a44414f0098481c6ad5ed5f19a5db1c1ea1ec3c412804233cc3e7aea481aee351be4512b40c554fd5b1807204a9dc22a479b9ba"; + url = "https://download.visualstudio.microsoft.com/download/pr/eda70fe7-655e-4753-b185-159a9534f6fc/0cead75a722fddb6341c27da918576d4/aspnetcore-runtime-6.0.28-osx-arm64.tar.gz"; + sha512 = "a713927fffc0335c9b25febbae1f75e8436e9b3d4b36fe4860bc104cac393e72164551260bb4804da282f3658c9c32a88ded87c47d1e2e83d436f932dda6cb84"; }; }; }; runtime_6_0 = buildNetRuntime { - version = "6.0.27"; + version = "6.0.28"; srcs = { x86_64-linux = { - url = "https://download.visualstudio.microsoft.com/download/pr/b4f214ee-a287-4640-991c-de80de4111d9/2672dee679fc3627949e8efdfff71e6d/dotnet-runtime-6.0.27-linux-x64.tar.gz"; - sha512 = "448c4419e6c5b52e82eebaaf8601bbe668a0c8bb3293a6004125c7305b38072f7d2236ebffcaf4a71901b61b22ce66ae8b077af6321ba14729be385f228be04c"; + url = "https://download.visualstudio.microsoft.com/download/pr/7299a5aa-2992-4ba8-80ba-4aab1d009fc5/4ed058593c95649e1ef63567829d99d6/dotnet-runtime-6.0.28-linux-x64.tar.gz"; + sha512 = "5e9039c6c83bed02280e6455ee9ec59c9509055ed15d20fb628eca1147c6c3b227579fbffe5d890879b8e62312facf25089b81f4c461797a1a701a220b51d698"; }; aarch64-linux = { - url = "https://download.visualstudio.microsoft.com/download/pr/559c4240-f5e3-4d3a-a361-99c07c7cad11/a00adbf8edb12c3646ebf57bce84d1c6/dotnet-runtime-6.0.27-linux-arm64.tar.gz"; - sha512 = "2e9772089ca8d548201d02542ba2013506530183ea6f52e8907afa608662ae967579add6d9704b75c22f2639667ef87682a7ce92aff05d51670e9354e52df1ee"; + url = "https://download.visualstudio.microsoft.com/download/pr/05be959a-e55f-471c-ab03-75be0ac4fff2/65b05e51362a7a73621d17c718b8c5ae/dotnet-runtime-6.0.28-linux-arm64.tar.gz"; + sha512 = "84b9b2d9e2e9c8f1f8a35b184fbe6883c469224e72635efdd1802fd4c24a56b672427ec016d8f57b7c1bed4342cc77b7af1a613b225b1259ccbe634e75799d58"; }; x86_64-darwin = { - url = "https://download.visualstudio.microsoft.com/download/pr/54b2f9c4-2c1a-4fdf-9054-f295d3ae24f2/bafc4747c493d32bbeab6a5dc3cef4a5/dotnet-runtime-6.0.27-osx-x64.tar.gz"; - sha512 = "c15275726882d2cbbfe8e76b05a9dd6e6764a5889c54b2e40eefd057e39f4c44c2da0909b890e27f463b47b08755a8b83657b6f67c77a460e3009554e85b4942"; + url = "https://download.visualstudio.microsoft.com/download/pr/d04355db-6489-4205-8ad8-f42ca21c1c21/193b2519cd202d9cd8129e62dcf9ec1f/dotnet-runtime-6.0.28-osx-x64.tar.gz"; + sha512 = "29beaa0d6889163cb8629d276961650e230d6393aa735a36865d6746caf8c5bfdb827bc382821418b5ed6b3db5411497ae7b85e99413e189e754719c55ed7bd7"; }; aarch64-darwin = { - url = "https://download.visualstudio.microsoft.com/download/pr/ac022bcb-1ccc-4e7d-8b96-6d0379bec761/3ac011081768ec18387dee520e42c540/dotnet-runtime-6.0.27-osx-arm64.tar.gz"; - sha512 = "5394fb21a6c4748ccf12c47c3774ad3a193ab3dec263161bc90522bf3b2de3dd65c0102a33a9c946c2b88588fc1d6083ee4c9c683d173d7f371a98ad78591705"; + url = "https://download.visualstudio.microsoft.com/download/pr/3093e11f-975b-4c5f-ae9d-197149efb629/ceb685df67884156ea052c95d3b3d466/dotnet-runtime-6.0.28-osx-arm64.tar.gz"; + sha512 = "708a1421995e3e64457f91685463bdddd6df22d21b6fbb430fc2c830f48fb6e785e6a575e923eb5fb21483a0f956b93c2c4905d149fa62c08bd4426b5e2e459c"; }; }; }; sdk_6_0 = buildNetSdk { - version = "6.0.419"; + version = "6.0.420"; srcs = { x86_64-linux = { - url = "https://download.visualstudio.microsoft.com/download/pr/8828b97b-7bfd-4b1b-a646-e55bddc0d7ad/e2f7d168ad273e78fbae72ffb6d215d3/dotnet-sdk-6.0.419-linux-x64.tar.gz"; - sha512 = "155a9ab33dc11a76502c24b94dbcd188b06e51f56814082f6570fd923cd74b0266baefbcb6becdd34e41c3979f5b21ca333a7fa57f0e41e5435d28e8815d1641"; + url = "https://download.visualstudio.microsoft.com/download/pr/b521d7d2-108b-43d9-861a-58b2505a125a/0023553690a68328b33bc30a38f151db/dotnet-sdk-6.0.420-linux-x64.tar.gz"; + sha512 = "53d6e688d0aee8f73edf3ec8e58ed34eca0873a28f0700b71936b9d7cb351864eff8ca593db7fd77659b1710fa421d2f4137da5f98746a85125dc2a49fbffc56"; }; aarch64-linux = { - url = "https://download.visualstudio.microsoft.com/download/pr/3b18aefa-0e14-4193-a167-35e1de4cfe46/acf2b230ae3ecfbc4d5f4c20cbf97b2d/dotnet-sdk-6.0.419-linux-arm64.tar.gz"; - sha512 = "c249e5c1d15f040e2e4ce444328ec30dd1097984b1b0c4d48d1beb61c7e35d06f133509500ee63ded86a420e569920809b587ff2abe073da3d8f10d4a03a9d15"; + url = "https://download.visualstudio.microsoft.com/download/pr/d4704678-77d5-433e-97d3-a72b5a1f3316/b73d2c0c05f3df0c119b68418404a618/dotnet-sdk-6.0.420-linux-arm64.tar.gz"; + sha512 = "6625ab63705bcdeba990baf21a54c6ddc0fc399ee374e60d307724febd6dd1ca4f64f697041ec4a6f68f3e4c57765cc3da2f1d51591ec5eec6d544c8aee4f9cb"; }; x86_64-darwin = { - url = "https://download.visualstudio.microsoft.com/download/pr/f9e10850-734b-4267-8fd4-27a8e0f83cb9/1ac81544781feb8717c584d991f831c3/dotnet-sdk-6.0.419-osx-x64.tar.gz"; - sha512 = "43d9ee7f63131138b9a8aed10ca6797256c029168a07c340ff7a5b2fb43ebf62efcb62a4bcfe669de2b57749223d89028e68bb45e9dfbc0d5341ad5f1bd0516d"; + url = "https://download.visualstudio.microsoft.com/download/pr/fd6f52d7-42fb-47a3-befc-a1458fe3d345/82d7e21a105b02acc768fdbfdcd2cddf/dotnet-sdk-6.0.420-osx-x64.tar.gz"; + sha512 = "611c7a8b89575fa4ee4fbe345d002e953eceb208c7751d72764d9347c67a49b019d4e0150cac84b0b51e181c61efbcdb66a10e836ba4d94b89da875acb99a556"; }; aarch64-darwin = { - url = "https://download.visualstudio.microsoft.com/download/pr/c4bdba21-86ac-4c0b-8d65-c26459e115ee/8fcb7e012eda317486ad00d095cddba4/dotnet-sdk-6.0.419-osx-arm64.tar.gz"; - sha512 = "9db6455c2bad80f8c8b312630c77700fd845203ba20cb7022671cf6a22b1663a1742e47eed7a384142a1d58388d8d736b4868efc5ce80b205c949e4ed5d71fe9"; + url = "https://download.visualstudio.microsoft.com/download/pr/4a4728b7-96e6-48f1-a072-6906205e6a58/de54331936784caded5ecd5d10b0ee81/dotnet-sdk-6.0.420-osx-arm64.tar.gz"; + sha512 = "b19ef70a71a5bfe78520bd790e1490b541791e02dc5331f9a00ef14abed7f5b0c3bdfa2f4595d0c312256431aa6eef0af63e6dc2b1d140408d3e7285bf452701"; }; }; packages = { fetchNuGet }: [ - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "6.0.27"; sha256 = "0i70y4jznmwx4yak570mcpy8sg3myrxk32p0183d06614q8vr9bf"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "6.0.27"; sha256 = "078vz7l3sw25jxkhxf646hwc1csasna4n04rjq6vcv30c9kx3lp9"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64"; version = "6.0.27"; sha256 = "13jaasca9yn89wn1pm007dmlfjvxf1h9m7wqi1ngjggbxd2cahlg"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-x64"; version = "6.0.27"; sha256 = "0zqsh0kcnch9n9sg59iqwm5ws1bjg2vh3swlwjppw7fi6xw2w753"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "6.0.27"; sha256 = "0cdvdbvvbky0y60732j2n2jjycgpm2ngx38hl6zq198xm1d4g43x"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.osx-x64"; version = "6.0.27"; sha256 = "0r7qqwkqm9lraqwc25aadbg856v006h17yj8cxmp800iz7288k07"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.win-arm64"; version = "6.0.27"; sha256 = "15f1p32gkb05xlkv4vl2vnbj6q81r0x65cbyzinxacx736xr1wqm"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.win-x64"; version = "6.0.27"; sha256 = "01ghqfpcpf54vw5rj81zjmhl4mrnq1lcwhdzr78wys0pjzdmic8b"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.win-x86"; version = "6.0.27"; sha256 = "014m4kz2fx8xqjhyqj01x59y14wb2q6v6n723in3vrvj1a32a69f"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.win-arm"; version = "6.0.27"; sha256 = "1pxpndm99k8cbaxfxwnw0qhsaz84hwkla1q8fd02ym98iqijanm2"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Ref"; version = "6.0.27"; sha256 = "11sfm0vb8grybwdfzl9y3y1v9jg94rn3fpsf0995xm1qgk57piiv"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm"; version = "6.0.27"; sha256 = "1b6jyx86dv6p2iwc6n2cyjfp11z6nw8x2vm03rdgy2lq7h9jyg7i"; }) - (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.osx-arm64"; version = "6.0.27"; sha256 = "11l2a80xxinf08m9i6jdy0nkjpdjs9llqb8gs7x0762cnyhds7la"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-arm"; version = "6.0.27"; sha256 = "1qcbvhg6r7j407q9y5i0srprccpfwww153xrajipk6v3fwykk9rw"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "6.0.27"; sha256 = "0p0apwm7xpwwvjl453livb8ngvc0izjp5yfpgv116vhig2mxszsa"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-musl-arm64"; version = "6.0.27"; sha256 = "02fl061bfdxcb7md4v1xra0c6pfvsy9x6s05pz28km71p96qyykg"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-musl-x64"; version = "6.0.27"; sha256 = "1ifbyf6rd834k5dzcfxdds2gacg3w3qb1gh1df5xb4262g68ryl6"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "6.0.27"; sha256 = "1vglh2l7brp6qbdngiiwsjwsp3cyzbzjcjw7dwqhfk0whc7n96kg"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.osx-x64"; version = "6.0.27"; sha256 = "1kf3sm7hkqz5a4y5rb49yna10041f1h3lcqx885xlbhyb4q67gi9"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.win-arm64"; version = "6.0.27"; sha256 = "100557k9hhbldm670fs3p0wx51r0i57i1p3m1jxrhpp07n5rnmax"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.win-x64"; version = "6.0.27"; sha256 = "1d217mgqcxkfq3kyxi46rqbfcwswxi1rhm512av99cp4g4i5w2lg"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.win-x86"; version = "6.0.27"; sha256 = "1pml11hgqmfy21hscracmmvi8y031jdwv89zs4hpiicxangvss9l"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-arm"; version = "6.0.27"; sha256 = "00jl8jxhn9dxii2xf5lmssb03b2kwjsadxw1jwiniwv7l5lkma40"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "6.0.27"; sha256 = "1dxvssf7rx05bipj03g8jm36j2mmdm13sg8rdwn6aa6whbwpip0r"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm64"; version = "6.0.27"; sha256 = "11sy3bp7xzimicns0l8i0ivhvvxdvxbh5virglfhwckpfhz7iydr"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-musl-x64"; version = "6.0.27"; sha256 = "0b4ydsyi5a85vg5awgblblzhk49z8y64n7wqdkgidjq3g97qlvpg"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "6.0.27"; sha256 = "1j913pm78h35kvcm70276cnfvjn1r7r6jsc3jm1y0vb395qy6nfd"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.osx-x64"; version = "6.0.27"; sha256 = "0dr1y76wgkqnkjxk5m8ps2g086sn4kp3a04v0ynarw5j0cipg994"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.win-arm64"; version = "6.0.27"; sha256 = "1ig2q3galhs866572nqa2b0vfw91lshaj502w3p5pqy28hvl74m9"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.win-x64"; version = "6.0.27"; sha256 = "1mwzhgfi98hy65j8f0qwr9f134nfc33ddnj36b050222q4iv66na"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.win-x86"; version = "6.0.27"; sha256 = "04dz9a8ddb7cm1mvl9plhsgznvzbq4wgy8dyg8jxvw1zgqa1gikw"; }) - (fetchNuGet { pname = "Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "0nhmrbrvll5vqnk6gl8s0kgyg9zfdsmdbxphj0jd9lf096xwahrp"; }) - (fetchNuGet { pname = "Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "0xlkc54w9xr3a9xsmkyhk2qjfy9lrirq1xxhl1599ql1yaiph9rk"; }) - (fetchNuGet { pname = "Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "1mj57llnfhasnzm9mmgsz8j76bqrkvqw28dzxp007c5qv9dd9jvq"; }) - (fetchNuGet { pname = "Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "01x6zj8q3h1ddbsr2idj6acmnxh59bzb1f393fxplknm3naf1da6"; }) - (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "04si4x3jc24p4nx3bgy7d246k6hyfcp2pzvbwy40p2v4cdcd7x06"; }) - (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "0k3df5b2aqkhq59apygcji4i9d4k0wjnppsn0hlkqm9pxidgca4r"; }) - (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "15i0j8rx6n80bpix8x5vxcqpxdhbciib3n22klj0nb5gfhqnd7wj"; }) - (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "0l9hx0yjw1s7ngcwg9ad18lyd00hhnf12f3sk0mddhixzxljn6f5"; }) - (fetchNuGet { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "0y793pg5y7n1gc7w95yd7slakfb8yplzjx186r2ifrad4p7qpd47"; }) - (fetchNuGet { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "12xabxnpw1c24psqdd6gi8w7vqvid7p43pc7l2wcjnzggjsqz3wb"; }) - (fetchNuGet { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "1xv0kcp6ym5xsw3vkwaz457z0id3k6pyi39z6c20yr6g0cvc9rbc"; }) - (fetchNuGet { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "0a80hs753mzzyfab6xl11jdb5kajszrhhxxpi1c6v3ppgi7vggyn"; }) - (fetchNuGet { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "0h60p0nz2zpw1r4dcw41v8qh14r48gb0i77ggjqsspnw2xni18x3"; }) - (fetchNuGet { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "16kp9g1y4y4zgz9ddcjik27cgsb7ywivyynlkzbnmzgn24hwgyk1"; }) - (fetchNuGet { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "1d855rhk8qv4fpzm683ri888s66v43kg6sqxflz4bz405s2a5ysx"; }) - (fetchNuGet { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "153rxl7i7grl46mskfsnhhr7v7b5j7m42awr7v0d0c19qx6f5vaw"; }) - (fetchNuGet { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "1pn50973cjm1qravx0sqb88k7rc7rgzar0gjlm6cwwgy93ds5bdl"; }) - (fetchNuGet { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "04az07rqpiffwdgn90ifxka09wgabgh99bayl8kil595akaqxigz"; }) - (fetchNuGet { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "1nsg2pqz51ahgb75gfrqwbvxi49q9q742k40pqslwbwraspjl2nf"; }) - (fetchNuGet { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "0z9217d2sfh8984haf064bqa81w4bcia0c3gdf39rjv8ilq664ag"; }) - (fetchNuGet { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "1hma20dbppvzqwpfb50lkrdx8g007ix29h6hrimi6382y8v4vg6j"; }) - (fetchNuGet { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "14l9dckj8q8rsbpcw6gjl905wrpr1w6rk76gxnxccvxjc28pb66a"; }) - (fetchNuGet { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "04131710bvi5qg5qabbw54q34dsr9mg0xfxv6r15nlri31mi8rl5"; }) - (fetchNuGet { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "0kh1ri99gndvrbnxqzpd3xlwjdjxdydamgjd5zbplbjsj16z4zlz"; }) - (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "0sns0j30ppcj9ivz8nlxalxiak28gabb9p98gfnnyhp7izk4yzkr"; }) - (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "1c7r1fjzkc76ls0qm3kilrq0wgygvyzynlx02r19295f3r601c8k"; }) - (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "0bicffp7ijvdjiqci924jadf5jka5ddrbzrci46pjxnhrcpgb7vl"; }) - (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "11dbh0yv0bxnvl713c9awf6hvz8z7xgll7xhawad4a4gv9vz9y87"; }) - (fetchNuGet { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "1qdfyyqgr7bfh2bsz27qx4dm1m0cr12bb0x94gvr6wgjyk22hy8k"; }) - (fetchNuGet { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "0c7chsjv4rwb1xyk8m0mf9z7csv1j4bpj10v3z5dqzzb7kk90zii"; }) - (fetchNuGet { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "1kvlhhwzklbwqz3vvhyi4xkapsl2xw14iincxb050vqzrrwwynrv"; }) - (fetchNuGet { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "0f6qyjnnvql2qgqqwf7nm616klhgbnb1w5145nrayzs1z142q6d6"; }) - (fetchNuGet { pname = "runtime.win-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "0dy3is2dzpwkybqinaa6mm7y9vblqf4bn090pbssshcq6yvqxjph"; }) - (fetchNuGet { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "08yx368a44qjr2npjqs66pn3h79chzxmhy10yxjb6szk497mhqsj"; }) - (fetchNuGet { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "0j6hpcprib6y6nga3bm2nkq3w6n8y58vzzgxwd3kaaj25b73wqa9"; }) - (fetchNuGet { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "1xkaq7bknnjahn3ds3n9iqs8ibzd3k2274sk4366zkprlz5q5n1z"; }) - (fetchNuGet { pname = "runtime.win-x86.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "1ggc83318n3l5x4vi9p7vqzi9qvvyp8z3lrah9ynw7rp2kiz4094"; }) - (fetchNuGet { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "0ih4wdq31g12zxx8799rgzi2wbrsprfsy65042k7vm605rz3f5y8"; }) - (fetchNuGet { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "1mpi59an3nifc52dnfgi20fsbc4dbps11l22an59g0gnr3dzd0j8"; }) - (fetchNuGet { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "1jv1kaq4r3bqg51r4gvf2d9d079w2c5yq4np0qrib73v824gxp8z"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-musl-arm"; version = "6.0.27"; sha256 = "1i60hm288jaynx9cpgcvhb5spjbvspn8yr583qwyrrfm7hnfybr4"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.osx-arm64"; version = "6.0.27"; sha256 = "14zd7mgl866bhqqrcb6q3xbwrllks1nmfzhnbm8rf7h5cqqrqwbn"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm"; version = "6.0.27"; sha256 = "0cysxz3ak4wgdb8ba3ggpbdqm4nn0c0wm37gx6cxnqrrz359289h"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.osx-arm64"; version = "6.0.27"; sha256 = "1mbjbj9c7sxw0hfq25ypv56hi9kik3vrrvr8ika3wcwv1ilpvczj"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Ref"; version = "6.0.27"; sha256 = "15fwbjq2r406fq175j2lsh4f91iiipmvaq96nsba3q2fh0c433zm"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm"; version = "6.0.27"; sha256 = "18hdnp0r5z177fap9qwwwm4lmnv1vcg35k079j11g9d0935916la"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm64"; version = "6.0.27"; sha256 = "139hpnq1calf7hgpilkdpzzmzdrbx4fz8svn3y4q1ivgajqzpzj7"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64"; version = "6.0.27"; sha256 = "1dmdzmjncjnga8r606g2pcszh3sqlhfgjz8dp62v5i07327l65yl"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-x64"; version = "6.0.27"; sha256 = "0dyjkrvqald4dyabw5a4zvqdn7hz4x37ifjlc16h146vwqmlxrcm"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-arm64"; version = "6.0.27"; sha256 = "0bswzvdy8nfd3wraja226j200a7qkpk3shs70hc3kwpr98bf92xv"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-x64"; version = "6.0.27"; sha256 = "072yfx28hynv3hx0jrd47js77k7xlxx55x4yw1cjdzk24x3a2kln"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x64"; version = "6.0.27"; sha256 = "0xks0gvjlz4c0ys75yc1a0aivrb49yzvwq2ks06adwp1763h0lnc"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x86"; version = "6.0.27"; sha256 = "0fw86pzq30iblbqfm2y45r920fhp59ars3sdcn4f2kz9p2xkgd57"; }) - (fetchNuGet { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "16fdjdy1lb82llxpsxf98zm2w3r0my46ddgdri7f93q7wwdhiqpn"; }) - (fetchNuGet { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "1h82yr6mxjdgsl32mx0pzxlicxknf1sahzbbhmx7xl8fvlxw4f5n"; }) - (fetchNuGet { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "0rn1l75ry5k1ph6ykwp3jh5nffvfyd3wv0hnrzrrhp86fpppf45f"; }) - (fetchNuGet { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "076g4fwfxfa5b57b9zfwfriw761in9lzjasgk252f9gzx01za6x3"; }) - (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "0pg2p7499b378gv41c85vkb86kfb4vrhhbsgzcc1w3726f58qsfk"; }) - (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "0azr1zxg4wl6hz8pyrsrgjjhvrlvc3lzs9ww08vdcvqcjccd8p46"; }) - (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "1z1hhlqdaikdsh8a20xdpkwivdl3qca656xxx2ldzsg5zfrspyf5"; }) - (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "0hh92l077fzgwjyy9b1v8vphcqrh0prlrjhvx7siq75ibpqyvk2l"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm"; version = "6.0.27"; sha256 = "0wa03db8292s91sffzwscb07kvkg8zfy645mbflcvi3mi6pk3w66"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm64"; version = "6.0.27"; sha256 = "0hbq38dldjdwny12qy0cs3f68af2d2r5g1niwn8rjw1c4hdjaci6"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-x64"; version = "6.0.27"; sha256 = "082pf381ayhrwy805w995x55jls3wpgmgqxzsnd63ij8q9l7j6bq"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm"; version = "6.0.27"; sha256 = "14lv78j411q5496lv6nw29ivlnf88882v7264zr2pfvrasms3i0j"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm64"; version = "6.0.27"; sha256 = "1r8g35f2x25nyimd3yrhrm2cbdqcdljmw59jy3mqsjz9h7kcj68h"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-x64"; version = "6.0.27"; sha256 = "1a2rzh4005lpwv9sdzrvjdr89q0jjh5vg3h6zd008db5hj637hbn"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.osx-x64"; version = "6.0.27"; sha256 = "14b4nz7qf1rkbr2jrrhhay10qqv8jiz71rq5iymabik16m92664p"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.osx-arm64"; version = "6.0.27"; sha256 = "0v397sn3z136y8dh3q5g1361sxmq15acsv3x86dxhn9rkxj50md8"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Host.win-arm"; version = "6.0.27"; sha256 = "0ra8kr1xkk89lvy9ggkp25dc6l9z0zqi23hfwwqlyy9sc1fhwmwn"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.win-arm"; version = "6.0.27"; sha256 = "04q8c0z44iqg3nx2nxc104al1hnmszk2hdirmjnhkm3ilqm8fhx7"; }) - (fetchNuGet { pname = "runtime.win-arm.Microsoft.NETCore.DotNetAppHost"; version = "6.0.27"; sha256 = "0ly1m46dm5zfxnjcbd8fv99mnlnzfw8mnlzw59ii7izixixm5a97"; }) - (fetchNuGet { pname = "runtime.win-arm.Microsoft.NETCore.DotNetHost"; version = "6.0.27"; sha256 = "1f55c522angyng8rd31hwjjyj1vkmxbzvl6nkfqsr8wwzlv7hgpv"; }) - (fetchNuGet { pname = "runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.27"; sha256 = "1s070v08j0vylcdpl6l59p0g5rrkqpbc10c4y16id1g6qfnpgq7w"; }) - (fetchNuGet { pname = "runtime.win-arm.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.27"; sha256 = "09d8c6mp1d9g3fgdbccvh3z75qc8mnrl1767p2ym2p0c6vin4893"; }) - (fetchNuGet { pname = "Microsoft.NETCore.App.Composite"; version = "6.0.27"; sha256 = "1zkmnz2a70ki50j7apgxk7q9b7x9qqcgn04pkdcaya1ig64h53cc"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "6.0.28"; sha256 = "1nijw7h8f0bs5infzpz74f1p96y4da4fdfz21n2yafzr5468v2nz"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "6.0.28"; sha256 = "0gcqvj6489kdqp6hqs474xy11q9bgvbwvzzgb91cyigdfcgi4l1n"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64"; version = "6.0.28"; sha256 = "087g7pwsn24fmvi89wnb6da6bvrmmml993jlxzv48kzv2cn1h53l"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-x64"; version = "6.0.28"; sha256 = "0j6x01r1y93dfl9hk2p0cf8ir07rywymbn8y0x2b06dsd7ddbi2v"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "6.0.28"; sha256 = "0dvpbyl75jsb47bd1jqipwcf3dbr1n7q52hzx9zmi2k0f6b6qhf9"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.osx-x64"; version = "6.0.28"; sha256 = "1gckiccj04q4q970q4rk28zy0r6p2jw85pa86v87vaz6h9s65pr2"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.win-arm64"; version = "6.0.28"; sha256 = "1k0sprpp9vixpjwljzaa846lly73v76jpyjsq2ga1g8zkhbic6cw"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.win-x64"; version = "6.0.28"; sha256 = "1f74b9zrilggqjy7f0jskqhx5f79cz4fy2rhd55ygbhp7wcdpiag"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.win-x86"; version = "6.0.28"; sha256 = "08xbdwmlxbba3r8hv4zrr03h478y1p7wsjqfn0r6vbrja0gmr4xf"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.win-arm"; version = "6.0.28"; sha256 = "0xglyd327iv817ddb6dlls86r7c07a9bfa1aynn1k8r74cc04nr2"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Ref"; version = "6.0.28"; sha256 = "0hrvg4jnw5zrrr286savmhivmrak3xdm13nalw2n8nq1y8m60yn8"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm"; version = "6.0.28"; sha256 = "00xwvq42ak7bi75n37a1y1ca10cpgafxg0v0dli6n6lwlgkxl9q4"; }) + (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.osx-arm64"; version = "6.0.28"; sha256 = "1hbsradqn78vy9sbfxlg0my3x8i7ba0ada6zx4k1gfffjah0wrk6"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-arm"; version = "6.0.28"; sha256 = "089kik2zh7brfsw126408qr30v16n9iichr06xw7s370p2f1iza2"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "6.0.28"; sha256 = "0968c28disqgg5gpiw1fcvr39v5pjayfydka3d94qmp210swpaim"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-musl-arm64"; version = "6.0.28"; sha256 = "0hzcgkhirmxmv4syavxfzhp0cyap7impg4ydzpjiz8mgs29nbj6v"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-musl-x64"; version = "6.0.28"; sha256 = "1sv2mdvjn5cpnjw47x2gjpaa78dmk2pw2hw5253c81l256npq39a"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "6.0.28"; sha256 = "0flj1r475s8671da32wkwjydv4xclkb6l13nmhzd9rn8gyj94frd"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.osx-x64"; version = "6.0.28"; sha256 = "0wvazn4mhhxfysmylr3vdzcbia3fykjs4v9wvq3v10xjw79hj6si"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.win-arm64"; version = "6.0.28"; sha256 = "1zz9qm8q7sc1174hpnhywiy4qx90nan32fz6gpj3zahl4lqnbg8x"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.win-x64"; version = "6.0.28"; sha256 = "1jy8vxry3wpx4wmhffpgq6203rcmcr5c3wnaslpdqkvsmqaf2im8"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.win-x86"; version = "6.0.28"; sha256 = "1h0fxhr6ix7vf85j2dl66mpvjiq2h3cf1fk29xki3pgq7yvxn625"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-arm"; version = "6.0.28"; sha256 = "0i19fdh2j23kg3dw03sm29qmm4crkfbaf66d0vdf0jc1nsyd29bl"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "6.0.28"; sha256 = "0rrdqk06qwv0x719diih2fd4jz8c0g1s4vap471vc6ncciyn1815"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm64"; version = "6.0.28"; sha256 = "0ffh1jcrg8s3ccl177vmadmnfgc5i50nhc98psh2rjmaxwpy7c9z"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-musl-x64"; version = "6.0.28"; sha256 = "1cja9vlyyssnc4bicd3d7ihhr75f6zyrnki3gafzpz4vir41zas6"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "6.0.28"; sha256 = "051gagzxzs13fxiday9q0bcqd1jjqahjhcimgag3y8gq45y85vyv"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.osx-x64"; version = "6.0.28"; sha256 = "11r60bb6sj4378nglkfask2459rnm0znqxdmc72npirqljcrm8m2"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.win-arm64"; version = "6.0.28"; sha256 = "1bil2cv55689q7haxmngzwwlc11cdmqg6wvfp5azxb3ia7j7z7cx"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.win-x64"; version = "6.0.28"; sha256 = "1f49912758lgwiidq9ys67m3nvx893xy97blqv9qkd7d43q2dvm2"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.win-x86"; version = "6.0.28"; sha256 = "1bz9sd4vn9crzpq2ir16abvpnm8726q3m7r4i3ibx2255ghma89b"; }) + (fetchNuGet { pname = "Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "1znl3zgxky51q8lzcpx4n672j775j26vw76yj9d3b55mydxl14rf"; }) + (fetchNuGet { pname = "Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "00zva9hgrh90z6kjjimmvapqidizc570wis2skyqal6py30xrgzq"; }) + (fetchNuGet { pname = "Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "1ri7c7cgrg9dsyhdp4dxxb8zv1ynpfi0iv5wnl3jk0l32hrhpvac"; }) + (fetchNuGet { pname = "Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "075zw4402jj7gccvb143xqc8c1dz94xnfhg0vr161hk2yf969mvk"; }) + (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "15hx223kkabf59abp23nwp87acd6scgvr3bpb2m0gl1spf3yqlxz"; }) + (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "1as9hkmrp20ajy138nahz0w7cpycb34nglsiazbijiccn4sxl4vm"; }) + (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "1xwsvi5d08b5hc7mzw3yyay2693vgk6lnj28r37wz9si1qijv0pa"; }) + (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "08rki5pzmwsrpdala0knjs6q84dq84l6wxdm4mc6lipkr89rk08p"; }) + (fetchNuGet { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "17hplsf4v9f17gs5zqmnq2x7vhrgr82013fpyxsgmqc6mr83cwlf"; }) + (fetchNuGet { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "0crm28bilgr3gvns5slgc88pibr1yvcn8a4c7kg7arkdx2b3chfx"; }) + (fetchNuGet { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "1c3n2q82dmv6c5hma47yp93vda00hfxnjqx2hza55l1vpdq1nfpi"; }) + (fetchNuGet { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "0d417w4i9bm2nwff7kxlfa9i68iccl8kdlifz96byjmyab28i2nk"; }) + (fetchNuGet { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "16vlxzkpp38f49ba3rc6rxchbqb99p6sw41xgrrmg5b0a300pg3f"; }) + (fetchNuGet { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "0pgxv8ilpaknkwlffj1l7zssxf655vbmxf4i12frz7g0r55p1n02"; }) + (fetchNuGet { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "1d7alwdwxa6czvafpy2qilw1jjff9zwqm939qzliny9lzdkvwv36"; }) + (fetchNuGet { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "0ahinjfs5bdd5g2pd33mn04wxp7whlrbwxgc8ma6z722d1dvra5q"; }) + (fetchNuGet { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "1k3zyy9za9y8fi8r48k71bkrk90hnqbriwvfidjp6d7c01fwsdr7"; }) + (fetchNuGet { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "1fy60m4pfkp50n095znziwiy6iclhybg16rms2pzg37h24xdwmkc"; }) + (fetchNuGet { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "0px9z62mnb1c8cd9d4w1jd3hw0mp5l8c4595m43s3m2dxwkd0ngn"; }) + (fetchNuGet { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "1gqzsbfh8ybz96vmr2jldmx56p4mcx54am2q87adxrgz60b2bd20"; }) + (fetchNuGet { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "07v5jy2sb4qy8bc7icwy29bw7vrks2bwmwn8vjnzp8530q7hwkxm"; }) + (fetchNuGet { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "1mc2fn8s6mddrfrqmm3gq3bz3rvcisjhmfd5cp8n71avjq76g61m"; }) + (fetchNuGet { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "1ih8p37hqf3f4n01dcpm2mryx8hm1c1qky64yzhsn60f7dpwj73z"; }) + (fetchNuGet { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "1zbzs976qa1bsz7xzssmzkypmf128mvaqs125x6113nzwih9p4ys"; }) + (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "08s1icklsixk1c6qfxkxcp1rqzsnjk242620qgbvkqpwgchfm74j"; }) + (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "1h2jnjmkvqf6cqdhrq3a8cd38wp6mvcrscjnl5iqn4kq32cxikjp"; }) + (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "14kza0n311ijv60l2837glkanj3r102mr9j1jhrmbsqy2zc67aa3"; }) + (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "0wwfm53hqzhcrsn99b1kzn570fwva95rmnvga1lk3fbhd20ih33l"; }) + (fetchNuGet { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "0l1y1392yckws78q3858zgf99c38mzq6kvg0xwwnmx7fj7mcnhzw"; }) + (fetchNuGet { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "004qnpb3n7w4cl9cqns82y2ih3lad36kij8c014dxl9zc6mwhx5k"; }) + (fetchNuGet { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "18irhjajqr6sdjmpkfxsc21qvli9zx0y4b2jdz21bwwazwfsas5z"; }) + (fetchNuGet { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "0f4r6xp6wqy46bfnps22f8p0fc3rvvjj5x6m3qvr3mjalx3vs3nk"; }) + (fetchNuGet { pname = "runtime.win-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "10xcqzwhlziawf3r3a9lpfd5fxvvp5qrky49f70qrysrlxvvylyr"; }) + (fetchNuGet { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "13w01xl8m1v9m2jcv6xv26z4akj2k79875xnfyvsg75xa472px0c"; }) + (fetchNuGet { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "0cs3z5cy7xxsfmy8wim7pg7yam2854f3a61vim1dhicvrhbmbwaj"; }) + (fetchNuGet { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "00ry2d3f4bb5xmv88kgb0krpr2p5vci115cyp9zv16h0yvmsjql2"; }) + (fetchNuGet { pname = "runtime.win-x86.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "0790il44qrjs5bl0wmssyi14j7ymdrdx4l76ak31l0mrsha8a9xs"; }) + (fetchNuGet { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "06g43041ny30r7q2pl10nnd0aabva3mqyw02w1a881c4aqlvvdx2"; }) + (fetchNuGet { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "0qzvg9ng60kacp4h8k51ii63wc3ws8p612d1wa1r9jsxlwxyxjw7"; }) + (fetchNuGet { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "176483y8s7m1937hgwrw49l5pkhpi9dnwxlakz2m3060fvpa51p5"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-musl-arm"; version = "6.0.28"; sha256 = "1dcf4xsw85wdr968flk2xz8bmhlkvp152zaxrfq85qvr3zzsj5lk"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.osx-arm64"; version = "6.0.28"; sha256 = "1jgapinql35p836vbmia7vg3phh7kzrljmzsf9amn6yvl10lpjnz"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm"; version = "6.0.28"; sha256 = "0g0ib4pgfnma1nfbh1xj6nl2mviwnrv1ygid10s63plpcf9h3dgb"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.osx-arm64"; version = "6.0.28"; sha256 = "1vh708i00i0504002bm2mkcx2vnj6yd8zy6ay2lix7piqxncb1n7"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Ref"; version = "6.0.28"; sha256 = "0wm4vww7w6darjbd7jxc2vyc91y6n6vqvmi8grd1p5s1h7dib14n"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm"; version = "6.0.28"; sha256 = "0v7s8c4h0jwv0381gdsy5vng0ydr93s6z5qi31hdl4f28r95jarg"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm64"; version = "6.0.28"; sha256 = "0jvgzjnn7jlqlsclhy7zrj9qjvhkb87fj7whrdvdh0iwg6gz5l3a"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64"; version = "6.0.28"; sha256 = "0jfh4khdm1630i4rhv9zq6fkgimvkl38lrdpj2jak2xfirb99jpl"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-x64"; version = "6.0.28"; sha256 = "130131fm249wcmb05c40g2a49y6dckxzgjlkkgxzbk66zqa0vr74"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-arm64"; version = "6.0.28"; sha256 = "1ggh925a2b6a98jfv0px6m99gxfs73y1kw747pfcxc8b35mvj49z"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-x64"; version = "6.0.28"; sha256 = "0569s938cg3fz0rrmmm9c2kysh1vjks1sj0z8sx4d8xyrj34m5vn"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x64"; version = "6.0.28"; sha256 = "1a0i9zic9b6ss7yp5pmm8fs7z3xyydczsf9na0v091w0vzr417j6"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x86"; version = "6.0.28"; sha256 = "1mn9p861009x87mijanvhgaxakxxvnbqi90k0ghmwili1qzkrdx4"; }) + (fetchNuGet { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "0mlnj3xkyjywkairca92065l0ph5gj1by7a5gs9xm9vvn1ycpn7i"; }) + (fetchNuGet { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "0dr2gg0dbkjfwmh0zf92nr01s1lphn5canbxrgbdvkgb98vrqh9v"; }) + (fetchNuGet { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "0any14pi6lm35g1mihvylnlxxqq2mw2c2sqdb9invprx3aff4s7z"; }) + (fetchNuGet { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "0vh6bc5idci2z5x0xx5k05j0h69hx4nidkxbrxyy5j54ldlb9d5s"; }) + (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "1vsxbrlysnpf8fl0l6xb71wrxpfvj68q63q5qj4n2qs5j2g7dk4g"; }) + (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "1y045dxwzf4nij3jk6vdmmgz4wbfdshk9vxrsp21hkalvls5fw19"; }) + (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "0qwiv67cm5zwscr1ixj9y9m48vsyjk8002yzrzck3l6gi46mrz03"; }) + (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "06z3shb264sn8jkd1858qf01h65br6zbglaryjcl4bpijjv9i3aa"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm"; version = "6.0.28"; sha256 = "0yjm9hdgcg8c6gx97yxdsrixhdf8a3bi3p7yj8wsw8nrqqhqdsqc"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm64"; version = "6.0.28"; sha256 = "02nzwi4kihdbi25mji3qaz6r36fzwi9kjlfvxgcs3mwxbi06h1fb"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-x64"; version = "6.0.28"; sha256 = "0qspvbdmag4n7rl4dppgkrgkbqmg4lzn4g2sjcw3h6n7lk8m1x6w"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm"; version = "6.0.28"; sha256 = "1pngb7vks1wcyinl3cnvx4n4kaqvajxksqi50lq71amkybxfdl6s"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm64"; version = "6.0.28"; sha256 = "0ksakpn1lc8ssl0l3wm5vfzm29lx32qd5kinkk754ax9p66fmf2s"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.linux-x64"; version = "6.0.28"; sha256 = "0mb73kzvm1l184f4kbbj7f7xzfs59lbf3ra0p0mi62bz663dlm8m"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.osx-x64"; version = "6.0.28"; sha256 = "1lsa2sdkbiq2ighk9rb9j8hyfr16pgklkm22fjlrj6gqzpvjwxpg"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Crossgen2.osx-arm64"; version = "6.0.28"; sha256 = "1y7mkbk21j18awmgvijgrphal6gs54lckbnyjm9rn6bjqgdgf4jb"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Host.win-arm"; version = "6.0.28"; sha256 = "12nwr4bb6zbdfbdd6lhs9bmyrxicdzhmcasyn69wmfs2jwa8x1xd"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Runtime.win-arm"; version = "6.0.28"; sha256 = "0lxvh2yqjrsqgpys32hw6csa36dq3sinz5i6r4wl1d0f0z1mz189"; }) + (fetchNuGet { pname = "runtime.win-arm.Microsoft.NETCore.DotNetAppHost"; version = "6.0.28"; sha256 = "195ckzdi2jvisxl3bfxaq5fx5n7blwsgf5h23pr81zal935kcs94"; }) + (fetchNuGet { pname = "runtime.win-arm.Microsoft.NETCore.DotNetHost"; version = "6.0.28"; sha256 = "1f4d425hnc29hvqy2c0jnafjiz8kv36hdv8vdskj2nqymskhiqky"; }) + (fetchNuGet { pname = "runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.28"; sha256 = "0gm7dgbyfqh2dqmrbisvf4gqhhwp5r02sbp0ls46d2rqv9drwla1"; }) + (fetchNuGet { pname = "runtime.win-arm.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.28"; sha256 = "1whgwzw4gmwkk3x276fb0zjcjwdgpxvl6lykkwpdr86gi0f1s4ys"; }) + (fetchNuGet { pname = "Microsoft.NETCore.App.Composite"; version = "6.0.28"; sha256 = "1ibiypdzaacvjaskmjs74n33gc29d9rqsjmps136329bgxi790c4"; }) ]; }; } No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/6qvbji1g1anrpbmfpynn8i86nqg3jgkr-dotnet-sdk-6.0.420" [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:
  • BeatSaberModManager
  • fsautocomplete
  • naps2
  • omnisharp-roslyn
  • roslyn-ls
  • space-station-14-launcher
66 packages built:
  • alttpr-opentracker
  • am2rlauncher
  • audiobookshelf
  • avalonia-ilspy
  • azure-functions-core-tools
  • bililiverecorder
  • boogie
  • csharpier
  • dafny
  • depotdownloader
  • dotnet-aspnetcore
  • dotnet-runtime
  • dotnet-sdk
  • eventstore
  • fable
  • famistudio
  • fantomas
  • formula
  • galaxy-buds-client
  • github-runner
  • godot3-mono
  • godot3-mono-debug-server
  • godot3-mono-export-templates
  • godot3-mono-headless
  • godot3-mono-headless.dev
  • godot3-mono-headless.man
  • godot3-mono-server
  • godot3-mono.dev
  • godot3-mono.man
  • ilspycmd
  • inklecate
  • jackett
  • jellyfin
  • kavita
  • knossosnet
  • lidarr
  • msbuild
  • netcoredbg
  • networkminer
  • nuget-to-nix
  • openra
  • opentabletdriver
  • pbm
  • pre-commit
  • pre-commit.dist
  • prowlarr
  • ps3-disc-dumper
  • python311Packages.asteroid-filterbanks
  • python311Packages.asteroid-filterbanks.dist
  • python311Packages.clr-loader
  • python311Packages.clr-loader.dist
  • python311Packages.pyannote-audio
  • python311Packages.pyannote-audio.dist
  • python311Packages.pythonnet
  • python311Packages.pythonnet.dist
  • python312Packages.clr-loader
  • python312Packages.clr-loader.dist
  • python312Packages.pythonnet
  • python312Packages.pythonnet.dist
  • radarr
  • readarr
  • roslyn
  • scarab
  • sonarr
  • tone
  • xivlauncher
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 dotnet-sdk is: .NET SDK 6.0.420 meta.homepage for dotnet-sdk is: https://dotnet.github.io/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 6.0.420 with grep in /nix/store/6qvbji1g1anrpbmfpynn8i86nqg3jgkr-dotnet-sdk-6.0.420 - found 6.0.420 in filename of file in /nix/store/6qvbji1g1anrpbmfpynn8i86nqg3jgkr-dotnet-sdk-6.0.420 ---
Rebuild report (if merged into master) (click to expand) ``` 71 total rebuild path(s) 71 package rebuild(s) First fifty rebuilds by attrpath BeatSaberModManager alttpr-opentracker am2rlauncher audiobookshelf avalonia-ilspy azure-functions-core-tools bililiverecorder boogie csharpier dafny depotdownloader dotnet-aspnetcore dotnet-aspnetcore_6 dotnet-runtime dotnet-runtime_6 dotnet-sdk dotnet-sdk_6 dotnetCorePackages.aspnetcore_6_0 dotnetCorePackages.runtime_6_0 dotnetCorePackages.sdk_6_0 dotnetPackages.Boogie eventstore fable famistudio fantomas formula fsautocomplete galaxy-buds-client github-runner godot3-mono godot3-mono-debug-server godot3-mono-export-templates godot3-mono-headless godot3-mono-server ilspycmd inklecate jackett jellyfin kavita knossosnet lidarr msbuild naps2 netcoredbg networkminer nuget-to-nix omnisharp-roslyn openra opentabletdriver pbm ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/6qvbji1g1anrpbmfpynn8i86nqg3jgkr-dotnet-sdk-6.0.420 \ --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 dotnet-sdk https://github.com/r-ryantm/nixpkgs/archive/d2b9b5e2db955eaacde83514ebe3c58775a30c46.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d2b9b5e2db955eaacde83514ebe3c58775a30c46#dotnet-sdk ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/6qvbji1g1anrpbmfpynn8i86nqg3jgkr-dotnet-sdk-6.0.420 ls -la /nix/store/6qvbji1g1anrpbmfpynn8i86nqg3jgkr-dotnet-sdk-6.0.420/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:
  • BeatSaberModManager
  • fsautocomplete
  • naps2
  • omnisharp-roslyn
  • roslyn-ls
  • space-station-14-launcher
66 packages built:
  • alttpr-opentracker
  • am2rlauncher
  • audiobookshelf
  • avalonia-ilspy
  • azure-functions-core-tools
  • bililiverecorder
  • boogie
  • csharpier
  • dafny
  • depotdownloader
  • dotnet-aspnetcore
  • dotnet-runtime
  • dotnet-sdk
  • eventstore
  • fable
  • famistudio
  • fantomas
  • formula
  • galaxy-buds-client
  • github-runner
  • godot3-mono
  • godot3-mono-debug-server
  • godot3-mono-export-templates
  • godot3-mono-headless
  • godot3-mono-headless.dev
  • godot3-mono-headless.man
  • godot3-mono-server
  • godot3-mono.dev
  • godot3-mono.man
  • ilspycmd
  • inklecate
  • jackett
  • jellyfin
  • kavita
  • knossosnet
  • lidarr
  • msbuild
  • netcoredbg
  • networkminer
  • nuget-to-nix
  • openra
  • opentabletdriver
  • pbm
  • pre-commit
  • pre-commit.dist
  • prowlarr
  • ps3-disc-dumper
  • python311Packages.asteroid-filterbanks
  • python311Packages.asteroid-filterbanks.dist
  • python311Packages.clr-loader
  • python311Packages.clr-loader.dist
  • python311Packages.pyannote-audio
  • python311Packages.pyannote-audio.dist
  • python311Packages.pythonnet
  • python311Packages.pythonnet.dist
  • python312Packages.clr-loader
  • python312Packages.clr-loader.dist
  • python312Packages.pythonnet
  • python312Packages.pythonnet.dist
  • radarr
  • readarr
  • roslyn
  • scarab
  • sonarr
  • tone
  • xivlauncher
--- ###### Maintainer pings cc @kuznero @mdarocha 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/295858 [result] Success updating dotnet-sdk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath graph-cli, using log file: /var/log/nixpkgs-update/graph-cli/2024-03-14.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] this derivation will be built: /nix/store/6arjr4k4c2l6za1qzcjqa1l9kma38b91-packages.json.drv building '/nix/store/6arjr4k4c2l6za1qzcjqa1l9kma38b91-packages.json.drv'... 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-14.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] this derivation will be built: /nix/store/s8w1232j7az8ha8kippx26f777y88xl8-packages.json.drv building '/nix/store/s8w1232j7az8ha8kippx26f777y88xl8-packages.json.drv'... 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.raincloudy, using log file: /var/log/nixpkgs-update/python311Packages.raincloudy/2024-03-14.log python311Packages.raincloudy 0 -> 1 attrpath: python311Packages.raincloudy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s9aj0z9x0p8s0i8swd3d31vjpk5c1cds-packages.json.drv building '/nix/store/s9aj0z9x0p8s0i8swd3d31vjpk5c1cds-packages.json.drv'... Going to be running update for following packages: - python3.11-raincloudy-1.2.0 Press Enter key to continue... Running update for: - python3.11-raincloudy-1.2.0: UPDATING ... - python3.11-raincloudy-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.raincloudy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.slack-bolt, using log file: /var/log/nixpkgs-update/python311Packages.slack-bolt/2024-03-14.log python311Packages.slack-bolt 0 -> 1 attrpath: python311Packages.slack-bolt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c4m0fqf4ghfyk01sisifckz91xrsighk-packages.json.drv building '/nix/store/c4m0fqf4ghfyk01sisifckz91xrsighk-packages.json.drv'... Going to be running update for following packages: - python3.11-slack-bolt-1.18.1 Press Enter key to continue... Running update for: - python3.11-slack-bolt-1.18.1: UPDATING ... - python3.11-slack-bolt-1.18.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.slack-bolt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-rest-auth, using log file: /var/log/nixpkgs-update/python311Packages.django-rest-auth/2024-03-14.log python311Packages.django-rest-auth 0 -> 1 attrpath: python311Packages.django-rest-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] Success [updateScript] this derivation will be built: /nix/store/qa950q3xyk7hazn7hvhpcm7vvln0kn4g-packages.json.drv building '/nix/store/qa950q3xyk7hazn7hvhpcm7vvln0kn4g-packages.json.drv'... Going to be running update for following packages: - python3.11-django-rest-auth-0.9.5 Press Enter key to continue... Running update for: - python3.11-django-rest-auth-0.9.5: UPDATING ... - python3.11-django-rest-auth-0.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-rest-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.mkdocstrings-python, using log file: /var/log/nixpkgs-update/python311Packages.mkdocstrings-python/2024-03-14.log python311Packages.mkdocstrings-python 0 -> 1 attrpath: python311Packages.mkdocstrings-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/llnd01nkppr9y0q34hw1fm6cj1qashh6-packages.json.drv building '/nix/store/llnd01nkppr9y0q34hw1fm6cj1qashh6-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocstrings-python-1.8.0 Press Enter key to continue... Running update for: - python3.11-mkdocstrings-python-1.8.0: UPDATING ... - python3.11-mkdocstrings-python-1.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mkdocstrings-python/default.nix b/pkgs/development/python-modules/mkdocstrings-python/default.nix index d73ccba23041..de1ae5e6c72e 100644 --- a/pkgs/development/python-modules/mkdocstrings-python/default.nix +++ b/pkgs/development/python-modules/mkdocstrings-python/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "mkdocstrings-python"; - version = "1.8.0"; + version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "mkdocstrings"; repo = "python"; rev = "refs/tags/${version}"; - hash = "sha256-beLZpf0Zjk6LjveD7c+1XEi4SpQnmmZZOM8dIvzqZGI="; + hash = "sha256-RzyOhlfjLtiG5jelrRG8yS7AWQJuaJMVuNkGpNBGO64="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.8.0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , griffe , mkdocs-material , mkdocstrings , pdm-backend , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "mkdocstrings-python"; version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "mkdocstrings"; repo = "python"; rev = "refs/tags/${version}"; hash = "sha256-RzyOhlfjLtiG5jelrRG8yS7AWQJuaJMVuNkGpNBGO64="; }; nativeBuildInputs = [ pdm-backend ]; propagatedBuildInputs = [ griffe mkdocstrings ]; nativeCheckInputs = [ mkdocs-material pytestCheckHook ]; pythonImportsCheck = [ "mkdocstrings_handlers" ]; meta = with lib; { description = "Python handler for mkdocstrings"; homepage = "https://github.com/mkdocstrings/python"; changelog = "https://github.com/mkdocstrings/python/blob/${version}/CHANGELOG.md"; license = licenses.isc; maintainers = with maintainers; [ fab ]; }; } [result] Failed to update python311Packages.mkdocstrings-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyowm, using log file: /var/log/nixpkgs-update/python311Packages.pyowm/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/fvb18l7mvap5pd2vyl4azj5i6s788lxl-packages.json.drv building '/nix/store/fvb18l7mvap5pd2vyl4azj5i6s788lxl-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.log python311Packages.pycxx 0 -> 1 attrpath: python311Packages.pycxx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/09bsidknrxw51j1rphc4w5gsi5xh16sv-packages.json.drv building '/nix/store/09bsidknrxw51j1rphc4w5gsi5xh16sv-packages.json.drv'... Going to be running update for following packages: - python3.11-pycxx-7.1.4 Press Enter key to continue... Running update for: - python3.11-pycxx-7.1.4: UPDATING ... - python3.11-pycxx-7.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycxx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.robotframework-pythonlibcore, using log file: /var/log/nixpkgs-update/python311Packages.robotframework-pythonlibcore/2024-03-14.log python311Packages.robotframework-pythonlibcore 0 -> 1 attrpath: python311Packages.robotframework-pythonlibcore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/070mx8ss9wxbq3ahgm8f66cgn6lrb939-packages.json.drv building '/nix/store/070mx8ss9wxbq3ahgm8f66cgn6lrb939-packages.json.drv'... Going to be running update for following packages: - python3.11-robotframework-pythonlibcore-4.3.0 Press Enter key to continue... Running update for: - python3.11-robotframework-pythonlibcore-4.3.0: UPDATING ... - python3.11-robotframework-pythonlibcore-4.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.robotframework-pythonlibcore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath metis, using log file: /var/log/nixpkgs-update/metis/2024-03-14.log metis 5.1.0 -> 5.2.1 https://repology.org/project/metis/versions attrpath: metis 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/ip5ipi4wyfin0mf2rghixrzk0agkq6dj-metis-5.2.1.tar.gz.drv building '/nix/store/ip5ipi4wyfin0mf2rghixrzk0agkq6dj-metis-5.2.1.tar.gz.drv'... trying http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 4863 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download metis-5.2.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 'metis.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ip5ipi4wyfin0mf2rghixrzk0agkq6dj-metis-5.2.1.tar.gz.drv /nix/store/q5is9937agahizr8v72mqbw6gam1kdw9-metis-5.2.1.drv building '/nix/store/ip5ipi4wyfin0mf2rghixrzk0agkq6dj-metis-5.2.1.tar.gz.drv'... trying http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 4863 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download metis-5.2.1.tar.gz from any mirror error: builder for '/nix/store/ip5ipi4wyfin0mf2rghixrzk0agkq6dj-metis-5.2.1.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.2.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 4863 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download metis-5.2.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/ip5ipi4wyfin0mf2rghixrzk0agkq6dj-metis-5.2.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/q5is9937agahizr8v72mqbw6gam1kdw9-metis-5.2.1.drv' failed to build [result] Failed to update metis 5.1.0 -> 5.2.1 https://repology.org/project/metis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @volth asked to not update xfce [result] Failed to update xfce.xfce4-windowck-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.solc-select, using log file: /var/log/nixpkgs-update/python311Packages.solc-select/2024-03-14.log python311Packages.solc-select 0 -> 1 attrpath: python311Packages.solc-select Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ypdx8jwlp7v3wqcp0byp9v3zbrdmffyz-packages.json.drv building '/nix/store/ypdx8jwlp7v3wqcp0byp9v3zbrdmffyz-packages.json.drv'... Going to be running update for following packages: - python3.11-solc-select-1.0.4 Press Enter key to continue... Running update for: - python3.11-solc-select-1.0.4: UPDATING ... - python3.11-solc-select-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.solc-select 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath valgrind, using log file: /var/log/nixpkgs-update/valgrind/2024-03-14.log valgrind 0 -> 1 attrpath: valgrind Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/7sisz7xbzbq02cydr011vyjwxy0wl0yl-update-valgrind.drv /nix/store/scv9xb1rm39l7m1mw2nchj9jyv5036gk-packages.json.drv building '/nix/store/7sisz7xbzbq02cydr011vyjwxy0wl0yl-update-valgrind.drv'... building '/nix/store/scv9xb1rm39l7m1mw2nchj9jyv5036gk-packages.json.drv'... Going to be running update for following packages: - valgrind-3.22.0 Press Enter key to continue... Running update for: - valgrind-3.22.0: UPDATING ... - valgrind-3.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update valgrind 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nextcloud-news-updater, using log file: /var/log/nixpkgs-update/nextcloud-news-updater/2024-03-14.log nextcloud-news-updater 0 -> 1 attrpath: nextcloud-news-updater Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2pyaig49cxv9vyg0m8l2c5sn73swfapf-packages.json.drv building '/nix/store/2pyaig49cxv9vyg0m8l2c5sn73swfapf-packages.json.drv'... Going to be running update for following packages: - nextcloud-news-updater-11.0.0 Press Enter key to continue... Running update for: - nextcloud-news-updater-11.0.0: UPDATING ... - nextcloud-news-updater-11.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nextcloud-news-updater 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tcpkali, using log file: /var/log/nixpkgs-update/tcpkali/2024-03-14.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 [outpaths] eval start [outpaths] eval end [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv building '/nix/store/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv'... trying https://github.com/machinezone/tcpkali/archive/v1.1.1.20180104.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'tcpkali.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv /nix/store/bvwyf9h58lsfscfxs146rdhmwddn8c6p-tcpkali-1.1.1.20180104.drv building '/nix/store/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv'... trying https://github.com/machinezone/tcpkali/archive/v1.1.1.20180104.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv' failed with exit code 1; last 9 log lines: > > trying https://github.com/machinezone/tcpkali/archive/v1.1.1.20180104.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv'. error: 1 dependencies of derivation '/nix/store/bvwyf9h58lsfscfxs146rdhmwddn8c6p-tcpkali-1.1.1.20180104.drv' failed to build [result] Failed to update tcpkali 1.1.1 -> 1.1.1.20180104 https://repology.org/project/tcpkali/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.dnsruby, using log file: /var/log/nixpkgs-update/rubyPackages.dnsruby/2024-03-14.log rubyPackages.dnsruby 1.70.0 -> 1.71.0 https://repology.org/project/ruby:dnsruby/versions attrpath: rubyPackages.dnsruby 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.dnsruby 1.70.0 -> 1.71.0 https://repology.org/project/ruby:dnsruby/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.florabr, using log file: /var/log/nixpkgs-update/rPackages.florabr/2024-03-14.log rPackages.florabr 1.0.1 -> 1.1.0 https://repology.org/project/r:florabr/versions attrpath: rPackages.florabr 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.florabr 1.0.1 -> 1.1.0 https://repology.org/project/r:florabr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gpuctypes, using log file: /var/log/nixpkgs-update/python311Packages.gpuctypes/2024-03-14.log python311Packages.gpuctypes 0 -> 1 attrpath: python311Packages.gpuctypes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dp8k2n0fnml5daj17942c6a071l96vcj-packages.json.drv building '/nix/store/dp8k2n0fnml5daj17942c6a071l96vcj-packages.json.drv'... Going to be running update for following packages: - python3.11-gpuctypes-0.3.0 Press Enter key to continue... Running update for: - python3.11-gpuctypes-0.3.0: UPDATING ... - python3.11-gpuctypes-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gpuctypes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.restrictedpython, using log file: /var/log/nixpkgs-update/python312Packages.restrictedpython/2024-03-14.log python312Packages.restrictedpython 7.0 -> 7.1 https://repology.org/project/python:restrictedpython/versions attrpath: python312Packages.restrictedpython Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/15j3rx8cmwglmjnl3lz3i9a6qjn7j2s5-packages.json.drv building '/nix/store/15j3rx8cmwglmjnl3lz3i9a6qjn7j2s5-packages.json.drv'... Going to be running update for following packages: - python3.12-restrictedpython-7.0 Press Enter key to continue... Running update for: - python3.12-restrictedpython-7.0: UPDATING ... - python3.12-restrictedpython-7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/restrictedpython/default.nix b/pkgs/development/python-modules/restrictedpython/default.nix index 169e28773b42..64dbb3016829 100644 --- a/pkgs/development/python-modules/restrictedpython/default.nix +++ b/pkgs/development/python-modules/restrictedpython/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "restrictedpython"; - version = "7.0"; + version = "7.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "RestrictedPython"; inherit version; - hash = "sha256-U3BK+7w1D9yPskVEE2e+Zxyfg4CGkgGy6EUudPzj2xQ="; + hash = "sha256-h1rrUcE51440zvhgXcZTCbRJFoBg3QhVGh/p7bR8uaU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/468gajv683mh8wpw86n1y6qgrrrsznjd-python3.12-restrictedpython-7.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)
7 packages built:
  • home-assistant-component-tests.python_script
  • portmod
  • portmod.dist
  • python311Packages.restrictedpython
  • python311Packages.restrictedpython.dist
  • python312Packages.restrictedpython
  • python312Packages.restrictedpython.dist
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python312Packages.restrictedpython is: Restricted execution environment for Python to run untrusted code meta.homepage for python312Packages.restrictedpython is: https://github.com/zopefoundation/RestrictedPython meta.changelog for python312Packages.restrictedpython is: https://github.com/zopefoundation/RestrictedPython/blob/7.1/CHANGES.rst ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 7.1 with grep in /nix/store/468gajv683mh8wpw86n1y6qgrrrsznjd-python3.12-restrictedpython-7.1 - found 7.1 in filename of file in /nix/store/468gajv683mh8wpw86n1y6qgrrrsznjd-python3.12-restrictedpython-7.1 ---
Rebuild report (if merged into master) (click to expand) ``` 4 total rebuild path(s) 4 package rebuild(s) First fifty rebuilds by attrpath home-assistant-component-tests.python_script portmod python311Packages.restrictedpython python312Packages.restrictedpython ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/468gajv683mh8wpw86n1y6qgrrrsznjd-python3.12-restrictedpython-7.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python312Packages.restrictedpython https://github.com/r-ryantm/nixpkgs/archive/a944f116b929c7d69d17219b6a87cef6eb81f0b3.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a944f116b929c7d69d17219b6a87cef6eb81f0b3#python312Packages.restrictedpython ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/468gajv683mh8wpw86n1y6qgrrrsznjd-python3.12-restrictedpython-7.1 ls -la /nix/store/468gajv683mh8wpw86n1y6qgrrrsznjd-python3.12-restrictedpython-7.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)
7 packages built:
  • home-assistant-component-tests.python_script
  • portmod
  • portmod.dist
  • python311Packages.restrictedpython
  • python311Packages.restrictedpython.dist
  • python312Packages.restrictedpython
  • python312Packages.restrictedpython.dist
--- ###### Maintainer pings cc @oneingan 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/295864 [result] Success updating python312Packages.restrictedpython 7.0 -> 7.1 https://repology.org/project/python:restrictedpython/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DDPNA, using log file: /var/log/nixpkgs-update/rPackages.DDPNA/2024-03-14.log rPackages.DDPNA 0.3.1 -> 0.3.3 https://repology.org/project/r:ddpna/versions attrpath: rPackages.DDPNA Checking auto update branch... No auto update branch exists Old version 0.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DDPNA 0.3.1 -> 0.3.3 https://repology.org/project/r:ddpna/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.UCSCXenaShiny, using log file: /var/log/nixpkgs-update/rPackages.UCSCXenaShiny/2024-03-14.log rPackages.UCSCXenaShiny 1.1.10 -> 2.0.0 https://repology.org/project/r:ucscxenashiny/versions attrpath: rPackages.UCSCXenaShiny Checking auto update branch... No auto update branch exists Old version 1.1.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.UCSCXenaShiny 1.1.10 -> 2.0.0 https://repology.org/project/r:ucscxenashiny/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.correctR, using log file: /var/log/nixpkgs-update/rPackages.correctR/2024-03-14.log rPackages.correctR 0.1.3 -> 0.2.1 https://repology.org/project/r:correctr/versions attrpath: rPackages.correctR Checking auto update branch... No auto update branch exists Old version 0.1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.correctR 0.1.3 -> 0.2.1 https://repology.org/project/r:correctr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RedeR, using log file: /var/log/nixpkgs-update/rPackages.RedeR/2024-03-14.log rPackages.RedeR 2.6.0 -> 2.6.1 https://repology.org/project/r:reder/versions attrpath: rPackages.RedeR Checking auto update branch... No auto update branch exists Old version 2.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.RedeR 2.6.0 -> 2.6.1 https://repology.org/project/r:reder/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rrvgo, using log file: /var/log/nixpkgs-update/rPackages.rrvgo/2024-03-14.log rPackages.rrvgo 1.14.1 -> 1.14.2 https://repology.org/project/r:rrvgo/versions attrpath: rPackages.rrvgo Checking auto update branch... No auto update branch exists Old version 1.14.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rrvgo 1.14.1 -> 1.14.2 https://repology.org/project/r:rrvgo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath geoclue2-with-demo-agent, using log file: /var/log/nixpkgs-update/geoclue2-with-demo-agent/2024-03-14.log geoclue2-with-demo-agent 2.7.0 -> 2.7.1 https://repology.org/project/geoclue/versions attrpath: geoclue2-with-demo-agent 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/geoclue/default.nix b/pkgs/development/libraries/geoclue/default.nix index c2bf28d71045..6ba2c2d655a8 100644 --- a/pkgs/development/libraries/geoclue/default.nix +++ b/pkgs/development/libraries/geoclue/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { pname = "geoclue"; - version = "2.7.0"; + version = "2.7.1"; outputs = [ "out" "dev" "devdoc" ]; @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { owner = "geoclue"; repo = "geoclue"; rev = version; - hash = "sha256-vzarUg4lBEXYkH+n9SY8SYr0gHUX94PSTDmKd957gyc="; + hash = "sha256-19ggfFo6B9KOhCJfdTSgHoXPL3qDKtlc9DeIF99WxiQ="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A geoclue2-with-demo-agent nix build failed. got build log for 'geoclue2-with-demo-agent' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/3ijlcfn7q1ksln90rrlphjnh90z977qd-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/1a8za0wgnx9b8jaazy478lcmhqzwr047-add-option-for-installation-sysconfdir.patch patching file data/meson.build Hunk #4 FAILED at 37. 1 out of 4 hunks FAILED -- saving rejects to file data/meson.build.rej patching file demo/meson.build patching file meson.build patching file meson_options.txt [result] Failed to update geoclue2-with-demo-agent 2.7.0 -> 2.7.1 https://repology.org/project/geoclue/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gvm-tools, using log file: /var/log/nixpkgs-update/python311Packages.gvm-tools/2024-03-14.log python311Packages.gvm-tools 24.1.0 -> 24.3.0 https://repology.org/project/python:gvm-tools/versions attrpath: python311Packages.gvm-tools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1yyiws5c64vx8qgcqc207s0ag615b0ic-packages.json.drv building '/nix/store/1yyiws5c64vx8qgcqc207s0ag615b0ic-packages.json.drv'... Going to be running update for following packages: - python3.11-gvm-tools-24.1.0 Press Enter key to continue... Running update for: - python3.11-gvm-tools-24.1.0: UPDATING ... - python3.11-gvm-tools-24.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gvm-tools/default.nix b/pkgs/development/python-modules/gvm-tools/default.nix index cd6a4bfcd25b..59d0da14b17d 100644 --- a/pkgs/development/python-modules/gvm-tools/default.nix +++ b/pkgs/development/python-modules/gvm-tools/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "gvm-tools"; - version = "24.1.0"; + version = "24.3.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "greenbone"; repo = "gvm-tools"; rev = "refs/tags/v${version}"; - hash = "sha256-4uYOhsnprYybt5EB/b4LW8/9cn0Nahc1lYQ+DwPNlOU="; + hash = "sha256-LLXMdT1q6IWsbsRjflpGN5pcjUCXWzdFK3gMw4mBm0U="; }; __darwinAllowLocalNetworking = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/h2hqmpm171h5kdgmj4ja27yjkwcbgklb-python3.11-gvm-tools-24.3.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
  • gvm-tools (python311Packages.gvm-tools)
  • gvm-tools.dist (python311Packages.gvm-tools.dist)
  • python312Packages.gvm-tools
  • python312Packages.gvm-tools.dist
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.gvm-tools is: Collection of APIs that help with remote controlling a Greenbone Security Manager meta.homepage for python311Packages.gvm-tools is: https://github.com/greenbone/gvm-tools meta.changelog for python311Packages.gvm-tools is: https://github.com/greenbone/gvm-tools/releases/tag/v24.3.0 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 24.3.0 with grep in /nix/store/h2hqmpm171h5kdgmj4ja27yjkwcbgklb-python3.11-gvm-tools-24.3.0 - found 24.3.0 in filename of file in /nix/store/h2hqmpm171h5kdgmj4ja27yjkwcbgklb-python3.11-gvm-tools-24.3.0 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath gvm-tools python311Packages.gvm-tools python312Packages.gvm-tools ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/h2hqmpm171h5kdgmj4ja27yjkwcbgklb-python3.11-gvm-tools-24.3.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.gvm-tools https://github.com/r-ryantm/nixpkgs/archive/dab2c7c88ed28080cc47da05ec121ef5d1bbe039.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/dab2c7c88ed28080cc47da05ec121ef5d1bbe039#python311Packages.gvm-tools ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/h2hqmpm171h5kdgmj4ja27yjkwcbgklb-python3.11-gvm-tools-24.3.0 ls -la /nix/store/h2hqmpm171h5kdgmj4ja27yjkwcbgklb-python3.11-gvm-tools-24.3.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
  • gvm-tools (python311Packages.gvm-tools)
  • gvm-tools.dist (python311Packages.gvm-tools.dist)
  • python312Packages.gvm-tools
  • python312Packages.gvm-tools.dist
--- ###### Maintainer pings cc @fabaff for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/295869 [result] Success updating python311Packages.gvm-tools 24.1.0 -> 24.3.0 https://repology.org/project/python:gvm-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 lefthook, using log file: /var/log/nixpkgs-update/lefthook/2024-03-14.log lefthook 1.6.5 -> 1.6.6 https://repology.org/project/lefthook/versions attrpath: lefthook Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-yWT7IX1n8CQSyXAzoncyYHzvYvIr8WzolyvC8/Cuhlo=" [golangModuleVersion] Replaced vendorHash with sha256-b+1Y75CG4ayDmnhYfPwpzMFrHCPmZ0FMbMsLiToac5c= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/le/lefthook/package.nix b/pkgs/by-name/le/lefthook/package.nix index 5c10e70ea407..59f74ccf146a 100644 --- a/pkgs/by-name/le/lefthook/package.nix +++ b/pkgs/by-name/le/lefthook/package.nix @@ -6,7 +6,7 @@ let pname = "lefthook"; - version = "1.6.5"; + version = "1.6.6"; in buildGoModule { inherit pname version; @@ -15,10 +15,10 @@ buildGoModule { owner = "evilmartians"; repo = "lefthook"; rev = "v${version}"; - hash = "sha256-C76yQ9F4QSywGdihDbNh8KwSL2U+rUjb8VpWRByxzVk="; + hash = "sha256-upt6N6t2ogCaRrHwvw/grTbhr0QXVQCtxMd34XmK030="; }; - vendorHash = "sha256-yWT7IX1n8CQSyXAzoncyYHzvYvIr8WzolyvC8/Cuhlo="; + vendorHash = "sha256-b+1Y75CG4ayDmnhYfPwpzMFrHCPmZ0FMbMsLiToac5c="; nativeBuildInputs = [ installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/yhzy6ksm9779f97pi0dy2rd174pq6i5f-lefthook-1.6.6" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • lefthook
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/lefthook/versions. meta.description for lefthook is: Fast and powerful Git hooks manager for any type of projects meta.homepage for lefthook is: https://github.com/evilmartians/lefthook meta.changelog for lefthook is: https://github.com/evilmartians/lefthook/raw/v1.6.6/CHANGELOG.md ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/evilmartians/lefthook/releases/tag/v1.6.6) - [Compare changes on GitHub](https://github.com/evilmartians/lefthook/compare/v1.6.5...v1.6.6) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.6.6 with grep in /nix/store/yhzy6ksm9779f97pi0dy2rd174pq6i5f-lefthook-1.6.6 - found 1.6.6 in filename of file in /nix/store/yhzy6ksm9779f97pi0dy2rd174pq6i5f-lefthook-1.6.6 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath lefthook ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/yhzy6ksm9779f97pi0dy2rd174pq6i5f-lefthook-1.6.6 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A lefthook https://github.com/r-ryantm/nixpkgs/archive/0084149862e8a00c1e3b89adf74ecf2857903e51.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/0084149862e8a00c1e3b89adf74ecf2857903e51#lefthook ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/yhzy6ksm9779f97pi0dy2rd174pq6i5f-lefthook-1.6.6 ls -la /nix/store/yhzy6ksm9779f97pi0dy2rd174pq6i5f-lefthook-1.6.6/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • lefthook
--- ###### Maintainer pings cc @AndersonTorres for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/295873 [result] Success updating lefthook 1.6.5 -> 1.6.6 https://repology.org/project/lefthook/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hcl2json, using log file: /var/log/nixpkgs-update/hcl2json/2024-03-14.log hcl2json 0.6.1 -> 0.6.2 https://github.com/tmccombs/hcl2json/releases attrpath: hcl2json 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-Ay6Sgdm7X+NxtLkFM0AT8aoWLdASjUhcidRUiV2K+us=" [golangModuleVersion] Replaced vendorHash with sha256-HbdectUQgyQZ9qcfBarwRTF3VjzSqaM2vhVekThv2+k= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/misc/hcl2json/default.nix b/pkgs/applications/misc/hcl2json/default.nix index be6da03f1708..40bfede8551f 100644 --- a/pkgs/applications/misc/hcl2json/default.nix +++ b/pkgs/applications/misc/hcl2json/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "hcl2json"; - version = "0.6.1"; + version = "0.6.2"; src = fetchFromGitHub { owner = "tmccombs"; repo = pname; rev = "v${version}"; - sha256 = "sha256-6DCxpnTizTg3uhHIIze2IyA8IKcjIv44XoId7exdQZI="; + sha256 = "sha256-lnmWIyS1byXvShR1/ej8PAuo+WJBEBykQwJ79439Fus="; }; - vendorHash = "sha256-Ay6Sgdm7X+NxtLkFM0AT8aoWLdASjUhcidRUiV2K+us="; + vendorHash = "sha256-HbdectUQgyQZ9qcfBarwRTF3VjzSqaM2vhVekThv2+k="; subPackages = [ "." ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/d8kcdn1cz2039zi9r50dj0i0cvvl6025-hcl2json-0.6.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:
  • hcl2json
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/tmccombs/hcl2json/releases. meta.description for hcl2json is: Convert hcl2 to json meta.homepage for hcl2json is: https://github.com/tmccombs/hcl2json ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/tmccombs/hcl2json/releases/tag/v0.6.2) - [Compare changes on GitHub](https://github.com/tmccombs/hcl2json/compare/v0.6.1...v0.6.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.6.2 in filename of file in /nix/store/d8kcdn1cz2039zi9r50dj0i0cvvl6025-hcl2json-0.6.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath hcl2json ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/d8kcdn1cz2039zi9r50dj0i0cvvl6025-hcl2json-0.6.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A hcl2json https://github.com/r-ryantm/nixpkgs/archive/194b4f6f77c9ea107e27805c1e788304c351529d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/194b4f6f77c9ea107e27805c1e788304c351529d#hcl2json ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/d8kcdn1cz2039zi9r50dj0i0cvvl6025-hcl2json-0.6.2 ls -la /nix/store/d8kcdn1cz2039zi9r50dj0i0cvvl6025-hcl2json-0.6.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • hcl2json
--- ###### Maintainer pings cc @jonringer 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/295877 [result] Success updating hcl2json 0.6.1 -> 0.6.2 https://github.com/tmccombs/hcl2json/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.keystoneauth1, using log file: /var/log/nixpkgs-update/python312Packages.keystoneauth1/2024-03-14.log python312Packages.keystoneauth1 5.4.0 -> 5.6.0 https://repology.org/project/python:keystoneauth1/versions attrpath: python312Packages.keystoneauth1 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/721kvahn2ln2zv63w30gibhn5dxzna5j-packages.json.drv building '/nix/store/721kvahn2ln2zv63w30gibhn5dxzna5j-packages.json.drv'... Going to be running update for following packages: - python3.12-keystoneauth1-5.4.0 Press Enter key to continue... Running update for: - python3.12-keystoneauth1-5.4.0: UPDATING ... - python3.12-keystoneauth1-5.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/keystoneauth1/default.nix b/pkgs/development/python-modules/keystoneauth1/default.nix index c3e13d8b0fc4..412080ba846f 100644 --- a/pkgs/development/python-modules/keystoneauth1/default.nix +++ b/pkgs/development/python-modules/keystoneauth1/default.nix @@ -25,12 +25,12 @@ buildPythonPackage rec { pname = "keystoneauth1"; - version = "5.4.0"; + version = "5.6.0"; pyproject= true; src = fetchPypi { inherit pname version; - hash = "sha256-GsE0FRzrAuULaK143smCG/if5TvTb8hlhQHEewfL31M="; + hash = "sha256-7LfzR1nr4QPbNyqwlTwLghkp3dSX8zKqaz72yqz/7Yg="; }; postPatch = '' No auto update branch exists Old version 5.4.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , betamax , hacking , iso8601 , lxml , oauthlib , os-service-types , oslo-config , oslo-utils , pbr , pycodestyle , pyyaml , requests , requests-kerberos , requests-mock , setuptools , six , stestr , stevedore , testresources , testtools }: buildPythonPackage rec { pname = "keystoneauth1"; version = "5.6.0"; pyproject= true; src = fetchPypi { inherit pname version; hash = "sha256-7LfzR1nr4QPbNyqwlTwLghkp3dSX8zKqaz72yqz/7Yg="; }; postPatch = '' # only a small portion of the listed packages are actually needed for running the tests # so instead of removing them one by one remove everything rm test-requirements.txt ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ betamax iso8601 lxml oauthlib os-service-types pbr requests requests-kerberos six stevedore ]; nativeCheckInputs = [ hacking oslo-config oslo-utils pycodestyle pyyaml requests-mock stestr testresources testtools ]; # test_keystoneauth_betamax_fixture is incompatible with urllib3 2.0.0 # https://bugs.launchpad.net/keystoneauth/+bug/2020112 checkPhase = '' stestr run \ -E "keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture.test_keystoneauth_betamax_fixture" ''; pythonImportsCheck = [ "keystoneauth1" ]; meta = with lib; { description = "Authentication Library for OpenStack Identity"; homepage = "https://github.com/openstack/keystoneauth"; license = licenses.asl20; maintainers = teams.openstack.members; }; } [result] Failed to update python312Packages.keystoneauth1 5.4.0 -> 5.6.0 https://repology.org/project/python:keystoneauth1/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-14.log emacsPackages.hyperbole 9.0.0 -> 9.0.1 https://repology.org/project/emacs:hyperbole/versions attrpath: emacsPackages.hyperbole 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 emacsPackages.hyperbole 9.0.0 -> 9.0.1 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 lxgw-neoxihei, using log file: /var/log/nixpkgs-update/lxgw-neoxihei/2024-03-14.log lxgw-neoxihei 1.120 -> 1.120.1 https://github.com/lxgw/LxgwNeoXiHei/releases attrpath: lxgw-neoxihei Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/data/fonts/lxgw-neoxihei/default.nix b/pkgs/data/fonts/lxgw-neoxihei/default.nix index 34450f55cbdf..3832ba8d510b 100644 --- a/pkgs/data/fonts/lxgw-neoxihei/default.nix +++ b/pkgs/data/fonts/lxgw-neoxihei/default.nix @@ -5,11 +5,11 @@ stdenvNoCC.mkDerivation rec { pname = "lxgw-neoxihei"; - version = "1.120"; + version = "1.120.1"; src = fetchurl { url = "https://github.com/lxgw/LxgwNeoXiHei/releases/download/v${version}/LXGWNeoXiHei.ttf"; - hash = "sha256-rQ+gbmUYr+iWm5WCUSqb+8+aMD5JZUsbPXZ0Nio2cl8="; + hash = "sha256-shzJ5y2mjvodtSHct9gm+09CludxUpR38qi9zvewjaQ="; }; dontUnpack = true; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/4i7y0kpwzb1xhkm4fxdk0wgnlqm5r0yh-lxgw-neoxihei-1.120.1" 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 = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 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 = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [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:
  • lxgw-neoxihei
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/lxgw/LxgwNeoXiHei/releases. meta.description for lxgw-neoxihei is: A Simplified Chinese sans-serif font derived from IPAex Gothic meta.homepage for lxgw-neoxihei is: https://github.com/lxgw/LxgwNeoXiHei ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/lxgw/LxgwNeoXiHei/releases/tag/v1.120.1) - [Compare changes on GitHub](https://github.com/lxgw/LxgwNeoXiHei/compare/v1.120...v1.120.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.120.1 in filename of file in /nix/store/4i7y0kpwzb1xhkm4fxdk0wgnlqm5r0yh-lxgw-neoxihei-1.120.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath lxgw-neoxihei ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4i7y0kpwzb1xhkm4fxdk0wgnlqm5r0yh-lxgw-neoxihei-1.120.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 lxgw-neoxihei https://github.com/r-ryantm/nixpkgs/archive/fd67de45178893851a1b5cf4434d2f451f2b01fd.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/fd67de45178893851a1b5cf4434d2f451f2b01fd#lxgw-neoxihei ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4i7y0kpwzb1xhkm4fxdk0wgnlqm5r0yh-lxgw-neoxihei-1.120.1 ls -la /nix/store/4i7y0kpwzb1xhkm4fxdk0wgnlqm5r0yh-lxgw-neoxihei-1.120.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:
  • lxgw-neoxihei
--- ###### Maintainer pings cc @zendo 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/295886 [result] Success updating lxgw-neoxihei 1.120 -> 1.120.1 https://github.com/lxgw/LxgwNeoXiHei/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] Success [updateScript] this derivation will be built: /nix/store/i1dj54bfh0q6kfmv9gha2wwz5clz4c2k-packages.json.drv building '/nix/store/i1dj54bfh0q6kfmv9gha2wwz5clz4c2k-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.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] this derivation will be built: /nix/store/8jvfzzvb5j4givd4bjq0y93rz7i440vc-packages.json.drv building '/nix/store/8jvfzzvb5j4givd4bjq0y93rz7i440vc-packages.json.drv'... 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-14.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 these 2 derivations will be built: /nix/store/p8m8w6hs339p7argm82vc3lcgz1ql3ji-update.sh.drv /nix/store/g0jkilffnz2djd52nyb4a22biccgyav3-packages.json.drv building '/nix/store/p8m8w6hs339p7argm82vc3lcgz1ql3ji-update.sh.drv'... building '/nix/store/g0jkilffnz2djd52nyb4a22biccgyav3-packages.json.drv'... 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 ---------------------- 'rocmPackages_5.rocsolver' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocsolver'. --- 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 python311Packages.py-expression-eval, using log file: /var/log/nixpkgs-update/python311Packages.py-expression-eval/2024-03-14.log python311Packages.py-expression-eval 0 -> 1 attrpath: python311Packages.py-expression-eval Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7jw2drm2byi593zzc08r4d1jclx7wv4q-packages.json.drv building '/nix/store/7jw2drm2byi593zzc08r4d1jclx7wv4q-packages.json.drv'... Going to be running update for following packages: - python3.11-py-expression-eval-0.3.14 Press Enter key to continue... Running update for: - python3.11-py-expression-eval-0.3.14: UPDATING ... - python3.11-py-expression-eval-0.3.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-expression-eval 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.EWSmethods, using log file: /var/log/nixpkgs-update/rPackages.EWSmethods/2024-03-14.log rPackages.EWSmethods 1.2.1 -> 1.2.5 https://repology.org/project/r:ewsmethods/versions attrpath: rPackages.EWSmethods Checking auto update branch... No auto update branch exists Old version 1.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.EWSmethods 1.2.1 -> 1.2.5 https://repology.org/project/r:ewsmethods/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xapian, using log file: /var/log/nixpkgs-update/python311Packages.xapian/2024-03-14.log python311Packages.xapian 0 -> 1 attrpath: python311Packages.xapian Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v56dr16gms8rc4dvy821m667lrc6xaw1-packages.json.drv building '/nix/store/v56dr16gms8rc4dvy821m667lrc6xaw1-packages.json.drv'... Going to be running update for following packages: - python3.11-xapian-1.4.24 Press Enter key to continue... Running update for: - python3.11-xapian-1.4.24: UPDATING ... - python3.11-xapian-1.4.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xapian 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pam, using log file: /var/log/nixpkgs-update/python311Packages.pam/2024-03-14.log python311Packages.pam 0 -> 1 attrpath: python311Packages.pam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7gg36k54h1yzwgy7dz8q8pfj2nx045d7-packages.json.drv building '/nix/store/7gg36k54h1yzwgy7dz8q8pfj2nx045d7-packages.json.drv'... Going to be running update for following packages: - python3.11-python-pam-2.0.2 Press Enter key to continue... Running update for: - python3.11-python-pam-2.0.2: UPDATING ... - python3.11-python-pam-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httpretty, using log file: /var/log/nixpkgs-update/python311Packages.httpretty/2024-03-14.log python311Packages.httpretty 0 -> 1 attrpath: python311Packages.httpretty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ajiwz3lp7r4kz0zxhzjw2ciirfrzfym5-packages.json.drv building '/nix/store/ajiwz3lp7r4kz0zxhzjw2ciirfrzfym5-packages.json.drv'... Going to be running update for following packages: - python3.11-httpretty-1.1.4 Press Enter key to continue... Running update for: - python3.11-httpretty-1.1.4: UPDATING ... - python3.11-httpretty-1.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httpretty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-sharing, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-sharing/2024-03-14.log pantheon.switchboard-plug-sharing 0 -> 1 attrpath: pantheon.switchboard-plug-sharing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/biih9f102cgwfj5xds90m3azwl8m586k-packages.json.drv building '/nix/store/biih9f102cgwfj5xds90m3azwl8m586k-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-sharing-2.1.6 Press Enter key to continue... Running update for: - switchboard-plug-sharing-2.1.6: UPDATING ... - switchboard-plug-sharing-2.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-sharing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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-14.log python311Packages.vat-moss 0 -> 1 attrpath: python311Packages.vat-moss Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/scvfg473i4im650m38isfw5dmj63afcx-packages.json.drv building '/nix/store/scvfg473i4im650m38isfw5dmj63afcx-packages.json.drv'... Going to be running update for following packages: - python3.11-vat-moss-0.11.0 Press Enter key to continue... Running update for: - python3.11-vat-moss-0.11.0: UPDATING ... - python3.11-vat-moss-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vat-moss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hidapi, using log file: /var/log/nixpkgs-update/python311Packages.hidapi/2024-03-14.log python311Packages.hidapi 0 -> 1 attrpath: python311Packages.hidapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ih7y8w1wjg8a35qnfzjckd741bqnl2mh-packages.json.drv building '/nix/store/ih7y8w1wjg8a35qnfzjckd741bqnl2mh-packages.json.drv'... Going to be running update for following packages: - python3.11-hidapi-0.14.0 Press Enter key to continue... Running update for: - python3.11-hidapi-0.14.0: UPDATING ... - python3.11-hidapi-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hidapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pulumi-aws, using log file: /var/log/nixpkgs-update/python311Packages.pulumi-aws/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/7vr7w9qg5x51r5pr7a3xrgkzki23fa8b-packages.json.drv building '/nix/store/7vr7w9qg5x51r5pr7a3xrgkzki23fa8b-packages.json.drv'... 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: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pulumi-aws/default.nix b/pkgs/development/python-modules/pulumi-aws/default.nix index a0c0e144c3ba..882b4a97e6f3 100644 --- a/pkgs/development/python-modules/pulumi-aws/default.nix +++ b/pkgs/development/python-modules/pulumi-aws/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pulumi-aws"; # Version is independant of pulumi's. - version = "6.13.0"; + version = "6.25.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "pulumi"; repo = "pulumi-aws"; rev = "refs/tags/v${version}"; - hash = "sha256-K1Ov8yp6cD7h2kAXNRfcoJp24WA9VpO/y0Aga+9BHz4="; + hash = "sha256-J2bzese+M2vgZ4NLgeQY92KuctqX4OTuDDdm6y9nBKE="; }; sourceRoot = "${src.name}/sdk/python"; No auto update branch exists Old version 6.13.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchFromGitHub , fetchpatch , parver , pulumi , pythonOlder , semver }: buildPythonPackage rec { pname = "pulumi-aws"; # Version is independant of pulumi's. version = "6.25.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "pulumi"; repo = "pulumi-aws"; rev = "refs/tags/v${version}"; hash = "sha256-RtJIl90rTMFv4mLrDd2SxLYYLf0yKS//7+sxVBdNX8g="; }; sourceRoot = "${src.name}/sdk/python"; propagatedBuildInputs = [ parver pulumi semver ]; # Checks require cloud resources doCheck = false; pythonImportsCheck = [ "pulumi_aws" ]; meta = with lib; { description = "Pulumi python amazon web services provider"; homepage = "https://github.com/pulumi/pulumi-aws"; changelog = "https://github.com/pulumi/pulumi-aws/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; } [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.pyinfra, using log file: /var/log/nixpkgs-update/python311Packages.pyinfra/2024-03-14.log python311Packages.pyinfra 2.8 -> 2.9.2 https://github.com/Fizzadar/pyinfra/releases attrpath: python311Packages.pyinfra Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/03klkaql2jbgjyw8lqc0npv3zhchahah-packages.json.drv building '/nix/store/03klkaql2jbgjyw8lqc0npv3zhchahah-packages.json.drv'... Going to be running update for following packages: - python3.11-pyinfra-2.8 Press Enter key to continue... Running update for: - python3.11-pyinfra-2.8: UPDATING ... - python3.11-pyinfra-2.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyinfra/default.nix b/pkgs/development/python-modules/pyinfra/default.nix index d21fcddc42ee..8130129daebb 100644 --- a/pkgs/development/python-modules/pyinfra/default.nix +++ b/pkgs/development/python-modules/pyinfra/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "pyinfra"; - version = "2.8"; + version = "2.9.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "Fizzadar"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-BYd2UYQJD/HsmpnlQjZvjfg17ShPuA3j4rtv6fTQK/A="; + hash = "sha256-lzbFwAg1aLCfBnSnqq4oVteArpkRBa7hU8V3vB5ODa8="; }; patches = [ No auto update branch exists Old version 2.8" not present in staging derivation file with contents: { lib , buildPythonPackage , click , colorama , configparser , distro , fetchFromGitHub , fetchpatch , gevent , jinja2 , paramiko , pytestCheckHook , python-dateutil , pythonOlder , pywinrm , pyyaml , setuptools }: buildPythonPackage rec { pname = "pyinfra"; version = "2.9.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Fizzadar"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-lzbFwAg1aLCfBnSnqq4oVteArpkRBa7hU8V3vB5ODa8="; }; patches = [ # https://github.com/Fizzadar/pyinfra/pull/1018 (fetchpatch { name = "bump-paramiko-major-version.patch"; url = "https://github.com/Fizzadar/pyinfra/commit/62a8f081279779c4f1eed246139f615cf5fed642.patch"; hash = "sha256-aT9SeSqXOD76LFzf6R/MWTtavcW6fZT7chkVg9aXiBg="; }) ]; propagatedBuildInputs = [ click colorama configparser distro gevent jinja2 paramiko python-dateutil pywinrm pyyaml setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyinfra" ]; disabledTests = [ # Test requires SSH binary "test_load_ssh_config" ]; meta = with lib; { description = "Python-based infrastructure automation"; longDescription = '' pyinfra automates/provisions/manages/deploys infrastructure. It can be used for ad-hoc command execution, service deployment, configuration management and more. ''; homepage = "https://pyinfra.com"; downloadPage = "https://pyinfra.com/Fizzadar/pyinfra/releases"; changelog = "https://github.com/Fizzadar/pyinfra/blob/v${version}/CHANGELOG.md"; maintainers = with maintainers; [ totoroot ]; license = licenses.mit; }; } [result] Failed to update python311Packages.pyinfra 2.8 -> 2.9.2 https://github.com/Fizzadar/pyinfra/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.eufylife-ble-client, using log file: /var/log/nixpkgs-update/python311Packages.eufylife-ble-client/2024-03-14.log python311Packages.eufylife-ble-client 0 -> 1 attrpath: python311Packages.eufylife-ble-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l1nldj4g8p2virh88c82hxzrpg9b2x31-packages.json.drv building '/nix/store/l1nldj4g8p2virh88c82hxzrpg9b2x31-packages.json.drv'... Going to be running update for following packages: - python3.11-eufylife-ble-client-0.1.8 Press Enter key to continue... Running update for: - python3.11-eufylife-ble-client-0.1.8: UPDATING ... - python3.11-eufylife-ble-client-0.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.eufylife-ble-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 tinyprog, using log file: /var/log/nixpkgs-update/tinyprog/2024-03-14.log tinyprog 0 -> 1 attrpath: tinyprog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lzhnai6cdlz3vjbqh7j8dbh5l9541ldy-packages.json.drv building '/nix/store/lzhnai6cdlz3vjbqh7j8dbh5l9541ldy-packages.json.drv'... Going to be running update for following packages: - tinyprog-1.0.24.dev114+g97f6353 Press Enter key to continue... Running update for: - tinyprog-1.0.24.dev114+g97f6353: UPDATING ... - tinyprog-1.0.24.dev114+g97f6353: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tinyprog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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/hxgprkrlhc1rn58r5hfpiv80nsf23vh9-source.drv building '/nix/store/hxgprkrlhc1rn58r5hfpiv80nsf23vh9-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/hxgprkrlhc1rn58r5hfpiv80nsf23vh9-source.drv /nix/store/nqyw8hzcriqfsy514swa1y7hyjslkh0h-drm_info-2.6.0.drv building '/nix/store/hxgprkrlhc1rn58r5hfpiv80nsf23vh9-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/hxgprkrlhc1rn58r5hfpiv80nsf23vh9-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/hxgprkrlhc1rn58r5hfpiv80nsf23vh9-source.drv'. error: 1 dependencies of derivation '/nix/store/nqyw8hzcriqfsy514swa1y7hyjslkh0h-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-14.log python311Packages.jarowinkler 0 -> 1 attrpath: python311Packages.jarowinkler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g9gjrpmidqyw0hgkkfviwkjn2n9iqdgm-packages.json.drv building '/nix/store/g9gjrpmidqyw0hgkkfviwkjn2n9iqdgm-packages.json.drv'... Going to be running update for following packages: - python3.11-jarowinkler-2.0.1 Press Enter key to continue... Running update for: - python3.11-jarowinkler-2.0.1: UPDATING ... - python3.11-jarowinkler-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jarowinkler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.formulaic, using log file: /var/log/nixpkgs-update/python311Packages.formulaic/2024-03-14.log python311Packages.formulaic 0 -> 1 attrpath: python311Packages.formulaic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cacc8azm9ms2kg94sfyzsj9k233p2k76-packages.json.drv building '/nix/store/cacc8azm9ms2kg94sfyzsj9k233p2k76-packages.json.drv'... Going to be running update for following packages: - python3.11-formulaic-1.0.1 Press Enter key to continue... Running update for: - python3.11-formulaic-1.0.1: UPDATING ... - python3.11-formulaic-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.formulaic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath corrupter, using log file: /var/log/nixpkgs-update/corrupter/2024-03-14.log corrupter 0 -> 1 attrpath: corrupter Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rha420ip9by1mg256afh4p6f4c2rjq00-packages.json.drv building '/nix/store/rha420ip9by1mg256afh4p6f4c2rjq00-packages.json.drv'... Going to be running update for following packages: - corrupter-1.0-unstable-2023-01-11 Press Enter key to continue... Running update for: - corrupter-1.0-unstable-2023-01-11: UPDATING ... - corrupter-1.0-unstable-2023-01-11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/co/corrupter/package.nix b/pkgs/by-name/co/corrupter/package.nix index 9e6f33902356..536fc73eea95 100644 --- a/pkgs/by-name/co/corrupter/package.nix +++ b/pkgs/by-name/co/corrupter/package.nix @@ -6,7 +6,7 @@ buildGoModule { pname = "corrupter"; - version = "1.0-unstable-2023-01-11"; + version = "1.0"; src = fetchFromGitHub { owner = "r00tman"; An auto update branch exists with message `corrupter: 1.0-unstable-2023-01-11 -> 1.0`. New version is 1.0. An auto update branch exists with an equal or greater version [result] Failed to update corrupter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enlightenment.terminology, using log file: /var/log/nixpkgs-update/enlightenment.terminology/2024-03-14.log enlightenment.terminology 0 -> 1 attrpath: enlightenment.terminology Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9353357drkcw5gjhmiwyykmzv9mpq490-packages.json.drv building '/nix/store/9353357drkcw5gjhmiwyykmzv9mpq490-packages.json.drv'... Going to be running update for following packages: - terminology-1.13.0 Press Enter key to continue... Running update for: - terminology-1.13.0: UPDATING ... - terminology-1.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enlightenment.terminology 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lockfile, using log file: /var/log/nixpkgs-update/python311Packages.lockfile/2024-03-14.log python311Packages.lockfile 0 -> 1 attrpath: python311Packages.lockfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p3hgjcbrhjrdpqknd8aas0nnnslafr4v-packages.json.drv building '/nix/store/p3hgjcbrhjrdpqknd8aas0nnnslafr4v-packages.json.drv'... Going to be running update for following packages: - python3.11-lockfile-0.12.2 Press Enter key to continue... Running update for: - python3.11-lockfile-0.12.2: UPDATING ... - python3.11-lockfile-0.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lockfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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 these 2 derivations will be built: /nix/store/70a1j40l8crnccbfjsyig8pmvgl6h4d1-update.sh.drv /nix/store/l94y19c6n6d173nrs92sa6vaii23qlq9-packages.json.drv building '/nix/store/70a1j40l8crnccbfjsyig8pmvgl6h4d1-update.sh.drv'... building '/nix/store/l94y19c6n6d173nrs92sa6vaii23qlq9-packages.json.drv'... 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 ---------------------- 'rocmPackages_5.rocthrust' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocthrust'. --- 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.pytest-aio, using log file: /var/log/nixpkgs-update/python311Packages.pytest-aio/2024-03-14.log python311Packages.pytest-aio 0 -> 1 attrpath: python311Packages.pytest-aio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h5xhj573vd9w7k3msnjs99n5mrd2lfqs-packages.json.drv building '/nix/store/h5xhj573vd9w7k3msnjs99n5mrd2lfqs-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-aio-1.5.0 Press Enter key to continue... Running update for: - python3.11-pytest-aio-1.5.0: UPDATING ... - python3.11-pytest-aio-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-aio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tflearn, using log file: /var/log/nixpkgs-update/python311Packages.tflearn/2024-03-14.log python311Packages.tflearn 0 -> 1 attrpath: python311Packages.tflearn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1xlab8rlraqkjw7xn1kcgkiq5323hdd5-packages.json.drv building '/nix/store/1xlab8rlraqkjw7xn1kcgkiq5323hdd5-packages.json.drv'... Going to be running update for following packages: - python3.11-tflearn-0.5.0 Press Enter key to continue... Running update for: - python3.11-tflearn-0.5.0: UPDATING ... - python3.11-tflearn-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tflearn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xdgmenumaker, using log file: /var/log/nixpkgs-update/xdgmenumaker/2024-03-14.log xdgmenumaker 0 -> 1 attrpath: xdgmenumaker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1h24a5a8fcrxhgymxd2qpfzxal1v2nry-packages.json.drv building '/nix/store/1h24a5a8fcrxhgymxd2qpfzxal1v2nry-packages.json.drv'... Going to be running update for following packages: - xdgmenumaker-2.1 Press Enter key to continue... Running update for: - xdgmenumaker-2.1: UPDATING ... - xdgmenumaker-2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update xdgmenumaker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.segments, using log file: /var/log/nixpkgs-update/python311Packages.segments/2024-03-14.log python311Packages.segments 0 -> 1 attrpath: python311Packages.segments Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/by4m2jrq67w4nmlcx1sk2ciza3cmayw7-packages.json.drv building '/nix/store/by4m2jrq67w4nmlcx1sk2ciza3cmayw7-packages.json.drv'... Going to be running update for following packages: - python3.11-segments-2.2.1 Press Enter key to continue... Running update for: - python3.11-segments-2.2.1: UPDATING ... - python3.11-segments-2.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.segments 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.toml, using log file: /var/log/nixpkgs-update/python311Packages.toml/2024-03-14.log python311Packages.toml 0 -> 1 attrpath: python311Packages.toml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9ivcpzysgi657xwz7lck4236c6q223cz-packages.json.drv building '/nix/store/9ivcpzysgi657xwz7lck4236c6q223cz-packages.json.drv'... Going to be running update for following packages: - python3.11-toml-0.10.2 Press Enter key to continue... Running update for: - python3.11-toml-0.10.2: UPDATING ... - python3.11-toml-0.10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.toml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-astropy, using log file: /var/log/nixpkgs-update/python311Packages.pytest-astropy/2024-03-14.log python311Packages.pytest-astropy 0 -> 1 attrpath: python311Packages.pytest-astropy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hmqqmm9djm07wskx7bk8z01ad520crgm-packages.json.drv building '/nix/store/hmqqmm9djm07wskx7bk8z01ad520crgm-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-astropy-0.11.0 Press Enter key to continue... Running update for: - python3.11-pytest-astropy-0.11.0: UPDATING ... - python3.11-pytest-astropy-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-astropy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-common, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-common/2024-03-14.log python311Packages.azure-mgmt-common 0 -> 1 attrpath: python311Packages.azure-mgmt-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] this derivation will be built: /nix/store/n6q8n72gjn4jp3ry5y6hycj5vs9yjx12-packages.json.drv building '/nix/store/n6q8n72gjn4jp3ry5y6hycj5vs9yjx12-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-common-0.20.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-common-0.20.0: UPDATING ... - python3.11-azure-mgmt-common-0.20.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-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 sitespeed-io, using log file: /var/log/nixpkgs-update/sitespeed-io/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/hjrg9cny1cbikxhp0ypl1w6np71k027g-packages.json.drv building '/nix/store/hjrg9cny1cbikxhp0ypl1w6np71k027g-packages.json.drv'... Going to be running update for following packages: - sitespeed-io-33.1.1 Press Enter key to continue... Running update for: - sitespeed-io-33.1.1: UPDATING ... - sitespeed-io-33.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/sitespeed-io/default.nix b/pkgs/tools/networking/sitespeed-io/default.nix index e852df0b8d4c..505807129318 100644 --- a/pkgs/tools/networking/sitespeed-io/default.nix +++ b/pkgs/tools/networking/sitespeed-io/default.nix @@ -24,13 +24,13 @@ assert (!withFirefox && !withChromium) -> throw "Either `withFirefox` or `withChromium` must be enabled."; buildNpmPackage rec { pname = "sitespeed-io"; - version = "33.1.1"; + version = "33.2.0"; src = fetchFromGitHub { owner = "sitespeedio"; repo = "sitespeed.io"; rev = "v${version}"; - hash = "sha256-Blzv0fLWqDfLYbtSVTUbhWS75fkqADzEwYQvomeqt1U="; + hash = "sha256-GU7eQfh44zAuZ0oPb/9wGxK/+AfKvNPyuRgmEP0NaMM="; }; nodejs = nodejs_18; @@ -46,7 +46,7 @@ buildNpmPackage rec { dontNpmBuild = true; npmInstallFlags = [ "--omit=dev" ]; - npmDepsHash = "sha256-+oU0+AVWf7PNqZCUI/KYe+PoNrHNaR35N6SifYCSRp4="; + npmDepsHash = "sha256-t11JMu+MjTRsDuud/mDvLglvdcj1mlZfx67ueejdw/0="; postInstall = '' mv $out/bin/sitespeed{.,-}io No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/d7csbfil9picm29364zwghym5ayh6716-sitespeed-io-33.2.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • sitespeed-io
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 sitespeed-io is: An open source tool that helps you monitor, analyze and optimize your website speed and performance meta.homepage for sitespeed-io is: https://sitespeed.io ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/sitespeedio/sitespeed.io/releases/tag/v33.2.0) - [Compare changes on GitHub](https://github.com/sitespeedio/sitespeed.io/compare/v33.1.1...v33.2.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 33.2.0 with grep in /nix/store/d7csbfil9picm29364zwghym5ayh6716-sitespeed-io-33.2.0 - found 33.2.0 in filename of file in /nix/store/d7csbfil9picm29364zwghym5ayh6716-sitespeed-io-33.2.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath sitespeed-io ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/d7csbfil9picm29364zwghym5ayh6716-sitespeed-io-33.2.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A sitespeed-io https://github.com/r-ryantm/nixpkgs/archive/da14f856e0df2cbb8a2ccd6c9db8efe7d34ad280.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/da14f856e0df2cbb8a2ccd6c9db8efe7d34ad280#sitespeed-io ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/d7csbfil9picm29364zwghym5ayh6716-sitespeed-io-33.2.0 ls -la /nix/store/d7csbfil9picm29364zwghym5ayh6716-sitespeed-io-33.2.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • sitespeed-io
--- ###### Maintainer pings cc @Misterio77 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/295894 [result] Success updating 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 python312Packages.gvm-tools, using log file: /var/log/nixpkgs-update/python312Packages.gvm-tools/2024-03-14.log python312Packages.gvm-tools 24.1.0 -> 24.3.0 https://github.com/greenbone/gvm-tools/releases attrpath: python312Packages.gvm-tools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ylgyr10a4yjxj1dms6w1zkjf29b28mif-packages.json.drv building '/nix/store/ylgyr10a4yjxj1dms6w1zkjf29b28mif-packages.json.drv'... Going to be running update for following packages: - python3.12-gvm-tools-24.1.0 Press Enter key to continue... Running update for: - python3.12-gvm-tools-24.1.0: UPDATING ... - python3.12-gvm-tools-24.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gvm-tools/default.nix b/pkgs/development/python-modules/gvm-tools/default.nix index cd6a4bfcd25b..59d0da14b17d 100644 --- a/pkgs/development/python-modules/gvm-tools/default.nix +++ b/pkgs/development/python-modules/gvm-tools/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "gvm-tools"; - version = "24.1.0"; + version = "24.3.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "greenbone"; repo = "gvm-tools"; rev = "refs/tags/v${version}"; - hash = "sha256-4uYOhsnprYybt5EB/b4LW8/9cn0Nahc1lYQ+DwPNlOU="; + hash = "sha256-LLXMdT1q6IWsbsRjflpGN5pcjUCXWzdFK3gMw4mBm0U="; }; __darwinAllowLocalNetworking = true; No auto update branch exists There might already be an open PR for this update: - python311Packages.gvm-tools: 24.1.0 -> 24.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295869" [result] Failed to update python312Packages.gvm-tools 24.1.0 -> 24.3.0 https://github.com/greenbone/gvm-tools/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jefferson, using log file: /var/log/nixpkgs-update/jefferson/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/vdzx5svy40r51qkz2qgwlsrpwmkrf0ds-packages.json.drv building '/nix/store/vdzx5svy40r51qkz2qgwlsrpwmkrf0ds-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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 python311Packages.tensorrt, using log file: /var/log/nixpkgs-update/python311Packages.tensorrt/2024-03-14.log python311Packages.tensorrt 0 -> 1 attrpath: python311Packages.tensorrt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jg1zws2jms11j66s9lh95bmx1dxb4ia5-packages.json.drv building '/nix/store/jg1zws2jms11j66s9lh95bmx1dxb4ia5-packages.json.drv'... Going to be running update for following packages: - python3.11-tensorrt-8.6.1.6 Press Enter key to continue... Running update for: - python3.11-tensorrt-8.6.1.6: UPDATING ... - python3.11-tensorrt-8.6.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tensorrt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] Success [updateScript] this derivation will be built: /nix/store/aqy2phn9lajws3zgmj8qvcfi3z105imn-packages.json.drv building '/nix/store/aqy2phn9lajws3zgmj8qvcfi3z105imn-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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 For attrpath python311Packages.contourpy, using log file: /var/log/nixpkgs-update/python311Packages.contourpy/2024-03-14.log python311Packages.contourpy 0 -> 1 attrpath: python311Packages.contourpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c99lr6rnaq7px3mi89s188lm4qvxnl93-packages.json.drv building '/nix/store/c99lr6rnaq7px3mi89s188lm4qvxnl93-packages.json.drv'... Going to be running update for following packages: - python3.11-contourpy-1.2.0 Press Enter key to continue... Running update for: - python3.11-contourpy-1.2.0: UPDATING ... - python3.11-contourpy-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.contourpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sre-yield, using log file: /var/log/nixpkgs-update/python311Packages.sre-yield/2024-03-14.log python311Packages.sre-yield 0 -> 1 attrpath: python311Packages.sre-yield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nf8qa1xs1x2df2wwhrjyq2jsldc54bdp-packages.json.drv building '/nix/store/nf8qa1xs1x2df2wwhrjyq2jsldc54bdp-packages.json.drv'... Going to be running update for following packages: - python3.11-sre-yield-1.2 Press Enter key to continue... Running update for: - python3.11-sre-yield-1.2: UPDATING ... - python3.11-sre-yield-1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sre-yield 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xstatic, using log file: /var/log/nixpkgs-update/python311Packages.xstatic/2024-03-14.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] this derivation will be built: /nix/store/xyc11crb874hjlglb3aassz1gyry7518-packages.json.drv building '/nix/store/xyc11crb874hjlglb3aassz1gyry7518-packages.json.drv'... 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 python311Packages.svg2tikz, using log file: /var/log/nixpkgs-update/python311Packages.svg2tikz/2024-03-14.log python311Packages.svg2tikz 0 -> 1 attrpath: python311Packages.svg2tikz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8ywfpnzsvhk6vpc9bd5yw1jazd7m0200-packages.json.drv building '/nix/store/8ywfpnzsvhk6vpc9bd5yw1jazd7m0200-packages.json.drv'... Going to be running update for following packages: - python3.11-svg2tikz-3.0.1 Press Enter key to continue... Running update for: - python3.11-svg2tikz-3.0.1: UPDATING ... - python3.11-svg2tikz-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.svg2tikz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.minimock, using log file: /var/log/nixpkgs-update/python311Packages.minimock/2024-03-14.log python311Packages.minimock 0 -> 1 attrpath: python311Packages.minimock Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b67n0n59f5kgq0z6g7xc6vyy2yrbx4x8-packages.json.drv building '/nix/store/b67n0n59f5kgq0z6g7xc6vyy2yrbx4x8-packages.json.drv'... Going to be running update for following packages: - python3.11-minimock-1.3.0 Press Enter key to continue... Running update for: - python3.11-minimock-1.3.0: UPDATING ... - python3.11-minimock-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.minimock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cert-chain-resolver, using log file: /var/log/nixpkgs-update/python311Packages.cert-chain-resolver/2024-03-14.log python311Packages.cert-chain-resolver 0 -> 1 attrpath: python311Packages.cert-chain-resolver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/823scvhfg97m5bm1lj9byr1fgsrlghgq-packages.json.drv building '/nix/store/823scvhfg97m5bm1lj9byr1fgsrlghgq-packages.json.drv'... Going to be running update for following packages: - python3.11-cert-chain-resolver-1.1.0 Press Enter key to continue... Running update for: - python3.11-cert-chain-resolver-1.1.0: UPDATING ... - python3.11-cert-chain-resolver-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cert-chain-resolver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.keepkey, using log file: /var/log/nixpkgs-update/python311Packages.keepkey/2024-03-14.log python311Packages.keepkey 0 -> 1 attrpath: python311Packages.keepkey Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bz8jhq0zjcfbdpbmhwankhflcqbv84f7-packages.json.drv building '/nix/store/bz8jhq0zjcfbdpbmhwankhflcqbv84f7-packages.json.drv'... Going to be running update for following packages: - python3.11-keepkey-7.2.1 Press Enter key to continue... Running update for: - python3.11-keepkey-7.2.1: UPDATING ... - python3.11-keepkey-7.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.keepkey 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oldest-supported-numpy, using log file: /var/log/nixpkgs-update/python311Packages.oldest-supported-numpy/2024-03-14.log python311Packages.oldest-supported-numpy 0 -> 1 attrpath: python311Packages.oldest-supported-numpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0h5wxpnnkqldlvjzxxs3avccjycyfz78-packages.json.drv building '/nix/store/0h5wxpnnkqldlvjzxxs3avccjycyfz78-packages.json.drv'... Going to be running update for following packages: - python3.11-oldest-supported-numpy-2023.10.25 Press Enter key to continue... Running update for: - python3.11-oldest-supported-numpy-2023.10.25: UPDATING ... - python3.11-oldest-supported-numpy-2023.10.25: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/oldest-supported-numpy/default.nix b/pkgs/development/python-modules/oldest-supported-numpy/default.nix index 7349a63a2c2a..a0ec902984e1 100644 --- a/pkgs/development/python-modules/oldest-supported-numpy/default.nix +++ b/pkgs/development/python-modules/oldest-supported-numpy/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "oldest-supported-numpy"; - version = "2023.10.25"; + version = "2023.12.21"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-dBqJrxLoyCMl9zEmtTORXc4QYNoPnk7GQtpGZoBoYpY="; + hash = "sha256-cdicMbtWeBTkfi4mjrLpK2+Z9c529MPbMIM2JOnvKeA="; }; # The purpose of oldest-supported-numpy is to build a project against the No auto update branch exists Old version 2023.10.25" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , numpy }: buildPythonPackage rec { pname = "oldest-supported-numpy"; version = "2023.12.21"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-cdicMbtWeBTkfi4mjrLpK2+Z9c529MPbMIM2JOnvKeA="; }; # The purpose of oldest-supported-numpy is to build a project against the # oldest version of numpy for a given Python distribution in order to build # a binary that is compatible with the largest possible versons of numpy. # We only build against one version of numpy in nixpkgs, so instead we only # want to make sure that we have a version above the minimum. # postPatch = '' substituteInPlace setup.cfg \ --replace 'numpy==' 'numpy>=' ''; propagatedBuildInputs = [ numpy ]; # package has no tests doCheck = false; meta = with lib; { description = "Meta-package providing the oldest supported Numpy for a given Python version and platform"; homepage = "https://github.com/scipy/oldest-supported-numpy"; license = licenses.bsd2; maintainers = with maintainers; [ tjni ]; }; } [result] Failed to update python311Packages.oldest-supported-numpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dataclasses-json, using log file: /var/log/nixpkgs-update/python311Packages.dataclasses-json/2024-03-14.log python311Packages.dataclasses-json 0 -> 1 attrpath: python311Packages.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] Success [updateScript] this derivation will be built: /nix/store/p8ww54qr1n3bqvpyrm8rkwqbxvmlcizg-packages.json.drv building '/nix/store/p8ww54qr1n3bqvpyrm8rkwqbxvmlcizg-packages.json.drv'... Going to be running update for following packages: - python3.11-dataclasses-json-0.6.4 Press Enter key to continue... Running update for: - python3.11-dataclasses-json-0.6.4: UPDATING ... - python3.11-dataclasses-json-0.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dataclasses-json 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.python-gvm, using log file: /var/log/nixpkgs-update/python312Packages.python-gvm/2024-03-14.log python312Packages.python-gvm 24.1.0 -> 24.3.0 https://github.com/greenbone/python-gvm/releases attrpath: python312Packages.python-gvm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wp1mrdw5szs4syplns0f9jl2r1xsacdp-packages.json.drv building '/nix/store/wp1mrdw5szs4syplns0f9jl2r1xsacdp-packages.json.drv'... Going to be running update for following packages: - python3.12-python-gvm-24.1.0 Press Enter key to continue... Running update for: - python3.12-python-gvm-24.1.0: UPDATING ... - python3.12-python-gvm-24.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-gvm/default.nix b/pkgs/development/python-modules/python-gvm/default.nix index 4a455fa79800..fe2727a600b1 100644 --- a/pkgs/development/python-modules/python-gvm/default.nix +++ b/pkgs/development/python-modules/python-gvm/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "python-gvm"; - version = "24.1.0"; + version = "24.3.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "greenbone"; repo = "python-gvm"; rev = "refs/tags/v${version}"; - hash = "sha256-1MJajawm/QdioZM+/efnXOAFcuDOk/xJ1acPrxKp700="; + hash = "sha256-GIEsP8+RJMIehsBbZWpIRXCdqxm042lPbYTHY7/fknM="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.python-gvm nix build failed. Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/yqyaxbsj7szwpz41iw2jz2ipnx0j3p0b-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/xml/test_xml_command.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 python_gvm-24.3.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for python_gvm-24.3.0-py3-none-any.whl - typing-extensions not installed [result] Failed to update python312Packages.python-gvm 24.1.0 -> 24.3.0 https://github.com/greenbone/python-gvm/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-ltc, using log file: /var/log/nixpkgs-update/electrum-ltc/2024-03-14.log electrum-ltc 0 -> 1 attrpath: electrum-ltc Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/jlymrp5dq573fxas4vgg3763bv51s075-packages.json.drv building '/nix/store/jlymrp5dq573fxas4vgg3763bv51s075-packages.json.drv'... Going to be running update for following packages: - electrum-ltc-4.2.2.1 Press Enter key to continue... Running update for: - electrum-ltc-4.2.2.1: UPDATING ... - electrum-ltc-4.2.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update electrum-ltc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/3y1nxjmxr0vwylmmh47m3mi5fi7zwxpp-packages.json.drv building '/nix/store/3y1nxjmxr0vwylmmh47m3mi5fi7zwxpp-packages.json.drv'... 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 python311Packages.clickhouse-cityhash, using log file: /var/log/nixpkgs-update/python311Packages.clickhouse-cityhash/2024-03-14.log python311Packages.clickhouse-cityhash 0 -> 1 attrpath: python311Packages.clickhouse-cityhash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wg8lx96arvsb3v67m56g3jrqssz288vj-packages.json.drv building '/nix/store/wg8lx96arvsb3v67m56g3jrqssz288vj-packages.json.drv'... Going to be running update for following packages: - python3.11-clickhouse-cityhash-1.0.2.4 Press Enter key to continue... Running update for: - python3.11-clickhouse-cityhash-1.0.2.4: UPDATING ... - python3.11-clickhouse-cityhash-1.0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clickhouse-cityhash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.binaryornot, using log file: /var/log/nixpkgs-update/python311Packages.binaryornot/2024-03-14.log python311Packages.binaryornot 0 -> 1 attrpath: python311Packages.binaryornot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3zqnyqkngw5665gxgr4qrh5ac5zfyc8s-packages.json.drv building '/nix/store/3zqnyqkngw5665gxgr4qrh5ac5zfyc8s-packages.json.drv'... Going to be running update for following packages: - python3.11-binaryornot-0.4.4 Press Enter key to continue... Running update for: - python3.11-binaryornot-0.4.4: UPDATING ... - python3.11-binaryornot-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.binaryornot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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/z67dwa62a2s54qr3aig79kkdjp7sq7a5-source.drv building '/nix/store/z67dwa62a2s54qr3aig79kkdjp7sq7a5-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 | 16.93 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:354: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:401:7: 400| depsHostHost = elemAt (elemAt dependencies 1) 0; 401| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 402| 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.txtai, using log file: /var/log/nixpkgs-update/python311Packages.txtai/2024-03-14.log python311Packages.txtai 0 -> 1 attrpath: python311Packages.txtai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7gjl607n2fvfz0h5zy39p4a7d9rlnbl0-packages.json.drv building '/nix/store/7gjl607n2fvfz0h5zy39p4a7d9rlnbl0-packages.json.drv'... Going to be running update for following packages: - python3.11-txtai-7.0.0 Press Enter key to continue... Running update for: - python3.11-txtai-7.0.0: UPDATING ... - python3.11-txtai-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.txtai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.glmtoolbox, using log file: /var/log/nixpkgs-update/rPackages.glmtoolbox/2024-03-14.log rPackages.glmtoolbox 0.1.9 -> 0.1.10 https://repology.org/project/r:glmtoolbox/versions attrpath: rPackages.glmtoolbox Checking auto update branch... No auto update branch exists Old version 0.1.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.glmtoolbox 0.1.9 -> 0.1.10 https://repology.org/project/r:glmtoolbox/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/fslzqjgqn456vj5snc5s2mcc1zas5q3g-packages.json.drv building '/nix/store/fslzqjgqn456vj5snc5s2mcc1zas5q3g-packages.json.drv'... 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 gupnp, using log file: /var/log/nixpkgs-update/gupnp/2024-03-14.log gupnp 0 -> 1 attrpath: gupnp Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/7w0h7ahnhrk9y6d77bxn5qgwv51armrr-packages.json.drv building '/nix/store/7w0h7ahnhrk9y6d77bxn5qgwv51armrr-packages.json.drv'... Going to be running update for following packages: - gupnp-1.4.4 Press Enter key to continue... Running update for: - gupnp-1.4.4: UPDATING ... - gupnp-1.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gupnp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath simde, using log file: /var/log/nixpkgs-update/simde/2024-03-14.log simde 0.7.6 -> 0.8.0 https://github.com/simd-everywhere/simde/releases attrpath: simde 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/si/simde/package.nix b/pkgs/by-name/si/simde/package.nix index c79cbf38f7cd..a16d804054fb 100644 --- a/pkgs/by-name/si/simde/package.nix +++ b/pkgs/by-name/si/simde/package.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "simde"; - version = "0.7.6"; + version = "0.8.0"; src = fetchFromGitHub { owner = "simd-everywhere"; repo = "simde"; rev = "v${version}"; - hash = "sha256-pj+zaD5o9XYkTavezcQFzM6ao0IdQP1zjP9L4vcCyEY="; + hash = "sha256-hQtSxO8Uld6LT6V1ZhR6tbshTK1QTGgyQ99o3jOIbQk="; }; nativeBuildInputs = [ meson ninja ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/pr9kf43n4gkmfwqdnnzzap5m93j56i9k-simde-0.8.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • simde
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/simd-everywhere/simde/releases. meta.description for simde is: Implementations of SIMD instruction sets for systems which don't natively support them meta.homepage for simde is: https://simd-everywhere.github.io ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/simd-everywhere/simde/releases/tag/v0.8.0) - [Compare changes on GitHub](https://github.com/simd-everywhere/simde/compare/v0.7.6...v0.8.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.8.0 with grep in /nix/store/pr9kf43n4gkmfwqdnnzzap5m93j56i9k-simde-0.8.0 - found 0.8.0 in filename of file in /nix/store/pr9kf43n4gkmfwqdnnzzap5m93j56i9k-simde-0.8.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath simde ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/pr9kf43n4gkmfwqdnnzzap5m93j56i9k-simde-0.8.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A simde https://github.com/r-ryantm/nixpkgs/archive/342e4dd23f96f16c777556f9f5f52c050972622b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/342e4dd23f96f16c777556f9f5f52c050972622b#simde ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/pr9kf43n4gkmfwqdnnzzap5m93j56i9k-simde-0.8.0 ls -la /nix/store/pr9kf43n4gkmfwqdnnzzap5m93j56i9k-simde-0.8.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • simde
--- ###### Maintainer pings cc @whiteley 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/295905 [result] Success updating simde 0.7.6 -> 0.8.0 https://github.com/simd-everywhere/simde/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fastecdsa, using log file: /var/log/nixpkgs-update/python311Packages.fastecdsa/2024-03-14.log python311Packages.fastecdsa 0 -> 1 attrpath: python311Packages.fastecdsa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ab8sg2kfrh6wc0x5gkl2prdj0rbn18h9-packages.json.drv building '/nix/store/ab8sg2kfrh6wc0x5gkl2prdj0rbn18h9-packages.json.drv'... Going to be running update for following packages: - python3.11-fastecdsa-2.3.2 Press Enter key to continue... Running update for: - python3.11-fastecdsa-2.3.2: UPDATING ... - python3.11-fastecdsa-2.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fastecdsa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dask, using log file: /var/log/nixpkgs-update/python311Packages.dask/2024-03-14.log python311Packages.dask 0 -> 1 attrpath: python311Packages.dask Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k4zm2kcfv4pzd0mhcpdyyj34xd23g0ym-packages.json.drv building '/nix/store/k4zm2kcfv4pzd0mhcpdyyj34xd23g0ym-packages.json.drv'... Going to be running update for following packages: - python3.11-dask-2024.1.1 Press Enter key to continue... Running update for: - python3.11-dask-2024.1.1: UPDATING ... - python3.11-dask-2024.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dask 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wavefile, using log file: /var/log/nixpkgs-update/python311Packages.wavefile/2024-03-14.log python311Packages.wavefile 0 -> 1 attrpath: python311Packages.wavefile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xz2nxliwrl2g49ah66icg64s2gc2rvhh-packages.json.drv building '/nix/store/xz2nxliwrl2g49ah66icg64s2gc2rvhh-packages.json.drv'... Going to be running update for following packages: - python3.11-wavefile-1.6.2 Press Enter key to continue... Running update for: - python3.11-wavefile-1.6.2: UPDATING ... - python3.11-wavefile-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wavefile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.psycopg2, using log file: /var/log/nixpkgs-update/python311Packages.psycopg2/2024-03-14.log python311Packages.psycopg2 0 -> 1 attrpath: python311Packages.psycopg2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i6c6754k8v7dkrsnxjcw5k3h2jmna5zz-packages.json.drv building '/nix/store/i6c6754k8v7dkrsnxjcw5k3h2jmna5zz-packages.json.drv'... Going to be running update for following packages: - python3.11-psycopg2-2.9.9 Press Enter key to continue... Running update for: - python3.11-psycopg2-2.9.9: UPDATING ... - python3.11-psycopg2-2.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.psycopg2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmediaart, using log file: /var/log/nixpkgs-update/libmediaart/2024-03-14.log libmediaart 0 -> 1 attrpath: libmediaart Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libmediaart 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-configuration, using log file: /var/log/nixpkgs-update/python311Packages.zope-configuration/2024-03-14.log python311Packages.zope-configuration 0 -> 1 attrpath: python311Packages.zope-configuration Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f3aig4rqxdkjfg7hr3gj47nwxqg2x8fl-packages.json.drv building '/nix/store/f3aig4rqxdkjfg7hr3gj47nwxqg2x8fl-packages.json.drv'... Going to be running update for following packages: - python3.11-zope-configuration-5.0 Press Enter key to continue... Running update for: - python3.11-zope-configuration-5.0: UPDATING ... - python3.11-zope-configuration-5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zope-configuration/default.nix b/pkgs/development/python-modules/zope-configuration/default.nix index 7a21ad79e29b..6a664daaf026 100644 --- a/pkgs/development/python-modules/zope-configuration/default.nix +++ b/pkgs/development/python-modules/zope-configuration/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "zope-configuration"; - version = "5.0"; + version = "5.0.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "zope.configuration"; inherit version; - hash = "sha256-I0tKGMcfazub9rzyJSZLrgFJrGjeoHsHLw9pmkzsJuc="; + hash = "sha256-81h36tXpmANjhdLdxGkZ6ryZjmmcBZh5ZPFxrY3ZJxs="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , setuptools , zope-i18nmessageid , zope-interface , zope-schema , pytestCheckHook , zope-testing , zope-testrunner , manuel }: buildPythonPackage rec { pname = "zope-configuration"; version = "5.0.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "zope.configuration"; inherit version; hash = "sha256-81h36tXpmANjhdLdxGkZ6ryZjmmcBZh5ZPFxrY3ZJxs="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ manuel pytestCheckHook zope-testing zope-testrunner ]; propagatedBuildInputs = [ zope-i18nmessageid zope-interface zope-schema ]; # Need to investigate how to run the tests with zope-testrunner doCheck = false; pythonImportsCheck = [ "zope.configuration" ]; pythonNamespaces = [ "zope" ]; meta = with lib; { description = "Zope Configuration Markup Language (ZCML)"; homepage = "https://github.com/zopefoundation/zope.configuration"; changelog = "https://github.com/zopefoundation/zope.configuration/blob/${version}/CHANGES.rst"; license = licenses.zpl21; maintainers = with maintainers; [ goibhniu ]; }; } [result] Failed to update python311Packages.zope-configuration 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath audiobookshelf, using log file: /var/log/nixpkgs-update/audiobookshelf/2024-03-14.log audiobookshelf 0 -> 1 attrpath: audiobookshelf Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lbmypfslqg335nnx2h00y9hfvm2qc350-packages.json.drv building '/nix/store/lbmypfslqg335nnx2h00y9hfvm2qc350-packages.json.drv'... Going to be running update for following packages: - audiobookshelf-2.8.0 Press Enter key to continue... Running update for: - audiobookshelf-2.8.0: UPDATING ... - audiobookshelf-2.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update audiobookshelf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.null, using log file: /var/log/nixpkgs-update/terraform-providers.null/2024-03-14.log terraform-providers.null 0 -> 1 attrpath: terraform-providers.null Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.null 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-common, using log file: /var/log/nixpkgs-update/aws-c-common/2024-03-14.log aws-c-common 0.9.10 -> 0.9.14 https://repology.org/project/aws-c-common/versions attrpath: aws-c-common Checking auto update branch... An auto update branch exists with message `aws-c-common: 0.9.10 -> 0.9.14`. New version is 0.9.14. An auto update branch exists with an equal or greater version [result] Failed to update aws-c-common 0.9.10 -> 0.9.14 https://repology.org/project/aws-c-common/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sockdump, using log file: /var/log/nixpkgs-update/sockdump/2024-03-14.log sockdump 0 -> 1 attrpath: sockdump Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/afr3pihvj8fs822323av2w4afzgr8i29-packages.json.drv building '/nix/store/afr3pihvj8fs822323av2w4afzgr8i29-packages.json.drv'... Going to be running update for following packages: - sockdump-unstable-2023-09-16 Press Enter key to continue... Running update for: - sockdump-unstable-2023-09-16: UPDATING ... - sockdump-unstable-2023-09-16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sockdump 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hiawatha, using log file: /var/log/nixpkgs-update/hiawatha/2024-03-14.log hiawatha 10.11 -> 11.5 https://repology.org/project/hiawatha/versions attrpath: hiawatha Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - hiawatha: 10.11 -> 11.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/282936" [result] Failed to update hiawatha 10.11 -> 11.5 https://repology.org/project/hiawatha/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xmlrpc_c, using log file: /var/log/nixpkgs-update/xmlrpc_c/2024-03-14.log xmlrpc_c 1.51.07 -> 1.51.08 https://repology.org/project/xmlrpc-c/versions attrpath: xmlrpc_c 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/rjsjk2gygfbiiv3fb772fyzyn12s9sy9-xmlrpc-c-1.51.08.tgz.drv building '/nix/store/rjsjk2gygfbiiv3fb772fyzyn12s9sy9-xmlrpc-c-1.51.08.tgz.drv'... trying https://downloads.sourceforge.net/xmlrpc-c/xmlrpc-c-1.51.08.tgz % 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz % 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 980 0 --:--:-- --:--:-- --:--:-- 985 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-c-1.51.08.tgz % 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 311 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz % 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 xmlrpc-c-1.51.08.tgz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'xmlrpc_c.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/rjsjk2gygfbiiv3fb772fyzyn12s9sy9-xmlrpc-c-1.51.08.tgz.drv /nix/store/bqvrm8s3jycj3sa6si9ddpwdvy0iybyq-xmlrpc-c-1.51.08.drv building '/nix/store/rjsjk2gygfbiiv3fb772fyzyn12s9sy9-xmlrpc-c-1.51.08.tgz.drv'... trying https://downloads.sourceforge.net/xmlrpc-c/xmlrpc-c-1.51.08.tgz % 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz % 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz % 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz % 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 311 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz % 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 xmlrpc-c-1.51.08.tgz from any mirror error: builder for '/nix/store/rjsjk2gygfbiiv3fb772fyzyn12s9sy9-xmlrpc-c-1.51.08.tgz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-c-1.51.08.tgz > % 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 311 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/xmlrpc-c/xmlrpc-c-1.51.08.tgz > % 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 xmlrpc-c-1.51.08.tgz from any mirror For full logs, run 'nix log /nix/store/rjsjk2gygfbiiv3fb772fyzyn12s9sy9-xmlrpc-c-1.51.08.tgz.drv'. error: 1 dependencies of derivation '/nix/store/bqvrm8s3jycj3sa6si9ddpwdvy0iybyq-xmlrpc-c-1.51.08.drv' failed to build [result] Failed to update xmlrpc_c 1.51.07 -> 1.51.08 https://repology.org/project/xmlrpc-c/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-model-utils, using log file: /var/log/nixpkgs-update/python311Packages.django-model-utils/2024-03-14.log python311Packages.django-model-utils 0 -> 1 attrpath: python311Packages.django-model-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/556lvwhls43famf2hrxl9sbc98vq6nrj-packages.json.drv building '/nix/store/556lvwhls43famf2hrxl9sbc98vq6nrj-packages.json.drv'... Going to be running update for following packages: - python3.11-django-model-utils-4.4.0 Press Enter key to continue... Running update for: - python3.11-django-model-utils-4.4.0: UPDATING ... - python3.11-django-model-utils-4.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-model-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath redoc-cli, using log file: /var/log/nixpkgs-update/redoc-cli/2024-03-14.log redoc-cli 0.13.21 -> 2.1.3 https://github.com/Redocly/redoc/releases attrpath: redoc-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] Hashes equal; no update necessary [result] Failed to update redoc-cli 0.13.21 -> 2.1.3 https://github.com/Redocly/redoc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiolifx, using log file: /var/log/nixpkgs-update/python311Packages.aiolifx/2024-03-14.log python311Packages.aiolifx 0 -> 1 attrpath: python311Packages.aiolifx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0v8k44r9vb250lv2pmq4lpdhmrawgsv7-packages.json.drv building '/nix/store/0v8k44r9vb250lv2pmq4lpdhmrawgsv7-packages.json.drv'... Going to be running update for following packages: - python3.11-aiolifx-1.0.1 Press Enter key to continue... Running update for: - python3.11-aiolifx-1.0.1: UPDATING ... - python3.11-aiolifx-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiolifx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uncertainties, using log file: /var/log/nixpkgs-update/python311Packages.uncertainties/2024-03-14.log python311Packages.uncertainties 0 -> 1 attrpath: python311Packages.uncertainties Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zimx2q1cri15x5k4ji69fa0r0i04fjk5-packages.json.drv building '/nix/store/zimx2q1cri15x5k4ji69fa0r0i04fjk5-packages.json.drv'... Going to be running update for following packages: - python3.11-uncertainties-3.1.7 Press Enter key to continue... Running update for: - python3.11-uncertainties-3.1.7: UPDATING ... - python3.11-uncertainties-3.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.uncertainties 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-committers, using log file: /var/log/nixpkgs-update/eclipses.eclipse-committers/2024-03-14.log eclipses.eclipse-committers 4.30 -> 2021-09-R https://repology.org/project/eclipse-committers/versions attrpath: eclipses.eclipse-committers 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-committers 4.30 -> 2021-09-R https://repology.org/project/eclipse-committers/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BiocBaseUtils, using log file: /var/log/nixpkgs-update/rPackages.BiocBaseUtils/2024-03-14.log rPackages.BiocBaseUtils 1.4.0 -> 1.5.0 https://repology.org/project/r:biocbaseutils/versions attrpath: rPackages.BiocBaseUtils Checking auto update branch... No auto update branch exists Old version 1.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.BiocBaseUtils 1.4.0 -> 1.5.0 https://repology.org/project/r:biocbaseutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.timeago, using log file: /var/log/nixpkgs-update/python311Packages.timeago/2024-03-14.log python311Packages.timeago 0 -> 1 attrpath: python311Packages.timeago Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sj38pa0k5wl59qmwy7khls38pgqpzkp6-packages.json.drv building '/nix/store/sj38pa0k5wl59qmwy7khls38pgqpzkp6-packages.json.drv'... Going to be running update for following packages: - python3.11-timeago-1.0.16 Press Enter key to continue... Running update for: - python3.11-timeago-1.0.16: UPDATING ... - python3.11-timeago-1.0.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.timeago 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath go-tools, using log file: /var/log/nixpkgs-update/go-tools/2024-03-14.log go-tools 2023.1.7 -> 0.19.0 https://repology.org/project/go:tools/versions attrpath: go-tools Checking auto update branch... No auto update branch exists 0.19.0 is not newer than 2023.1.7 according to Nix; versionComparison: -1 [result] Failed to update go-tools 2023.1.7 -> 0.19.0 https://repology.org/project/go: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 ibus-engines.table-chinese, using log file: /var/log/nixpkgs-update/ibus-engines.table-chinese/2024-03-14.log ibus-engines.table-chinese 1.8.2 -> 1.8.12 https://repology.org/project/ibus-table-chinese/versions attrpath: ibus-engines.table-chinese 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 ibus-engines.table-chinese 1.8.2 -> 1.8.12 https://repology.org/project/ibus-table-chinese/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.olsrr, using log file: /var/log/nixpkgs-update/rPackages.olsrr/2024-03-14.log rPackages.olsrr 0.5.3 -> 0.6.0 https://repology.org/project/r:olsrr/versions attrpath: rPackages.olsrr Checking auto update branch... No auto update branch exists Old version 0.5.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.olsrr 0.5.3 -> 0.6.0 https://repology.org/project/r:olsrr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.xpadneo, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.xpadneo/2024-03-14.log linuxKernel.packages.linux_4_19.xpadneo 0 -> 1 attrpath: linuxKernel.packages.linux_4_19.xpadneo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j9cyb4p9kzvamzajdldz9g6kyxiy9qjk-packages.json.drv building '/nix/store/j9cyb4p9kzvamzajdldz9g6kyxiy9qjk-packages.json.drv'... Going to be running update for following packages: - xpadneo-0.9.6 Press Enter key to continue... Running update for: - xpadneo-0.9.6: UPDATING ... - xpadneo-0.9.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update linuxKernel.packages.linux_4_19.xpadneo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jogl, using log file: /var/log/nixpkgs-update/jogl/2024-03-14.log jogl 2.4.0 -> 2.5.0 https://repology.org/project/java:jogl/versions attrpath: jogl 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 jogl 2.4.0 -> 2.5.0 https://repology.org/project/java:jogl/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.polyline, using log file: /var/log/nixpkgs-update/python312Packages.polyline/2024-03-14.log python312Packages.polyline 2.0.1 -> 2.0.2 https://repology.org/project/python:polyline/versions attrpath: python312Packages.polyline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hbaxmlz7d08bhxmy0ddvrbsv4lzhps3l-packages.json.drv building '/nix/store/hbaxmlz7d08bhxmy0ddvrbsv4lzhps3l-packages.json.drv'... Going to be running update for following packages: - python3.12-polyline-2.0.1 Press Enter key to continue... Running update for: - python3.12-polyline-2.0.1: UPDATING ... - python3.12-polyline-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.polyline 2.0.1 -> 2.0.2 https://repology.org/project/python:polyline/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.string-interpolate, using log file: /var/log/nixpkgs-update/haskellPackages.string-interpolate/2024-03-14.log haskellPackages.string-interpolate 0.3.2.1 -> 0.3.3.0 https://repology.org/project/haskell:string-interpolate/versions attrpath: haskellPackages.string-interpolate Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.string-interpolate 0.3.2.1 -> 0.3.3.0 https://repology.org/project/haskell:string-interpolate/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath risor, using log file: /var/log/nixpkgs-update/risor/2024-03-14.log risor 1.3.2 -> 1.5.0 https://github.com/risor-io/risor/releases attrpath: risor 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-0NYvZhVkDX6WlKN4QFXyrNnEy0sjUQ1Us+iNEPIgNX0=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'risor.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/wp43j329b17ma95ripka53fdpc2w1fml-risor-1.5.0-go-modules.drv /nix/store/qsknvxzmzzf3d3sd25jf7v4n53zm6hbm-risor-1.5.0.drv building '/nix/store/wp43j329b17ma95ripka53fdpc2w1fml-risor-1.5.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/wr1fwna18ymy7dabd8vx8rj9kcwflcyl-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.work requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/wp43j329b17ma95ripka53fdpc2w1fml-risor-1.5.0-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/wr1fwna18ymy7dabd8vx8rj9kcwflcyl-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.work requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/wp43j329b17ma95ripka53fdpc2w1fml-risor-1.5.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/qsknvxzmzzf3d3sd25jf7v4n53zm6hbm-risor-1.5.0.drv' failed to build [result] Failed to update risor 1.3.2 -> 1.5.0 https://github.com/risor-io/risor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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-14.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-14.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 python311Packages.mdformat, using log file: /var/log/nixpkgs-update/python311Packages.mdformat/2024-03-14.log python311Packages.mdformat 0 -> 1 attrpath: python311Packages.mdformat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7mq41hmz1r0c8fg45hq1bgdwmdbzjdvd-packages.json.drv building '/nix/store/7mq41hmz1r0c8fg45hq1bgdwmdbzjdvd-packages.json.drv'... Going to be running update for following packages: - python3.11-mdformat-0.7.17 Press Enter key to continue... Running update for: - python3.11-mdformat-0.7.17: UPDATING ... - python3.11-mdformat-0.7.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdformat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openrazer-daemon, using log file: /var/log/nixpkgs-update/openrazer-daemon/2024-03-14.log openrazer-daemon 0 -> 1 attrpath: openrazer-daemon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q1aapgd0yj1515vwhx1dgigyrd79zkdv-packages.json.drv building '/nix/store/q1aapgd0yj1515vwhx1dgigyrd79zkdv-packages.json.drv'... Going to be running update for following packages: - openrazer-daemon-3.7.0 Press Enter key to continue... Running update for: - openrazer-daemon-3.7.0: UPDATING ... - openrazer-daemon-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openrazer-daemon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath metar, using log file: /var/log/nixpkgs-update/metar/2024-03-14.log metar 2017-02-17 -> 20190227.1 https://repology.org/project/metar/versions attrpath: metar 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/metar/default.nix b/pkgs/applications/misc/metar/default.nix index d1edfb6a761f..4e666d08aff6 100644 --- a/pkgs/applications/misc/metar/default.nix +++ b/pkgs/applications/misc/metar/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation { pname = "metar"; - version = "unstable-2017-02-17"; + version = "unstable-20190227.1"; src = fetchFromGitHub { owner = "keesL"; repo = "metar"; rev = "20e9ca69faea330f6c2493b6829131c24cb55147"; - sha256 = "1fgrlnpasqf1ihh9y6zy6mzzybqx0lxvh7gmv03rjdb55dr42dxj"; + sha256 = "sha256-sjdBcitlNZkH2PUduDsFHS//fzX+G58gjMFhra6l+bk="; }; buildInputs = [ curl ]; Source url did not change. [result] Failed to update metar 2017-02-17 -> 20190227.1 https://repology.org/project/metar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath topiary, using log file: /var/log/nixpkgs-update/topiary/2024-03-14.log topiary 0 -> 1 attrpath: topiary Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9vsgq1irqdh6cscdmnl890i173py8jid-packages.json.drv building '/nix/store/9vsgq1irqdh6cscdmnl890i173py8jid-packages.json.drv'... Going to be running update for following packages: - topiary-0.3.0 Press Enter key to continue... Running update for: - topiary-0.3.0: UPDATING ... - topiary-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update topiary 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.itemdb, using log file: /var/log/nixpkgs-update/python311Packages.itemdb/2024-03-14.log python311Packages.itemdb 0 -> 1 attrpath: python311Packages.itemdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/43h51knzvszzy1zwp9s788gxzcwnwx7x-packages.json.drv building '/nix/store/43h51knzvszzy1zwp9s788gxzcwnwx7x-packages.json.drv'... Going to be running update for following packages: - python3.11-itemdb-1.1.2 Press Enter key to continue... Running update for: - python3.11-itemdb-1.1.2: UPDATING ... - python3.11-itemdb-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.itemdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fusesoc, using log file: /var/log/nixpkgs-update/fusesoc/2024-03-14.log fusesoc 0 -> 1 attrpath: fusesoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/25y5003yhz8ba4w5x5p838ip650rvik9-packages.json.drv building '/nix/store/25y5003yhz8ba4w5x5p838ip650rvik9-packages.json.drv'... Going to be running update for following packages: - python3.11-fusesoc-2.2.1 Press Enter key to continue... Running update for: - python3.11-fusesoc-2.2.1: UPDATING ... - python3.11-fusesoc-2.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/package-management/fusesoc/default.nix b/pkgs/tools/package-management/fusesoc/default.nix index 680cbc020945..26aed1ee7faa 100644 --- a/pkgs/tools/package-management/fusesoc/default.nix +++ b/pkgs/tools/package-management/fusesoc/default.nix @@ -14,11 +14,11 @@ }: buildPythonPackage rec { pname = "fusesoc"; - version = "2.2.1"; + version = "2.3"; src = fetchPypi { inherit pname version; - hash = "sha256-M36bXBgY8hR33AVDlHoH8PZJG2Bi0KOEI07IMns7R4w="; + hash = "sha256-ruYx9dDAm23jV4tw1Op+6Pe1ea1c7VWH5RzqasFsZ6E="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A fusesoc nix build failed. Executing pythonImportsCheckPhase Check whether the following modules can be imported: fusesoc @nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" } Running phase: setuptoolsCheckPhase Executing setuptoolsCheckPhase /nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) /nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/bin/python3.11: No module named pip error: Command '['/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpbkjqw_c5', '--quiet', 'jsonschema2md']' returned non-zero exit status 1. [result] Failed to update fusesoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-codebuild, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-codebuild/2024-03-14.log python312Packages.mypy-boto3-codebuild 1.34.59 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-codebuild Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b7c3rkx2dw5nrhfdfvxrs5x5r784668q-packages.json.drv building '/nix/store/b7c3rkx2dw5nrhfdfvxrs5x5r784668q-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-codebuild-1.34.59 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-codebuild-1.34.59: UPDATING ... - python3.12-mypy-boto3-codebuild-1.34.59: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-codebuild 1.34.59 -> 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.identify, using log file: /var/log/nixpkgs-update/python311Packages.identify/2024-03-14.log python311Packages.identify 0 -> 1 attrpath: python311Packages.identify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vday2kdn8v3f2fwswm4dry16d6778fnv-packages.json.drv building '/nix/store/vday2kdn8v3f2fwswm4dry16d6778fnv-packages.json.drv'... Going to be running update for following packages: - python3.11-identify-2.5.35 Press Enter key to continue... Running update for: - python3.11-identify-2.5.35: UPDATING ... - python3.11-identify-2.5.35: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.identify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sepaxml, using log file: /var/log/nixpkgs-update/python311Packages.sepaxml/2024-03-14.log python311Packages.sepaxml 0 -> 1 attrpath: python311Packages.sepaxml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y4ibras062z4cxgkic1gs9nlrxh0vq1m-packages.json.drv building '/nix/store/y4ibras062z4cxgkic1gs9nlrxh0vq1m-packages.json.drv'... Going to be running update for following packages: - python3.11-sepaxml-2.6.1 Press Enter key to continue... Running update for: - python3.11-sepaxml-2.6.1: UPDATING ... - python3.11-sepaxml-2.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sepaxml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.std2, using log file: /var/log/nixpkgs-update/python311Packages.std2/2024-03-14.log python311Packages.std2 0 -> 1 attrpath: python311Packages.std2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/saspj6kwjz491ijipjxrdsqi16jj7wyw-packages.json.drv building '/nix/store/saspj6kwjz491ijipjxrdsqi16jj7wyw-packages.json.drv'... Going to be running update for following packages: - python3.11-std2-unstable-2023-10-07 Press Enter key to continue... Running update for: - python3.11-std2-unstable-2023-10-07: UPDATING ... - python3.11-std2-unstable-2023-10-07: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.std2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioesphomeapi, using log file: /var/log/nixpkgs-update/python311Packages.aioesphomeapi/2024-03-14.log python311Packages.aioesphomeapi 0 -> 1 attrpath: python311Packages.aioesphomeapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b18wl030zvfgv0xd7wkc6p0lq5qzqncz-packages.json.drv building '/nix/store/b18wl030zvfgv0xd7wkc6p0lq5qzqncz-packages.json.drv'... Going to be running update for following packages: - python3.11-aioesphomeapi-23.0.0 Press Enter key to continue... Running update for: - python3.11-aioesphomeapi-23.0.0: UPDATING ... - python3.11-aioesphomeapi-23.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index ad3ac4f4e573..25b05ba244cf 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "aioesphomeapi"; - version = "23.0.0"; + version = "23.1.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "esphome"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-iYaRA1Jj9Ew/s/LyS6U+NZ3TsAlXdDq0DAaudgFV5/o="; + hash = "sha256-oxxX9Q+vHRytECi2ihrEOXe8g6ev9duPl2p3Zq8FuMM="; }; nativeBuildInputs = [ No auto update branch exists Old version 23.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build-system , cython_3 , setuptools # dependencies , aiohappyeyeballs , async-interrupt , async-timeout , chacha20poly1305-reuseable , cryptography , noiseprotocol , protobuf , zeroconf # tests , mock , pytest-asyncio , pytestCheckHook }: buildPythonPackage rec { pname = "aioesphomeapi"; version = "23.1.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "esphome"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-1Y2hcgvn0Msx17t1sH5N8cg2wmYo6YqFWPUqUNTNN5M="; }; nativeBuildInputs = [ setuptools cython_3 ]; propagatedBuildInputs = [ aiohappyeyeballs async-interrupt chacha20poly1305-reuseable cryptography noiseprotocol protobuf zeroconf ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; nativeCheckInputs = [ mock pytest-asyncio pytestCheckHook ]; disabledTests = [ # https://github.com/esphome/aioesphomeapi/issues/837 "test_reconnect_logic_stop_callback" ]; pythonImportsCheck = [ "aioesphomeapi" ]; meta = with lib; { description = "Python Client for ESPHome native API"; homepage = "https://github.com/esphome/aioesphomeapi"; changelog = "https://github.com/esphome/aioesphomeapi/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab hexa ]; }; } [result] Failed to update python311Packages.aioesphomeapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/s1kadbnlcz4dazix032n3wrz5x599m2h-packages.json.drv building '/nix/store/s1kadbnlcz4dazix032n3wrz5x599m2h-packages.json.drv'... Going to be running update for following packages: - python3.11-hg-git-1.1.1 Press Enter key to continue... Running update for: - python3.11-hg-git-1.1.1: UPDATING ... - python3.11-hg-git-1.1.1: 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-14.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] this derivation will be built: /nix/store/4nq763wpa9j1fd82dakrvgggch0z3y11-packages.json.drv building '/nix/store/4nq763wpa9j1fd82dakrvgggch0z3y11-packages.json.drv'... 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-14.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] this derivation will be built: /nix/store/7wq819i6gh1rf9v9zwn6mrssgn9hlnay-packages.json.drv building '/nix/store/7wq819i6gh1rf9v9zwn6mrssgn9hlnay-packages.json.drv'... 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.pylacrosse, using log file: /var/log/nixpkgs-update/python311Packages.pylacrosse/2024-03-14.log python311Packages.pylacrosse 0 -> 1 attrpath: python311Packages.pylacrosse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c14399a2ljn8ppvj1c7r72zqj56giajs-packages.json.drv building '/nix/store/c14399a2ljn8ppvj1c7r72zqj56giajs-packages.json.drv'... Going to be running update for following packages: - python3.11-pylacrosse-0.4 Press Enter key to continue... Running update for: - python3.11-pylacrosse-0.4: UPDATING ... - python3.11-pylacrosse-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylacrosse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath babelstone-han, using log file: /var/log/nixpkgs-update/babelstone-han/2024-03-14.log babelstone-han 13.0.3 -> 15.1.3 https://repology.org/project/fonts:babelstone-han/versions attrpath: babelstone-han Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update babelstone-han 13.0.3 -> 15.1.3 https://repology.org/project/fonts:babelstone-han/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iapws, using log file: /var/log/nixpkgs-update/python311Packages.iapws/2024-03-14.log python311Packages.iapws 0 -> 1 attrpath: python311Packages.iapws Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8s0b6v07hlsfrikmr71bx4vkidvqnrdf-packages.json.drv building '/nix/store/8s0b6v07hlsfrikmr71bx4vkidvqnrdf-packages.json.drv'... Going to be running update for following packages: - python3.11-iapws-1.5.3 Press Enter key to continue... Running update for: - python3.11-iapws-1.5.3: UPDATING ... - python3.11-iapws-1.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iapws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gns3-server, using log file: /var/log/nixpkgs-update/gns3-server/2024-03-14.log gns3-server 0 -> 1 attrpath: gns3-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7i2k0m0zz2x8iicrzr0h01ylibfl75j5-packages.json.drv building '/nix/store/7i2k0m0zz2x8iicrzr0h01ylibfl75j5-packages.json.drv'... Going to be running update for following packages: - gns3-server-2.2.45 Press Enter key to continue... Running update for: - gns3-server-2.2.45: UPDATING ... - gns3-server-2.2.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gns3-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 cimg, using log file: /var/log/nixpkgs-update/cimg/2024-03-14.log cimg 3.3.4 -> 3.3.5 https://repology.org/project/cimg/versions attrpath: cimg Checking auto update branch... No auto update branch exists Old version 3.3.4" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , gmic , gmic-qt }: stdenv.mkDerivation (finalAttrs: { pname = "cimg"; version = "3.3.5"; src = fetchFromGitHub { owner = "GreycLab"; repo = "CImg"; rev = "v.${finalAttrs.version}"; hash = "sha256-QdQhMEY6Zl3qdvRIeDv/12TL4HMrNJSAQ66vQymOrBU="; }; outputs = [ "out" "doc" ]; installPhase = '' runHook preInstall install -dm 755 $out/include/CImg/plugins $doc/share/doc/cimg/examples install -m 644 CImg.h $out/include/ cp -dr --no-preserve=ownership plugins/* $out/include/CImg/plugins/ cp -dr --no-preserve=ownership examples/* $doc/share/doc/cimg/examples/ cp README.txt $doc/share/doc/cimg/ runHook postInstall ''; passthru.tests = { # Needs to update them all in lockstep. inherit gmic gmic-qt; }; meta = { homepage = "http://cimg.eu/"; description = "A small, open source, C++ toolkit for image processing"; longDescription = '' CImg stands for Cool Image. It is easy to use, efficient and is intended to be a very pleasant toolbox to design image processing algorithms in C++. Due to its generic conception, it can cover a wide range of image processing applications. ''; license = lib.licenses.cecill-c; maintainers = [ lib.maintainers.AndersonTorres lib.maintainers.lilyinstarlight ]; platforms = lib.platforms.unix; }; }) [result] Failed to update cimg 3.3.4 -> 3.3.5 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-14.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-14.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 python311Packages.wagtail-modeladmin, using log file: /var/log/nixpkgs-update/python311Packages.wagtail-modeladmin/2024-03-14.log python311Packages.wagtail-modeladmin 0 -> 1 attrpath: python311Packages.wagtail-modeladmin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ba7himi75k3mi9dxwqdiqvrn9v10xlwr-packages.json.drv building '/nix/store/ba7himi75k3mi9dxwqdiqvrn9v10xlwr-packages.json.drv'... Going to be running update for following packages: - python3.11-wagtail-modeladmin-2.0.0 Press Enter key to continue... Running update for: - python3.11-wagtail-modeladmin-2.0.0: UPDATING ... - python3.11-wagtail-modeladmin-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wagtail-modeladmin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.LipidMS, using log file: /var/log/nixpkgs-update/rPackages.LipidMS/2024-03-14.log rPackages.LipidMS 3.0.3 -> 3.0.4 https://repology.org/project/r:lipidms/versions attrpath: rPackages.LipidMS Checking auto update branch... No auto update branch exists Old version 3.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.LipidMS 3.0.3 -> 3.0.4 https://repology.org/project/r:lipidms/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.OpenRepGrid_ic, using log file: /var/log/nixpkgs-update/rPackages.OpenRepGrid_ic/2024-03-14.log rPackages.OpenRepGrid_ic 0.6.1 -> 0.6.2 https://repology.org/project/r:openrepgrid.ic/versions attrpath: rPackages.OpenRepGrid_ic Checking auto update branch... No auto update branch exists Old version 0.6.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.OpenRepGrid_ic 0.6.1 -> 0.6.2 https://repology.org/project/r:openrepgrid.ic/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.fastembed, using log file: /var/log/nixpkgs-update/python312Packages.fastembed/2024-03-14.log python312Packages.fastembed 0.1.2 -> 0.2.4 https://github.com/qdrant/fastembed/releases attrpath: python312Packages.fastembed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i11zvgvwq784k81d547vh3d563cnvjcb-packages.json.drv building '/nix/store/i11zvgvwq784k81d547vh3d563cnvjcb-packages.json.drv'... Going to be running update for following packages: - python3.12-fastembed-0.1.2 Press Enter key to continue... Running update for: - python3.12-fastembed-0.1.2: UPDATING ... - python3.12-fastembed-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fastembed/default.nix b/pkgs/development/python-modules/fastembed/default.nix index 0302770761ed..4b9e572492bd 100644 --- a/pkgs/development/python-modules/fastembed/default.nix +++ b/pkgs/development/python-modules/fastembed/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "fastembed"; - version = "0.1.2"; + version = "0.2.4"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "qdrant"; repo = "fastembed"; rev = "refs/tags/v${version}"; - hash = "sha256-FW85xeRcrPL3euXcQ3dS40SapimFgpWtRu6XiIzdzSM="; + hash = "sha256-tqejvX+qPU/leupnSwHbrCQFXouyT/1CmeMd5IUxcbQ="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.1.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , huggingface-hub , pythonOlder , pythonRelaxDepsHook , poetry-core , onnx , onnxruntime , requests , tokenizers , tqdm , pytestCheckHook }: buildPythonPackage rec { pname = "fastembed"; version = "0.2.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "qdrant"; repo = "fastembed"; rev = "refs/tags/v${version}"; hash = "sha256-ufgco5wPBG19GM99rZV7LKQqEzzCv24I8026SMz0CH4="; }; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ huggingface-hub onnx onnxruntime requests tokenizers tqdm ]; pythonImportsCheck = [ "fastembed" ]; pythonRelaxDeps = [ "huggingface-hub" ]; nativeCheckInputs = [ pytestCheckHook ]; # there is one test and it requires network doCheck = false; meta = with lib; { description = "Fast, Accurate, Lightweight Python library to make State of the Art Embedding"; homepage = "https://github.com/qdrant/fastembed"; license = licenses.asl20; maintainers = with maintainers; [ happysalada ]; }; } [result] Failed to update python312Packages.fastembed 0.1.2 -> 0.2.4 https://github.com/qdrant/fastembed/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath adrgen, using log file: /var/log/nixpkgs-update/adrgen/2024-03-14.log adrgen 0.4.0-beta -> 0.4.1 https://repology.org/project/adrgen/versions attrpath: adrgen Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - adrgen: 0.4.0-beta -> 0.4.1-beta URL "https://api.github.com/repos/NixOS/nixpkgs/issues/272863" [result] Failed to update adrgen 0.4.0-beta -> 0.4.1 https://repology.org/project/adrgen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rerun, using log file: /var/log/nixpkgs-update/rerun/2024-03-14.log rerun 0.13.0 -> 0.14.1 https://github.com/rerun-io/rerun/releases attrpath: rerun 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-sHUD/SbbGgpzNW5wqHIAtLa9QgxZTNTWdBRjxPMMueM= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rerun nix build failed.  Compiling re_sdk v0.14.1 (/build/source/crates/re_sdk)  Compiling clap v4.3.0  Compiling re_crash_handler v0.14.1 (/build/source/crates/re_crash_handler)  Compiling rerun v0.14.1 (/build/source/crates/rerun)  Compiling re_space_view_time_series v0.14.1 (/build/source/crates/re_space_view_time_series)  Compiling re_space_view_dataframe v0.14.1 (/build/source/crates/re_space_view_dataframe)  Compiling re_space_view_text_log v0.14.1 (/build/source/crates/re_space_view_text_log)  Compiling re_space_view_tensor v0.14.1 (/build/source/crates/re_space_view_tensor)  Compiling re_space_view_spatial v0.14.1 (/build/source/crates/re_space_view_spatial)  Compiling re_viewport v0.14.1 (/build/source/crates/re_viewport)  Compiling re_time_panel v0.14.1 (/build/source/crates/re_time_panel)  Compiling re_web_viewer_server v0.14.1 (/build/source/crates/re_web_viewer_server) error: couldn't read crates/re_web_viewer_server/src/../web_viewer/re_viewer.js: No such file or directory (os error 2)  --> crates/re_web_viewer_server/src/lib.rs:30:34  | 30 |  pub const VIEWER_JS: &[u8] = include_bytes!("../web_viewer/re_viewer.js");  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  |  = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) error: couldn't read crates/re_web_viewer_server/src/../web_viewer/re_viewer_bg.wasm: No such file or directory (os error 2)  --> crates/re_web_viewer_server/src/lib.rs:31:36  | 31 |  pub const VIEWER_WASM: &[u8] = include_bytes!("../web_viewer/re_viewer_bg.wasm");  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  |  = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) error: could not compile `re_web_viewer_server` (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish... [result] Failed to update rerun 0.13.0 -> 0.14.1 https://github.com/rerun-io/rerun/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath datadog-process-agent, using log file: /var/log/nixpkgs-update/datadog-process-agent/2024-03-14.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 harsh, using log file: /var/log/nixpkgs-update/harsh/2024-03-14.log harsh 0.9.1 -> 0.9.2 https://github.com/wakatara/harsh/releases attrpath: harsh 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-zjLXq64uC5iRm9uxUGDW5127z25gNSVV2qhVVXuYqY0=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'harsh.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/kdnnn9p4icwzddi9sijj4jsxpfdi6jlg-harsh-0.9.2-go-modules.drv /nix/store/dnfwa46gyqdrfi8dfdh8w81x7z5ddyp3-harsh-0.9.2.drv building '/nix/store/kdnnn9p4icwzddi9sijj4jsxpfdi6jlg-harsh-0.9.2-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/kmmwh0wvhxs2n1hayzi0pzvx43qwqfma-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/kdnnn9p4icwzddi9sijj4jsxpfdi6jlg-harsh-0.9.2-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/kmmwh0wvhxs2n1hayzi0pzvx43qwqfma-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/kdnnn9p4icwzddi9sijj4jsxpfdi6jlg-harsh-0.9.2-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/dnfwa46gyqdrfi8dfdh8w81x7z5ddyp3-harsh-0.9.2.drv' failed to build [result] Failed to update harsh 0.9.1 -> 0.9.2 https://github.com/wakatara/harsh/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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 parmetis, using log file: /var/log/nixpkgs-update/parmetis/2024-03-14.log parmetis 4.0.3 -> 20230326 https://repology.org/project/parmetis/versions attrpath: parmetis 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/rnc8mp08j7lkck0p9gi0059c7kg6cilw-parmetis-20230326.tar.gz.drv building '/nix/store/rnc8mp08j7lkck0p9gi0059c7kg6cilw-parmetis-20230326.tar.gz.drv'... trying http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-20230326.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 4863 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download parmetis-20230326.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 'parmetis.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/rnc8mp08j7lkck0p9gi0059c7kg6cilw-parmetis-20230326.tar.gz.drv /nix/store/sg6b7xybnza6mwm75snismqbnr053kzy-parmetis-20230326.drv building '/nix/store/rnc8mp08j7lkck0p9gi0059c7kg6cilw-parmetis-20230326.tar.gz.drv'... trying http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-20230326.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 4863 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download parmetis-20230326.tar.gz from any mirror error: builder for '/nix/store/rnc8mp08j7lkck0p9gi0059c7kg6cilw-parmetis-20230326.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-20230326.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 4863 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download parmetis-20230326.tar.gz from any mirror For full logs, run 'nix log /nix/store/rnc8mp08j7lkck0p9gi0059c7kg6cilw-parmetis-20230326.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/sg6b7xybnza6mwm75snismqbnr053kzy-parmetis-20230326.drv' failed to build [result] Failed to update parmetis 4.0.3 -> 20230326 https://repology.org/project/parmetis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/04advn1pr4w681ggb8bnl6qcp0mhbf06-packages.json.drv building '/nix/store/04advn1pr4w681ggb8bnl6qcp0mhbf06-packages.json.drv'... 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 ifenslave, using log file: /var/log/nixpkgs-update/ifenslave/2024-03-14.log ifenslave 1.1.0 -> 2.14 https://repology.org/project/ifenslave/versions attrpath: ifenslave 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/ddv8g31ilmnlavjrhfwpbmjp207m8065-ifenslave-2.6_2.14.orig.tar.gz.drv building '/nix/store/ddv8g31ilmnlavjrhfwpbmjp207m8065-ifenslave-2.6_2.14.orig.tar.gz.drv'... trying https://httpredir.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirrors.edge.kernel.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.de.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory trying ftp://ftp.fr.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory trying ftp://ftp.nl.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory trying ftp://ftp.ru.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.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:03 --:--:-- 0 curl: (9) Server denied you to change to the given directory trying http://archive.debian.org/debian-archive/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 264 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory error: cannot download ifenslave-2.6_2.14.orig.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 'ifenslave.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ddv8g31ilmnlavjrhfwpbmjp207m8065-ifenslave-2.6_2.14.orig.tar.gz.drv /nix/store/krfvcgd9silc9nfvannd2d6d96vgmldx-ifenslave-2.14.drv building '/nix/store/ddv8g31ilmnlavjrhfwpbmjp207m8065-ifenslave-2.6_2.14.orig.tar.gz.drv'... trying https://httpredir.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirrors.edge.kernel.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.de.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory trying ftp://ftp.fr.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory trying ftp://ftp.nl.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory trying ftp://ftp.ru.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory trying http://archive.debian.org/debian-archive/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 264 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory error: cannot download ifenslave-2.6_2.14.orig.tar.gz from any mirror error: builder for '/nix/store/ddv8g31ilmnlavjrhfwpbmjp207m8065-ifenslave-2.6_2.14.orig.tar.gz.drv' failed with exit code 1; last 25 log lines: > > trying ftp://ftp.nl.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (9) Server denied you to change to the given directory > > trying ftp://ftp.ru.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (9) Server denied you to change to the given directory > > trying http://archive.debian.org/debian-archive/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 264 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (9) Server denied you to change to the given directory > error: cannot download ifenslave-2.6_2.14.orig.tar.gz from any mirror For full logs, run 'nix log /nix/store/ddv8g31ilmnlavjrhfwpbmjp207m8065-ifenslave-2.6_2.14.orig.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/krfvcgd9silc9nfvannd2d6d96vgmldx-ifenslave-2.14.drv' failed to build [result] Failed to update ifenslave 1.1.0 -> 2.14 https://repology.org/project/ifenslave/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.llvm.libcxx, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.libcxx/2024-03-14.log rocmPackages.llvm.libcxx 0 -> 1 attrpath: rocmPackages.llvm.libcxx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/89q8hx2k2d10g4gv00crfa9vp4ixb5z6-update.sh.drv /nix/store/kj3511dsgwrdj863kx3kp4rc2zz4sn99-packages.json.drv building '/nix/store/89q8hx2k2d10g4gv00crfa9vp4ixb5z6-update.sh.drv'... building '/nix/store/kj3511dsgwrdj863kx3kp4rc2zz4sn99-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-libcxx-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-libcxx-5.7.1: UPDATING ... - rocm-llvm-libcxx-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-libcxx-5.7.1 ---------------------- 'rocmPackages_5.llvm.libcxx' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.libcxx'. --- SHOWING ERROR LOG FOR rocm-llvm-libcxx-5.7.1 ---------------------- The update script for rocm-llvm-libcxx-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.libcxx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.thorlabspm100, using log file: /var/log/nixpkgs-update/python311Packages.thorlabspm100/2024-03-14.log python311Packages.thorlabspm100 0 -> 1 attrpath: python311Packages.thorlabspm100 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0bsi9sq087ncw1pssgadg6wxak4q9bwz-packages.json.drv building '/nix/store/0bsi9sq087ncw1pssgadg6wxak4q9bwz-packages.json.drv'... Going to be running update for following packages: - python3.11-thorlabspm100-1.2.2 Press Enter key to continue... Running update for: - python3.11-thorlabspm100-1.2.2: UPDATING ... - python3.11-thorlabspm100-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.thorlabspm100 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.switchboard-plug-display, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-display/2024-03-14.log pantheon.switchboard-plug-display 0 -> 1 attrpath: pantheon.switchboard-plug-display Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ixmqpny75k81psbyn87v3338mvym04ag-packages.json.drv building '/nix/store/ixmqpny75k81psbyn87v3338mvym04ag-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-display-7.0.0 Press Enter key to continue... Running update for: - switchboard-plug-display-7.0.0: UPDATING ... - switchboard-plug-display-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-display 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath db6, using log file: /var/log/nixpkgs-update/db6/2024-03-14.log db6 6.0.30 -> 18.1.40 https://repology.org/project/db/versions attrpath: db6 Checking auto update branch... No auto update branch exists Version in attr path db6 not compatible with 18.1.40 [result] Failed to update db6 6.0.30 -> 18.1.40 https://repology.org/project/db/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath profont, using log file: /var/log/nixpkgs-update/profont/2024-03-14.log profont 2019-11 -> 20040610 https://repology.org/project/profont/versions attrpath: profont Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update profont 2019-11 -> 20040610 https://repology.org/project/profont/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fail2ban, using log file: /var/log/nixpkgs-update/fail2ban/2024-03-14.log fail2ban 0 -> 1 attrpath: fail2ban Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x6nqvx909zy1g4wh1f81g231qk0qyh68-packages.json.drv building '/nix/store/x6nqvx909zy1g4wh1f81g231qk0qyh68-packages.json.drv'... Going to be running update for following packages: - fail2ban-1.0.2 Press Enter key to continue... Running update for: - fail2ban-1.0.2: UPDATING ... - fail2ban-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fail2ban 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httplib2, using log file: /var/log/nixpkgs-update/python311Packages.httplib2/2024-03-14.log python311Packages.httplib2 0 -> 1 attrpath: python311Packages.httplib2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iqpa3xd46q0msmpmkfc0calhazwwvvcz-packages.json.drv building '/nix/store/iqpa3xd46q0msmpmkfc0calhazwwvvcz-packages.json.drv'... Going to be running update for following packages: - python3.11-httplib2-0.22.0 Press Enter key to continue... Running update for: - python3.11-httplib2-0.22.0: UPDATING ... - python3.11-httplib2-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httplib2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lollypop, using log file: /var/log/nixpkgs-update/lollypop/2024-03-14.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 this derivation will be built: /nix/store/b7xvs5lciiz21kc8a8m0j32hc5rbnvp8-packages.json.drv building '/nix/store/b7xvs5lciiz21kc8a8m0j32hc5rbnvp8-packages.json.drv'... 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/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR 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 pidginPackages.purple-facebook, using log file: /var/log/nixpkgs-update/pidginPackages.purple-facebook/2024-03-14.log pidginPackages.purple-facebook 0.9.5 -> 0.9.6 https://github.com/dequis/purple-facebook/releases attrpath: pidginPackages.purple-facebook Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update pidginPackages.purple-facebook 0.9.5 -> 0.9.6 https://github.com/dequis/purple-facebook/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypoint, using log file: /var/log/nixpkgs-update/python311Packages.pypoint/2024-03-14.log python311Packages.pypoint 0 -> 1 attrpath: python311Packages.pypoint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3ysf63a2p5i9sgjzv2d1lvyvnyf95q49-packages.json.drv building '/nix/store/3ysf63a2p5i9sgjzv2d1lvyvnyf95q49-packages.json.drv'... Going to be running update for following packages: - python3.11-pypoint-2.3.2 Press Enter key to continue... Running update for: - python3.11-pypoint-2.3.2: UPDATING ... - python3.11-pypoint-2.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypoint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flashfocus, using log file: /var/log/nixpkgs-update/flashfocus/2024-03-14.log flashfocus 0 -> 1 attrpath: flashfocus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d8n8w61vkrzdy0d5cpj2khzm3b0jmwpn-packages.json.drv building '/nix/store/d8n8w61vkrzdy0d5cpj2khzm3b0jmwpn-packages.json.drv'... Going to be running update for following packages: - flashfocus-2.4.1 Press Enter key to continue... Running update for: - flashfocus-2.4.1: UPDATING ... - flashfocus-2.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update flashfocus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sounddevice, using log file: /var/log/nixpkgs-update/python311Packages.sounddevice/2024-03-14.log python311Packages.sounddevice 0 -> 1 attrpath: python311Packages.sounddevice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bayd2yxa1fkp7yjqsnb3knllk0kkr7g6-packages.json.drv building '/nix/store/bayd2yxa1fkp7yjqsnb3knllk0kkr7g6-packages.json.drv'... Going to be running update for following packages: - python3.11-sounddevice-0.4.6 Press Enter key to continue... Running update for: - python3.11-sounddevice-0.4.6: UPDATING ... - python3.11-sounddevice-0.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sounddevice 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webthing-ws, using log file: /var/log/nixpkgs-update/python311Packages.webthing-ws/2024-03-14.log python311Packages.webthing-ws 0 -> 1 attrpath: python311Packages.webthing-ws Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cswqka1dg6gzqk57wn9wlnyh8ii5hmxp-packages.json.drv building '/nix/store/cswqka1dg6gzqk57wn9wlnyh8ii5hmxp-packages.json.drv'... Going to be running update for following packages: - python3.11-webthing-ws-0.2.0 Press Enter key to continue... Running update for: - python3.11-webthing-ws-0.2.0: UPDATING ... - python3.11-webthing-ws-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webthing-ws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yosys-synlig, using log file: /var/log/nixpkgs-update/yosys-synlig/2024-03-14.log yosys-synlig 2023-11-28 -> 2024-01-23-fe8f61f https://github.com/chipsalliance/synlig/releases attrpath: yosys-synlig Checking auto update branch... No auto update branch exists Old version 2023-11-28" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , fetchpatch , pkg-config , antlr4 , capnproto , readline , surelog , uhdm , yosys }: stdenv.mkDerivation (finalAttrs: { pname = "yosys-synlig"; plugin = "synlig"; # The module has automatic regular releases, with date + short git hash GIT_VERSION = "2023-11-28-b8ed72d"; # Derive our package version from GIT_VERSION, remove hash, just keep date. version = builtins.concatStringsSep "-" ( lib.take 3 (builtins.splitVersion finalAttrs.GIT_VERSION)); src = fetchFromGitHub { owner = "chipsalliance"; repo = "synlig"; rev = "${finalAttrs.GIT_VERSION}"; hash = "sha256-jdA3PBodecqriGWU/BzWtQ5gyu62pZHv+1NvFrwsTTk="; fetchSubmodules = false; # we use all dependencies from nix }; patches = [ (fetchpatch { # Fixes https://github.com/chipsalliance/synlig/issues/2299 name = "make-compile-for-yosys-0.37.patch"; url = "https://github.com/chipsalliance/synlig/commit/3dd46d4769c20b6dd1163310f8e56560b351a211.patch"; hash = "sha256-OP/2HA/Ukt6o5aKgoBk19P6T/33btU/x6VnoIVXct1g="; }) ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ antlr4.runtime.cpp capnproto readline surelog uhdm yosys ]; buildPhase = '' runHook preBuild # Remove assumptions that submodules are available. rm -f third_party/Build.*.mk # Create a stub makefile include that delegates the parameter-gathering # to yosys-config cat > third_party/Build.yosys.mk << "EOF" t := yosys ts := ''$(call GetTargetStructName,''${t}) ''${ts}.src_dir := ''$(shell yosys-config --datdir/include) ''${ts}.mod_dir := ''${TOP_DIR}third_party/yosys_mod/ EOF make -j $NIX_BUILD_CORES build@systemverilog-plugin \ LDFLAGS="''$(yosys-config --ldflags --ldlibs)" runHook postBuild ''; # Check that the plugin can be loaded successfully and parse simple file. doCheck = true; checkPhase = '' runHook preCheck echo "module litmustest(); endmodule;" > litmustest.sv yosys -p "plugin -i build/release/systemverilog-plugin/systemverilog.so;\ read_systemverilog litmustest.sv" runHook postCheck ''; installPhase = '' runHook preInstall mkdir -p $out/share/yosys/plugins cp ./build/release/systemverilog-plugin/systemverilog.so \ $out/share/yosys/plugins/systemverilog.so runHook postInstall ''; meta = with lib; { description = "SystemVerilog support plugin for Yosys"; homepage = "https://github.com/chipsalliance/synlig"; license = licenses.asl20; maintainers = with maintainers; [ hzeller ]; platforms = platforms.all; }; }) [result] Failed to update yosys-synlig 2023-11-28 -> 2024-01-23-fe8f61f https://github.com/chipsalliance/synlig/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath boulder, using log file: /var/log/nixpkgs-update/boulder/2024-03-14.log boulder 2022-09-29 -> 2024-03-12 https://github.com/letsencrypt/boulder/releases attrpath: boulder Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = null build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'boulder.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/rbrgnpj56m6vbg1x1xixjdryb9syk80d-boulder-2024-03-12-go-modules.drv /nix/store/7cmgafl4bb915lc27qqlxb49941bf60g-boulder-2024-03-12.drv building '/nix/store/rbrgnpj56m6vbg1x1xixjdryb9syk80d-boulder-2024-03-12-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/fmajf263p13cjjadvl3nli797hbqxzsc-source source root is source Running phase: patchPhase applying patch /nix/store/qr2qyg9mwag9znk89y8xqdf2ivr2ah63-no-build-id-test.patch patching file core/util_test.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 core/util_test.go.rej error: builder for '/nix/store/rbrgnpj56m6vbg1x1xixjdryb9syk80d-boulder-2024-03-12-go-modules.drv' failed with exit code 1; last 10 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/fmajf263p13cjjadvl3nli797hbqxzsc-source > source root is source > Running phase: patchPhase > applying patch /nix/store/qr2qyg9mwag9znk89y8xqdf2ivr2ah63-no-build-id-test.patch > patching file core/util_test.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 core/util_test.go.rej For full logs, run 'nix log /nix/store/rbrgnpj56m6vbg1x1xixjdryb9syk80d-boulder-2024-03-12-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/7cmgafl4bb915lc27qqlxb49941bf60g-boulder-2024-03-12.drv' failed to build [result] Failed to update boulder 2022-09-29 -> 2024-03-12 https://github.com/letsencrypt/boulder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath neard, using log file: /var/log/nixpkgs-update/neard/2024-03-14.log neard 0.18 -> 0.19 https://repology.org/project/neard/versions attrpath: neard 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/neard/default.nix b/pkgs/servers/neard/default.nix index a62746700968..83e8e967d1da 100644 --- a/pkgs/servers/neard/default.nix +++ b/pkgs/servers/neard/default.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "neard"; - version = "0.18"; + version = "0.19"; outputs = [ "out" "dev" ]; src = fetchurl { url = "https://git.kernel.org/pub/scm/network/nfc/neard.git/snapshot/neard-${version}.tar.gz"; - sha256 = "wBPjEVMV4uEdFrXw8cjOmvvNuiaACq2RJF/ZtKXck4s="; + sha256 = "sha256-Epu/aUiP21mdSANWdllB8RHXeZSV0NZAlbJeiTxNK+c="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update neard 0.18 -> 0.19 https://repology.org/project/neard/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.validate-email, using log file: /var/log/nixpkgs-update/python311Packages.validate-email/2024-03-14.log python311Packages.validate-email 0 -> 1 attrpath: python311Packages.validate-email Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8sadz3r9vdzq0vij803pi3byx45ngwch-packages.json.drv building '/nix/store/8sadz3r9vdzq0vij803pi3byx45ngwch-packages.json.drv'... Going to be running update for following packages: - python3.11-validate-email-1.3 Press Enter key to continue... Running update for: - python3.11-validate-email-1.3: UPDATING ... - python3.11-validate-email-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.validate-email 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.markdown2, using log file: /var/log/nixpkgs-update/python311Packages.markdown2/2024-03-14.log python311Packages.markdown2 0 -> 1 attrpath: python311Packages.markdown2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2gji9gpqv284r3czrqkisw0fbmrgj6gy-packages.json.drv building '/nix/store/2gji9gpqv284r3czrqkisw0fbmrgj6gy-packages.json.drv'... Going to be running update for following packages: - python3.11-markdown2-2.4.10 Press Enter key to continue... Running update for: - python3.11-markdown2-2.4.10: UPDATING ... - python3.11-markdown2-2.4.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.markdown2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.amaranth-soc, using log file: /var/log/nixpkgs-update/python311Packages.amaranth-soc/2024-03-14.log python311Packages.amaranth-soc 0 -> 1 attrpath: python311Packages.amaranth-soc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/26whwhh53zcx4sjai8pbp8jqw3rv1ha4-packages.json.drv building '/nix/store/26whwhh53zcx4sjai8pbp8jqw3rv1ha4-packages.json.drv'... Going to be running update for following packages: - python3.11-amaranth-soc-0-unstable-2024-02-16 Press Enter key to continue... Running update for: - python3.11-amaranth-soc-0-unstable-2024-02-16: UPDATING ... - python3.11-amaranth-soc-0-unstable-2024-02-16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.amaranth-soc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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 saxon-he, using log file: /var/log/nixpkgs-update/saxon-he/2024-03-14.log saxon-he 11.5 -> 12.4 https://repology.org/project/saxon/versions attrpath: saxon-he Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - saxon-he: 11.5 -> 12.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289490" [result] Failed to update saxon-he 11.5 -> 12.4 https://repology.org/project/saxon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simplepush, using log file: /var/log/nixpkgs-update/python311Packages.simplepush/2024-03-14.log python311Packages.simplepush 0 -> 1 attrpath: python311Packages.simplepush Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5lydipxkaknwqr1mchqs1k8xwfi9q7sz-packages.json.drv building '/nix/store/5lydipxkaknwqr1mchqs1k8xwfi9q7sz-packages.json.drv'... Going to be running update for following packages: - python3.11-simplepush-2.2.3 Press Enter key to continue... Running update for: - python3.11-simplepush-2.2.3: UPDATING ... - python3.11-simplepush-2.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simplepush 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] this derivation will be built: /nix/store/3fi1vf9v6d634kqr4xd7g1rl9q8jmllb-packages.json.drv building '/nix/store/3fi1vf9v6d634kqr4xd7g1rl9q8jmllb-packages.json.drv'... Going to be running update for following packages: - python3.11-buildbot-www-3.11.1 Press Enter key to continue... Running update for: - python3.11-buildbot-www-3.11.1: UPDATING ... - python3.11-buildbot-www-3.11.1: 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 python311Packages.aiofile, using log file: /var/log/nixpkgs-update/python311Packages.aiofile/2024-03-14.log python311Packages.aiofile 0 -> 1 attrpath: python311Packages.aiofile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j6x8kn1fcry6g4hdjzypsbwir3qfxpfd-packages.json.drv building '/nix/store/j6x8kn1fcry6g4hdjzypsbwir3qfxpfd-packages.json.drv'... Going to be running update for following packages: - python3.11-aiofile-3.8.6 Press Enter key to continue... Running update for: - python3.11-aiofile-3.8.6: UPDATING ... - python3.11-aiofile-3.8.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiofile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsnark, using log file: /var/log/nixpkgs-update/libsnark/2024-03-14.log libsnark 2018-01-15 -> 20140603 https://repology.org/project/libsnark/versions attrpath: libsnark 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/q45avw99y07ssxyhwja70limmysvm5nj-source.drv building '/nix/store/q45avw99y07ssxyhwja70limmysvm5nj-source.drv'... exporting https://github.com/scipr-lab/libsnark.git (rev 9e6b19ff15bc19fba5da1707ba18e7f160e5ed07) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ remote: Enumerating objects: 476, done. remote: Counting objects: 100% (476/476), done. remote: Compressing objects: 100% (416/416), done. remote: Total 476 (delta 147), reused 165 (delta 51), pack-reused 0 Receiving objects: 100% (476/476), 457.79 KiB | 3.27 MiB/s, done. Resolving deltas: 100% (147/147), done. From https://github.com/scipr-lab/libsnark * branch 9e6b19ff15bc19fba5da1707ba18e7f160e5ed07 -> FETCH_HEAD Switched to a new branch 'fetchgit' Submodule 'depends/ate-pairing' (git://github.com/herumi/ate-pairing.git) registered for path 'depends/ate-pairing' Submodule 'depends/gtest' (git://github.com/google/googletest.git) registered for path 'depends/gtest' Submodule 'depends/libff' (https://github.com/scipr-lab/libff.git) registered for path 'depends/libff' Submodule 'depends/libfqfft' (https://github.com/scipr-lab/libfqfft.git) registered for path 'depends/libfqfft' Submodule 'depends/libsnark-supercop' (git://github.com/mbbarbosa/libsnark-supercop.git) registered for path 'depends/libsnark-supercop' Submodule 'depends/xbyak' (git://github.com/herumi/xbyak.git) registered for path 'depends/xbyak' Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/ate-pairing.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing' failed Failed to clone 'depends/ate-pairing'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libfqfft'... remote: Enumerating objects: 488, done. remote: Counting objects: 100% (488/488), done. remote: Compressing objects: 100% (452/452), done. remote: Total 488 (delta 40), reused 442 (delta 32), pack-reused 0 Receiving objects: 100% (488/488), 109.17 KiB | 1.65 MiB/s, done. Resolving deltas: 100% (40/40), done. Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libff'... remote: Enumerating objects: 194, done. remote: Counting objects: 100% (194/194), done. remote: Compressing objects: 100% (176/176), done. remote: Total 194 (delta 74), reused 60 (delta 13), pack-reused 0 Receiving objects: 100% (194/194), 200.54 KiB | 1.82 MiB/s, done. Resolving deltas: 100% (74/74), done. Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed Failed to clone 'depends/xbyak'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed Failed to clone 'depends/xbyak' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/google/googletest.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest' failed Failed to clone 'depends/gtest'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/mbbarbosa/libsnark-supercop.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop' failed Failed to clone 'depends/libsnark-supercop'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/mbbarbosa/libsnark-supercop.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop' failed Failed to clone 'depends/libsnark-supercop' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/ate-pairing.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing' failed Failed to clone 'depends/ate-pairing' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/google/googletest.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest' failed Failed to clone 'depends/gtest' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/ate-pairing.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing' failed Failed to clone 'depends/ate-pairing'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/google/googletest.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest' failed Failed to clone 'depends/gtest'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed Failed to clone 'depends/xbyak'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/google/googletest.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest' failed Failed to clone 'depends/gtest' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/mbbarbosa/libsnark-supercop.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop' failed Failed to clone 'depends/libsnark-supercop'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/mbbarbosa/libsnark-supercop.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop' failed Failed to clone 'depends/libsnark-supercop' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed Failed to clone 'depends/xbyak' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/ate-pairing.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing' failed Failed to clone 'depends/ate-pairing' a second time, aborting error: builder for '/nix/store/q45avw99y07ssxyhwja70limmysvm5nj-source.drv' failed with exit code 1; last 25 log lines: > Failed to clone 'depends/gtest' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.4]: errno=Connection timed out > > fatal: clone of 'git://github.com/mbbarbosa/libsnark-supercop.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop' failed > Failed to clone 'depends/libsnark-supercop'. Retry scheduled > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/mbbarbosa/libsnark-supercop.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop' failed > Failed to clone 'depends/libsnark-supercop' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed > Failed to clone 'depends/xbyak' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/herumi/ate-pairing.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing' failed > Failed to clone 'depends/ate-pairing' a second time, aborting For full logs, run 'nix log /nix/store/q45avw99y07ssxyhwja70limmysvm5nj-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libsnark.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/q45avw99y07ssxyhwja70limmysvm5nj-source.drv /nix/store/ianbrckba6n3l4gc3r5d3dy60ka0al7w-libsnark-unstable-20140603.drv building '/nix/store/q45avw99y07ssxyhwja70limmysvm5nj-source.drv'... exporting https://github.com/scipr-lab/libsnark.git (rev 9e6b19ff15bc19fba5da1707ba18e7f160e5ed07) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ remote: Enumerating objects: 476, done. remote: Counting objects: 100% (476/476), done. remote: Compressing objects: 100% (416/416), done. remote: Total 476 (delta 147), reused 165 (delta 51), pack-reused 0 Receiving objects: 100% (476/476), 457.79 KiB | 3.55 MiB/s, done. Resolving deltas: 100% (147/147), done. From https://github.com/scipr-lab/libsnark * branch 9e6b19ff15bc19fba5da1707ba18e7f160e5ed07 -> FETCH_HEAD Switched to a new branch 'fetchgit' Submodule 'depends/ate-pairing' (git://github.com/herumi/ate-pairing.git) registered for path 'depends/ate-pairing' Submodule 'depends/gtest' (git://github.com/google/googletest.git) registered for path 'depends/gtest' Submodule 'depends/libff' (https://github.com/scipr-lab/libff.git) registered for path 'depends/libff' Submodule 'depends/libfqfft' (https://github.com/scipr-lab/libfqfft.git) registered for path 'depends/libfqfft' Submodule 'depends/libsnark-supercop' (git://github.com/mbbarbosa/libsnark-supercop.git) registered for path 'depends/libsnark-supercop' Submodule 'depends/xbyak' (git://github.com/herumi/xbyak.git) registered for path 'depends/xbyak' Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/ate-pairing.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing' failed Failed to clone 'depends/ate-pairing'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libff'... remote: Enumerating objects: 194, done. remote: Counting objects: 100% (194/194), done. remote: Compressing objects: 100% (176/176), done. remote: Total 194 (delta 74), reused 60 (delta 13), pack-reused 0 Receiving objects: 100% (194/194), 200.54 KiB | 2.33 MiB/s, done. Resolving deltas: 100% (74/74), done. Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libfqfft'... remote: Enumerating objects: 488, done. remote: Counting objects: 100% (488/488), done. remote: Compressing objects: 100% (452/452), done. remote: Total 488 (delta 40), reused 442 (delta 32), pack-reused 0 Receiving objects: 100% (488/488), 109.17 KiB | 1.73 MiB/s, done. Resolving deltas: 100% (40/40), done. Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/mbbarbosa/libsnark-supercop.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop' failed Failed to clone 'depends/libsnark-supercop'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/mbbarbosa/libsnark-supercop.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop' failed Failed to clone 'depends/libsnark-supercop' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/google/googletest.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest' failed Failed to clone 'depends/gtest'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed Failed to clone 'depends/xbyak'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/google/googletest.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest' failed Failed to clone 'depends/gtest' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/ate-pairing.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing' failed Failed to clone 'depends/ate-pairing' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed Failed to clone 'depends/xbyak' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/ate-pairing.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing' failed Failed to clone 'depends/ate-pairing'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/mbbarbosa/libsnark-supercop.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop' failed Failed to clone 'depends/libsnark-supercop'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/mbbarbosa/libsnark-supercop.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/libsnark-supercop' failed Failed to clone 'depends/libsnark-supercop' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/google/googletest.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest' failed Failed to clone 'depends/gtest'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed Failed to clone 'depends/xbyak'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/google/googletest.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest' failed Failed to clone 'depends/gtest' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/ate-pairing.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing' failed Failed to clone 'depends/ate-pairing' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed Failed to clone 'depends/xbyak' a second time, aborting error: builder for '/nix/store/q45avw99y07ssxyhwja70limmysvm5nj-source.drv' failed with exit code 1; last 25 log lines: > Failed to clone 'depends/gtest'. Retry scheduled > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed > Failed to clone 'depends/xbyak'. Retry scheduled > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/google/googletest.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/gtest' failed > Failed to clone 'depends/gtest' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/herumi/ate-pairing.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/ate-pairing' failed > Failed to clone 'depends/ate-pairing' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/herumi/xbyak.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/depends/xbyak' failed > Failed to clone 'depends/xbyak' a second time, aborting For full logs, run 'nix log /nix/store/q45avw99y07ssxyhwja70limmysvm5nj-source.drv'. error: 1 dependencies of derivation '/nix/store/ianbrckba6n3l4gc3r5d3dy60ka0al7w-libsnark-unstable-20140603.drv' failed to build [result] Failed to update libsnark 2018-01-15 -> 20140603 https://repology.org/project/libsnark/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnsenum, using log file: /var/log/nixpkgs-update/dnsenum/2024-03-14.log dnsenum 1.2.4.2 -> 1.3.1 https://repology.org/project/dnsenum/versions attrpath: dnsenum Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv building '/nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv'... trying https://github.com/fwaeytens/dnsenum/archive/1.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'dnsenum.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv /nix/store/v81zhjq6ix2yhhfpkiy8l6b6n2wa9bpp-dnsenum-1.3.1.drv these 9 paths will be fetched (0.28 MiB download, 1.37 MiB unpacked): /nix/store/rqgcfdzp15q5nr8zv480i56fqxm7gx9j-perl5.38.2-HTML-Form-6.11 /nix/store/0ij0bffbj81z77m86y656g6i8jl9yh8i-perl5.38.2-HTML-Tree-5.07 /nix/store/ha1skvmb9nfnv21mq6h8igxlbfxg9wb6-perl5.38.2-Net-DNS-1.40 /nix/store/mllcgfla2f0z7a5d8y76prd0b2hb20j9-perl5.38.2-Net-IP-1.26 /nix/store/x8cjz6av7g4sj4rqiafj2xkj3lbzp5jr-perl5.38.2-Net-Netmask-2.0002 /nix/store/p7b3b2p9qah6vgbwwzj19gljbvxzwvld-perl5.38.2-Net-Whois-IP-1.19 /nix/store/9rjl7i8jbfnzw9608asnlhxx7yv37lzf-perl5.38.2-String-Random-0.32 /nix/store/mb6lgsqza0dcv9dwkdhakzqf05d48vv7-perl5.38.2-Test-Output-1.034 /nix/store/ysmhzqa9js3ixnpgzc94d0lqsjvk1ww5-perl5.38.2-WWW-Mechanize-2.17 copying path '/nix/store/x8cjz6av7g4sj4rqiafj2xkj3lbzp5jr-perl5.38.2-Net-Netmask-2.0002' from 'https://cache.nixos.org'... copying path '/nix/store/p7b3b2p9qah6vgbwwzj19gljbvxzwvld-perl5.38.2-Net-Whois-IP-1.19' from 'https://cache.nixos.org'... copying path '/nix/store/9rjl7i8jbfnzw9608asnlhxx7yv37lzf-perl5.38.2-String-Random-0.32' from 'https://cache.nixos.org'... copying path '/nix/store/rqgcfdzp15q5nr8zv480i56fqxm7gx9j-perl5.38.2-HTML-Form-6.11' from 'https://cache.nixos.org'... copying path '/nix/store/ha1skvmb9nfnv21mq6h8igxlbfxg9wb6-perl5.38.2-Net-DNS-1.40' from 'https://cache.nixos.org'... copying path '/nix/store/mllcgfla2f0z7a5d8y76prd0b2hb20j9-perl5.38.2-Net-IP-1.26' from 'https://cache.nixos.org'... copying path '/nix/store/0ij0bffbj81z77m86y656g6i8jl9yh8i-perl5.38.2-HTML-Tree-5.07' from 'https://cache.nixos.org'... copying path '/nix/store/mb6lgsqza0dcv9dwkdhakzqf05d48vv7-perl5.38.2-Test-Output-1.034' from 'https://cache.nixos.org'... building '/nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv'... copying path '/nix/store/ysmhzqa9js3ixnpgzc94d0lqsjvk1ww5-perl5.38.2-WWW-Mechanize-2.17' from 'https://cache.nixos.org'... trying https://github.com/fwaeytens/dnsenum/archive/1.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/fwaeytens/dnsenum/archive/1.3.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv'. error: 1 dependencies of derivation '/nix/store/v81zhjq6ix2yhhfpkiy8l6b6n2wa9bpp-dnsenum-1.3.1.drv' failed to build [result] Failed to update dnsenum 1.2.4.2 -> 1.3.1 https://repology.org/project/dnsenum/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chainstream, using log file: /var/log/nixpkgs-update/python311Packages.chainstream/2024-03-14.log python311Packages.chainstream 0 -> 1 attrpath: python311Packages.chainstream Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zw0lkfijfk5cdianhyqzjr0a45bljwxx-packages.json.drv building '/nix/store/zw0lkfijfk5cdianhyqzjr0a45bljwxx-packages.json.drv'... Going to be running update for following packages: - python3.11-chainstream-1.0.1 Press Enter key to continue... Running update for: - python3.11-chainstream-1.0.1: UPDATING ... - python3.11-chainstream-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chainstream 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath prometheus-sabnzbd-exporter, using log file: /var/log/nixpkgs-update/prometheus-sabnzbd-exporter/2024-03-14.log prometheus-sabnzbd-exporter 0 -> 1 attrpath: prometheus-sabnzbd-exporter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pasca9rlx0bgdp9li72vn7dz98p556l6-packages.json.drv building '/nix/store/pasca9rlx0bgdp9li72vn7dz98p556l6-packages.json.drv'... Going to be running update for following packages: - sabnzbd_exporter-0.1.70 Press Enter key to continue... Running update for: - sabnzbd_exporter-0.1.70: UPDATING ... - sabnzbd_exporter-0.1.70: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update prometheus-sabnzbd-exporter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.agate-sql, using log file: /var/log/nixpkgs-update/python311Packages.agate-sql/2024-03-14.log python311Packages.agate-sql 0 -> 1 attrpath: python311Packages.agate-sql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a9a6i9c2rxabs9nd5kbjsywyk49101z7-packages.json.drv building '/nix/store/a9a6i9c2rxabs9nd5kbjsywyk49101z7-packages.json.drv'... Going to be running update for following packages: - python3.11-agate-sql-0.7.2 Press Enter key to continue... Running update for: - python3.11-agate-sql-0.7.2: UPDATING ... - python3.11-agate-sql-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.agate-sql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-localserver, using log file: /var/log/nixpkgs-update/python311Packages.pytest-localserver/2024-03-14.log python311Packages.pytest-localserver 0 -> 1 attrpath: python311Packages.pytest-localserver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k716annjpdm4v9g7rhf2k88vcdnnhvsi-packages.json.drv building '/nix/store/k716annjpdm4v9g7rhf2k88vcdnnhvsi-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-localserver-0.8.1 Press Enter key to continue... Running update for: - python3.11-pytest-localserver-0.8.1: UPDATING ... - python3.11-pytest-localserver-0.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-localserver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pdd, using log file: /var/log/nixpkgs-update/pdd/2024-03-14.log pdd 0 -> 1 attrpath: pdd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3k4ibsq87gakm6wjkfx7hljivl8pzxrr-packages.json.drv building '/nix/store/3k4ibsq87gakm6wjkfx7hljivl8pzxrr-packages.json.drv'... Going to be running update for following packages: - pdd-1.6 Press Enter key to continue... Running update for: - pdd-1.6: UPDATING ... - pdd-1.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/pdd/default.nix b/pkgs/tools/misc/pdd/default.nix index 2e34e94ad013..30a35e64a4dc 100644 --- a/pkgs/tools/misc/pdd/default.nix +++ b/pkgs/tools/misc/pdd/default.nix @@ -2,13 +2,13 @@ buildPythonApplication rec { pname = "pdd"; - version = "1.6"; + version = "1.7"; src = fetchFromGitHub { owner = "jarun"; repo = "pdd"; rev = "refs/tags/v${version}"; - sha256 = "sha256-Z+jUFu4VvrgWUtkXMkjspcRJ/JG81X9gc2tnDoCdrsk="; + sha256 = "sha256-jQCjqQxvJU2oYLSWpFriJIfD0EbqBx59AvRX77pX0Cg="; }; format = "other"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pdd nix build failed. @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/l8nk9zmg09awb4cw5gx9yxldyrvl27xi-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/test.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash make: Nothing to be done for 'all'. @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash PREFIX=\$\(out\) install install -m755 -d /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/bin install -m755 -d /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/man/man1 install -m755 -d /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/doc/pdd gzip -c pdd.1 > pdd.1.gz install -m755 pdd /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/bin/pdd install -m644 pdd.1.gz /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/man/man1 install -m644 README.md /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/doc/pdd rm -f pdd.1.gz install -m644 auto-completion/bash/pdd.bash /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/bash-completion/compilations/pdd install: cannot create regular file '/nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/bash-completion/compilations/pdd': No such file or directory make: *** [Makefile:25: install-bash-completion] Error 1 [result] Failed to update pdd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-simple-hipchat, using log file: /var/log/nixpkgs-update/python311Packages.python-simple-hipchat/2024-03-14.log python311Packages.python-simple-hipchat 0 -> 1 attrpath: python311Packages.python-simple-hipchat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k5rsrh10hkxgnvd73nk8zx6qghi89bi1-packages.json.drv building '/nix/store/k5rsrh10hkxgnvd73nk8zx6qghi89bi1-packages.json.drv'... Going to be running update for following packages: - python3.11-python-simple-hipchat-0.4.0 Press Enter key to continue... Running update for: - python3.11-python-simple-hipchat-0.4.0: UPDATING ... - python3.11-python-simple-hipchat-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-simple-hipchat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-wisdom, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-wisdom/2024-03-14.log python311Packages.mypy-boto3-wisdom 1.34.16 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-wisdom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cj07p6sx05l2djkb4n0gs2gwm2fnkj1m-packages.json.drv building '/nix/store/cj07p6sx05l2djkb4n0gs2gwm2fnkj1m-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-wisdom-1.34.16 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-wisdom-1.34.16: UPDATING ... - python3.11-mypy-boto3-wisdom-1.34.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-wisdom 1.34.16 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xyzservices, using log file: /var/log/nixpkgs-update/python311Packages.xyzservices/2024-03-14.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] this derivation will be built: /nix/store/qq99f78kjrll59g44xnnisabw4b5cmvi-packages.json.drv building '/nix/store/qq99f78kjrll59g44xnnisabw4b5cmvi-packages.json.drv'... 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-14.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] Success [updateScript] this derivation will be built: /nix/store/xi8acnna8hr43jdn51ad3xd7p1rb2igj-packages.json.drv building '/nix/store/xi8acnna8hr43jdn51ad3xd7p1rb2igj-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.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-14.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] this derivation will be built: /nix/store/fag7ms1blj22hnc1ls4fn8zh85an7l7h-packages.json.drv building '/nix/store/fag7ms1blj22hnc1ls4fn8zh85an7l7h-packages.json.drv'... 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-14.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] this derivation will be built: /nix/store/6c6dyln37rih4lybyrr3mijc9ybzzcxh-packages.json.drv building '/nix/store/6c6dyln37rih4lybyrr3mijc9ybzzcxh-packages.json.drv'... 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-14.log python311Packages.dissect 0 -> 1 attrpath: python311Packages.dissect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gy554yrxh7nc2cyvipxnhp4scydmwqbp-packages.json.drv building '/nix/store/gy554yrxh7nc2cyvipxnhp4scydmwqbp-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-3.13 Press Enter key to continue... Running update for: - python3.11-dissect-3.13: UPDATING ... - python3.11-dissect-3.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath micronucleus, using log file: /var/log/nixpkgs-update/micronucleus/2024-03-14.log micronucleus 2.04 -> 2.6 https://github.com/micronucleus/micronucleus/releases attrpath: micronucleus Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv building '/nix/store/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv'... trying https://github.com/micronucleus/micronucleus/archive/2.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'micronucleus.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv /nix/store/52k55fpgxqx5h0f0zppnbj7sfdcwlkrd-micronucleus-2.6.drv building '/nix/store/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv'... trying https://github.com/micronucleus/micronucleus/archive/2.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/micronucleus/micronucleus/archive/2.6.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv'. error: 1 dependencies of derivation '/nix/store/52k55fpgxqx5h0f0zppnbj7sfdcwlkrd-micronucleus-2.6.drv' failed to build [result] Failed to update micronucleus 2.04 -> 2.6 https://github.com/micronucleus/micronucleus/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.foobot-async, using log file: /var/log/nixpkgs-update/python311Packages.foobot-async/2024-03-14.log python311Packages.foobot-async 0 -> 1 attrpath: python311Packages.foobot-async Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fhprrzb5zxdpbv5dn66b2hbmllbyvccx-packages.json.drv building '/nix/store/fhprrzb5zxdpbv5dn66b2hbmllbyvccx-packages.json.drv'... Going to be running update for following packages: - python3.11-foobot-async-1.0.0 Press Enter key to continue... Running update for: - python3.11-foobot-async-1.0.0: UPDATING ... - python3.11-foobot-async-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.foobot-async 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath online-judge-template-generator, using log file: /var/log/nixpkgs-update/online-judge-template-generator/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/dan249jc6dv8d8yv0hq7f77ahviz7i67-packages.json.drv building '/nix/store/dan249jc6dv8d8yv0hq7f77ahviz7i67-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.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 razergenie, using log file: /var/log/nixpkgs-update/razergenie/2024-03-14.log razergenie 0.9.0 -> 1.1.0 https://github.com/z3ntu/RazerGenie/releases attrpath: razergenie 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/razergenie/default.nix b/pkgs/applications/misc/razergenie/default.nix index 8f78c0becaf5..3dcb41a0be67 100644 --- a/pkgs/applications/misc/razergenie/default.nix +++ b/pkgs/applications/misc/razergenie/default.nix @@ -5,7 +5,7 @@ }: let - version = "0.9.0"; + version = "1.1.0"; pname = "razergenie"; in stdenv.mkDerivation { @@ -15,7 +15,7 @@ in stdenv.mkDerivation { owner = "z3ntu"; repo = "RazerGenie"; rev = "v${version}"; - sha256 = "17xlv26q8sdbav00wdm043449pg2424l3yaf8fvkc9rrlqkv13a4"; + sha256 = "sha256-eVo3gCaKUoEZM5Zp1d+1XFu2LxdRo50GQBPy85RbxCo="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A razergenie nix build failed. got build log for 'razergenie' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ax13rswv33maa1mj1x0cr0rz9jfm7f9x-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 mesonConfigurePhase flags: --prefix=/nix/store/gwf2263vkjc4pc0f9236midb55lsrgh8-razergenie-1.1.0 --libdir=/nix/store/gwf2263vkjc4pc0f9236midb55lsrgh8-razergenie-1.1.0/lib --libexecdir=/nix/store/gwf2263vkjc4pc0f9236midb55lsrgh8-razergenie-1.1.0/libexec --bindir=/nix/store/gwf2263vkjc4pc0f9236midb55lsrgh8-razergenie-1.1.0/bin --sbindir=/nix/store/gwf2263vkjc4pc0f9236midb55lsrgh8-razergenie-1.1.0/sbin --includedir=/nix/store/gwf2263vkjc4pc0f9236midb55lsrgh8-razergenie-1.1.0/include --mandir=/nix/store/gwf2263vkjc4pc0f9236midb55lsrgh8-razergenie-1.1.0/share/man --infodir=/nix/store/gwf2263vkjc4pc0f9236midb55lsrgh8-razergenie-1.1.0/share/info --localedir=/nix/store/gwf2263vkjc4pc0f9236midb55lsrgh8-razergenie-1.1.0/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain -Denable_experimental=false -Dinclude_matrix_discovery=false The Meson build system Version: 1.3.2 Source dir: /build/source Build dir: /build/source/build Build type: native build meson.build:1:0: ERROR: Unknown options: "enable_experimental, include_matrix_discovery" A full log can be found at /build/source/build/meson-logs/meson-log.txt [result] Failed to update razergenie 0.9.0 -> 1.1.0 https://github.com/z3ntu/RazerGenie/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ta-lib, using log file: /var/log/nixpkgs-update/ta-lib/2024-03-14.log ta-lib 0.4.0 -> 0.5.0 https://repology.org/project/ta-lib/versions attrpath: ta-lib 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/4sd0rc2yvzbgamfi447wakjp5q9vvy69-source.drv building '/nix/store/4sd0rc2yvzbgamfi447wakjp5q9vvy69-source.drv'... trying https://github.com/rafa-dot-el/talib/archive/0.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 'ta-lib.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/4sd0rc2yvzbgamfi447wakjp5q9vvy69-source.drv /nix/store/axyb7iz3npmbi3kj7drqxilaxfc8wvaq-ta-lib-0.5.0.drv building '/nix/store/4sd0rc2yvzbgamfi447wakjp5q9vvy69-source.drv'... trying https://github.com/rafa-dot-el/talib/archive/0.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/4sd0rc2yvzbgamfi447wakjp5q9vvy69-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/rafa-dot-el/talib/archive/0.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/4sd0rc2yvzbgamfi447wakjp5q9vvy69-source.drv'. error: 1 dependencies of derivation '/nix/store/axyb7iz3npmbi3kj7drqxilaxfc8wvaq-ta-lib-0.5.0.drv' failed to build [result] Failed to update ta-lib 0.4.0 -> 0.5.0 https://repology.org/project/ta-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.pyatmo, using log file: /var/log/nixpkgs-update/python311Packages.pyatmo/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/s1ph0bq273vpdqk5p3vf9fc74h3gansz-packages.json.drv building '/nix/store/s1ph0bq273vpdqk5p3vf9fc74h3gansz-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.log python311Packages.pymaven-patch 0 -> 1 attrpath: python311Packages.pymaven-patch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w14qivg1pmaw4bwp1zr59qwy2y91hp1f-packages.json.drv building '/nix/store/w14qivg1pmaw4bwp1zr59qwy2y91hp1f-packages.json.drv'... Going to be running update for following packages: - python3.11-pymaven-patch-0.3.0 Press Enter key to continue... Running update for: - python3.11-pymaven-patch-0.3.0: UPDATING ... - python3.11-pymaven-patch-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymaven-patch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-securityhub, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-securityhub/2024-03-14.log python312Packages.mypy-boto3-securityhub 1.34.20 -> 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] this derivation will be built: /nix/store/ymv2f9hbrkywc13psvjfsp7bagwinwq1-packages.json.drv building '/nix/store/ymv2f9hbrkywc13psvjfsp7bagwinwq1-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-securityhub-1.34.20 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-securityhub-1.34.20: UPDATING ... - python3.12-mypy-boto3-securityhub-1.34.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-securityhub 1.34.20 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-loganalytics, using log file: /var/log/nixpkgs-update/python311Packages.azure-loganalytics/2024-03-14.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] this derivation will be built: /nix/store/s9m4vnp5mznlz2avqg4wq7bgdmn8mn1x-packages.json.drv building '/nix/store/s9m4vnp5mznlz2avqg4wq7bgdmn8mn1x-packages.json.drv'... 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.cwl-utils, using log file: /var/log/nixpkgs-update/python311Packages.cwl-utils/2024-03-14.log python311Packages.cwl-utils 0 -> 1 attrpath: python311Packages.cwl-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3l1lcaab8dg0n3yx37cjvd38lxm62rmg-packages.json.drv building '/nix/store/3l1lcaab8dg0n3yx37cjvd38lxm62rmg-packages.json.drv'... Going to be running update for following packages: - python3.11-cwl-utils-0.32 Press Enter key to continue... Running update for: - python3.11-cwl-utils-0.32: UPDATING ... - python3.11-cwl-utils-0.32: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cwl-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.psychTools, using log file: /var/log/nixpkgs-update/rPackages.psychTools/2024-03-14.log rPackages.psychTools 2.3.12 -> 2.4.2 https://repology.org/project/r:psychtools/versions attrpath: rPackages.psychTools Checking auto update branch... No auto update branch exists Old version 2.3.12" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.psychTools 2.3.12 -> 2.4.2 https://repology.org/project/r:psychtools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.euclid3, using log file: /var/log/nixpkgs-update/python311Packages.euclid3/2024-03-14.log python311Packages.euclid3 0 -> 1 attrpath: python311Packages.euclid3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vsbx8sn1sjxw4x87rsfk6ja2rpbbph9r-packages.json.drv building '/nix/store/vsbx8sn1sjxw4x87rsfk6ja2rpbbph9r-packages.json.drv'... Going to be running update for following packages: - python3.11-euclid3-0.01 Press Enter key to continue... Running update for: - python3.11-euclid3-0.01: UPDATING ... - python3.11-euclid3-0.01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.euclid3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.consul, using log file: /var/log/nixpkgs-update/python311Packages.consul/2024-03-14.log python311Packages.consul 0 -> 1 attrpath: python311Packages.consul Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a77shby9kaqzmgmsz7d53068iygad6nj-packages.json.drv building '/nix/store/a77shby9kaqzmgmsz7d53068iygad6nj-packages.json.drv'... Going to be running update for following packages: - python3.11-python-consul-1.1.0 Press Enter key to continue... Running update for: - python3.11-python-consul-1.1.0: UPDATING ... - python3.11-python-consul-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.consul 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nox, using log file: /var/log/nixpkgs-update/python311Packages.nox/2024-03-14.log python311Packages.nox 0 -> 1 attrpath: python311Packages.nox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2j846c1d7qj420q6cdmpf4anvjkr8k3p-packages.json.drv building '/nix/store/2j846c1d7qj420q6cdmpf4anvjkr8k3p-packages.json.drv'... Going to be running update for following packages: - python3.11-nox-2023.04.22 Press Enter key to continue... Running update for: - python3.11-nox-2023.04.22: UPDATING ... - python3.11-nox-2023.04.22: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nox/default.nix b/pkgs/development/python-modules/nox/default.nix index 0b6067cb1cfb..b4f376cf1fed 100644 --- a/pkgs/development/python-modules/nox/default.nix +++ b/pkgs/development/python-modules/nox/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "nox"; - version = "2023.04.22"; + version = "2024.03.02"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "wntrblm"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-WuyNp3jxIktI72zbk+1CK8xflTKrYE5evn/gVdMx+cQ="; + hash = "sha256-P86Jy/5MQnuWHelJFQ4kUCFg86Dwzx0Sm/sRonf0pZk="; }; nativeBuildInputs = [ No auto update branch exists Old version 2023.04.22" not present in staging derivation file with contents: { lib , argcomplete , buildPythonPackage , colorlog , fetchFromGitHub , hatchling , importlib-metadata , jinja2 , packaging , pytestCheckHook , pythonOlder , tox , typing-extensions , virtualenv }: buildPythonPackage rec { pname = "nox"; version = "2024.03.02"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "wntrblm"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-P86Jy/5MQnuWHelJFQ4kUCFg86Dwzx0Sm/sRonf0pZk="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ argcomplete colorlog packaging virtualenv ] ++ lib.optionals (pythonOlder "3.8") [ typing-extensions importlib-metadata ]; checkInputs = [ jinja2 tox pytestCheckHook ]; pythonImportsCheck = [ "nox" ]; disabledTestPaths = [ # AttributeError: module 'tox.config' has... "tests/test_tox_to_nox.py" ]; meta = with lib; { description = "Flexible test automation for Python"; homepage = "https://nox.thea.codes/"; changelog = "https://github.com/wntrblm/nox/blob/${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ doronbehar fab ]; }; } [result] Failed to update python311Packages.nox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mwparserfromhell, using log file: /var/log/nixpkgs-update/python311Packages.mwparserfromhell/2024-03-14.log python311Packages.mwparserfromhell 0 -> 1 attrpath: python311Packages.mwparserfromhell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pmg3h10kvgkkn2665wy98wbwc1phkg4v-packages.json.drv building '/nix/store/pmg3h10kvgkkn2665wy98wbwc1phkg4v-packages.json.drv'... Going to be running update for following packages: - python3.11-mwparserfromhell-0.6.6 Press Enter key to continue... Running update for: - python3.11-mwparserfromhell-0.6.6: UPDATING ... - python3.11-mwparserfromhell-0.6.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mwparserfromhell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.razdel, using log file: /var/log/nixpkgs-update/python311Packages.razdel/2024-03-14.log python311Packages.razdel 0 -> 1 attrpath: python311Packages.razdel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z25mb49n8higbp6fmx4mqm0v83mij4dz-packages.json.drv building '/nix/store/z25mb49n8higbp6fmx4mqm0v83mij4dz-packages.json.drv'... Going to be running update for following packages: - python3.11-razdel-0.5.0 Press Enter key to continue... Running update for: - python3.11-razdel-0.5.0: UPDATING ... - python3.11-razdel-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.razdel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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 toot, using log file: /var/log/nixpkgs-update/toot/2024-03-14.log toot 0 -> 1 attrpath: toot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jzns1ljs0bdbwxw7nvy5ndcj9b83py72-packages.json.drv building '/nix/store/jzns1ljs0bdbwxw7nvy5ndcj9b83py72-packages.json.drv'... Going to be running update for following packages: - toot-0.42.0 Press Enter key to continue... Running update for: - toot-0.42.0: UPDATING ... - toot-0.42.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update toot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.elementary-redacted-script, using log file: /var/log/nixpkgs-update/pantheon.elementary-redacted-script/2024-03-14.log pantheon.elementary-redacted-script 0 -> 1 attrpath: pantheon.elementary-redacted-script Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hfzc09l8x4dziqsn3bjf4733gv5g49dk-packages.json.drv building '/nix/store/hfzc09l8x4dziqsn3bjf4733gv5g49dk-packages.json.drv'... Going to be running update for following packages: - elementary-redacted-script-5.1.0 Press Enter key to continue... Running update for: - elementary-redacted-script-5.1.0: UPDATING ... - elementary-redacted-script-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-redacted-script 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.devolo-plc-api, using log file: /var/log/nixpkgs-update/python311Packages.devolo-plc-api/2024-03-14.log python311Packages.devolo-plc-api 0 -> 1 attrpath: python311Packages.devolo-plc-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ssiq0f8ragw390m9ap8wcy63gclrzs0c-packages.json.drv building '/nix/store/ssiq0f8ragw390m9ap8wcy63gclrzs0c-packages.json.drv'... Going to be running update for following packages: - python3.11-devolo-plc-api-1.4.1 Press Enter key to continue... Running update for: - python3.11-devolo-plc-api-1.4.1: UPDATING ... - python3.11-devolo-plc-api-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.devolo-plc-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.moto, using log file: /var/log/nixpkgs-update/python311Packages.moto/2024-03-14.log python311Packages.moto 0 -> 1 attrpath: python311Packages.moto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ya3zl046qg0kiv6np8qqais1cdsxqfi3-packages.json.drv building '/nix/store/ya3zl046qg0kiv6np8qqais1cdsxqfi3-packages.json.drv'... Going to be running update for following packages: - python3.11-moto-4.2.13 Press Enter key to continue... Running update for: - python3.11-moto-4.2.13: UPDATING ... - python3.11-moto-4.2.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/moto/default.nix b/pkgs/development/python-modules/moto/default.nix index 071b7f3ddb64..ef4b751bf1eb 100644 --- a/pkgs/development/python-modules/moto/default.nix +++ b/pkgs/development/python-modules/moto/default.nix @@ -43,14 +43,14 @@ buildPythonPackage rec { pname = "moto"; - version = "4.2.13"; + version = "5.0.3"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-Aa72pImnJcjXJb09xvcP8b7a7j4mQXUuS0cf8O3ktNc="; + hash = "sha256-BwrC7fia167ihTRIHOaOLzRMimqP7+xUJ+6g1Zm/29s="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.2.13" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build-system , setuptools # dependencies , boto3 , botocore , cryptography , jinja2 , python-dateutil , requests , responses , werkzeug , xmltodict # optional-dependencies , aws-xray-sdk , cfn-lint , flask , flask-cors , docker , graphql-core , joserfc , jsondiff , multipart , openapi-spec-validator , py-partiql-parser , pyparsing , pyyaml # tests , freezegun , pytestCheckHook , pytest-order , pytest-xdist }: buildPythonPackage rec { pname = "moto"; version = "5.0.3"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-BwrC7fia167ihTRIHOaOLzRMimqP7+xUJ+6g1Zm/29s="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ boto3 botocore cryptography requests xmltodict werkzeug python-dateutil responses jinja2 ]; passthru.optional-dependencies = { # non-exhaustive list of extras, that was cobbled together for testing all = [ aws-xray-sdk cfn-lint docker flask flask-cors graphql-core joserfc jsondiff multipart openapi-spec-validator pyparsing py-partiql-parser pyyaml setuptools ]; cognitoidp = [ joserfc ]; }; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ freezegun pytestCheckHook pytest-order pytest-xdist ] ++ passthru.optional-dependencies.all; # Some tests depend on AWS credentials environment variables to be set. env.AWS_ACCESS_KEY_ID = "ak"; env.AWS_SECRET_ACCESS_KEY = "sk"; pytestFlagsArray = [ "-m" "'not network and not requires_docker'" # Matches upstream configuration, presumably due to expensive setup/teardown. "--dist" "loadscope" # Fails at local name resolution "--deselect=tests/test_s3/test_multiple_accounts_server.py::TestAccountIdResolution::test_with_custom_request_header" "--deselect=tests/test_s3/test_server.py::test_s3_server_post_cors_multiple_origins" "--deselect=tests/test_s3/test_s3_file_handles.py::TestS3FileHandleClosuresUsingMocks::test_create_multipart" "--deselect=tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests" "--deselect=tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests" # Fails at resolving google.com "--deselect=tests/test_firehose/test_firehose_put.py::test_put_record_http_destination" "--deselect=tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination" # Fails at resolving s3.amazonaws.com "--deselect=tests/test_core/test_request_passthrough.py::test_passthrough_calls_for_wildcard_urls" "--deselect=tests/test_core/test_request_passthrough.py::test_passthrough_calls_for_specific_url" "--deselect=tests/test_core/test_request_passthrough.py::test_passthrough_calls_for_entire_service" # Download recordings returns faulty JSON "--deselect=tests/test_moto_api/recorder/test_recorder.py::TestRecorder::test_ec2_instance_creation_recording_on" "--deselect=tests/test_moto_api/recorder/test_recorder.py::TestRecorder::test_ec2_instance_creation__recording_off" # Connection Reset by Peer, when connecting to localhost:5678 "--deselect=tests/test_moto_api/recorder/test_recorder.py::TestRecorder::test_replay" # Flaky under parallel execution "--deselect=tests/test_cloudformation/test_server.py::test_cloudformation_server_get" "--deselect=tests/test_core/test_moto_api.py::TestModelDataResetForClassDecorator::test_should_find_bucket" # AssertionError: assert ResourceWarning not in [, ] "--deselect=ests/test_s3/test_s3_file_handles.py::TestS3FileHandleClosuresUsingMocks::test_delete_object_with_version" ]; disabledTestPaths = [ # Flaky under parallel execution, Connection Reset errors to localhost. "tests/test_moto_api/recorder/test_recorder.py" # Flaky under parallel execution "tests/test_resourcegroupstaggingapi/*.py" # Tries to access the network "tests/test_batch/test_batch_jobs.py" # Threading tests regularly blocks test execution "tests/test_utilities/test_threaded_server.py" "tests/test_s3/test_s3_bucket_policy.py" ]; meta = with lib; { description = "Allows your tests to easily mock out AWS Services"; homepage = "https://github.com/getmoto/moto"; changelog = "https://github.com/getmoto/moto/blob/${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = [ ]; }; } [result] Failed to update python311Packages.moto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.async-generator, using log file: /var/log/nixpkgs-update/python311Packages.async-generator/2024-03-14.log python311Packages.async-generator 0 -> 1 attrpath: python311Packages.async-generator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hrgfcf53kinvhr4a81jxn1a1qjfw0h4j-packages.json.drv building '/nix/store/hrgfcf53kinvhr4a81jxn1a1qjfw0h4j-packages.json.drv'... Going to be running update for following packages: - python3.11-async-generator-1.10 Press Enter key to continue... Running update for: - python3.11-async-generator-1.10: UPDATING ... - python3.11-async-generator-1.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.async-generator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-notificationhubs, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-notificationhubs/2024-03-14.log python311Packages.azure-mgmt-notificationhubs 0 -> 1 attrpath: python311Packages.azure-mgmt-notificationhubs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0jka642qf0is3l9bf4y4hg6f0b0sz77x-packages.json.drv building '/nix/store/0jka642qf0is3l9bf4y4hg6f0b0sz77x-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-notificationhubs-8.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-notificationhubs-8.0.0: UPDATING ... - python3.11-azure-mgmt-notificationhubs-8.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-notificationhubs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.clipboard-indicator, using log file: /var/log/nixpkgs-update/gnomeExtensions.clipboard-indicator/2024-03-14.log gnomeExtensions.clipboard-indicator 57 -> 436.44.1 https://repology.org/project/gnome:clipboard-indicator/versions attrpath: gnomeExtensions.clipboard-indicator Checking auto update branch... No auto update branch exists Old version 57" 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.clipboard-indicator 57 -> 436.44.1 https://repology.org/project/gnome:clipboard-indicator/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.redis, using log file: /var/log/nixpkgs-update/php81Extensions.redis/2024-03-14.log php81Extensions.redis 0 -> 1 attrpath: php81Extensions.redis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/db9j6yy030k4319260x3ipic8dvdn1p1-packages.json.drv building '/nix/store/db9j6yy030k4319260x3ipic8dvdn1p1-packages.json.drv'... Going to be running update for following packages: - php-redis-6.0.2 Press Enter key to continue... Running update for: - php-redis-6.0.2: UPDATING ... - php-redis-6.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.redis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libu2f-host, using log file: /var/log/nixpkgs-update/libu2f-host/2024-03-14.log libu2f-host 1.1.10 -> 1.1.11 https://repology.org/project/libu2f-host/versions attrpath: libu2f-host 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 libu2f-host 1.1.10 -> 1.1.11 https://repology.org/project/libu2f-host/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.stb-image-redux, using log file: /var/log/nixpkgs-update/haskellPackages.stb-image-redux/2024-03-14.log haskellPackages.stb-image-redux 0.2.1.2 -> 0.2.1.3 https://repology.org/project/haskell:stb-image-redux/versions attrpath: haskellPackages.stb-image-redux Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.stb-image-redux 0.2.1.2 -> 0.2.1.3 https://repology.org/project/haskell:stb-image-redux/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath badwolf, using log file: /var/log/nixpkgs-update/badwolf/2024-03-14.log badwolf 1.2.2 -> 1.3.0 https://repology.org/project/badwolf/versions attrpath: badwolf Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - badwolf: 1.2.2 -> 1.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/269354" [result] Failed to update badwolf 1.2.2 -> 1.3.0 https://repology.org/project/badwolf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fxload, using log file: /var/log/nixpkgs-update/fxload/2024-03-14.log fxload 1.0.27 -> 2013_01_03 https://repology.org/project/fxload/versions attrpath: fxload Checking auto update branch... No auto update branch exists Old version 1.0.27" not present in master derivation file with contents: { lib , stdenv , libusb1 }: stdenv.mkDerivation rec { pname = "fxload"; version = libusb1.version; dontUnpack = true; dontBuild = true; dontConfigure = true; dontInstall = true; dontPatch = true; dontPatchELF = true; # fxload binary exist inside the `examples/bin` directory of `libusb1` postFixup = '' mkdir -p $out/bin ln -s ${passthru.libusb}/examples/bin/fxload $out/bin/fxload ''; passthru.libusb = libusb1.override { withExamples = true; }; meta = with lib; { homepage = "https://github.com/libusb/libusb"; description = "Tool to upload firmware to into an21, fx, fx2, fx2lp and fx3 ez-usb devices"; license = licenses.gpl2Only; platforms = platforms.linux; maintainers = with maintainers; [ realsnick ]; }; } [result] Failed to update fxload 1.0.27 -> 2013_01_03 https://repology.org/project/fxload/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-s3control, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-s3control/2024-03-14.log python311Packages.mypy-boto3-s3control 1.34.18 -> 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] this derivation will be built: /nix/store/7gp30jm9pcpv1vvcqk0gjr7vqn1gvvjq-packages.json.drv building '/nix/store/7gp30jm9pcpv1vvcqk0gjr7vqn1gvvjq-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-s3control-1.34.18 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-s3control-1.34.18: UPDATING ... - python3.11-mypy-boto3-s3control-1.34.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-s3control 1.34.18 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.eisaR, using log file: /var/log/nixpkgs-update/rPackages.eisaR/2024-03-14.log rPackages.eisaR 1.14.0 -> 1.14.1 https://repology.org/project/r:eisar/versions attrpath: rPackages.eisaR Checking auto update branch... No auto update branch exists Old version 1.14.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.eisaR 1.14.0 -> 1.14.1 https://repology.org/project/r:eisar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bsc, using log file: /var/log/nixpkgs-update/bsc/2024-03-14.log bsc 3.1.0 -> 3.3.4 https://github.com/IlyaGrebnov/libbsc/releases attrpath: bsc 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/gv9k4lr1vjqr0b4f7589zj59yd9aan36-source.drv building '/nix/store/gv9k4lr1vjqr0b4f7589zj59yd9aan36-source.drv'... trying https://github.com/IlyaGrebnov/libbsc/archive/3.3.4.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 'bsc.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/gv9k4lr1vjqr0b4f7589zj59yd9aan36-source.drv /nix/store/yyl56kawb3ys55v277fwcwrd55a8bvak-bsc-3.3.4.drv building '/nix/store/gv9k4lr1vjqr0b4f7589zj59yd9aan36-source.drv'... trying https://github.com/IlyaGrebnov/libbsc/archive/3.3.4.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/gv9k4lr1vjqr0b4f7589zj59yd9aan36-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/IlyaGrebnov/libbsc/archive/3.3.4.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/gv9k4lr1vjqr0b4f7589zj59yd9aan36-source.drv'. error: 1 dependencies of derivation '/nix/store/yyl56kawb3ys55v277fwcwrd55a8bvak-bsc-3.3.4.drv' failed to build [result] Failed to update bsc 3.1.0 -> 3.3.4 https://github.com/IlyaGrebnov/libbsc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath multipass, using log file: /var/log/nixpkgs-update/multipass/2024-03-14.log multipass 1.13.1 -> 18.06 https://repology.org/project/multipass/versions attrpath: multipass Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update multipass 1.13.1 -> 18.06 https://repology.org/project/multipass/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.generate_html, using log file: /var/log/nixpkgs-update/octavePackages.generate_html/2024-03-14.log octavePackages.generate_html 0 -> 1 attrpath: octavePackages.generate_html Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b078aq1zp6x3jrqslv9d6qhw4idi96ai-packages.json.drv building '/nix/store/b078aq1zp6x3jrqslv9d6qhw4idi96ai-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-generate_html-0.3.3 Press Enter key to continue... Running update for: - octave-8.4.0-generate_html-0.3.3: UPDATING ... - octave-8.4.0-generate_html-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.generate_html 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath banking, using log file: /var/log/nixpkgs-update/banking/2024-03-14.log banking 0 -> 1 attrpath: banking Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2la6dqnbnazwpsk0lxd7v4m34c1ffkd2-packages.json.drv building '/nix/store/2la6dqnbnazwpsk0lxd7v4m34c1ffkd2-packages.json.drv'... Going to be running update for following packages: - banking-0.6.0 Press Enter key to continue... Running update for: - banking-0.6.0: UPDATING ... - banking-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update banking 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.glm_predict, using log file: /var/log/nixpkgs-update/rPackages.glm_predict/2024-03-14.log rPackages.glm_predict 4.2-0 -> 4.3-0 https://repology.org/project/r:glm.predict/versions attrpath: rPackages.glm_predict Checking auto update branch... No auto update branch exists Old version 4.2-0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.glm_predict 4.2-0 -> 4.3-0 https://repology.org/project/r:glm.predict/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bimmer-connected, using log file: /var/log/nixpkgs-update/python311Packages.bimmer-connected/2024-03-14.log python311Packages.bimmer-connected 0 -> 1 attrpath: python311Packages.bimmer-connected Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/94s7jvxp64kqxdm5jch1ki7xvsgd35px-packages.json.drv building '/nix/store/94s7jvxp64kqxdm5jch1ki7xvsgd35px-packages.json.drv'... Going to be running update for following packages: - python3.11-bimmer-connected-0.14.6 Press Enter key to continue... Running update for: - python3.11-bimmer-connected-0.14.6: UPDATING ... - python3.11-bimmer-connected-0.14.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bimmer-connected 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enochecker-test, using log file: /var/log/nixpkgs-update/enochecker-test/2024-03-14.log enochecker-test 0 -> 1 attrpath: enochecker-test Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5h9v1rdbivjk77asdz93z8vi900dkg1v-packages.json.drv building '/nix/store/5h9v1rdbivjk77asdz93z8vi900dkg1v-packages.json.drv'... Going to be running update for following packages: - enochecker-test-0.9.0 Press Enter key to continue... Running update for: - enochecker-test-0.9.0: UPDATING ... - enochecker-test-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enochecker-test 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.invidious, using log file: /var/log/nixpkgs-update/kodiPackages.invidious/2024-03-14.log kodiPackages.invidious 0 -> 1 attrpath: kodiPackages.invidious Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/7qaf03yh61jvg8d837jr7vxzdnwr2djx-packages.json.drv building '/nix/store/7qaf03yh61jvg8d837jr7vxzdnwr2djx-packages.json.drv'... Going to be running update for following packages: - kodi-invidious-0.2.6 Press Enter key to continue... Running update for: - kodi-invidious-0.2.6: UPDATING ... - kodi-invidious-0.2.6: ERROR --- SHOWING ERROR LOG FOR kodi-invidious-0.2.6 ---------------------- + attrPath=kodi.packages.invidious ++ /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; kodi.packages.invidious.namespace' ++ tr -d '"' + namespace=plugin.video.invidious ++ /nix/store/dzs2chgxcwzpwplcw6wvv8nzkn01yr7y-curl-8.6.0-bin/bin/curl -s -L http://mirrors.kodi.tv/addons/nexus/addons.xml.gz ++ /nix/store/p27jyrx9ghhxbl5j82114fdy50lr33z3-gzip-1.13/bin/gunzip -c ++ /nix/store/1wfmabdyjihgjhiibl15q3wfnnsi8ayc-xmlstarlet-1.6.1/bin/xml select -T -t -m '//addons/addon[@id='\''plugin.video.invidious'\'']' -v @version + version=0.2.8+nexus.0 + /nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/update-source-version kodi.packages.invidious 0.2.8+nexus.0 this derivation will be built: /nix/store/pb9z586lsnaqrrchjf6p6f58cbjydxh9-source.drv building '/nix/store/pb9z586lsnaqrrchjf6p6f58cbjydxh9-source.drv'... trying https://mirrors.kodi.tv/addons/nexus/plugin.video.invidious/plugin.video.invidious-0.2.8+nexus.0+nexus.0.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed update-source-version: error: Couldn't figure out new hash of 'kodi.packages.invidious.src'! --- SHOWING ERROR LOG FOR kodi-invidious-0.2.6 ---------------------- The update script for kodi-invidious-0.2.6 failed with exit code 1 [result] Failed to update kodiPackages.invidious 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qsynth, using log file: /var/log/nixpkgs-update/qsynth/2024-03-14.log qsynth 0.9.4 -> 0.9.13 https://repology.org/project/qsynth/versions attrpath: qsynth Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/qsynth/default.nix b/pkgs/applications/audio/qsynth/default.nix index a24625ca7de8..f7c87001a13f 100644 --- a/pkgs/applications/audio/qsynth/default.nix +++ b/pkgs/applications/audio/qsynth/default.nix @@ -4,11 +4,11 @@ mkDerivation rec { pname = "qsynth"; - version = "0.9.4"; + version = "0.9.13"; src = fetchurl { url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz"; - sha256 = "sha256-dlgIkMde7uv4UlMKEPhtZ7MfSTBc7RvHs+Q2yk+G/JM="; + sha256 = "sha256-SvgZrdS6BwWhNgbovcfhpQKVcu0iwr4dDqeIckuo1fk="; }; nativeBuildInputs = [ autoconf pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A qsynth nix build failed. source root is qsynth-0.9.13 setting SOURCE_DATE_EPOCH to timestamp 1706002846 of file qsynth-0.9.13/src/win32/setup.nsi.in @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase no Makefile or custom installPhase, doing nothing @nix { "action": "setPhase", "phase": "qtOwnPathsHook" } Running phase: qtOwnPathsHook @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase wrapping Qt applications in /nix/store/sglqrk782ypyb3qi52d5d9p2v1gpymdn-qsynth-0.9.13/bin /nix/store/sglqrk782ypyb3qi52d5d9p2v1gpymdn-qsynth-0.9.13/sbin /nix/store/sglqrk782ypyb3qi52d5d9p2v1gpymdn-qsynth-0.9.13/libexec /nix/store/sglqrk782ypyb3qi52d5d9p2v1gpymdn-qsynth-0.9.13/Applications @nix { "action": "setPhase", "phase": "postPatchMkspecs" } Running phase: postPatchMkspecs [result] Failed to update qsynth 0.9.4 -> 0.9.13 https://repology.org/project/qsynth/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath runelite, using log file: /var/log/nixpkgs-update/runelite/2024-03-14.log runelite 0 -> 1 attrpath: runelite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f2p0rf8zki3lsbdjwcwpkz371zk3bzfw-packages.json.drv building '/nix/store/f2p0rf8zki3lsbdjwcwpkz371zk3bzfw-packages.json.drv'... Going to be running update for following packages: - runelite-2.6.13 Press Enter key to continue... Running update for: - runelite-2.6.13: UPDATING ... - runelite-2.6.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update runelite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gpboost, using log file: /var/log/nixpkgs-update/rPackages.gpboost/2024-03-14.log rPackages.gpboost 1.2.7 -> 1.3.0 https://repology.org/project/r:gpboost/versions attrpath: rPackages.gpboost Checking auto update branch... No auto update branch exists Old version 1.2.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.gpboost 1.2.7 -> 1.3.0 https://repology.org/project/r:gpboost/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] Success [updateScript] this derivation will be built: /nix/store/4gfdqg7rxk9d0pkamcalz158qwhr7gqd-packages.json.drv building '/nix/store/4gfdqg7rxk9d0pkamcalz158qwhr7gqd-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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 unimatrix, using log file: /var/log/nixpkgs-update/unimatrix/2024-03-14.log unimatrix 0 -> 1 attrpath: unimatrix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nkcbmhyncj9ij2k1z6rg4awjmi92sq7n-packages.json.drv building '/nix/store/nkcbmhyncj9ij2k1z6rg4awjmi92sq7n-packages.json.drv'... Going to be running update for following packages: - unimatrix-unstable-2023-04-25 Press Enter key to continue... Running update for: - unimatrix-unstable-2023-04-25: UPDATING ... - unimatrix-unstable-2023-04-25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update unimatrix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath algol68g, using log file: /var/log/nixpkgs-update/algol68g/2024-03-14.log algol68g 3.4.2 -> 3.5.1 https://repology.org/project/algol68g/versions attrpath: algol68g 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 algol68g 3.4.2 -> 3.5.1 https://repology.org/project/algol68g/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath physfs_2, using log file: /var/log/nixpkgs-update/physfs_2/2024-03-14.log physfs_2 2.1.1 -> 3.2.0 https://github.com/icculus/physfs/releases attrpath: physfs_2 Checking auto update branch... No auto update branch exists Version in attr path physfs_2 not compatible with 3.2.0 [result] Failed to update physfs_2 2.1.1 -> 3.2.0 https://github.com/icculus/physfs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath easycrypt-runtest, using log file: /var/log/nixpkgs-update/easycrypt-runtest/2024-03-14.log easycrypt-runtest 0 -> 1 attrpath: easycrypt-runtest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2rpn7fm4nxc61cws6jsx6nlpqdl0p2nq-packages.json.drv building '/nix/store/2rpn7fm4nxc61cws6jsx6nlpqdl0p2nq-packages.json.drv'... Going to be running update for following packages: - easycrypt-runtest-2024.01 Press Enter key to continue... Running update for: - easycrypt-runtest-2024.01: UPDATING ... - easycrypt-runtest-2024.01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update easycrypt-runtest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymemcache, using log file: /var/log/nixpkgs-update/python311Packages.pymemcache/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/00gaqbkkl8bprm1slm26z6lgy7lxappr-packages.json.drv building '/nix/store/00gaqbkkl8bprm1slm26z6lgy7lxappr-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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.pylint-flask, using log file: /var/log/nixpkgs-update/python311Packages.pylint-flask/2024-03-14.log python311Packages.pylint-flask 0 -> 1 attrpath: python311Packages.pylint-flask Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dxdibx028a2l8wsb85af03wzc3bipn3w-packages.json.drv building '/nix/store/dxdibx028a2l8wsb85af03wzc3bipn3w-packages.json.drv'... Going to be running update for following packages: - python3.11-pylint-flask-0.6 Press Enter key to continue... Running update for: - python3.11-pylint-flask-0.6: UPDATING ... - python3.11-pylint-flask-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylint-flask 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-colorful, using log file: /var/log/nixpkgs-update/python311Packages.django-colorful/2024-03-14.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] this derivation will be built: /nix/store/l4fps5njm5pwrgwlz91mnrfxzc8x94qw-packages.json.drv building '/nix/store/l4fps5njm5pwrgwlz91mnrfxzc8x94qw-packages.json.drv'... 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-14.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/s8vm6awgk35k0kfbb66aic3v7zvyh3kh-ding-libs-0.6.2.tar.gz.drv building '/nix/store/s8vm6awgk35k0kfbb66aic3v7zvyh3kh-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/s8vm6awgk35k0kfbb66aic3v7zvyh3kh-ding-libs-0.6.2.tar.gz.drv /nix/store/21x7kimk9l50zk6d7hxxwplg36di2ngx-ding-libs-0.6.2.drv building '/nix/store/s8vm6awgk35k0kfbb66aic3v7zvyh3kh-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/s8vm6awgk35k0kfbb66aic3v7zvyh3kh-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/s8vm6awgk35k0kfbb66aic3v7zvyh3kh-ding-libs-0.6.2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/21x7kimk9l50zk6d7hxxwplg36di2ngx-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-14.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] this derivation will be built: /nix/store/ks64h0vw7n3vlck2sw1asij2cir30p2x-packages.json.drv building '/nix/store/ks64h0vw7n3vlck2sw1asij2cir30p2x-packages.json.drv'... 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-14.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] this derivation will be built: /nix/store/xnjykgbaqs4913qrg39ah2zxs24y62zf-packages.json.drv building '/nix/store/xnjykgbaqs4913qrg39ah2zxs24y62zf-packages.json.drv'... 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-14.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 rPackages.spelling, using log file: /var/log/nixpkgs-update/rPackages.spelling/2024-03-14.log rPackages.spelling 2.2.1 -> 2.3.0 https://repology.org/project/r:spelling/versions attrpath: rPackages.spelling Checking auto update branch... No auto update branch exists Old version 2.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.spelling 2.2.1 -> 2.3.0 https://repology.org/project/r:spelling/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mlr3tuning, using log file: /var/log/nixpkgs-update/rPackages.mlr3tuning/2024-03-14.log rPackages.mlr3tuning 0.19.2 -> 0.20.0 https://repology.org/project/r:mlr3tuning/versions attrpath: rPackages.mlr3tuning Checking auto update branch... No auto update branch exists Old version 0.19.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.mlr3tuning 0.19.2 -> 0.20.0 https://repology.org/project/r:mlr3tuning/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyocd-pemicro, using log file: /var/log/nixpkgs-update/python311Packages.pyocd-pemicro/2024-03-14.log python311Packages.pyocd-pemicro 0 -> 1 attrpath: python311Packages.pyocd-pemicro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rqp163q4jsadnkzbzpjfnwh6rd6qb97h-packages.json.drv building '/nix/store/rqp163q4jsadnkzbzpjfnwh6rd6qb97h-packages.json.drv'... Going to be running update for following packages: - python3.11-pyocd-pemicro-1.1.5 Press Enter key to continue... Running update for: - python3.11-pyocd-pemicro-1.1.5: UPDATING ... - python3.11-pyocd-pemicro-1.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyocd-pemicro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.docparser, using log file: /var/log/nixpkgs-update/deepin.docparser/2024-03-14.log deepin.docparser 1.0.3 -> 1.0.8 https://github.com/linuxdeepin/docparser/releases attrpath: deepin.docparser deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.docparser 1.0.3 -> 1.0.8 https://github.com/linuxdeepin/docparser/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.srnadiff, using log file: /var/log/nixpkgs-update/rPackages.srnadiff/2024-03-14.log rPackages.srnadiff 1.22.0 -> 1.22.2 https://repology.org/project/r:srnadiff/versions attrpath: rPackages.srnadiff 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.srnadiff 1.22.0 -> 1.22.2 https://repology.org/project/r:srnadiff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hwdata, using log file: /var/log/nixpkgs-update/hwdata/2024-03-14.log hwdata 0.379 -> 0.380 https://github.com/vcrhonek/hwdata/releases attrpath: hwdata Checking auto update branch... No auto update branch exists Old version 0.379" not present in staging derivation file with contents: { lib, stdenv, fetchFromGitHub }: stdenv.mkDerivation rec { pname = "hwdata"; version = "0.380"; src = fetchFromGitHub { owner = "vcrhonek"; repo = "hwdata"; rev = "v${version}"; hash = "sha256-Ioa0tUiwgOZO3qrtwAr9A/yGfYTBk83OON8Sr47J9Mg="; }; configureFlags = [ "--datadir=${placeholder "out"}/share" ]; doCheck = false; # this does build machine-specific checks (e.g. enumerates PCI bus) meta = { homepage = "https://github.com/vcrhonek/hwdata"; description = "Hardware Database, including Monitors, pci.ids, usb.ids, and video cards"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ pedrohlc ]; platforms = lib.platforms.all; }; } [result] Failed to update hwdata 0.379 -> 0.380 https://github.com/vcrhonek/hwdata/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath labwc-tweaks, using log file: /var/log/nixpkgs-update/labwc-tweaks/2024-03-14.log labwc-tweaks 0 -> 1 attrpath: labwc-tweaks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/90ndba99dkbjixzwy5myprn5ck2ijkin-packages.json.drv building '/nix/store/90ndba99dkbjixzwy5myprn5ck2ijkin-packages.json.drv'... Going to be running update for following packages: - labwc-tweaks-unstable-2024-01-04 Press Enter key to continue... Running update for: - labwc-tweaks-unstable-2024-01-04: UPDATING ... - labwc-tweaks-unstable-2024-01-04: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update labwc-tweaks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] Success [updateScript] this derivation will be built: /nix/store/wfcbsj1d4j48cdyjxvxw49r3k8iry795-packages.json.drv building '/nix/store/wfcbsj1d4j48cdyjxvxw49r3k8iry795-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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 photofield, using log file: /var/log/nixpkgs-update/photofield/2024-03-14.log photofield 0.13.0 -> 0.15.0 https://github.com/SmilyOrg/photofield/releases attrpath: photofield 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-4JFP3vs/Z8iSKgcwfxpdnQpO9kTF68XQArFHYP8IoDQ=" [golangModuleVersion] Replaced vendorHash with sha256-KNRdF6R8XjVV7uoK0W9W83PW/b0LI3J8hvbe7EEzEtg= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A photofield Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . photofield Standard output: error: build log of 'photofield' is not available [result] Failed to update photofield 0.13.0 -> 0.15.0 https://github.com/SmilyOrg/photofield/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.packaging, using log file: /var/log/nixpkgs-update/python311Packages.packaging/2024-03-14.log python311Packages.packaging 0 -> 1 attrpath: python311Packages.packaging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xbhp9s4ndgk75f0vx1f0qfi9656fqcaq-packages.json.drv building '/nix/store/xbhp9s4ndgk75f0vx1f0qfi9656fqcaq-packages.json.drv'... Going to be running update for following packages: - python3.11-packaging-23.2 Press Enter key to continue... Running update for: - python3.11-packaging-23.2: UPDATING ... - python3.11-packaging-23.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/packaging/default.nix b/pkgs/development/python-modules/packaging/default.nix index 123c1230fc87..32ce7fd8accb 100644 --- a/pkgs/development/python-modules/packaging/default.nix +++ b/pkgs/development/python-modules/packaging/default.nix @@ -14,14 +14,14 @@ let packaging = buildPythonPackage rec { pname = "packaging"; - version = "23.2"; + version = "24.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-BI+w6UBQNlGOqvSKVZU8dQwR4aG2jg3RqdYu0MCSz8U="; + hash = "sha256-64LF4+ViCQdHZuaIW7BLjDigwBXQowA26+fs40yZiek="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 59303 > 25 [result] Failed to update python311Packages.packaging 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/1yx6vrva6dxgmmv4y94w1fvjn2szyymz-packages.json.drv building '/nix/store/1yx6vrva6dxgmmv4y94w1fvjn2szyymz-packages.json.drv'... 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-14.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] Success [updateScript] this derivation will be built: /nix/store/wjlww285836idgd18bbq6p7qrxq9wdhw-packages.json.drv building '/nix/store/wjlww285836idgd18bbq6p7qrxq9wdhw-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.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] this derivation will be built: /nix/store/ml6plh29qf0qrsmk0qk0w3xl6q55n3yx-packages.json.drv building '/nix/store/ml6plh29qf0qrsmk0qk0w3xl6q55n3yx-packages.json.drv'... 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.pysnmp, using log file: /var/log/nixpkgs-update/python311Packages.pysnmp/2024-03-14.log python311Packages.pysnmp 0 -> 1 attrpath: python311Packages.pysnmp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n7i8j044v80hffz9b559fp18gp99lv0r-packages.json.drv building '/nix/store/n7i8j044v80hffz9b559fp18gp99lv0r-packages.json.drv'... Going to be running update for following packages: - python3.11-pysnmp-4.4.12 Press Enter key to continue... Running update for: - python3.11-pysnmp-4.4.12: UPDATING ... - python3.11-pysnmp-4.4.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysnmp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pystemd, using log file: /var/log/nixpkgs-update/python311Packages.pystemd/2024-03-14.log python311Packages.pystemd 0 -> 1 attrpath: python311Packages.pystemd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n6k0sv2fwssx0731g4na59q1rzydpn2b-packages.json.drv building '/nix/store/n6k0sv2fwssx0731g4na59q1rzydpn2b-packages.json.drv'... Going to be running update for following packages: - python3.11-pystemd-0.13.2 Press Enter key to continue... Running update for: - python3.11-pystemd-0.13.2: UPDATING ... - python3.11-pystemd-0.13.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pystemd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xca, using log file: /var/log/nixpkgs-update/xca/2024-03-14.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 dbeaver, using log file: /var/log/nixpkgs-update/dbeaver/2024-03-14.log dbeaver 22.2.2 -> 24.0.0 https://github.com/dbeaver/dbeaver/releases attrpath: dbeaver 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/dbeaver/default.nix b/pkgs/applications/misc/dbeaver/default.nix index bd4504611758..f412c429d656 100644 --- a/pkgs/applications/misc/dbeaver/default.nix +++ b/pkgs/applications/misc/dbeaver/default.nix @@ -25,13 +25,13 @@ let in mavenJdk17.buildMavenPackage rec { pname = "dbeaver"; - version = "22.2.2"; # When updating also update mvnHash + version = "24.0.0"; # When updating also update mvnHash src = fetchFromGitHub { owner = "dbeaver"; repo = "dbeaver"; rev = version; - hash = "sha256-TUdtrhQ1JzqZx+QNauNA1P/+WDSSeOGIgGX3SdS0JTI="; + hash = "sha256-5X5sHYGUP841X5SxFcv9evuPFPv3yo3uzFW06jHxA0k="; }; mvnHash = "sha256-ERZYDsPxp1YXteSmunFIgTGZUYqjZJhqrNytLnIUNBQ="; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dbeaver Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . dbeaver Standard output: error: build log of 'dbeaver' is not available [result] Failed to update dbeaver 22.2.2 -> 24.0.0 https://github.com/dbeaver/dbeaver/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath SDL2_mixer_2_0, using log file: /var/log/nixpkgs-update/SDL2_mixer_2_0/2024-03-14.log SDL2_mixer_2_0 2.0.4 -> 2.8.0 https://github.com/libsdl-org/SDL_mixer/releases attrpath: SDL2_mixer_2_0 Checking auto update branch... No auto update branch exists Old version 2.0.4" not present in master derivation file with contents: { lib, stdenv , fetchurl , pkg-config , AudioToolbox , AudioUnit , CoreServices , SDL2 , flac , fluidsynth , libmodplug , libogg , libvorbis , mpg123 , opusfile , smpeg2 , timidity }: stdenv.mkDerivation rec { pname = "SDL2_mixer"; version = "2.6.3"; src = fetchurl { url = "https://www.libsdl.org/projects/SDL_mixer/release/${pname}-${version}.tar.gz"; sha256 = "sha256-emuoakeGSM5hfjpekncYG8Z/fOmHZgXupq/9Sg1u6o8="; }; configureFlags = [ "--disable-music-ogg-shared" "--disable-music-flac-shared" "--disable-music-mod-modplug-shared" "--disable-music-mp3-mpg123-shared" "--disable-music-opus-shared" "--disable-music-midi-fluidsynth-shared" # override default path to allow MIDI files to be played "--with-timidity-cfg=${timidity}/share/timidity/timidity.cfg" ] ++ lib.optionals stdenv.isDarwin [ "--disable-sdltest" "--disable-smpegtest" ]; nativeBuildInputs = [ pkg-config ]; buildInputs = lib.optionals stdenv.isDarwin [ AudioToolbox AudioUnit CoreServices ]; propagatedBuildInputs = [ SDL2 flac fluidsynth libmodplug libogg libvorbis mpg123 opusfile smpeg2 # MIDI patterns timidity ]; outputs = [ "out" "dev" ]; meta = with lib; { description = "SDL multi-channel audio mixer library"; platforms = platforms.unix; homepage = "https://github.com/libsdl-org/SDL_mixer"; maintainers = with maintainers; [ MP2E ]; license = licenses.zlib; }; } [result] Failed to update SDL2_mixer_2_0 2.0.4 -> 2.8.0 https://github.com/libsdl-org/SDL_mixer/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath r10k, using log file: /var/log/nixpkgs-update/r10k/2024-03-14.log r10k 0 -> 1 attrpath: r10k 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 r10k 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath melt, using log file: /var/log/nixpkgs-update/melt/2024-03-14.log melt 0.6.0 -> 1.3.0 https://repology.org/project/melt/versions attrpath: melt 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/gcpmmaimnsl6072dfn8bd7ww597cyy1l-source.drv building '/nix/store/gcpmmaimnsl6072dfn8bd7ww597cyy1l-source.drv'... trying https://github.com/charmbracelet/melt/archive/v1.3.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 'melt.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/gcpmmaimnsl6072dfn8bd7ww597cyy1l-source.drv /nix/store/sxj4a10m7a905a0g8snqxmmmnni3wr0q-melt-1.3.0-go-modules.drv /nix/store/gv1y5c1p0z90dy825iil2mwcii1ah5fl-melt-1.3.0.drv building '/nix/store/gcpmmaimnsl6072dfn8bd7ww597cyy1l-source.drv'... trying https://github.com/charmbracelet/melt/archive/v1.3.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/gcpmmaimnsl6072dfn8bd7ww597cyy1l-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/charmbracelet/melt/archive/v1.3.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/gcpmmaimnsl6072dfn8bd7ww597cyy1l-source.drv'. error: 1 dependencies of derivation '/nix/store/gv1y5c1p0z90dy825iil2mwcii1ah5fl-melt-1.3.0.drv' failed to build [result] Failed to update melt 0.6.0 -> 1.3.0 https://repology.org/project/melt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyxl3, using log file: /var/log/nixpkgs-update/python311Packages.pyxl3/2024-03-14.log python311Packages.pyxl3 0 -> 1 attrpath: python311Packages.pyxl3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1x02jjnnjq99gr8yzz48ni0vd4prm8s3-packages.json.drv building '/nix/store/1x02jjnnjq99gr8yzz48ni0vd4prm8s3-packages.json.drv'... Going to be running update for following packages: - python3.11-pyxl3-1.4 Press Enter key to continue... Running update for: - python3.11-pyxl3-1.4: UPDATING ... - python3.11-pyxl3-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyxl3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vcversioner, using log file: /var/log/nixpkgs-update/python311Packages.vcversioner/2024-03-14.log python311Packages.vcversioner 0 -> 1 attrpath: python311Packages.vcversioner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7bl079577zwj9bkw9sgf2xsvgrnd7fvc-packages.json.drv building '/nix/store/7bl079577zwj9bkw9sgf2xsvgrnd7fvc-packages.json.drv'... Going to be running update for following packages: - python3.11-vcversioner-2.16.0.0 Press Enter key to continue... Running update for: - python3.11-vcversioner-2.16.0.0: UPDATING ... - python3.11-vcversioner-2.16.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vcversioner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wad, using log file: /var/log/nixpkgs-update/wad/2024-03-14.log wad 0 -> 1 attrpath: wad Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0100gr2dfs5yjcb0c7mgd78ffm6i24fm-packages.json.drv building '/nix/store/0100gr2dfs5yjcb0c7mgd78ffm6i24fm-packages.json.drv'... Going to be running update for following packages: - wad-0.4.6 Press Enter key to continue... Running update for: - wad-0.4.6: UPDATING ... - wad-0.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-hpilo, using log file: /var/log/nixpkgs-update/python311Packages.python-hpilo/2024-03-14.log python311Packages.python-hpilo 0 -> 1 attrpath: python311Packages.python-hpilo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rcbchx6bhxln7nq6v9bghj69s8isnk4v-packages.json.drv building '/nix/store/rcbchx6bhxln7nq6v9bghj69s8isnk4v-packages.json.drv'... Going to be running update for following packages: - python3.11-python-hpilo-4.4.3 Press Enter key to continue... Running update for: - python3.11-python-hpilo-4.4.3: UPDATING ... - python3.11-python-hpilo-4.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-hpilo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] Success [updateScript] this derivation will be built: /nix/store/25nnjdmrcjnp8h5db8gvq5ha56y12bv8-packages.json.drv building '/nix/store/25nnjdmrcjnp8h5db8gvq5ha56y12bv8-packages.json.drv'... 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: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/jitsi-videobridge/default.nix b/pkgs/servers/jitsi-videobridge/default.nix index 06aa43e5fce3..f7b182037a7e 100644 --- a/pkgs/servers/jitsi-videobridge/default.nix +++ b/pkgs/servers/jitsi-videobridge/default.nix @@ -2,10 +2,10 @@ let pname = "jitsi-videobridge2"; - version = "2.3-67-gb2d4229f"; + version = "2.3-74-ga015be96"; src = fetchurl { url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb"; - sha256 = "aE9QFzOJk3jMzNTEitcaBZVKpa1IJ55JahLfNDCujJI="; + sha256 = "ZcP4NiLADEoczY7/Xlu9bF1E0aGlbdAXCG0O+QiLZGo="; }; in stdenv.mkDerivation { An auto update branch exists with message `jitsi-videobridge: 2.3-67-gb2d4229f -> 2.3-74-ga015be96`. New version is 2.3-74-ga015be96. An auto update branch exists with an equal or greater version [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 mbutil, using log file: /var/log/nixpkgs-update/mbutil/2024-03-14.log mbutil 0 -> 1 attrpath: mbutil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vcm1aglx65mfqidjwnrch4qc8l8wbk8x-packages.json.drv building '/nix/store/vcm1aglx65mfqidjwnrch4qc8l8wbk8x-packages.json.drv'... Going to be running update for following packages: - mbutil-0.3.0 Press Enter key to continue... Running update for: - mbutil-0.3.0: UPDATING ... - mbutil-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mbutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypugjs, using log file: /var/log/nixpkgs-update/python311Packages.pypugjs/2024-03-14.log python311Packages.pypugjs 0 -> 1 attrpath: python311Packages.pypugjs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p3jdgxdb11mshkpr6zn5pp90bw91xnh0-packages.json.drv building '/nix/store/p3jdgxdb11mshkpr6zn5pp90bw91xnh0-packages.json.drv'... Going to be running update for following packages: - python3.11-pypugjs-5.9.12 Press Enter key to continue... Running update for: - python3.11-pypugjs-5.9.12: UPDATING ... - python3.11-pypugjs-5.9.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypugjs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioimaplib, using log file: /var/log/nixpkgs-update/python311Packages.aioimaplib/2024-03-14.log python311Packages.aioimaplib 0 -> 1 attrpath: python311Packages.aioimaplib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3vaznfvw1pi2l6qrhmc5cvzws8yxvsz7-packages.json.drv building '/nix/store/3vaznfvw1pi2l6qrhmc5cvzws8yxvsz7-packages.json.drv'... Going to be running update for following packages: - python3.11-aioimaplib-1.0.1 Press Enter key to continue... Running update for: - python3.11-aioimaplib-1.0.1: UPDATING ... - python3.11-aioimaplib-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioimaplib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hydrogen-web-unwrapped, using log file: /var/log/nixpkgs-update/hydrogen-web-unwrapped/2024-03-14.log hydrogen-web-unwrapped 0.4.0 -> 0.4.1 https://github.com/vector-im/hydrogen-web/releases attrpath: hydrogen-web-unwrapped Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hydrogen-web-unwrapped 0.4.0 -> 0.4.1 https://github.com/vector-im/hydrogen-web/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.thriftpy2, using log file: /var/log/nixpkgs-update/python311Packages.thriftpy2/2024-03-14.log python311Packages.thriftpy2 0 -> 1 attrpath: python311Packages.thriftpy2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9v8sic7725byfrvbsc28pacaivjqbx7v-packages.json.drv building '/nix/store/9v8sic7725byfrvbsc28pacaivjqbx7v-packages.json.drv'... Going to be running update for following packages: - python3.11-thriftpy2-0.4.20 Press Enter key to continue... Running update for: - python3.11-thriftpy2-0.4.20: UPDATING ... - python3.11-thriftpy2-0.4.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.thriftpy2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tcolorpy, using log file: /var/log/nixpkgs-update/python311Packages.tcolorpy/2024-03-14.log python311Packages.tcolorpy 0 -> 1 attrpath: python311Packages.tcolorpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zhy1h85y90bvypngqb6n1y646rqm5af4-packages.json.drv building '/nix/store/zhy1h85y90bvypngqb6n1y646rqm5af4-packages.json.drv'... Going to be running update for following packages: - python3.11-tcolorpy-0.1.4 Press Enter key to continue... Running update for: - python3.11-tcolorpy-0.1.4: UPDATING ... - python3.11-tcolorpy-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tcolorpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-simple-history, using log file: /var/log/nixpkgs-update/python311Packages.django-simple-history/2024-03-14.log python311Packages.django-simple-history 0 -> 1 attrpath: python311Packages.django-simple-history Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/29qw5n1fci670lv83s0y8iwzhrfd7xx8-packages.json.drv building '/nix/store/29qw5n1fci670lv83s0y8iwzhrfd7xx8-packages.json.drv'... Going to be running update for following packages: - python3.11-django-simple-history-3.5.0 Press Enter key to continue... Running update for: - python3.11-django-simple-history-3.5.0: UPDATING ... - python3.11-django-simple-history-3.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-simple-history 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.build, using log file: /var/log/nixpkgs-update/python311Packages.build/2024-03-14.log python311Packages.build 0 -> 1 attrpath: python311Packages.build Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gahsnjxc6pakqv7jjcc92sv2h1d0px03-packages.json.drv building '/nix/store/gahsnjxc6pakqv7jjcc92sv2h1d0px03-packages.json.drv'... Going to be running update for following packages: - python3.11-build-1.0.3 Press Enter key to continue... Running update for: - python3.11-build-1.0.3: UPDATING ... - python3.11-build-1.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/build/default.nix b/pkgs/development/python-modules/build/default.nix index 42c7786d78ae..b3c33db4c570 100644 --- a/pkgs/development/python-modules/build/default.nix +++ b/pkgs/development/python-modules/build/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "build"; - version = "1.0.3"; + version = "1.1.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "pypa"; repo = "build"; rev = "refs/tags/${version}"; - hash = "sha256-SGWpm+AGIfqKMpDfmz2aMYmcs+XVREbHIXSuU4R7U/k="; + hash = "sha256-qlt5+3XFesF9UuvJ+D4F/1KVZ3cov6sTitjufwAq73Q="; }; postPatch = '' No auto update branch exists Old version 1.0.3" not present in staging derivation file with contents: { lib , stdenv , build , buildPythonPackage , fetchFromGitHub , flit-core , filelock , packaging , pyproject-hooks , pytest-mock , pytest-rerunfailures , pytest-xdist , pytestCheckHook , pythonOlder , setuptools , tomli , wheel }: buildPythonPackage rec { pname = "build"; version = "1.1.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "pypa"; repo = "build"; rev = "refs/tags/${version}"; hash = "sha256-SGWpm+AGIfqKMpDfmz2aMYmcs+XVREbHIXSuU4R7U/k="; }; postPatch = '' # not strictly required, causes circular dependency cycle sed -i '/importlib-metadata >= 4.6/d' pyproject.toml ''; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ packaging pyproject-hooks ] ++ lib.optionals (pythonOlder "3.11") [ tomli ]; # We need to disable tests because this package is part of the bootstrap chain # and its test dependencies cannot be built yet when this is being built. doCheck = false; passthru.tests = { pytest = buildPythonPackage { pname = "${pname}-pytest"; inherit src version; format = "other"; dontBuild = true; dontInstall = true; nativeCheckInputs = [ build filelock pytest-mock pytest-rerunfailures pytest-xdist pytestCheckHook setuptools wheel ]; pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; __darwinAllowLocalNetworking = true; disabledTests = [ # Tests often fail with StopIteration "test_isolat" "test_default_pip_is_never_too_old" "test_build" "test_with_get_requires" "test_init" "test_output" "test_wheel_metadata" ] ++ lib.optionals stdenv.isDarwin [ # Expects Apple's Python and its quirks "test_can_get_venv_paths_with_conflicting_default_scheme" ]; }; }; pythonImportsCheck = [ "build" ]; meta = with lib; { mainProgram = "pyproject-build"; description = "Simple, correct PEP517 package builder"; longDescription = '' build will invoke the PEP 517 hooks to build a distribution package. It is a simple build tool and does not perform any dependency management. ''; homepage = "https://github.com/pypa/build"; changelog = "https://github.com/pypa/build/blob/${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = teams.python.members ++ [ maintainers.fab ]; }; } [result] Failed to update python311Packages.build 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.streamly-fsnotify, using log file: /var/log/nixpkgs-update/haskellPackages.streamly-fsnotify/2024-03-14.log haskellPackages.streamly-fsnotify 1.1.1.0 -> 2.1.1 https://repology.org/project/haskell:streamly-fsnotify/versions attrpath: haskellPackages.streamly-fsnotify Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.streamly-fsnotify 1.1.1.0 -> 2.1.1 https://repology.org/project/haskell:streamly-fsnotify/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MortalityLaws, using log file: /var/log/nixpkgs-update/rPackages.MortalityLaws/2024-03-14.log rPackages.MortalityLaws 2.0.3 -> 2.1.0 https://repology.org/project/r:mortalitylaws/versions attrpath: rPackages.MortalityLaws Checking auto update branch... No auto update branch exists Old version 2.0.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MortalityLaws 2.0.3 -> 2.1.0 https://repology.org/project/r:mortalitylaws/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.georss-wa-dfes-client, using log file: /var/log/nixpkgs-update/python311Packages.georss-wa-dfes-client/2024-03-14.log python311Packages.georss-wa-dfes-client 0 -> 1 attrpath: python311Packages.georss-wa-dfes-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0fs2l4l5hy5hyizi6vgx7kmvgy219ivq-packages.json.drv building '/nix/store/0fs2l4l5hy5hyizi6vgx7kmvgy219ivq-packages.json.drv'... Going to be running update for following packages: - python3.11-georss-wa-dfes-client-0.4 Press Enter key to continue... Running update for: - python3.11-georss-wa-dfes-client-0.4: UPDATING ... - python3.11-georss-wa-dfes-client-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.georss-wa-dfes-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Informeasure, using log file: /var/log/nixpkgs-update/rPackages.Informeasure/2024-03-14.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.rNOMADS, using log file: /var/log/nixpkgs-update/rPackages.rNOMADS/2024-03-14.log rPackages.rNOMADS 2.5.1 -> 2.5.3 https://repology.org/project/r:rnomads/versions attrpath: rPackages.rNOMADS Checking auto update branch... No auto update branch exists Old version 2.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.rNOMADS 2.5.1 -> 2.5.3 https://repology.org/project/r:rnomads/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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-14.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 mprime, using log file: /var/log/nixpkgs-update/mprime/2024-03-14.log mprime 30.8b15 -> 30.8.17 https://repology.org/project/mprime/versions attrpath: mprime 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/zg5fsqb6hvpijsnb0y3lczr7gqwvjicb-p95v30817.source.zip.drv building '/nix/store/zg5fsqb6hvpijsnb0y3lczr7gqwvjicb-p95v30817.source.zip.drv'... trying https://www.mersenne.org/ftp_root/gimps/p95v30817.source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1245 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download p95v30817.source.zip from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'mprime.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/zg5fsqb6hvpijsnb0y3lczr7gqwvjicb-p95v30817.source.zip.drv /nix/store/sw686wlgsl9fm75r76rqicv959kvrr24-mprime-30.8.17.drv building '/nix/store/zg5fsqb6hvpijsnb0y3lczr7gqwvjicb-p95v30817.source.zip.drv'... trying https://www.mersenne.org/ftp_root/gimps/p95v30817.source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1245 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download p95v30817.source.zip from any mirror error: builder for '/nix/store/zg5fsqb6hvpijsnb0y3lczr7gqwvjicb-p95v30817.source.zip.drv' failed with exit code 1; last 7 log lines: > > trying https://www.mersenne.org/ftp_root/gimps/p95v30817.source.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 1245 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download p95v30817.source.zip from any mirror For full logs, run 'nix log /nix/store/zg5fsqb6hvpijsnb0y3lczr7gqwvjicb-p95v30817.source.zip.drv'. error: 1 dependencies of derivation '/nix/store/sw686wlgsl9fm75r76rqicv959kvrr24-mprime-30.8.17.drv' failed to build [result] Failed to update mprime 30.8b15 -> 30.8.17 https://repology.org/project/mprime/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-snap7, using log file: /var/log/nixpkgs-update/python311Packages.python-snap7/2024-03-14.log python311Packages.python-snap7 0 -> 1 attrpath: python311Packages.python-snap7 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fri9kmh4d076qvcis1pbgsa7dgvlvbbm-packages.json.drv building '/nix/store/fri9kmh4d076qvcis1pbgsa7dgvlvbbm-packages.json.drv'... Going to be running update for following packages: - python3.11-python-snap7-1.3 Press Enter key to continue... Running update for: - python3.11-python-snap7-1.3: UPDATING ... - python3.11-python-snap7-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-snap7 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyglm, using log file: /var/log/nixpkgs-update/python311Packages.pyglm/2024-03-14.log python311Packages.pyglm 0 -> 1 attrpath: python311Packages.pyglm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/iw2gcww75zz4dxd11rhwy6836xilf989-packages.json.drv building '/nix/store/iw2gcww75zz4dxd11rhwy6836xilf989-packages.json.drv'... Going to be running update for following packages: - python3.11-pyglm-2.7.1-rev1 Press Enter key to continue... Running update for: - python3.11-pyglm-2.7.1-rev1: UPDATING ... - python3.11-pyglm-2.7.1-rev1: ERROR --- SHOWING ERROR LOG FOR python3.11-pyglm-2.7.1-rev1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 596, in main() File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-pyglm-2.7.1-rev1 ---------------------- The update script for python3.11-pyglm-2.7.1-rev1 failed with exit code 1 [result] Failed to update python311Packages.pyglm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.shell, using log file: /var/log/nixpkgs-update/terraform-providers.shell/2024-03-14.log terraform-providers.shell 0 -> 1 attrpath: terraform-providers.shell Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.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.watchdog-gevent, using log file: /var/log/nixpkgs-update/python311Packages.watchdog-gevent/2024-03-14.log python311Packages.watchdog-gevent 0 -> 1 attrpath: python311Packages.watchdog-gevent Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zbararqcqfisbh36mb48l4bcifxmj9qp-packages.json.drv building '/nix/store/zbararqcqfisbh36mb48l4bcifxmj9qp-packages.json.drv'... Going to be running update for following packages: - python3.11-watchdog-gevent-0.1.1 Press Enter key to continue... Running update for: - python3.11-watchdog-gevent-0.1.1: UPDATING ... - python3.11-watchdog-gevent-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.watchdog-gevent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.openstack, using log file: /var/log/nixpkgs-update/terraform-providers.openstack/2024-03-14.log terraform-providers.openstack 0 -> 1 attrpath: terraform-providers.openstack Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.openstack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-polyfill, using log file: /var/log/nixpkgs-update/python311Packages.flake8-polyfill/2024-03-14.log python311Packages.flake8-polyfill 0 -> 1 attrpath: python311Packages.flake8-polyfill Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/9ppai3qbrgg9n6cqkqxjl0b88icdvqp6-packages.json.drv building '/nix/store/9ppai3qbrgg9n6cqkqxjl0b88icdvqp6-packages.json.drv'... Going to be running update for following packages: - python3.11-flake8-polyfill-1.0.2 Press Enter key to continue... Running update for: - python3.11-flake8-polyfill-1.0.2: UPDATING ... - python3.11-flake8-polyfill-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flake8-polyfill 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CausalQueries, using log file: /var/log/nixpkgs-update/rPackages.CausalQueries/2024-03-14.log rPackages.CausalQueries 1.0.1 -> 1.0.2 https://repology.org/project/r:causalqueries/versions attrpath: rPackages.CausalQueries 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.CausalQueries 1.0.1 -> 1.0.2 https://repology.org/project/r:causalqueries/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lightlocker, using log file: /var/log/nixpkgs-update/lightlocker/2024-03-14.log lightlocker 0 -> 1 attrpath: lightlocker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6bpwrvih7mj29f9dn488fjj9935a1dj1-packages.json.drv building '/nix/store/6bpwrvih7mj29f9dn488fjj9935a1dj1-packages.json.drv'... Going to be running update for following packages: - light-locker-1.9.0 Press Enter key to continue... Running update for: - light-locker-1.9.0: UPDATING ... - light-locker-1.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lightlocker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.avro, using log file: /var/log/nixpkgs-update/python311Packages.avro/2024-03-14.log python311Packages.avro 0 -> 1 attrpath: python311Packages.avro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ncqxhiii215mh081v8dvvb9qw9pzn16d-packages.json.drv building '/nix/store/ncqxhiii215mh081v8dvvb9qw9pzn16d-packages.json.drv'... Going to be running update for following packages: - python3.11-avro-1.11.3 Press Enter key to continue... Running update for: - python3.11-avro-1.11.3: UPDATING ... - python3.11-avro-1.11.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.avro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.atom, using log file: /var/log/nixpkgs-update/python311Packages.atom/2024-03-14.log python311Packages.atom 0 -> 1 attrpath: python311Packages.atom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0n54rhijkzawb28q66ci3hxqq65zsdgd-packages.json.drv building '/nix/store/0n54rhijkzawb28q66ci3hxqq65zsdgd-packages.json.drv'... Going to be running update for following packages: - python3.11-atom-0.10.4 Press Enter key to continue... Running update for: - python3.11-atom-0.10.4: UPDATING ... - python3.11-atom-0.10.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.atom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.wa, using log file: /var/log/nixpkgs-update/aspellDicts.wa/2024-03-14.log aspellDicts.wa 0 -> 1 attrpath: aspellDicts.wa Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/s21qf3sm1ib1ih09j5qsg5kkxpbwrgxx-update-aspellDict-wa.drv /nix/store/04ga8m8v6d65fgygwc00lnncdv0pfkvf-packages.json.drv building '/nix/store/s21qf3sm1ib1ih09j5qsg5kkxpbwrgxx-update-aspellDict-wa.drv'... building '/nix/store/04ga8m8v6d65fgygwc00lnncdv0pfkvf-packages.json.drv'... Going to be running update for following packages: - aspell-dict-wa-0.50-0 Press Enter key to continue... Running update for: - aspell-dict-wa-0.50-0: UPDATING ... - aspell-dict-wa-0.50-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.wa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.exitcode, using log file: /var/log/nixpkgs-update/python311Packages.exitcode/2024-03-14.log python311Packages.exitcode 0 -> 1 attrpath: python311Packages.exitcode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q75vj9lpsc8ailkx2r4kkq46jvlys3hf-packages.json.drv building '/nix/store/q75vj9lpsc8ailkx2r4kkq46jvlys3hf-packages.json.drv'... Going to be running update for following packages: - python3.11-exitcode-0.1.0 Press Enter key to continue... Running update for: - python3.11-exitcode-0.1.0: UPDATING ... - python3.11-exitcode-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.exitcode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1679 (message): Build step for googletest failed: 2 Call Stack (most recent call first): /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate) /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language) /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/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 rPackages.geometries, using log file: /var/log/nixpkgs-update/rPackages.geometries/2024-03-14.log rPackages.geometries 0.2.3 -> 0.2.4 https://repology.org/project/r:geometries/versions attrpath: rPackages.geometries Checking auto update branch... No auto update branch exists Old version 0.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.geometries 0.2.3 -> 0.2.4 https://repology.org/project/r:geometries/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glslviewer, using log file: /var/log/nixpkgs-update/glslviewer/2024-03-14.log glslviewer 1.6.8 -> 3.2.4 https://github.com/patriciogonzalezvivo/glslViewer/releases attrpath: glslviewer 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/glslviewer/default.nix b/pkgs/development/tools/glslviewer/default.nix index 4be67a29e399..6c9082fc79ba 100644 --- a/pkgs/development/tools/glslviewer/default.nix +++ b/pkgs/development/tools/glslviewer/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "glslviewer"; - version = "1.6.8"; + version = "3.2.4"; src = fetchFromGitHub { owner = "patriciogonzalezvivo"; repo = "glslViewer"; rev = version; - sha256 = "0v7x93b61ama0gmzlx1zc56jgi7bvzsfvbkfl82xzwf2h5g1zni7"; + sha256 = "sha256-0x7EjIEbe0Pqf263pLfNuZd9hD77ySgOfoPzYoWpxNE="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A glslviewer nix build failed. got build log for 'glslviewer' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/vgahfxbnni66hpys3lqlnm51nrw2hjlx-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/src/python/headless.h @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase sed: can't read src/tools/text.cpp: No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update glslviewer 1.6.8 -> 3.2.4 https://github.com/patriciogonzalezvivo/glslViewer/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-14.log charliecloud 0.24 -> 0.37 https://github.com/hpc/charliecloud/releases attrpath: charliecloud Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/virtualization/charliecloud/default.nix b/pkgs/applications/virtualization/charliecloud/default.nix index 2889d09183d7..6c7ec2d71993 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.37"; pname = "charliecloud"; src = fetchFromGitHub { owner = "hpc"; repo = "charliecloud"; rev = "v${version}"; - sha256 = "sha256-kdaVlwE3vdCxsmJTOUwx8J+9UcBuXbKDwS2MHX2ZPPM="; + sha256 = "sha256-39+8zdwlhPFLVjAq5SoISY9fNW8mbFfOpxwsE9k6u8s="; }; nativeBuildInputs = [ autoreconfHook makeWrapper ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A charliecloud nix build failed. 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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking whether C compiler accepts -std=c99 -Wall -Werror... yes checking for asprintf in libc... yes checking for argp_parse in libc... yes checking for a sed that does not truncate output... /nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin/sed checking how to run the C preprocessor... gcc -E checking for egrep -e... /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep -E checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for shm_open in -lrt... yes checking if in chroot... no checking if user+mount namespaces work... yes checking for unprivileged overlayfs... no checking for tmpfs user xattrs... no checking for gcc options needed to detect all undeclared functions... none needed checking whether FNM_EXTMATCH is declared... yes checking for seccomp filter support... yes checking for mksquashfs... no checking for squashfuse... no checking for pkg-config... no configure: error: need pkg-config to find libfuse3; try --with-libsquashfuse=no or see issue #1844 [result] Failed to update charliecloud 0.24 -> 0.37 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-14.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] this derivation will be built: /nix/store/xfd72a85vlgyr1wmbyfsacnrdkx7fwfw-packages.json.drv building '/nix/store/xfd72a85vlgyr1wmbyfsacnrdkx7fwfw-packages.json.drv'... 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-14.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] Success [updateScript] this derivation will be built: /nix/store/zpbaqfy1a2bkxn80m2n593j0jzy49qh9-packages.json.drv building '/nix/store/zpbaqfy1a2bkxn80m2n593j0jzy49qh9-packages.json.drv'... 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: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/blobfile/default.nix b/pkgs/development/python-modules/blobfile/default.nix index 9c99c8502774..039468acca4a 100644 --- a/pkgs/development/python-modules/blobfile/default.nix +++ b/pkgs/development/python-modules/blobfile/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "blobfile"; - version = "2.0.2"; + version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "christopher-hesse"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-vVoiNIN/LNdbedaOQ+gtj4jhzmrGri49fftHKG+K/fg="; + hash = "sha256-VBh1JMP+8FEqD0uXpxA5RRMFH9XIUb4FUgsPq3vZWHM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.0.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , filelock , lxml , pycryptodomex , pythonOlder , urllib3 }: buildPythonPackage rec { pname = "blobfile"; version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "christopher-hesse"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-VBh1JMP+8FEqD0uXpxA5RRMFH9XIUb4FUgsPq3vZWHM="; }; propagatedBuildInputs = [ pycryptodomex filelock urllib3 lxml ]; # Tests require a running Docker instance doCheck = false; pythonImportsCheck = [ "blobfile" ]; meta = with lib; { description = "Read Google Cloud Storage, Azure Blobs, and local paths with the same interface"; homepage = "https://github.com/christopher-hesse/blobfile"; changelog = "https://github.com/christopher-hesse/blobfile/blob/v${version}/CHANGES.md"; license = licenses.unlicense; maintainers = with maintainers; [ happysalada ]; }; } [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 python311Packages.yq, using log file: /var/log/nixpkgs-update/python311Packages.yq/2024-03-14.log python311Packages.yq 0 -> 1 attrpath: python311Packages.yq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7wgy69zx32y0w88ljmwcirngfwl5xzs6-packages.json.drv building '/nix/store/7wgy69zx32y0w88ljmwcirngfwl5xzs6-packages.json.drv'... Going to be running update for following packages: - python3.11-yq-3.2.3 Press Enter key to continue... Running update for: - python3.11-yq-3.2.3: UPDATING ... - python3.11-yq-3.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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-14.log python311Packages.xmljson 0 -> 1 attrpath: python311Packages.xmljson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j5qwbz7551g29c8bi3yv25y5nzjdb9d9-packages.json.drv building '/nix/store/j5qwbz7551g29c8bi3yv25y5nzjdb9d9-packages.json.drv'... Going to be running update for following packages: - python3.11-xmljson-0.2.1 Press Enter key to continue... Running update for: - python3.11-xmljson-0.2.1: UPDATING ... - python3.11-xmljson-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xmljson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO this isn't a real package [result] Failed to update python311Packages.django-jquery-js 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyxeoma, using log file: /var/log/nixpkgs-update/python311Packages.pyxeoma/2024-03-14.log python311Packages.pyxeoma 0 -> 1 attrpath: python311Packages.pyxeoma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gd15xi9fx1lzrw4vzd3h99k9hngylndw-packages.json.drv building '/nix/store/gd15xi9fx1lzrw4vzd3h99k9hngylndw-packages.json.drv'... Going to be running update for following packages: - python3.11-pyxeoma-1.4.2 Press Enter key to continue... Running update for: - python3.11-pyxeoma-1.4.2: UPDATING ... - python3.11-pyxeoma-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyxeoma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath quisk, using log file: /var/log/nixpkgs-update/quisk/2024-03-14.log quisk 0 -> 1 attrpath: quisk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yxzvs88zwrfza2lxlag0ppd1r3sjvwpx-packages.json.drv building '/nix/store/yxzvs88zwrfza2lxlag0ppd1r3sjvwpx-packages.json.drv'... Going to be running update for following packages: - quisk-4.2.29 Press Enter key to continue... Running update for: - quisk-4.2.29: UPDATING ... - quisk-4.2.29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update quisk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pip-api, using log file: /var/log/nixpkgs-update/python311Packages.pip-api/2024-03-14.log python311Packages.pip-api 0 -> 1 attrpath: python311Packages.pip-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d16c4a4wx0r75bvpzki3g45cp05lwfh5-packages.json.drv building '/nix/store/d16c4a4wx0r75bvpzki3g45cp05lwfh5-packages.json.drv'... Going to be running update for following packages: - python3.11-pip-api-0.0.33 Press Enter key to continue... Running update for: - python3.11-pip-api-0.0.33: UPDATING ... - python3.11-pip-api-0.0.33: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pip-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.pyosmium, using log file: /var/log/nixpkgs-update/python311Packages.pyosmium/2024-03-14.log python311Packages.pyosmium 0 -> 1 attrpath: python311Packages.pyosmium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wi3y7kav2833plxi781a43210d08gw6x-packages.json.drv building '/nix/store/wi3y7kav2833plxi781a43210d08gw6x-packages.json.drv'... Going to be running update for following packages: - python3.11-pyosmium-3.7.0 Press Enter key to continue... Running update for: - python3.11-pyosmium-3.7.0: UPDATING ... - python3.11-pyosmium-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyosmium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] this derivation will be built: /nix/store/pa6m6b1xnxpy5511yyy87l1dkvr5hi4f-packages.json.drv building '/nix/store/pa6m6b1xnxpy5511yyy87l1dkvr5hi4f-packages.json.drv'... 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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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 celestia, using log file: /var/log/nixpkgs-update/celestia/2024-03-14.log celestia 1.6.4 -> 1.7.0~202305157cf93d9 https://repology.org/project/celestia/versions attrpath: celestia 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/f8k6xldwddcjbk0shil2ij2z144f3knz-source.drv building '/nix/store/f8k6xldwddcjbk0shil2ij2z144f3knz-source.drv'... trying https://github.com/CelestiaProject/Celestia/archive/1.7.0~202305157cf93d9.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 'celestia.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/f8k6xldwddcjbk0shil2ij2z144f3knz-source.drv /nix/store/cdqhvk45g86mg5gjlsmrh7arxpaw03xh-celestia-1.7.0-202305157cf93d9.drv building '/nix/store/f8k6xldwddcjbk0shil2ij2z144f3knz-source.drv'... trying https://github.com/CelestiaProject/Celestia/archive/1.7.0~202305157cf93d9.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/f8k6xldwddcjbk0shil2ij2z144f3knz-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/CelestiaProject/Celestia/archive/1.7.0~202305157cf93d9.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/f8k6xldwddcjbk0shil2ij2z144f3knz-source.drv'. error: 1 dependencies of derivation '/nix/store/cdqhvk45g86mg5gjlsmrh7arxpaw03xh-celestia-1.7.0-202305157cf93d9.drv' failed to build [result] Failed to update celestia 1.6.4 -> 1.7.0~202305157cf93d9 https://repology.org/project/celestia/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] this derivation will be built: /nix/store/b2wvr6md0r2v0rjkqsggv3368wwza0cx-packages.json.drv building '/nix/store/b2wvr6md0r2v0rjkqsggv3368wwza0cx-packages.json.drv'... 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.mypy-boto3-omics, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-omics/2024-03-14.log python311Packages.mypy-boto3-omics 1.34.7 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-omics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iml7b2lqyzriylzhi57lkxs7fk1sv7ma-packages.json.drv building '/nix/store/iml7b2lqyzriylzhi57lkxs7fk1sv7ma-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-omics-1.34.7 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-omics-1.34.7: UPDATING ... - python3.11-mypy-boto3-omics-1.34.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-omics 1.34.7 -> 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 haskellPackages.bytesmith, using log file: /var/log/nixpkgs-update/haskellPackages.bytesmith/2024-03-14.log haskellPackages.bytesmith 0.3.10.0 -> 0.3.11.0 https://repology.org/project/haskell:bytesmith/versions attrpath: haskellPackages.bytesmith Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.bytesmith 0.3.10.0 -> 0.3.11.0 https://repology.org/project/haskell:bytesmith/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wavinsentio, using log file: /var/log/nixpkgs-update/python311Packages.wavinsentio/2024-03-14.log python311Packages.wavinsentio 0 -> 1 attrpath: python311Packages.wavinsentio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rnja2bhn4hm5si8rar4fpvzqbccnv71j-packages.json.drv building '/nix/store/rnja2bhn4hm5si8rar4fpvzqbccnv71j-packages.json.drv'... Going to be running update for following packages: - python3.11-wavinsentio-0.4.1 Press Enter key to continue... Running update for: - python3.11-wavinsentio-0.4.1: UPDATING ... - python3.11-wavinsentio-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wavinsentio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath olive-editor, using log file: /var/log/nixpkgs-update/olive-editor/2024-03-14.log olive-editor 2023-06-12 -> 20230614 https://repology.org/project/olive-video-editor/versions attrpath: olive-editor Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update olive-editor 2023-06-12 -> 20230614 https://repology.org/project/olive-video-editor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tennix, using log file: /var/log/nixpkgs-update/tennix/2024-03-14.log tennix 1.3.1 -> 1.3.4 https://repology.org/project/tennix/versions attrpath: tennix 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/tennix/default.nix b/pkgs/games/tennix/default.nix index e5b2b358f329..29a5b53031ae 100644 --- a/pkgs/games/tennix/default.nix +++ b/pkgs/games/tennix/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "tennix"; - version = "1.3.1"; + version = "1.3.4"; src = fetchgit { url = "git://repo.or.cz/tennix.git"; rev = "refs/tags/tennix-${version}"; - sha256 = "sha256-U5+S1jEeg+7gdM1++dln6ePTqxZu2Zt0oUrH3DIlkgk="; + sha256 = "sha256-siGfnpZPMYMTgYzaPVhNXEuA/OSWmEl891cLhvgGr7o="; }; nativeBuildInputs = [ which ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tennix nix build failed. got build log for 'tennix' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/7rcalvd9w1cl7362libjk9ln0cscv8x4-tennix source root is tennix @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase Detecting operating system ... Linux Testing working C compiler (gcc) ... yes Testing working C++ compiler (g++) ... yes Checking for make ... yes Checking for ln ... yes Checking for install ... yes Checking for rm ... yes Checking for SDL2 ... no Checking for libpython3 ... yes Checking for -lSDL2_image ... no Checking for SDL_image.h ... no ERROR: Library SDL2_image (SDL_image.h) not found [result] Failed to update tennix 1.3.1 -> 1.3.4 https://repology.org/project/tennix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.smallstuff, using log file: /var/log/nixpkgs-update/rPackages.smallstuff/2024-03-14.log rPackages.smallstuff 1.0.1 -> 1.0.3 https://repology.org/project/r:smallstuff/versions attrpath: rPackages.smallstuff 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.smallstuff 1.0.1 -> 1.0.3 https://repology.org/project/r:smallstuff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.log rPackages.tfruns 1.5.1 -> 1.5.2 https://repology.org/project/r:tfruns/versions attrpath: rPackages.tfruns Checking auto update branch... No auto update branch exists Old version 1.5.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.tfruns 1.5.1 -> 1.5.2 https://repology.org/project/r:tfruns/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.QurvE, using log file: /var/log/nixpkgs-update/rPackages.QurvE/2024-03-14.log rPackages.QurvE 1.1 -> 1.1.1 https://repology.org/project/r:qurve/versions attrpath: rPackages.QurvE Checking auto update branch... No auto update branch exists Old version 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.QurvE 1.1 -> 1.1.1 https://repology.org/project/r:qurve/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_7.nvidia_x11_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.nvidia_x11_beta_open/2024-03-14.log linuxKernel.packages.linux_6_7.nvidia_x11_beta_open 6.7.9-550.54.14 -> 550.40.55 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_6_7.nvidia_x11_beta_open Checking auto update branch... No auto update branch exists Old version 6.7.9-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_6_7.nvidia_x11_beta_open 6.7.9-550.54.14 -> 550.40.55 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyinstrument, using log file: /var/log/nixpkgs-update/python312Packages.pyinstrument/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/8lcbdcdnc43cibl76lbw81avgrj91yhp-packages.json.drv building '/nix/store/8lcbdcdnc43cibl76lbw81avgrj91yhp-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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.rJava, using log file: /var/log/nixpkgs-update/rPackages.rJava/2024-03-14.log rPackages.rJava 1.0-10 -> 1.0.11 https://repology.org/project/r:rjava/versions attrpath: rPackages.rJava Checking auto update branch... No auto update branch exists Old version 1.0-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.rJava 1.0-10 -> 1.0.11 https://repology.org/project/r:rjava/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spirit, using log file: /var/log/nixpkgs-update/spirit/2024-03-14.log spirit 0-unstable-2024-01-11 -> 1.3 https://repology.org/project/spirit/versions attrpath: spirit 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 spirit 0-unstable-2024-01-11 -> 1.3 https://repology.org/project/spirit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rScudo, using log file: /var/log/nixpkgs-update/rPackages.rScudo/2024-03-14.log rPackages.rScudo 1.18.0 -> 1.18.1 https://repology.org/project/r:rscudo/versions attrpath: rPackages.rScudo Checking auto update branch... No auto update branch exists Old version 1.18.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.rScudo 1.18.0 -> 1.18.1 https://repology.org/project/r:rscudo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.HIBAG, using log file: /var/log/nixpkgs-update/rPackages.HIBAG/2024-03-14.log rPackages.HIBAG 1.38.1 -> 1.38.2 https://repology.org/project/r:hibag/versions attrpath: rPackages.HIBAG Checking auto update branch... No auto update branch exists Old version 1.38.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.HIBAG 1.38.1 -> 1.38.2 https://repology.org/project/r:hibag/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cmsafvis, using log file: /var/log/nixpkgs-update/rPackages.cmsafvis/2024-03-14.log rPackages.cmsafvis 1.2.2 -> 1.2.3 https://repology.org/project/r:cmsafvis/versions attrpath: rPackages.cmsafvis Checking auto update branch... No auto update branch exists Old version 1.2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.cmsafvis 1.2.2 -> 1.2.3 https://repology.org/project/r:cmsafvis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zopfli, using log file: /var/log/nixpkgs-update/python311Packages.zopfli/2024-03-14.log python311Packages.zopfli 0 -> 1 attrpath: python311Packages.zopfli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hpcj0j24ca4hmycaglz5vn79vl32pk6g-packages.json.drv building '/nix/store/hpcj0j24ca4hmycaglz5vn79vl32pk6g-packages.json.drv'... Going to be running update for following packages: - python3.11-zopfli-0.2.3 Press Enter key to continue... Running update for: - python3.11-zopfli-0.2.3: UPDATING ... - python3.11-zopfli-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zopfli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath screenkey, using log file: /var/log/nixpkgs-update/screenkey/2024-03-14.log screenkey 0 -> 1 attrpath: screenkey Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dfl6hw1q5dhq6yqk49q0y0jfn5507qsb-packages.json.drv building '/nix/store/dfl6hw1q5dhq6yqk49q0y0jfn5507qsb-packages.json.drv'... Going to be running update for following packages: - screenkey-1.5 Press Enter key to continue... Running update for: - screenkey-1.5: UPDATING ... - screenkey-1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update screenkey 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mill-local, using log file: /var/log/nixpkgs-update/python311Packages.mill-local/2024-03-14.log python311Packages.mill-local 0 -> 1 attrpath: python311Packages.mill-local Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nrsqpj66znxvz5c9mbbvzkfm08b271b4-packages.json.drv building '/nix/store/nrsqpj66znxvz5c9mbbvzkfm08b271b4-packages.json.drv'... Going to be running update for following packages: - python3.11-mill-local-0.3.0 Press Enter key to continue... Running update for: - python3.11-mill-local-0.3.0: UPDATING ... - python3.11-mill-local-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mill-local 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydocumentdb, using log file: /var/log/nixpkgs-update/python311Packages.pydocumentdb/2024-03-14.log python311Packages.pydocumentdb 0 -> 1 attrpath: python311Packages.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] this derivation will be built: /nix/store/cigiw2lj7xqq4nyjfklq98gi4nf7w35h-packages.json.drv building '/nix/store/cigiw2lj7xqq4nyjfklq98gi4nf7w35h-packages.json.drv'... Going to be running update for following packages: - python3.11-pydocumentdb-2.3.5 Press Enter key to continue... Running update for: - python3.11-pydocumentdb-2.3.5: UPDATING ... - python3.11-pydocumentdb-2.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydocumentdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gpapi, using log file: /var/log/nixpkgs-update/python311Packages.gpapi/2024-03-14.log python311Packages.gpapi 0 -> 1 attrpath: python311Packages.gpapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v2zqn2snnwhfkfsyrsnfkd8dxnmj4f75-packages.json.drv building '/nix/store/v2zqn2snnwhfkfsyrsnfkd8dxnmj4f75-packages.json.drv'... Going to be running update for following packages: - python3.11-gpapi-0.4.4 Press Enter key to continue... Running update for: - python3.11-gpapi-0.4.4: UPDATING ... - python3.11-gpapi-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gpapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.methylSig, using log file: /var/log/nixpkgs-update/rPackages.methylSig/2024-03-14.log rPackages.methylSig 1.12.0 -> 1.14.0 https://repology.org/project/r:methylsig/versions attrpath: rPackages.methylSig Checking auto update branch... No auto update branch exists Old version 1.12.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.methylSig 1.12.0 -> 1.14.0 https://repology.org/project/r:methylsig/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hiredis, using log file: /var/log/nixpkgs-update/python311Packages.hiredis/2024-03-14.log python311Packages.hiredis 0 -> 1 attrpath: python311Packages.hiredis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/npwf95lljq3m454alc4g9wx6y59aav98-packages.json.drv building '/nix/store/npwf95lljq3m454alc4g9wx6y59aav98-packages.json.drv'... Going to be running update for following packages: - python3.11-hiredis-2.3.0 Press Enter key to continue... Running update for: - python3.11-hiredis-2.3.0: UPDATING ... - python3.11-hiredis-2.3.0: ERROR --- SHOWING ERROR LOG FOR python3.11-hiredis-2.3.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 596, in main() File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-hiredis-2.3.0 ---------------------- The update script for python3.11-hiredis-2.3.0 failed with exit code 1 [result] Failed to update python311Packages.hiredis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elasticsearch-curator, using log file: /var/log/nixpkgs-update/elasticsearch-curator/2024-03-14.log elasticsearch-curator 0 -> 1 attrpath: elasticsearch-curator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f9apax1py7r80xdkwpwx77p6jai2i6yc-packages.json.drv building '/nix/store/f9apax1py7r80xdkwpwx77p6jai2i6yc-packages.json.drv'... Going to be running update for following packages: - elasticsearch-curator-8.0.10 Press Enter key to continue... Running update for: - elasticsearch-curator-8.0.10: UPDATING ... - elasticsearch-curator-8.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update elasticsearch-curator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pgbadger, using log file: /var/log/nixpkgs-update/pgbadger/2024-03-14.log pgbadger 12.2 -> 12.4 https://github.com/darold/pgbadger/releases attrpath: pgbadger Checking auto update branch... No auto update branch exists Derivation contains buildPerlPackage [result] Failed to update pgbadger 12.2 -> 12.4 https://github.com/darold/pgbadger/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath l-smash, using log file: /var/log/nixpkgs-update/l-smash/2024-03-14.log l-smash 2.14.5 -> 2.18.0 https://repology.org/project/l-smash/versions attrpath: l-smash 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/38nh1d9f9bb7kx9c0807vyha141fk61q-source.drv building '/nix/store/38nh1d9f9bb7kx9c0807vyha141fk61q-source.drv'... trying https://github.com/l-smash/l-smash/archive/v2.18.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 'l-smash.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/38nh1d9f9bb7kx9c0807vyha141fk61q-source.drv /nix/store/3k936b158rgiv7sdvby69sl7fbpgj1wq-l-smash-2.18.0.drv building '/nix/store/38nh1d9f9bb7kx9c0807vyha141fk61q-source.drv'... trying https://github.com/l-smash/l-smash/archive/v2.18.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/38nh1d9f9bb7kx9c0807vyha141fk61q-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/l-smash/l-smash/archive/v2.18.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/38nh1d9f9bb7kx9c0807vyha141fk61q-source.drv'. error: 1 dependencies of derivation '/nix/store/3k936b158rgiv7sdvby69sl7fbpgj1wq-l-smash-2.18.0.drv' failed to build [result] Failed to update l-smash 2.14.5 -> 2.18.0 https://repology.org/project/l-smash/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.resemble, using log file: /var/log/nixpkgs-update/rPackages.resemble/2024-03-14.log rPackages.resemble 2.2.2 -> 2.2.3 https://repology.org/project/r:resemble/versions attrpath: rPackages.resemble Checking auto update branch... No auto update branch exists Old version 2.2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.resemble 2.2.2 -> 2.2.3 https://repology.org/project/r:resemble/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.yamlet, using log file: /var/log/nixpkgs-update/rPackages.yamlet/2024-03-14.log rPackages.yamlet 0.10.33 -> 1.0.0 https://repology.org/project/r:yamlet/versions attrpath: rPackages.yamlet Checking auto update branch... No auto update branch exists Old version 0.10.33" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.yamlet 0.10.33 -> 1.0.0 https://repology.org/project/r:yamlet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath azure-functions-core-tools, using log file: /var/log/nixpkgs-update/azure-functions-core-tools/2024-03-14.log azure-functions-core-tools 4.0.5455 -> 4.0.5571 https://github.com/Azure/azure-functions-core-tools/releases attrpath: azure-functions-core-tools Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#azure-functions-core-tools.src --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#azure-functions-core-tools.originalSrc --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' does not provide attribute 'packages.x86_64-linux.azure-functions-core-tools.originalSrc', 'legacyPackages.x86_64-linux.azure-functions-core-tools.originalSrc' or 'azure-functions-core-tools.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#azure-functions-core-tools --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ [result] Failed to update azure-functions-core-tools 4.0.5455 -> 4.0.5571 https://github.com/Azure/azure-functions-core-tools/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.eulerr, using log file: /var/log/nixpkgs-update/rPackages.eulerr/2024-03-14.log rPackages.eulerr 7.0.0 -> 7.0.1 https://repology.org/project/r:eulerr/versions attrpath: rPackages.eulerr Checking auto update branch... No auto update branch exists Old version 7.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.eulerr 7.0.0 -> 7.0.1 https://repology.org/project/r:eulerr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath steamPackages.steam-runtime, using log file: /var/log/nixpkgs-update/steamPackages.steam-runtime/2024-03-14.log steamPackages.steam-runtime 0 -> 1 attrpath: steamPackages.steam-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] these 2 derivations will be built: /nix/store/isvls477v1lvpxvmw03f0kjx734087z2-update.sh.drv /nix/store/3n8nyhxz8f4bb5b6dsf5m3xyam2nm27c-packages.json.drv building '/nix/store/isvls477v1lvpxvmw03f0kjx734087z2-update.sh.drv'... building '/nix/store/3n8nyhxz8f4bb5b6dsf5m3xyam2nm27c-packages.json.drv'... Going to be running update for following packages: - steam-runtime-0.20231127.68515 Press Enter key to continue... Running update for: - steam-runtime-0.20231127.68515: UPDATING ... - steam-runtime-0.20231127.68515: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/games/steam/runtime.nix b/pkgs/games/steam/runtime.nix index 8e0492b69af8..a6d9d6f848f2 100644 --- a/pkgs/games/steam/runtime.nix +++ b/pkgs/games/steam/runtime.nix @@ -8,11 +8,11 @@ stdenv.mkDerivation rec { pname = "steam-runtime"; # from https://repo.steampowered.com/steamrt-images-scout/snapshots/latest-steam-client-general-availability/VERSION.txt - version = "0.20231127.68515"; + version = "0.20240304.79797"; src = fetchurl { url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz"; - sha256 = "sha256-invUOdJGNhrswsj9Vj/bSAkEigWtBQ554sBAyvPf0mk="; + sha256 = "sha256-KKuqUvTkeQshnE/7r/LjDMIAMq8ElLm6aCaE89Qsj7w="; name = "scout-runtime-${version}.tar.gz"; }; An auto update branch exists with message `steamPackages.steam-runtime: 0.20231127.68515 -> 0.20240304.79797`. New version is 0.20240304.79797. An auto update branch exists with an equal or greater version [result] Failed to update steamPackages.steam-runtime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vcard, using log file: /var/log/nixpkgs-update/python311Packages.vcard/2024-03-14.log python311Packages.vcard 0 -> 1 attrpath: python311Packages.vcard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/snlwm25aiq2z22hrq5zxlz597ylkjqr5-packages.json.drv building '/nix/store/snlwm25aiq2z22hrq5zxlz597ylkjqr5-packages.json.drv'... Going to be running update for following packages: - python3.11-vcard-0.15.4 Press Enter key to continue... Running update for: - python3.11-vcard-0.15.4: UPDATING ... - python3.11-vcard-0.15.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vcard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goda, using log file: /var/log/nixpkgs-update/goda/2024-03-14.log goda 0 -> 1 attrpath: goda Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0vzxl9d4hbxm89fvf76bp3qh2b24lr6r-packages.json.drv building '/nix/store/0vzxl9d4hbxm89fvf76bp3qh2b24lr6r-packages.json.drv'... Going to be running update for following packages: - goda-0.5.7 Press Enter key to continue... Running update for: - goda-0.5.7: UPDATING ... - goda-0.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update goda 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wqy_zenhei, using log file: /var/log/nixpkgs-update/wqy_zenhei/2024-03-14.log wqy_zenhei 0.9.45 -> 0.9.47 https://repology.org/project/fonts:wqy-zenhei/versions attrpath: wqy_zenhei 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/iqmhlw2xpjm3fz0daqr7564d0m5rjybc-wqy-zenhei-0.9.47.tar.gz.drv building '/nix/store/iqmhlw2xpjm3fz0daqr7564d0m5rjybc-wqy-zenhei-0.9.47.tar.gz.drv'... trying https://downloads.sourceforge.net/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 992 0 --:--:-- --:--:-- --:--:-- 1000 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/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.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 wqy-zenhei-0.9.47.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 'wqy_zenhei.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/iqmhlw2xpjm3fz0daqr7564d0m5rjybc-wqy-zenhei-0.9.47.tar.gz.drv /nix/store/r4nbs0484rxbx7aikv96cpzg4jqp7j96-wqy-zenhei-0.9.47.drv building '/nix/store/iqmhlw2xpjm3fz0daqr7564d0m5rjybc-wqy-zenhei-0.9.47.tar.gz.drv'... trying https://downloads.sourceforge.net/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.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 wqy-zenhei-0.9.47.tar.gz from any mirror error: builder for '/nix/store/iqmhlw2xpjm3fz0daqr7564d0m5rjybc-wqy-zenhei-0.9.47.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.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/wqy/wqy-zenhei-0.9.47.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 wqy-zenhei-0.9.47.tar.gz from any mirror For full logs, run 'nix log /nix/store/iqmhlw2xpjm3fz0daqr7564d0m5rjybc-wqy-zenhei-0.9.47.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/r4nbs0484rxbx7aikv96cpzg4jqp7j96-wqy-zenhei-0.9.47.drv' failed to build [result] Failed to update wqy_zenhei 0.9.45 -> 0.9.47 https://repology.org/project/fonts:wqy-zenhei/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.sqids, using log file: /var/log/nixpkgs-update/haskellPackages.sqids/2024-03-14.log haskellPackages.sqids 0.2.0.0 -> 0.2.1.0 https://repology.org/project/haskell:sqids/versions attrpath: haskellPackages.sqids Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.sqids 0.2.0.0 -> 0.2.1.0 https://repology.org/project/haskell:sqids/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lazr-restfulclient, using log file: /var/log/nixpkgs-update/python311Packages.lazr-restfulclient/2024-03-14.log python311Packages.lazr-restfulclient 0 -> 1 attrpath: python311Packages.lazr-restfulclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h8i36r6inrbrf04sd2sxhsycl5qcccb8-packages.json.drv building '/nix/store/h8i36r6inrbrf04sd2sxhsycl5qcccb8-packages.json.drv'... Going to be running update for following packages: - python3.11-lazr.restfulclient-0.14.6 Press Enter key to continue... Running update for: - python3.11-lazr.restfulclient-0.14.6: UPDATING ... - python3.11-lazr.restfulclient-0.14.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lazr-restfulclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/zcq53mk9jf6adli2j7mkdnd0zpa27ng1-packages.json.drv building '/nix/store/zcq53mk9jf6adli2j7mkdnd0zpa27ng1-packages.json.drv'... 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.hyperscan, using log file: /var/log/nixpkgs-update/python311Packages.hyperscan/2024-03-14.log python311Packages.hyperscan 0 -> 1 attrpath: python311Packages.hyperscan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/05lsyyz0arss7d600sd9f7cgz7zhwihs-packages.json.drv building '/nix/store/05lsyyz0arss7d600sd9f7cgz7zhwihs-packages.json.drv'... Going to be running update for following packages: - python3.11-hyperscan-0.7.0 Press Enter key to continue... Running update for: - python3.11-hyperscan-0.7.0: UPDATING ... - python3.11-hyperscan-0.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hyperscan/default.nix b/pkgs/development/python-modules/hyperscan/default.nix index 51ea23baf4a2..0d568e15f25b 100644 --- a/pkgs/development/python-modules/hyperscan/default.nix +++ b/pkgs/development/python-modules/hyperscan/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "hyperscan"; - version = "0.7.0"; + version = "0.7.7"; pyproject = true; src = fetchFromGitHub { owner = "darvid"; repo = "python-hyperscan"; rev = "refs/tags/v${version}"; - hash = "sha256-XIsYBu2YPbSIZGIhJjPap1ymg7cr0+ozwZtpOj8GFm8="; + hash = "sha256-TNiGh89SnGi0WAqfYudsj7GaVhOifi8ZcmTrMtVbk+c="; }; buildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/xl0b6nrkd9mi5qinj70hps4zzf17c4n8-python3.11-hyperscan-0.7.7" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages failed to build:
  • python312Packages.hyperscan
  • python312Packages.hyperscan.dist
2 packages built:
  • python311Packages.hyperscan
  • python311Packages.hyperscan.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.hyperscan is: A CPython extension for the Hyperscan regular expression matching library meta.homepage for python311Packages.hyperscan is: https://github.com/darvid/python-hyperscan meta.changelog for python311Packages.hyperscan is: https://github.com/darvid/python-hyperscan/blob/refs/tags/v0.7.7/CHANGELOG.md ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.7.7 with grep in /nix/store/xl0b6nrkd9mi5qinj70hps4zzf17c4n8-python3.11-hyperscan-0.7.7 - found 0.7.7 in filename of file in /nix/store/xl0b6nrkd9mi5qinj70hps4zzf17c4n8-python3.11-hyperscan-0.7.7 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.hyperscan python312Packages.hyperscan ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/xl0b6nrkd9mi5qinj70hps4zzf17c4n8-python3.11-hyperscan-0.7.7 \ --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.hyperscan https://github.com/r-ryantm/nixpkgs/archive/0be5b955e8f842f50f84e6253ce91637cc0a45d6.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/0be5b955e8f842f50f84e6253ce91637cc0a45d6#python311Packages.hyperscan ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/xl0b6nrkd9mi5qinj70hps4zzf17c4n8-python3.11-hyperscan-0.7.7 ls -la /nix/store/xl0b6nrkd9mi5qinj70hps4zzf17c4n8-python3.11-hyperscan-0.7.7/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages failed to build:
  • python312Packages.hyperscan
  • python312Packages.hyperscan.dist
2 packages built:
  • python311Packages.hyperscan
  • python311Packages.hyperscan.dist
--- ###### Maintainer pings cc @mbalatsko 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/295953 [result] Success updating python311Packages.hyperscan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath teler, using log file: /var/log/nixpkgs-update/teler/2024-03-14.log teler 2.0.0-dev.3 -> 2.0.0 https://github.com/kitabisa/teler/releases attrpath: teler Checking auto update branch... No auto update branch exists 2.0.0 is not newer than 2.0.0-dev.3 according to Nix; versionComparison: -1 [result] Failed to update teler 2.0.0-dev.3 -> 2.0.0 https://github.com/kitabisa/teler/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vehicle, using log file: /var/log/nixpkgs-update/python311Packages.vehicle/2024-03-14.log python311Packages.vehicle 0 -> 1 attrpath: python311Packages.vehicle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n23lyzx9grhzb3lb1cgdx48kx6jr7ihn-packages.json.drv building '/nix/store/n23lyzx9grhzb3lb1cgdx48kx6jr7ihn-packages.json.drv'... Going to be running update for following packages: - python3.11-vehicle-2.2.1 Press Enter key to continue... Running update for: - python3.11-vehicle-2.2.1: UPDATING ... - python3.11-vehicle-2.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vehicle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.msal, using log file: /var/log/nixpkgs-update/python311Packages.msal/2024-03-14.log python311Packages.msal 0 -> 1 attrpath: python311Packages.msal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/25n1rwd73zqcfnp5ydgylx8j2gp4rfa4-packages.json.drv building '/nix/store/25n1rwd73zqcfnp5ydgylx8j2gp4rfa4-packages.json.drv'... Going to be running update for following packages: - python3.11-msal-1.27.0 Press Enter key to continue... Running update for: - python3.11-msal-1.27.0: UPDATING ... - python3.11-msal-1.27.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.msal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath blanket, using log file: /var/log/nixpkgs-update/blanket/2024-03-14.log blanket 0 -> 1 attrpath: blanket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/clx59w0ki3i7zpvpzbc6clp5l0h4q6hm-packages.json.drv building '/nix/store/clx59w0ki3i7zpvpzbc6clp5l0h4q6hm-packages.json.drv'... Going to be running update for following packages: - blanket-0.6.0 Press Enter key to continue... Running update for: - blanket-0.6.0: UPDATING ... - blanket-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update blanket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.langchain-community, using log file: /var/log/nixpkgs-update/python311Packages.langchain-community/2024-03-14.log python311Packages.langchain-community 0 -> 1 attrpath: python311Packages.langchain-community Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dssmxz1fviwa0lq0qqpb9yvkwz0xvww4-packages.json.drv building '/nix/store/dssmxz1fviwa0lq0qqpb9yvkwz0xvww4-packages.json.drv'... Going to be running update for following packages: - python3.11-langchain-community-0.0.27 Press Enter key to continue... Running update for: - python3.11-langchain-community-0.0.27: UPDATING ... - python3.11-langchain-community-0.0.27: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/langchain-community/default.nix b/pkgs/development/python-modules/langchain-community/default.nix index 0f0492c1c4b4..7640feafa413 100644 --- a/pkgs/development/python-modules/langchain-community/default.nix +++ b/pkgs/development/python-modules/langchain-community/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "langchain-community"; - version = "0.0.27"; + version = "0.0.28"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "langchain_community"; inherit version; - hash = "sha256-Jm3/vUwWZtsYicrZU/pRAtTev/eCM1NTtteGNqdhd40="; + hash = "sha256-hmTSQ6kFUPxd3BN7cSA04CyNQ6/I1MyDK6WEK0TIZM4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/cpy056yc5g7p95jfdglb57wzxa9c94zn-python3.11-langchain-community-0.0.28" [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 failed to build:
  • khoj
  • khoj.dist
  • pentestgpt
  • pentestgpt.dist
  • python311Packages.langchain
  • python311Packages.langchain.dist
  • python312Packages.langchain
  • python312Packages.langchain.dist
4 packages built:
  • python311Packages.langchain-community
  • python311Packages.langchain-community.dist
  • python312Packages.langchain-community
  • python312Packages.langchain-community.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.langchain-community is: Community contributed LangChain integrations meta.homepage for python311Packages.langchain-community is: https://github.com/langchain-ai/langchain/tree/master/libs/community ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.0.28 with grep in /nix/store/cpy056yc5g7p95jfdglb57wzxa9c94zn-python3.11-langchain-community-0.0.28 - found 0.0.28 in filename of file in /nix/store/cpy056yc5g7p95jfdglb57wzxa9c94zn-python3.11-langchain-community-0.0.28 ---
Rebuild report (if merged into master) (click to expand) ``` 6 total rebuild path(s) 6 package rebuild(s) First fifty rebuilds by attrpath khoj pentestgpt python311Packages.langchain python311Packages.langchain-community python312Packages.langchain python312Packages.langchain-community ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/cpy056yc5g7p95jfdglb57wzxa9c94zn-python3.11-langchain-community-0.0.28 \ --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.langchain-community https://github.com/r-ryantm/nixpkgs/archive/5d5f301b5e425da94a4751577955bb483066d9f7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5d5f301b5e425da94a4751577955bb483066d9f7#python311Packages.langchain-community ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/cpy056yc5g7p95jfdglb57wzxa9c94zn-python3.11-langchain-community-0.0.28 ls -la /nix/store/cpy056yc5g7p95jfdglb57wzxa9c94zn-python3.11-langchain-community-0.0.28/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 failed to build:
  • khoj
  • khoj.dist
  • pentestgpt
  • pentestgpt.dist
  • python311Packages.langchain
  • python311Packages.langchain.dist
  • python312Packages.langchain
  • python312Packages.langchain.dist
4 packages built:
  • python311Packages.langchain-community
  • python311Packages.langchain-community.dist
  • python312Packages.langchain-community
  • python312Packages.langchain-community.dist
--- ###### Maintainer pings cc @natsukium 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/295959 [result] Success updating python311Packages.langchain-community 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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-14.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] Success [updateScript] this derivation will be built: /nix/store/5lbaa258vfj4c1h72l4p401ay2g33byv-packages.json.drv building '/nix/store/5lbaa258vfj4c1h72l4p401ay2g33byv-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.log xa 2.3.14 -> 2.4.1 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.1. 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/compilers/xa/xa.nix b/pkgs/development/compilers/xa/xa.nix index 52be6de0812d..c7778f8ddc3a 100644 --- a/pkgs/development/compilers/xa/xa.nix +++ b/pkgs/development/compilers/xa/xa.nix @@ -6,14 +6,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "xa"; - version = "2.3.14"; + version = "2.4.1"; src = fetchurl { urls = [ "https://www.floodgap.com/retrotech/xa/dists/xa-${finalAttrs.version}.tar.gz" "https://www.floodgap.com/retrotech/xa/dists/unsupported/xa-${finalAttrs.version}.tar.gz" ]; - hash = "sha256-G5u6vdvY07lBC4UuUKEo7qQeaBM55vdsPoB2+lQg8C4="; + hash = "sha256-Y8EqajKo42TzTwSdiyR39GVgIUGPCLjWtGK+DtO+OsM="; }; nativeCheckInputs = [ perl ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A xa nix build failed. make[1]: Entering directory '/build/xa-2.4.1/tests/math' rm -f *.o make[1]: Leaving directory '/build/xa-2.4.1/tests/math' =================================== PASSED! =================================== mode ............................................. > running Makefile =============================================================================== make[1]: Entering directory '/build/xa-2.4.1/tests/mode' rm -f *.o65 *.tmp make[1]: Leaving directory '/build/xa-2.4.1/tests/mode' ------------------------------------------------------------------------------- make[1]: Entering directory '/build/xa-2.4.1/tests/mode' ../../xa -R -o at1.o65 at1.a65 ../../xa -R -o at2.o65 at2.a65 ../../xa -R -o at4.o65 at4.a65 ../../xa -R -o at256.o65 at256.a65 ../../xa -R -o ad1.o65 ad1.a65 ../../xa -R -o ad2.o65 ad2.a65 ../../xa -R -o ad4.o65 ad4.a65 ../../xa -R -o ad256.o65 ad256.a65 ../../xa -R -o ab1.o65 ab1.a65 ../../xa -R -o ab2.o65 ab2.a65 ../../xa -R -o ab4.o65 ab4.a65 ../../xa -R -o ab256.o65 ab256.a65 ../../ldo65 y -o test1.o65 at1.o65 at2.o65 at4.o65 at256.o65 ad1.o65 ad2.o65 ad4.o65 ad256.o65 ab1.o65 ab2.o65 ab4.o65 ab256.o65 while opening file: stat: No such file or directory make[1]: *** [Makefile:21: test1.o65] Error 1 make[1]: Leaving directory '/build/xa-2.4.1/tests/mode' ------------------------------------------------------------------------------- ## FAILURE (make clean NOT run) ## make: *** [Makefile:76: test] Error 1 [result] Failed to update xa 2.3.14 -> 2.4.1 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 vulkan-headers, using log file: /var/log/nixpkgs-update/vulkan-headers/2024-03-14.log vulkan-headers 0 -> 1 attrpath: vulkan-headers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/py1asawqzay0dff18kg0ms7n7gmsbsdy-packages.json.drv building '/nix/store/py1asawqzay0dff18kg0ms7n7gmsbsdy-packages.json.drv'... Going to be running update for following packages: - vulkan-headers-1.3.275.0 Press Enter key to continue... Running update for: - vulkan-headers-1.3.275.0: UPDATING ... - vulkan-headers-1.3.275.0: ERROR --- SHOWING ERROR LOG FOR vulkan-headers-1.3.275.0 ---------------------- Traceback (most recent call last): File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 125, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Not version matched the regex. The following versions were found: snapshot-2024wk10 v1.3.280 snapshot-2024wk09 v1.3.279 snapshot-2024wk08 v1.3.278 snapshot-2024wk07 snapshot-2024wk06 v1.3.277 v1.3.276 --- SHOWING ERROR LOG FOR vulkan-headers-1.3.275.0 ---------------------- The update script for vulkan-headers-1.3.275.0 failed with exit code 1 [result] Failed to update vulkan-headers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ndeflib, using log file: /var/log/nixpkgs-update/python311Packages.ndeflib/2024-03-14.log python311Packages.ndeflib 0 -> 1 attrpath: python311Packages.ndeflib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/64lm8v9pwiy37rz6zq3albw6kywvc3h0-packages.json.drv building '/nix/store/64lm8v9pwiy37rz6zq3albw6kywvc3h0-packages.json.drv'... Going to be running update for following packages: - python3.11-ndeflib-0.3.3 Press Enter key to continue... Running update for: - python3.11-ndeflib-0.3.3: UPDATING ... - python3.11-ndeflib-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ndeflib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath streamdeck-ui, using log file: /var/log/nixpkgs-update/streamdeck-ui/2024-03-14.log streamdeck-ui 0 -> 1 attrpath: streamdeck-ui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3rszyfh7k6dlvsailirfs84dmjbx6mad-packages.json.drv building '/nix/store/3rszyfh7k6dlvsailirfs84dmjbx6mad-packages.json.drv'... Going to be running update for following packages: - streamdeck-ui-3.1.0 Press Enter key to continue... Running update for: - streamdeck-ui-3.1.0: UPDATING ... - streamdeck-ui-3.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/streamdeck-ui/default.nix b/pkgs/applications/misc/streamdeck-ui/default.nix index f46be1a24324..4aa2b4b0964a 100644 --- a/pkgs/applications/misc/streamdeck-ui/default.nix +++ b/pkgs/applications/misc/streamdeck-ui/default.nix @@ -11,13 +11,13 @@ python3Packages.buildPythonApplication rec { pname = "streamdeck-ui"; - version = "3.1.0"; + version = "4.1.1"; src = fetchFromGitHub { repo = "streamdeck-linux-gui"; owner = "streamdeck-linux-gui"; - rev = "v${version}"; - sha256 = "sha256-AIE9j022L4WSlHBAu3TT5uE4Ilgk/jYSmU03K8Hs8xY="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-hz6YMV4ntBwFPFYx6wsHdAOs1bi9NagkxD4UKV6N46c="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A streamdeck-ui nix build failed. got build log for 'streamdeck-ui' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/9xblwmwid40fpz21xvmxarfdnkgcdjan-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/udev/60-streamdeck.rules @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/svlxvifkwni08pblaiaphiirxrw272zn-update-pillow.patch patching file pyproject.toml Hunk #1 FAILED at 14. 1 out of 1 hunk FAILED -- saving rejects to file pyproject.toml.rej [result] Failed to update streamdeck-ui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chart-studio, using log file: /var/log/nixpkgs-update/python311Packages.chart-studio/2024-03-14.log python311Packages.chart-studio 0 -> 1 attrpath: python311Packages.chart-studio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gw64i73hkqacr06d9353glvsir60gcn1-packages.json.drv building '/nix/store/gw64i73hkqacr06d9353glvsir60gcn1-packages.json.drv'... Going to be running update for following packages: - python3.11-chart-studio-5.19.0 Press Enter key to continue... Running update for: - python3.11-chart-studio-5.19.0: UPDATING ... - python3.11-chart-studio-5.19.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/chart-studio/default.nix b/pkgs/development/python-modules/chart-studio/default.nix index 8987a9695d50..998174d6ccbb 100644 --- a/pkgs/development/python-modules/chart-studio/default.nix +++ b/pkgs/development/python-modules/chart-studio/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "chart-studio"; - version = "5.19.0"; + version = "5.20.0"; pyproject = true; # chart-studio was split from plotly @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "plotly"; repo = "plotly.py"; rev = "refs/tags/v${version}"; - hash = "sha256-Xi1Sf07TLPv6TsmsR2WDfY9NYdglpwiu22RjMiktTdw="; + hash = "sha256-LSZGaefxQC6h9VAJ2wgZyaQPR6vs0wrp2oxd51I3pL8="; }; sourceRoot = "${src.name}/packages/python/chart-studio"; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/rxdx8g8ribwmacvc09yclvrj8ddi5ms8-python3.11-chart-studio-5.20.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
  • python311Packages.chart-studio
  • python311Packages.chart-studio.dist
  • python311Packages.cufflinks
  • python311Packages.cufflinks.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.chart-studio is: Utilities for interfacing with Plotly's Chart Studio service meta.homepage for python311Packages.chart-studio is: https://github.com/plotly/plotly.py/tree/master/packages/python/chart-studio ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.20.0 in filename of file in /nix/store/rxdx8g8ribwmacvc09yclvrj8ddi5ms8-python3.11-chart-studio-5.20.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.chart-studio python311Packages.cufflinks ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/rxdx8g8ribwmacvc09yclvrj8ddi5ms8-python3.11-chart-studio-5.20.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.chart-studio https://github.com/r-ryantm/nixpkgs/archive/82f69f5d5233dbecaf6a61e618b5c61dbd025f6f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/82f69f5d5233dbecaf6a61e618b5c61dbd025f6f#python311Packages.chart-studio ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/rxdx8g8ribwmacvc09yclvrj8ddi5ms8-python3.11-chart-studio-5.20.0 ls -la /nix/store/rxdx8g8ribwmacvc09yclvrj8ddi5ms8-python3.11-chart-studio-5.20.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
  • python311Packages.chart-studio
  • python311Packages.chart-studio.dist
  • python311Packages.cufflinks
  • python311Packages.cufflinks.dist
--- ###### Maintainer pings cc @jonringer 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/295961 [result] Success updating python311Packages.chart-studio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.samsungtvws, using log file: /var/log/nixpkgs-update/python311Packages.samsungtvws/2024-03-14.log python311Packages.samsungtvws 0 -> 1 attrpath: python311Packages.samsungtvws Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7csavr4i6pikqx9ynadhbhijis3q1s78-packages.json.drv building '/nix/store/7csavr4i6pikqx9ynadhbhijis3q1s78-packages.json.drv'... Going to be running update for following packages: - python3.11-samsungtvws-2.6.0 Press Enter key to continue... Running update for: - python3.11-samsungtvws-2.6.0: UPDATING ... - python3.11-samsungtvws-2.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.samsungtvws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath obitools3, using log file: /var/log/nixpkgs-update/obitools3/2024-03-14.log obitools3 0 -> 1 attrpath: obitools3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3qf80jd81gifmp6xfhc2vfd4i5qbdppl-packages.json.drv building '/nix/store/3qf80jd81gifmp6xfhc2vfd4i5qbdppl-packages.json.drv'... Going to be running update for following packages: - obitools3-3.0.1b11 Press Enter key to continue... Running update for: - obitools3-3.0.1b11: UPDATING ... - obitools3-3.0.1b11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update obitools3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/n8xvi110n5fsmicbmny9n40d3yml70wx-packages.json.drv building '/nix/store/n8xvi110n5fsmicbmny9n40d3yml70wx-packages.json.drv'... 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 python311Packages.pydsdl, using log file: /var/log/nixpkgs-update/python311Packages.pydsdl/2024-03-14.log python311Packages.pydsdl 0 -> 1 attrpath: python311Packages.pydsdl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vva503daqk1s4vbw49gqm12fpjndnh28-packages.json.drv building '/nix/store/vva503daqk1s4vbw49gqm12fpjndnh28-packages.json.drv'... Going to be running update for following packages: - python3.11-pydsdl-1.18.0 Press Enter key to continue... Running update for: - python3.11-pydsdl-1.18.0: UPDATING ... - python3.11-pydsdl-1.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydsdl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flatbuffers, using log file: /var/log/nixpkgs-update/python311Packages.flatbuffers/2024-03-14.log python311Packages.flatbuffers 0 -> 1 attrpath: python311Packages.flatbuffers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zvrffry69vh69r72pq0cnwq7mx9yqxz1-packages.json.drv building '/nix/store/zvrffry69vh69r72pq0cnwq7mx9yqxz1-packages.json.drv'... Going to be running update for following packages: - python3.11-flatbuffers-23.5.26 Press Enter key to continue... Running update for: - python3.11-flatbuffers-23.5.26: UPDATING ... - python3.11-flatbuffers-23.5.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flatbuffers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath graphite-gtk-theme, using log file: /var/log/nixpkgs-update/graphite-gtk-theme/2024-03-14.log graphite-gtk-theme 0 -> 1 attrpath: graphite-gtk-theme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0issx1y5cg5sv12d5s1cfpd2c2h8502r-packages.json.drv building '/nix/store/0issx1y5cg5sv12d5s1cfpd2c2h8502r-packages.json.drv'... Going to be running update for following packages: - graphite-gtk-theme-2023-12-31 Press Enter key to continue... Running update for: - graphite-gtk-theme-2023-12-31: UPDATING ... - graphite-gtk-theme-2023-12-31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update graphite-gtk-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rio, using log file: /var/log/nixpkgs-update/rio/2024-03-14.log rio 0 -> 1 attrpath: rio Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7wgpqnx1gxyrbm694klzwj680x72nf2n-packages.json.drv building '/nix/store/7wgpqnx1gxyrbm694klzwj680x72nf2n-packages.json.drv'... Going to be running update for following packages: - rio-0.0.35 Press Enter key to continue... Running update for: - rio-0.0.35: UPDATING ... - rio-0.0.35: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/terminal-emulators/rio/default.nix b/pkgs/applications/terminal-emulators/rio/default.nix index 2eb978a4c181..ee77c4c3d457 100644 --- a/pkgs/applications/terminal-emulators/rio/default.nix +++ b/pkgs/applications/terminal-emulators/rio/default.nix @@ -51,16 +51,16 @@ let in rustPlatform.buildRustPackage rec { pname = "rio"; - version = "0.0.35"; + version = "0.0.36"; src = fetchFromGitHub { owner = "raphamorim"; repo = "rio"; rev = "v${version}"; - hash = "sha256-e+GiNwvjwIi5wCyI+IQ0BZ8IR8by5RUq8dk1JO50mjU="; + hash = "sha256-QCQFFnlKD5olaGjRwDlj5/EBV6Qy/bFAZOQRtCSPamc="; }; - cargoHash = "sha256-voQQjouCOwVLzOKtDUCa1lZLgx0JB7mvCqOY4BhmMr4="; + cargoHash = "sha256-Ea0scCbM9mfxC1YL3HCoBk93eVW20bj2mJyauyDSzT8="; nativeBuildInputs = [ ncurses No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/06f2359ihnvvpv48aymzqg7s4g7kai8x-rio-0.0.36" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • rio
  • rio.terminfo
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 rio is: A hardware-accelerated GPU terminal emulator powered by WebGPU meta.homepage for rio is: https://raphamorim.io/rio meta.changelog for rio is: https://github.com/raphamorim/rio/blob/v0.0.36/CHANGELOG.md ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/raphamorim/rio/releases/tag/v0.0.36) - [Compare changes on GitHub](https://github.com/raphamorim/rio/compare/v0.0.35...v0.0.36) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.0.36 with grep in /nix/store/06f2359ihnvvpv48aymzqg7s4g7kai8x-rio-0.0.36 - found 0.0.36 in filename of file in /nix/store/06f2359ihnvvpv48aymzqg7s4g7kai8x-rio-0.0.36 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath rio ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/06f2359ihnvvpv48aymzqg7s4g7kai8x-rio-0.0.36 \ --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 rio https://github.com/r-ryantm/nixpkgs/archive/42dd9b11a64791f15bc0a9316764bf2911fb906a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/42dd9b11a64791f15bc0a9316764bf2911fb906a#rio ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/06f2359ihnvvpv48aymzqg7s4g7kai8x-rio-0.0.36 ls -la /nix/store/06f2359ihnvvpv48aymzqg7s4g7kai8x-rio-0.0.36/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • rio
  • rio.terminfo
--- ###### Maintainer pings cc @TornaxO7 @otavio @oluceps 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/295964 [result] Success updating rio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.quadprog, using log file: /var/log/nixpkgs-update/python311Packages.quadprog/2024-03-14.log python311Packages.quadprog 0 -> 1 attrpath: python311Packages.quadprog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6rhzx9jy7dpv50q6m1ddsg3m43dc4z8n-packages.json.drv building '/nix/store/6rhzx9jy7dpv50q6m1ddsg3m43dc4z8n-packages.json.drv'... Going to be running update for following packages: - python3.11-quadprog-0.1.12 Press Enter key to continue... Running update for: - python3.11-quadprog-0.1.12: UPDATING ... - python3.11-quadprog-0.1.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.quadprog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fancy-pypi-readme, using log file: /var/log/nixpkgs-update/python311Packages.hatch-fancy-pypi-readme/2024-03-14.log python311Packages.hatch-fancy-pypi-readme 0 -> 1 attrpath: python311Packages.hatch-fancy-pypi-readme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kd56mfhbdv4372qy3zllw6xyyi0lvpsj-packages.json.drv building '/nix/store/kd56mfhbdv4372qy3zllw6xyyi0lvpsj-packages.json.drv'... Going to be running update for following packages: - python3.11-hatch-fancy-pypi-readme-23.1.0 Press Enter key to continue... Running update for: - python3.11-hatch-fancy-pypi-readme-23.1.0: UPDATING ... - python3.11-hatch-fancy-pypi-readme-23.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix b/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix index 63789c90debd..f8594e80f8bf 100644 --- a/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix +++ b/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "hatch-fancy-pypi-readme"; - version = "23.1.0"; + version = "24.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "hatch_fancy_pypi_readme"; inherit version; - hash = "sha256-sd9EBjCUrx6CSM6s1HqSyc8xPWuYI79mr4qSfDlgKH0="; + hash = "sha256-RN0jnxp3m53PjryUAaYR/X9+PhRXjc8iwmXfr3wVFLg="; }; nativeBuildInputs = [ No auto update branch exists Old version 23.1.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , pythonOlder , build , hatchling , tomli , typing-extensions }: buildPythonPackage rec { pname = "hatch-fancy-pypi-readme"; version = "24.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "hatch_fancy_pypi_readme"; inherit version; hash = "sha256-RN0jnxp3m53PjryUAaYR/X9+PhRXjc8iwmXfr3wVFLg="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ hatchling ] ++ lib.optionals (pythonOlder "3.11") [ tomli ] ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ]; nativeCheckInputs = [ build pytestCheckHook ]; # Requires network connection disabledTests = [ "test_build" # Requires internet "test_invalid_config" ]; pythonImportsCheck = [ "hatch_fancy_pypi_readme" ]; meta = with lib; { description = "Fancy PyPI READMEs with Hatch"; homepage = "https://github.com/hynek/hatch-fancy-pypi-readme"; license = licenses.mit; maintainers = with maintainers; [ tjni ]; }; } [result] Failed to update python311Packages.hatch-fancy-pypi-readme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.datrie, using log file: /var/log/nixpkgs-update/python311Packages.datrie/2024-03-14.log python311Packages.datrie 0 -> 1 attrpath: python311Packages.datrie Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/msga386pv4fa577pknnkbvr0xq92wdq1-packages.json.drv building '/nix/store/msga386pv4fa577pknnkbvr0xq92wdq1-packages.json.drv'... Going to be running update for following packages: - python3.11-datrie-0.8.2 Press Enter key to continue... Running update for: - python3.11-datrie-0.8.2: UPDATING ... - python3.11-datrie-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.datrie 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.log hydrus 0 -> 1 attrpath: hydrus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f2cnnkssg9fjq4m7ihl7x23rffg4na70-packages.json.drv building '/nix/store/f2cnnkssg9fjq4m7ihl7x23rffg4na70-packages.json.drv'... Going to be running update for following packages: - python3.11-hydrus-564 Press Enter key to continue... Running update for: - python3.11-hydrus-564: UPDATING ... - python3.11-hydrus-564: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix index 9d9b22c1cb74..d546baa98415 100644 --- a/pkgs/applications/graphics/hydrus/default.nix +++ b/pkgs/applications/graphics/hydrus/default.nix @@ -12,14 +12,14 @@ python3Packages.buildPythonPackage rec { pname = "hydrus"; - version = "564"; + version = "566"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "refs/tags/v${version}"; - hash = "sha256-U2Z04bFrSJBCk6RwLcKr/x+Pia9V5UHjpUi8AzaCf9o="; + hash = "sha256-0vz2UnfU7yZIy1S+KOXLFrlQDuPCbpSw1GYEK8YZ/Qc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/q3n5jgnsw98gqx0l6brz9x3rii73fxrw-python3.11-hydrus-566" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • hydrus
  • hydrus.doc
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 hydrus is: Danbooru-like image tagging and searching system for the desktop meta.homepage for hydrus is: https://hydrusnetwork.github.io/hydrus/ ###### 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 566 with grep in /nix/store/q3n5jgnsw98gqx0l6brz9x3rii73fxrw-python3.11-hydrus-566 - found 566 in filename of file in /nix/store/q3n5jgnsw98gqx0l6brz9x3rii73fxrw-python3.11-hydrus-566 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath hydrus ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/q3n5jgnsw98gqx0l6brz9x3rii73fxrw-python3.11-hydrus-566 \ --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 hydrus https://github.com/r-ryantm/nixpkgs/archive/7cb2bb061d7fa581229d117e3296cd3958c03024.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7cb2bb061d7fa581229d117e3296cd3958c03024#hydrus ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/q3n5jgnsw98gqx0l6brz9x3rii73fxrw-python3.11-hydrus-566 ls -la /nix/store/q3n5jgnsw98gqx0l6brz9x3rii73fxrw-python3.11-hydrus-566/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • hydrus
  • hydrus.doc
--- ###### Maintainer pings cc @dali99 @evanjs 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/295966 [result] Success updating 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 python311Packages.allpairspy, using log file: /var/log/nixpkgs-update/python311Packages.allpairspy/2024-03-14.log python311Packages.allpairspy 0 -> 1 attrpath: python311Packages.allpairspy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1brgmq4jr6c9cf98rx59cdc9vih167p0-packages.json.drv building '/nix/store/1brgmq4jr6c9cf98rx59cdc9vih167p0-packages.json.drv'... Going to be running update for following packages: - python3.11-allpairspy-2.5.1 Press Enter key to continue... Running update for: - python3.11-allpairspy-2.5.1: UPDATING ... - python3.11-allpairspy-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.allpairspy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-monitor, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-monitor/2024-03-14.log python311Packages.azure-mgmt-monitor 0 -> 1 attrpath: python311Packages.azure-mgmt-monitor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nqjpcpqif4zwffvims2l84qvmcs9m7fi-packages.json.drv building '/nix/store/nqjpcpqif4zwffvims2l84qvmcs9m7fi-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-monitor-6.0.2 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-monitor-6.0.2: UPDATING ... - python3.11-azure-mgmt-monitor-6.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-monitor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ase, using log file: /var/log/nixpkgs-update/python311Packages.ase/2024-03-14.log python311Packages.ase 0 -> 1 attrpath: python311Packages.ase Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/03cv11g1qdj8z0n9rryln8hfqi5ncrfc-packages.json.drv building '/nix/store/03cv11g1qdj8z0n9rryln8hfqi5ncrfc-packages.json.drv'... Going to be running update for following packages: - python3.11-ase-3.22.1 Press Enter key to continue... Running update for: - python3.11-ase-3.22.1: UPDATING ... - python3.11-ase-3.22.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ase 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lexid, using log file: /var/log/nixpkgs-update/python311Packages.lexid/2024-03-14.log python311Packages.lexid 0 -> 1 attrpath: python311Packages.lexid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n39kahrbwgsjidpykfwrmvri4nd66agn-packages.json.drv building '/nix/store/n39kahrbwgsjidpykfwrmvri4nd66agn-packages.json.drv'... Going to be running update for following packages: - python3.11-lexid-2021.1006 Press Enter key to continue... Running update for: - python3.11-lexid-2021.1006: UPDATING ... - python3.11-lexid-2021.1006: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lexid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/64sp16mf3by92ipg8ar7ddwz6zmfw1wr-packages.json.drv building '/nix/store/64sp16mf3by92ipg8ar7ddwz6zmfw1wr-packages.json.drv'... 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 Old version 2.1.2" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchFromGitHub , pythonOlder , isPyPy # build-system , poetry-core , rustPlatform # native dependencies , iconv # dependencies , backports-zoneinfo , importlib-resources , python-dateutil , time-machine , tzdata # tests , pytestCheckHook , pytz }: buildPythonPackage rec { pname = "pendulum"; version = "3.0.0"; pyproject = true; src = fetchFromGitHub { owner = "sdispater"; repo = "pendulum"; rev = "refs/tags/${version}"; hash = "sha256-v0kp8dklvDeC7zdTDOpIbpuj13aGub+oCaYz2ytkEpI="; }; postPatch = '' substituteInPlace rust/Cargo.lock \ --replace "3.0.0-beta-1" "3.0.0" ''; cargoRoot = "rust"; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; sourceRoot = "source/rust"; name = "${pname}-${version}"; hash = "sha256-6fw0KgnPIMfdseWcunsGjvjVB+lJNoG3pLDqkORPJ0I="; postPatch = '' substituteInPlace Cargo.lock \ --replace "3.0.0-beta-1" "3.0.0" ''; }; nativeBuildInputs = [ poetry-core rustPlatform.maturinBuildHook rustPlatform.cargoSetupHook ]; buildInputs = lib.optionals stdenv.isDarwin [ iconv ]; propagatedBuildInputs = [ python-dateutil tzdata ] ++ lib.optional (!isPyPy) [ time-machine ] ++ lib.optionals (pythonOlder "3.9") [ backports-zoneinfo importlib-resources ]; pythonImportsCheck = [ "pendulum" ]; nativeCheckInputs = [ pytestCheckHook pytz ]; disabledTestPaths = [ "tests/benchmarks" ] ++ lib.optionals stdenv.isDarwin [ # PermissionError: [Errno 1] Operation not permitted: '/etc/localtime' "tests/testing/test_time_travel.py" ]; meta = with lib; { description = "Python datetimes made easy"; homepage = "https://github.com/sdispater/pendulum"; changelog = "https://github.com/sdispater/pendulum/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ ]; }; } [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 gstreamer plugins are kept in lockstep. [result] Failed to update clutter-gst 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath icloudpd, using log file: /var/log/nixpkgs-update/icloudpd/2024-03-14.log icloudpd 0 -> 1 attrpath: icloudpd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vn9d6lsijbqz1m0pxqi8gnqhy5flapzq-packages.json.drv building '/nix/store/vn9d6lsijbqz1m0pxqi8gnqhy5flapzq-packages.json.drv'... Going to be running update for following packages: - icloudpd-1.17.3 Press Enter key to continue... Running update for: - icloudpd-1.17.3: UPDATING ... - icloudpd-1.17.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update icloudpd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libxpdf, using log file: /var/log/nixpkgs-update/libxpdf/2024-03-14.log libxpdf 3.02pl5 -> 4.02 https://repology.org/project/libxpdf/versions attrpath: libxpdf 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 libxpdf 3.02pl5 -> 4.02 https://repology.org/project/libxpdf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-decouple, using log file: /var/log/nixpkgs-update/python311Packages.python-decouple/2024-03-14.log python311Packages.python-decouple 0 -> 1 attrpath: python311Packages.python-decouple Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2g1fg4j61zv3y9xp0q93gac772q8lm1x-packages.json.drv building '/nix/store/2g1fg4j61zv3y9xp0q93gac772q8lm1x-packages.json.drv'... Going to be running update for following packages: - python3.11-python-decouple-3.8 Press Enter key to continue... Running update for: - python3.11-python-decouple-3.8: UPDATING ... - python3.11-python-decouple-3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-decouple 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.merkletools, using log file: /var/log/nixpkgs-update/python311Packages.merkletools/2024-03-14.log python311Packages.merkletools 0 -> 1 attrpath: python311Packages.merkletools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xrvdfl32in43aj5lzj9pkfmv6101nk3z-packages.json.drv building '/nix/store/xrvdfl32in43aj5lzj9pkfmv6101nk3z-packages.json.drv'... Going to be running update for following packages: - python3.11-merkletools-1.0.3 Press Enter key to continue... Running update for: - python3.11-merkletools-1.0.3: UPDATING ... - python3.11-merkletools-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.merkletools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libtmux, using log file: /var/log/nixpkgs-update/python311Packages.libtmux/2024-03-14.log python311Packages.libtmux 0 -> 1 attrpath: python311Packages.libtmux Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nz445sdkv3bsr9y5850l5fq9czhd2ysf-packages.json.drv building '/nix/store/nz445sdkv3bsr9y5850l5fq9czhd2ysf-packages.json.drv'... Going to be running update for following packages: - python3.11-libtmux-0.31.0 Press Enter key to continue... Running update for: - python3.11-libtmux-0.31.0: UPDATING ... - python3.11-libtmux-0.31.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/libtmux/default.nix b/pkgs/development/python-modules/libtmux/default.nix index fbccd1be7363..f1637617f85a 100644 --- a/pkgs/development/python-modules/libtmux/default.nix +++ b/pkgs/development/python-modules/libtmux/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "libtmux"; - version = "0.31.0"; + version = "0.32.0"; pyproject = true; src = fetchFromGitHub { owner = "tmux-python"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-MzHS/HzEZ4vDfNRpJ9AU9vFkw7LwloltxyibxEGWRSw="; + hash = "sha256-8x98yYgA8dY9btFePDTB61gsRZeOVpnErkgJRVlYYFY="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python312Packages.libtmux: 0.31.0 -> 0.32.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292164" [result] Failed to update python311Packages.libtmux 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.touchegg, using log file: /var/log/nixpkgs-update/pantheon.touchegg/2024-03-14.log pantheon.touchegg 0 -> 1 attrpath: pantheon.touchegg Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/63ah953x9s4s4gvww6kh37rci0q5d831-packages.json.drv building '/nix/store/63ah953x9s4s4gvww6kh37rci0q5d831-packages.json.drv'... Going to be running update for following packages: - touchegg-2.0.17 Press Enter key to continue... Running update for: - touchegg-2.0.17: UPDATING ... - touchegg-2.0.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.touchegg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DelayedArray, using log file: /var/log/nixpkgs-update/rPackages.DelayedArray/2024-03-14.log rPackages.DelayedArray 0.28.0 -> 0.29.0 https://repology.org/project/r:delayedarray/versions attrpath: rPackages.DelayedArray Checking auto update branch... No auto update branch exists Old version 0.28.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.DelayedArray 0.28.0 -> 0.29.0 https://repology.org/project/r:delayedarray/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parfive, using log file: /var/log/nixpkgs-update/python311Packages.parfive/2024-03-14.log python311Packages.parfive 0 -> 1 attrpath: python311Packages.parfive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mlzjak52injgcpy9kdr3i965g67kscns-packages.json.drv building '/nix/store/mlzjak52injgcpy9kdr3i965g67kscns-packages.json.drv'... Going to be running update for following packages: - python3.11-parfive-2.0.2 Press Enter key to continue... Running update for: - python3.11-parfive-2.0.2: UPDATING ... - python3.11-parfive-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parfive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dooit, using log file: /var/log/nixpkgs-update/dooit/2024-03-14.log dooit 0 -> 1 attrpath: dooit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a8ahcyirgvlrw39va16xbs7r9kikf7xd-packages.json.drv building '/nix/store/a8ahcyirgvlrw39va16xbs7r9kikf7xd-packages.json.drv'... Going to be running update for following packages: - dooit-2.2.0 Press Enter key to continue... Running update for: - dooit-2.2.0: UPDATING ... - dooit-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dooit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asyauth, using log file: /var/log/nixpkgs-update/python311Packages.asyauth/2024-03-14.log python311Packages.asyauth 0 -> 1 attrpath: python311Packages.asyauth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9k06520225jcw9n9p28vgxnr41dp9zxw-packages.json.drv building '/nix/store/9k06520225jcw9n9p28vgxnr41dp9zxw-packages.json.drv'... Going to be running update for following packages: - python3.11-asyauth-0.0.20 Press Enter key to continue... Running update for: - python3.11-asyauth-0.0.20: UPDATING ... - python3.11-asyauth-0.0.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.warcio, using log file: /var/log/nixpkgs-update/python311Packages.warcio/2024-03-14.log python311Packages.warcio 0 -> 1 attrpath: python311Packages.warcio Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mx3n3kwpl3yzjg84c7zd4yjqwmd92l7i-packages.json.drv building '/nix/store/mx3n3kwpl3yzjg84c7zd4yjqwmd92l7i-packages.json.drv'... Going to be running update for following packages: - python3.11-warcio-1.7.4 Press Enter key to continue... Running update for: - python3.11-warcio-1.7.4: UPDATING ... - python3.11-warcio-1.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.warcio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypdf2, using log file: /var/log/nixpkgs-update/python311Packages.pypdf2/2024-03-14.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] this derivation will be built: /nix/store/cklyp2qk3261rxba72mvl6lza9l81b4b-packages.json.drv building '/nix/store/cklyp2qk3261rxba72mvl6lza9l81b4b-packages.json.drv'... 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 rPackages.corrplot, using log file: /var/log/nixpkgs-update/rPackages.corrplot/2024-03-14.log rPackages.corrplot 0.92 -> 0.93 https://repology.org/project/r:corrplot/versions attrpath: rPackages.corrplot Checking auto update branch... No auto update branch exists Old version 0.92" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.corrplot 0.92 -> 0.93 https://repology.org/project/r:corrplot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.retry, using log file: /var/log/nixpkgs-update/python311Packages.retry/2024-03-14.log python311Packages.retry 0 -> 1 attrpath: python311Packages.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] Success [updateScript] this derivation will be built: /nix/store/4ndsg1cmrkhcblw1m5lsggww0qb8l6q0-packages.json.drv building '/nix/store/4ndsg1cmrkhcblw1m5lsggww0qb8l6q0-packages.json.drv'... Going to be running update for following packages: - python3.11-retry-0.9.2 Press Enter key to continue... Running update for: - python3.11-retry-0.9.2: UPDATING ... - python3.11-retry-0.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.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 bitlbee-discord, using log file: /var/log/nixpkgs-update/bitlbee-discord/2024-03-14.log bitlbee-discord 0.4.3 -> 0.4.3.7 https://repology.org/project/bitlbee-discord/versions attrpath: bitlbee-discord 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/0wajlfl72831n32dxk7k9v3kf4r8h7wr-source.drv building '/nix/store/0wajlfl72831n32dxk7k9v3kf4r8h7wr-source.drv'... trying https://github.com/sm00th/bitlbee-discord/archive/0.4.3.7.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 'bitlbee-discord.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0wajlfl72831n32dxk7k9v3kf4r8h7wr-source.drv /nix/store/5rxi5xq42pdy3gq8awrcqccmyqsjlb29-bitlbee-discord-0.4.3.7.drv these 2 paths will be fetched (0.26 MiB download, 0.82 MiB unpacked): /nix/store/hv81yxf05qxc3rpk31m3mp7ngzhfpy23-bitlbee-3.6 /nix/store/8bpy63x0jr40jy2akq4gdkvgjvgfz45c-libotr-4.1.1 copying path '/nix/store/8bpy63x0jr40jy2akq4gdkvgjvgfz45c-libotr-4.1.1' from 'https://cache.nixos.org'... building '/nix/store/0wajlfl72831n32dxk7k9v3kf4r8h7wr-source.drv'... copying path '/nix/store/hv81yxf05qxc3rpk31m3mp7ngzhfpy23-bitlbee-3.6' from 'https://cache.nixos.org'... trying https://github.com/sm00th/bitlbee-discord/archive/0.4.3.7.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/0wajlfl72831n32dxk7k9v3kf4r8h7wr-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/sm00th/bitlbee-discord/archive/0.4.3.7.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/0wajlfl72831n32dxk7k9v3kf4r8h7wr-source.drv'. error: 1 dependencies of derivation '/nix/store/5rxi5xq42pdy3gq8awrcqccmyqsjlb29-bitlbee-discord-0.4.3.7.drv' failed to build [result] Failed to update bitlbee-discord 0.4.3 -> 0.4.3.7 https://repology.org/project/bitlbee-discord/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-14.log p3x-onenote 2023.4.117 -> 2024.4.142 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.142. 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/applications/office/p3x-onenote/default.nix b/pkgs/applications/office/p3x-onenote/default.nix index c70f3aa52c40..581abaac7974 100644 --- a/pkgs/applications/office/p3x-onenote/default.nix +++ b/pkgs/applications/office/p3x-onenote/default.nix @@ -1,7 +1,7 @@ { lib, stdenv, appimageTools, desktop-file-utils, fetchurl }: let - version = "2023.4.117"; + version = "2024.4.142"; name = "p3x-onenote-${version}"; plat = { @@ -13,7 +13,7 @@ let sha256 = { aarch64-linux = "0plpwymm1bgzbzwk2689lw1fadxdwxzzn5dmayk1ayxz1k3pj9wi"; armv7l-linux = "1pvr8f1ccl4nyfmshn3v3jfaa5x519rsy57g4pdapffj10vpbkb8"; - x86_64-linux = "sha256-hr/mPOrliP8Dej3DVE2+wYkb1J789WCkkY3xe9EcM44="; + x86_64-linux = "sha256-iGAHRr1wSFFe4WQEzVM/ojkf7q0ohRTQPgmWowKG1jY="; }.${stdenv.hostPlatform.system}; src = fetchurl { [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/52yjwbdww8clqd71w3qw9q69r49d24qa-p3x-onenote-2024.4.142" [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:
  • p3x-onenote
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/p3x-onenote/versions. meta.description for p3x-onenote is: Linux Electron Onenote - A Linux compatible version of OneNote meta.homepage for p3x-onenote is: https://github.com/patrikx3/onenote ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/patrikx3/onenote/releases/tag/v2024.4.142) - [Compare changes on GitHub](https://github.com/patrikx3/onenote/compare/v2023.4.117...v2024.4.142) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2024.4.142 with grep in /nix/store/52yjwbdww8clqd71w3qw9q69r49d24qa-p3x-onenote-2024.4.142 - found 2024.4.142 in filename of file in /nix/store/52yjwbdww8clqd71w3qw9q69r49d24qa-p3x-onenote-2024.4.142 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath p3x-onenote ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/52yjwbdww8clqd71w3qw9q69r49d24qa-p3x-onenote-2024.4.142 \ --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 p3x-onenote https://github.com/r-ryantm/nixpkgs/archive/6180ea19cbf62cf475f61500a33058397e6a86b7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/6180ea19cbf62cf475f61500a33058397e6a86b7#p3x-onenote ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/52yjwbdww8clqd71w3qw9q69r49d24qa-p3x-onenote-2024.4.142 ls -la /nix/store/52yjwbdww8clqd71w3qw9q69r49d24qa-p3x-onenote-2024.4.142/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:
  • p3x-onenote
--- ###### Maintainer pings cc @tiagolobocastro 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/255942 [result] Success updating p3x-onenote 2023.4.117 -> 2024.4.142 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 python312Packages.pykaleidescape, using log file: /var/log/nixpkgs-update/python312Packages.pykaleidescape/2024-03-14.log python312Packages.pykaleidescape 2022.2.3 -> 2022.2.6 https://repology.org/project/python:pykaleidescape/versions attrpath: python312Packages.pykaleidescape Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/35mvy5qiwz5w94qk467rv471ic2vawll-packages.json.drv building '/nix/store/35mvy5qiwz5w94qk467rv471ic2vawll-packages.json.drv'... Going to be running update for following packages: - python3.12-pykaleidescape-2022.2.3 Press Enter key to continue... Running update for: - python3.12-pykaleidescape-2022.2.3: UPDATING ... - python3.12-pykaleidescape-2022.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pykaleidescape 2022.2.3 -> 2022.2.6 https://repology.org/project/python:pykaleidescape/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Rfast2, using log file: /var/log/nixpkgs-update/rPackages.Rfast2/2024-03-14.log rPackages.Rfast2 0.1.5.1 -> 0.1.5.2 https://repology.org/project/r:rfast2/versions attrpath: rPackages.Rfast2 Checking auto update branch... No auto update branch exists Old version 0.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.Rfast2 0.1.5.1 -> 0.1.5.2 https://repology.org/project/r:rfast2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.django-timezone-field, using log file: /var/log/nixpkgs-update/python312Packages.django-timezone-field/2024-03-14.log python312Packages.django-timezone-field 5.1 -> 6.1.0 https://repology.org/project/python:django-timezone-field/versions attrpath: python312Packages.django-timezone-field Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nsxhjlhkx1rrq9y9q8r5yqnhvqwj0ibs-packages.json.drv building '/nix/store/nsxhjlhkx1rrq9y9q8r5yqnhvqwj0ibs-packages.json.drv'... Going to be running update for following packages: - python3.12-django-timezone-field-5.1 Press Enter key to continue... Running update for: - python3.12-django-timezone-field-5.1: UPDATING ... - python3.12-django-timezone-field-5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.django-timezone-field 5.1 -> 6.1.0 https://repology.org/project/python:django-timezone-field/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php82Extensions.oci8, using log file: /var/log/nixpkgs-update/php82Extensions.oci8/2024-03-14.log php82Extensions.oci8 3.3.0 -> 8.2.16 https://repology.org/project/php:oci8/versions attrpath: php82Extensions.oci8 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/5pljgfqmf73hjja5igjqad88dbyziyqg-packages.json.drv building '/nix/store/5pljgfqmf73hjja5igjqad88dbyziyqg-packages.json.drv'... Going to be running update for following packages: - php-oci8-3.3.0 Press Enter key to continue... Running update for: - php-oci8-3.3.0: UPDATING ... - php-oci8-3.3.0: ERROR --- SHOWING ERROR LOG FOR php-oci8-3.3.0 ---------------------- Traceback (most recent call last): File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-oci8-3.3.0 ---------------------- The update script for php-oci8-3.3.0 failed with exit code 1 [result] Failed to update php82Extensions.oci8 3.3.0 -> 8.2.16 https://repology.org/project/php:oci8/versions [options] github_user: r-ryantm, pull_request: 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.HTMLTagset 3.20 -> 3.24 https://repology.org/project/perl:html-tagset/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.just-perfection, using log file: /var/log/nixpkgs-update/gnomeExtensions.just-perfection/2024-03-14.log gnomeExtensions.just-perfection 27 -> 28.0 https://repology.org/project/gnome:just-perfection/versions attrpath: gnomeExtensions.just-perfection Checking auto update branch... No auto update branch exists Old version 27" 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.just-perfection 27 -> 28.0 https://repology.org/project/gnome:just-perfection/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.vMF, using log file: /var/log/nixpkgs-update/rPackages.vMF/2024-03-14.log rPackages.vMF 0.0.2 -> 0.0.3 https://repology.org/project/r:vmf/versions attrpath: rPackages.vMF Checking auto update branch... No auto update branch exists Old version 0.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.vMF 0.0.2 -> 0.0.3 https://repology.org/project/r:vmf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.benchdamic, using log file: /var/log/nixpkgs-update/rPackages.benchdamic/2024-03-14.log rPackages.benchdamic 1.8.1 -> 1.8.2 https://repology.org/project/r:benchdamic/versions attrpath: rPackages.benchdamic Checking auto update branch... No auto update branch exists Old version 1.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.benchdamic 1.8.1 -> 1.8.2 https://repology.org/project/r:benchdamic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath evilwm, using log file: /var/log/nixpkgs-update/evilwm/2024-03-14.log evilwm 1.4.2 -> 1.4.3 https://repology.org/project/evilwm/versions attrpath: evilwm Checking auto update branch... An auto update branch exists with message `evilwm: 1.4.2 -> 1.4.3`. New version is 1.4.3. An auto update branch exists with an equal or greater version [result] Failed to update evilwm 1.4.2 -> 1.4.3 https://repology.org/project/evilwm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath drawio, using log file: /var/log/nixpkgs-update/drawio/2024-03-14.log drawio 23.1.5 -> 24.0.4 https://github.com/jgraph/drawio-desktop/releases attrpath: drawio Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - drawio: 23.1.5 -> 24.0.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295384" [result] Failed to update drawio 23.1.5 -> 24.0.4 https://github.com/jgraph/drawio-desktop/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.xsdata, using log file: /var/log/nixpkgs-update/python312Packages.xsdata/2024-03-14.log python312Packages.xsdata 24.2.1 -> 24.3.1 https://github.com/tefra/xsdata/releases attrpath: python312Packages.xsdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1fm0s4bipvwcisymx23c6wngsmsxxx77-packages.json.drv building '/nix/store/1fm0s4bipvwcisymx23c6wngsmsxxx77-packages.json.drv'... Going to be running update for following packages: - python3.12-xsdata-24.2.1 Press Enter key to continue... Running update for: - python3.12-xsdata-24.2.1: UPDATING ... - python3.12-xsdata-24.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xsdata/default.nix b/pkgs/development/python-modules/xsdata/default.nix index 097c2e1cc07c..104a631365c8 100644 --- a/pkgs/development/python-modules/xsdata/default.nix +++ b/pkgs/development/python-modules/xsdata/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "xsdata"; - version = "24.2.1"; + version = "24.3.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "tefra"; repo = "xsdata"; rev = "refs/tags/v${version}"; - hash = "sha256-o3G0isXShwNHaOiA4TNml0IhStB3X4jB9CgrVKViBlY="; + hash = "sha256-Y9xFj5smGixHX1zuPm860p83NFGGXPG+EW0SeW7PCXg="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.xsdata Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.xsdata Standard output: error: build log of 'python312Packages.xsdata' is not available [result] Failed to update python312Packages.xsdata 24.2.1 -> 24.3.1 https://github.com/tefra/xsdata/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.llama-index, using log file: /var/log/nixpkgs-update/python312Packages.llama-index/2024-03-14.log python312Packages.llama-index 0.10.18 -> 0.10.19 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fx6abzb6snqs3zlaxb45rrhagwb3xi0h-packages.json.drv building '/nix/store/fx6abzb6snqs3zlaxb45rrhagwb3xi0h-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-0.10.18 Press Enter key to continue... Running update for: - python3.12-llama-index-0.10.18: UPDATING ... - python3.12-llama-index-0.10.18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 8a71591eb27d..03dc031ca5ab 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.18"; + version = "0.10.19"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-2giVN2zXvk+fqRXZB8jrzL5PYGDcL3s/vRwnaC1ZIvE="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.llama-index Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.llama-index 0.10.18 -> 0.10.19 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jumpy, using log file: /var/log/nixpkgs-update/jumpy/2024-03-14.log jumpy 0.8.0 -> 0.10.1 https://github.com/fishfolk/jumpy/releases attrpath: jumpy 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/jumpy/default.nix b/pkgs/games/jumpy/default.nix index d4f8a8fcbdbc..caaac068b777 100644 --- a/pkgs/games/jumpy/default.nix +++ b/pkgs/games/jumpy/default.nix @@ -16,13 +16,13 @@ rustPlatform.buildRustPackage rec { pname = "jumpy"; - version = "0.8.0"; + version = "0.10.1"; src = fetchFromGitHub { owner = "fishfolk"; repo = pname; rev = "v${version}"; - sha256 = "sha256-ggePJH2kKJ17aOWRKUnLyolIdSzlc6Axf5Iw74iFfek="; + sha256 = "sha256-eXU8rA3KGBALcvFN7HiVmMZqReMC8CUn5cZkrOrLfig="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A jumpy nix build failed. < [[package]] < name = "zerocopy" < version = "0.7.32" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" < dependencies = [ < "zerocopy-derive", < ] < < [[package]] < name = "zerocopy-derive" < version = "0.7.32" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" < dependencies = [ < "proc-macro2", < "quote", < "syn 2.0.48", < ] 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 jumpy 0.8.0 -> 0.10.1 https://github.com/fishfolk/jumpy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.sqlsrv, using log file: /var/log/nixpkgs-update/php81Extensions.sqlsrv/2024-03-14.log php81Extensions.sqlsrv 0 -> 1 attrpath: php81Extensions.sqlsrv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/q9c2ya0npzm8pi5gbw0y5pd39zxh0h8z-packages.json.drv building '/nix/store/q9c2ya0npzm8pi5gbw0y5pd39zxh0h8z-packages.json.drv'... Going to be running update for following packages: - php-sqlsrv-5.10.1 Press Enter key to continue... Running update for: - php-sqlsrv-5.10.1: UPDATING ... - php-sqlsrv-5.10.1: ERROR --- SHOWING ERROR LOG FOR php-sqlsrv-5.10.1 ---------------------- Traceback (most recent call last): File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-sqlsrv-5.10.1 ---------------------- The update script for php-sqlsrv-5.10.1 failed with exit code 1 [result] Failed to update php81Extensions.sqlsrv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.axis, using log file: /var/log/nixpkgs-update/python311Packages.axis/2024-03-14.log python311Packages.axis 0 -> 1 attrpath: python311Packages.axis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ldamhhaa6c1sa6cv12nhrbf50ys3ccs9-packages.json.drv building '/nix/store/ldamhhaa6c1sa6cv12nhrbf50ys3ccs9-packages.json.drv'... Going to be running update for following packages: - python3.11-axis-54 Press Enter key to continue... Running update for: - python3.11-axis-54: UPDATING ... - python3.11-axis-54: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.axis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bx-py-utils, using log file: /var/log/nixpkgs-update/python311Packages.bx-py-utils/2024-03-14.log python311Packages.bx-py-utils 0 -> 1 attrpath: python311Packages.bx-py-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f3kn2djzqrjw0rcs4xkj752afabbrlk8-packages.json.drv building '/nix/store/f3kn2djzqrjw0rcs4xkj752afabbrlk8-packages.json.drv'... Going to be running update for following packages: - python3.11-bx-py-utils-91 Press Enter key to continue... Running update for: - python3.11-bx-py-utils-91: UPDATING ... - python3.11-bx-py-utils-91: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bx-py-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nsapi, using log file: /var/log/nixpkgs-update/python311Packages.nsapi/2024-03-14.log python311Packages.nsapi 0 -> 1 attrpath: python311Packages.nsapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/76kb3py928r75dkpvpa7mk2jl1hmha4b-packages.json.drv building '/nix/store/76kb3py928r75dkpvpa7mk2jl1hmha4b-packages.json.drv'... Going to be running update for following packages: - python3.11-nsapi-3.0.5 Press Enter key to continue... Running update for: - python3.11-nsapi-3.0.5: UPDATING ... - python3.11-nsapi-3.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nsapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.amaranth-boards, using log file: /var/log/nixpkgs-update/python311Packages.amaranth-boards/2024-03-14.log python311Packages.amaranth-boards 0 -> 1 attrpath: python311Packages.amaranth-boards Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/724zchf18pgndiqp6mn62vmq7d24glaq-packages.json.drv building '/nix/store/724zchf18pgndiqp6mn62vmq7d24glaq-packages.json.drv'... Going to be running update for following packages: - python3.11-amaranth-boards-0-unstable-2023-12-13 Press Enter key to continue... Running update for: - python3.11-amaranth-boards-0-unstable-2023-12-13: UPDATING ... - python3.11-amaranth-boards-0-unstable-2023-12-13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.amaranth-boards 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/rfwnfdc1qqrqkaanx5k90154l155afma-packages.json.drv building '/nix/store/rfwnfdc1qqrqkaanx5k90154l155afma-packages.json.drv'... 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 python311Packages.aniso8601, using log file: /var/log/nixpkgs-update/python311Packages.aniso8601/2024-03-14.log python311Packages.aniso8601 0 -> 1 attrpath: python311Packages.aniso8601 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fqbjbaqz9d2mfmsm0b8f2zc38gb3xhsd-packages.json.drv building '/nix/store/fqbjbaqz9d2mfmsm0b8f2zc38gb3xhsd-packages.json.drv'... Going to be running update for following packages: - python3.11-aniso8601-9.0.1 Press Enter key to continue... Running update for: - python3.11-aniso8601-9.0.1: UPDATING ... - python3.11-aniso8601-9.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aniso8601 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyheck, using log file: /var/log/nixpkgs-update/python311Packages.pyheck/2024-03-14.log python311Packages.pyheck 0 -> 1 attrpath: python311Packages.pyheck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/znvifcahvi26qlaafnjqybjmi53s6xby-packages.json.drv building '/nix/store/znvifcahvi26qlaafnjqybjmi53s6xby-packages.json.drv'... Going to be running update for following packages: - python3.11-pyheck-0.1.5 Press Enter key to continue... Running update for: - python3.11-pyheck-0.1.5: UPDATING ... - python3.11-pyheck-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyheck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fastcpd, using log file: /var/log/nixpkgs-update/rPackages.fastcpd/2024-03-14.log rPackages.fastcpd 0.10.0 -> 0.12.1 https://repology.org/project/r:fastcpd/versions attrpath: rPackages.fastcpd Checking auto update branch... No auto update branch exists Old version 0.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.fastcpd 0.10.0 -> 0.12.1 https://repology.org/project/r:fastcpd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meilisearch, using log file: /var/log/nixpkgs-update/python311Packages.meilisearch/2024-03-14.log python311Packages.meilisearch 0 -> 1 attrpath: python311Packages.meilisearch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wvwgd7m9vfccrd3jykv9bf4b3yj44bxr-packages.json.drv building '/nix/store/wvwgd7m9vfccrd3jykv9bf4b3yj44bxr-packages.json.drv'... Going to be running update for following packages: - python3.11-meilisearch-0.31.0 Press Enter key to continue... Running update for: - python3.11-meilisearch-0.31.0: UPDATING ... - python3.11-meilisearch-0.31.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meilisearch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath msmtp, using log file: /var/log/nixpkgs-update/msmtp/2024-03-14.log msmtp 1.8.22 -> 1.8.25 https://repology.org/project/msmtp/versions attrpath: msmtp Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#msmtp.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/msmtp' does not provide attribute 'packages.x86_64-linux.msmtp.src', 'legacyPackages.x86_64-linux.msmtp.src' or 'msmtp.src' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#msmtp.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/msmtp' does not provide attribute 'packages.x86_64-linux.msmtp.originalSrc', 'legacyPackages.x86_64-linux.msmtp.originalSrc' or 'msmtp.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#msmtp --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 msmtp 1.8.22 -> 1.8.25 https://repology.org/project/msmtp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymorphy2, using log file: /var/log/nixpkgs-update/python311Packages.pymorphy2/2024-03-14.log python311Packages.pymorphy2 0 -> 1 attrpath: python311Packages.pymorphy2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4an1za9psjwwhm7zz81s4hbsk52zhvfw-packages.json.drv building '/nix/store/4an1za9psjwwhm7zz81s4hbsk52zhvfw-packages.json.drv'... Going to be running update for following packages: - python3.11-pymorphy2-0.9.1 Press Enter key to continue... Running update for: - python3.11-pymorphy2-0.9.1: UPDATING ... - python3.11-pymorphy2-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymorphy2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] this derivation will be built: /nix/store/0aixqkj3rqzajvzxrncrayhbv95rbyj8-packages.json.drv building '/nix/store/0aixqkj3rqzajvzxrncrayhbv95rbyj8-packages.json.drv'... 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.mdurl, using log file: /var/log/nixpkgs-update/python311Packages.mdurl/2024-03-14.log python311Packages.mdurl 0 -> 1 attrpath: python311Packages.mdurl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7kdgdpvalv08fyy7sgpnixj0q7gxhwdq-packages.json.drv building '/nix/store/7kdgdpvalv08fyy7sgpnixj0q7gxhwdq-packages.json.drv'... Going to be running update for following packages: - python3.11-mdurl-0.1.2 Press Enter key to continue... Running update for: - python3.11-mdurl-0.1.2: UPDATING ... - python3.11-mdurl-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdurl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gob2, using log file: /var/log/nixpkgs-update/gob2/2024-03-14.log gob2 0 -> 1 attrpath: gob2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l06jjjsrf9crr5vf19pckpliilv3xyrp-packages.json.drv building '/nix/store/l06jjjsrf9crr5vf19pckpliilv3xyrp-packages.json.drv'... Going to be running update for following packages: - gob2-2.0.20 Press Enter key to continue... Running update for: - gob2-2.0.20: UPDATING ... - gob2-2.0.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gob2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.log python311Packages.aiohttp-swagger 0 -> 1 attrpath: python311Packages.aiohttp-swagger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/54l8qbr5liija21lnmbk4fpg07x28x1y-packages.json.drv building '/nix/store/54l8qbr5liija21lnmbk4fpg07x28x1y-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-swagger-1.0.15 Press Enter key to continue... Running update for: - python3.11-aiohttp-swagger-1.0.15: UPDATING ... - python3.11-aiohttp-swagger-1.0.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-swagger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath strictdoc, using log file: /var/log/nixpkgs-update/strictdoc/2024-03-14.log strictdoc 0 -> 1 attrpath: strictdoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a7pwm6f23w2rhk2xyk699yip5c6y6g65-packages.json.drv building '/nix/store/a7pwm6f23w2rhk2xyk699yip5c6y6g65-packages.json.drv'... Going to be running update for following packages: - strictdoc-0.0.40 Press Enter key to continue... Running update for: - strictdoc-0.0.40: UPDATING ... - strictdoc-0.0.40: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/engineering/strictdoc/default.nix b/pkgs/applications/science/engineering/strictdoc/default.nix index 5097a936caaa..5af8ced52b4d 100644 --- a/pkgs/applications/science/engineering/strictdoc/default.nix +++ b/pkgs/applications/science/engineering/strictdoc/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "strictdoc"; - version = "0.0.40"; + version = "0.0.47"; pyproject = true; src = fetchFromGitHub { owner = "strictdoc-project"; repo = "strictdoc"; rev = "refs/tags/${version}"; - hash = "sha256-kZ8qVhroSPSGAcgUFZb1vRI6JoFyjeg/0qYosbRnwyc="; + hash = "sha256-Y++SOMOOTJ1senbTd1DbSHcsgypYS+RfD0YZpT4AJ6E="; }; pythonRelaxDeps = true; No auto update branch exists There might already be an open PR for this update: - strictdoc: 0.0.40 -> 0.0.47 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288061" [result] Failed to update strictdoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mkdocs-gitlab, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-gitlab/2024-03-14.log python311Packages.mkdocs-gitlab 0 -> 1 attrpath: python311Packages.mkdocs-gitlab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pqyqpmdwr12v5f6rvqxfrz1q908hq16q-packages.json.drv building '/nix/store/pqyqpmdwr12v5f6rvqxfrz1q908hq16q-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-gitlab-plugin-0.1.4 Press Enter key to continue... Running update for: - python3.11-mkdocs-gitlab-plugin-0.1.4: UPDATING ... - python3.11-mkdocs-gitlab-plugin-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-gitlab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.POSIXstrftimeCompiler 0.44 -> 0.46 https://repology.org/project/perl:posix-strftime-compiler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath savepagenow, using log file: /var/log/nixpkgs-update/savepagenow/2024-03-14.log savepagenow 0 -> 1 attrpath: savepagenow Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g74ji6gq1v2r7wji8nmbv8y8c5q19bn6-packages.json.drv building '/nix/store/g74ji6gq1v2r7wji8nmbv8y8c5q19bn6-packages.json.drv'... Going to be running update for following packages: - savepagenow-1.1.1 Press Enter key to continue... Running update for: - savepagenow-1.1.1: UPDATING ... - savepagenow-1.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/savepagenow/default.nix b/pkgs/tools/misc/savepagenow/default.nix index da29fa3b05a9..0643ad2174f1 100644 --- a/pkgs/tools/misc/savepagenow/default.nix +++ b/pkgs/tools/misc/savepagenow/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "savepagenow"; - version = "1.1.1"; + version = "1.3.0"; src = fetchFromGitHub { owner = "pastpages"; repo = pname; - rev = "v${version}"; - sha256 = "1lz6rc47cds9rb35jdf8n13gr61wdkh5jqzx4skikm1yrqkwjyhm"; + rev = "refs/tags/${version}"; + sha256 = "sha256-omQ28GqgBKC8W51c0qb6Tg06obXskyfF+2dg/13ah1M="; }; propagatedBuildInputs = with python3Packages; [ click requests ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A savepagenow nix build failed. File "setup.py", line 41, in setup( File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py", line 102, in setup _install_setup_requires(attrs) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py", line 75, in _install_setup_requires _fetch_build_eggs(dist) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py", line 80, in _fetch_build_eggs dist.fetch_build_eggs(dist.setup_requires) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/dist.py", line 636, in fetch_build_eggs return _fetch_build_eggs(self, requires) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/installer.py", line 38, in _fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 829, in resolve dist = self._resolve_dist( ^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 865, in _resolve_dist dist = best[req.key] = env.best_match( ^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1135, in best_match return self.obtain(req, installer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1147, in obtain return installer(requirement) ^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/installer.py", line 103, in _fetch_build_egg_no_warn raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpffnx19dl', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update savepagenow 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hiera-eyaml, using log file: /var/log/nixpkgs-update/hiera-eyaml/2024-03-14.log hiera-eyaml 0 -> 1 attrpath: hiera-eyaml 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 hiera-eyaml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flammkuchen, using log file: /var/log/nixpkgs-update/python311Packages.flammkuchen/2024-03-14.log python311Packages.flammkuchen 0 -> 1 attrpath: python311Packages.flammkuchen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g9a5w60455y4wqih7b8sgs8pm3g2gnlw-packages.json.drv building '/nix/store/g9a5w60455y4wqih7b8sgs8pm3g2gnlw-packages.json.drv'... Going to be running update for following packages: - python3.11-flammkuchen-1.0.3 Press Enter key to continue... Running update for: - python3.11-flammkuchen-1.0.3: UPDATING ... - python3.11-flammkuchen-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flammkuchen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-shortuuidfield, using log file: /var/log/nixpkgs-update/python311Packages.django-shortuuidfield/2024-03-14.log python311Packages.django-shortuuidfield 0 -> 1 attrpath: python311Packages.django-shortuuidfield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xj4ks2sa1sb95a01sy70h41h8ykrfh3c-packages.json.drv building '/nix/store/xj4ks2sa1sb95a01sy70h41h8ykrfh3c-packages.json.drv'... Going to be running update for following packages: - python3.11-django-shortuuidfield-0.1.3 Press Enter key to continue... Running update for: - python3.11-django-shortuuidfield-0.1.3: UPDATING ... - python3.11-django-shortuuidfield-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-shortuuidfield 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coq_8_11, using log file: /var/log/nixpkgs-update/coq_8_11/2024-03-14.log coq_8_11 8.11.2 -> 8.19.1 https://github.com/coq/coq/releases attrpath: coq_8_11 Checking auto update branch... No auto update branch exists Version in attr path coq_8_11 not compatible with 8.19.1 [result] Failed to update coq_8_11 8.11.2 -> 8.19.1 https://github.com/coq/coq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chainmap, using log file: /var/log/nixpkgs-update/python311Packages.chainmap/2024-03-14.log python311Packages.chainmap 0 -> 1 attrpath: python311Packages.chainmap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bl8s3af1iblasmadrq3v6656zg32km2x-packages.json.drv building '/nix/store/bl8s3af1iblasmadrq3v6656zg32km2x-packages.json.drv'... Going to be running update for following packages: - python3.11-chainmap-1.0.3 Press Enter key to continue... Running update for: - python3.11-chainmap-1.0.3: UPDATING ... - python3.11-chainmap-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chainmap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.takethetime, using log file: /var/log/nixpkgs-update/python311Packages.takethetime/2024-03-14.log python311Packages.takethetime 0 -> 1 attrpath: python311Packages.takethetime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/943p43mvcl510cnjq438255qqvgns99y-packages.json.drv building '/nix/store/943p43mvcl510cnjq438255qqvgns99y-packages.json.drv'... Going to be running update for following packages: - python3.11-takethetime-0.3.1 Press Enter key to continue... Running update for: - python3.11-takethetime-0.3.1: UPDATING ... - python3.11-takethetime-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.takethetime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath renode, using log file: /var/log/nixpkgs-update/renode/2024-03-14.log renode 0 -> 1 attrpath: renode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/qli1wfpsvddridxsvnc3bkl5jhjx1mfh-renode-updater.drv /nix/store/6g3h8a4jwdjlwc36i75h3h8ii3fyv7ki-packages.json.drv building '/nix/store/qli1wfpsvddridxsvnc3bkl5jhjx1mfh-renode-updater.drv'... building '/nix/store/6g3h8a4jwdjlwc36i75h3h8ii3fyv7ki-packages.json.drv'... Going to be running update for following packages: - renode-1.14.0 Press Enter key to continue... Running update for: - renode-1.14.0: UPDATING ... - renode-1.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update renode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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/ij4md5sxgzfpx5fs0lmwirnz8fiam5rk-srelay-0.4.8p3.tar.gz.drv building '/nix/store/ij4md5sxgzfpx5fs0lmwirnz8fiam5rk-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 993 0 --:--:-- --:--:-- --:--:-- 1000 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 240 0 --:--:-- --:--:-- --:--:-- 240 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/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/ij4md5sxgzfpx5fs0lmwirnz8fiam5rk-srelay-0.4.8p3.tar.gz.drv /nix/store/mq2ysxvlhfcqd1nrqckddlk6b61vrwnv-srelay-0.4.8p3.drv building '/nix/store/ij4md5sxgzfpx5fs0lmwirnz8fiam5rk-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 1305 0 --:--:-- --:--:-- --:--:-- 1314 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 237 0 --:--:-- --:--:-- --:--:-- 237 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/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: builder for '/nix/store/ij4md5sxgzfpx5fs0lmwirnz8fiam5rk-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 237 0 --:--:-- --:--:-- --:--:-- 237 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/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 For full logs, run 'nix log /nix/store/ij4md5sxgzfpx5fs0lmwirnz8fiam5rk-srelay-0.4.8p3.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/mq2ysxvlhfcqd1nrqckddlk6b61vrwnv-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 python311Packages.traitlets, using log file: /var/log/nixpkgs-update/python311Packages.traitlets/2024-03-14.log python311Packages.traitlets 0 -> 1 attrpath: python311Packages.traitlets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xxkjry20d63sj3fxxjp9ccs56mjzsabx-packages.json.drv building '/nix/store/xxkjry20d63sj3fxxjp9ccs56mjzsabx-packages.json.drv'... Going to be running update for following packages: - python3.11-traitlets-5.14.0 Press Enter key to continue... Running update for: - python3.11-traitlets-5.14.0: UPDATING ... - python3.11-traitlets-5.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/traitlets/default.nix b/pkgs/development/python-modules/traitlets/default.nix index f138489cf2bf..edb0d9b50ec7 100644 --- a/pkgs/development/python-modules/traitlets/default.nix +++ b/pkgs/development/python-modules/traitlets/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "traitlets"; - version = "5.14.0"; + version = "5.14.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-/NqorEnATfoO0+4zhO9t/bXW83QVAr4kcnlAdnkpZ3I="; + hash = "sha256-jN2DwEDat9He6CJnjl9dEAtRT3tysBYVsm/FcYkW/fk="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.14.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build-system , hatchling # tests , argcomplete , pytest-mock , pytestCheckHook }: buildPythonPackage rec { pname = "traitlets"; version = "5.14.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-hYUQWzcaBLgxakPVzinAmFdcLkd4ULYrhIuWTxREUn4="; }; nativeBuildInputs = [ hatchling ]; nativeCheckInputs = [ argcomplete pytest-mock pytestCheckHook ]; disabledTestPaths = [ # requires mypy-testing "tests/test_typing.py" ]; meta = { changelog = "https://github.com/ipython/traitlets/blob/v${version}/CHANGELOG.md"; description = "Traitlets Python config system"; homepage = "https://github.com/ipython/traitlets"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fridh ]; }; } [result] Failed to update python311Packages.traitlets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] this derivation will be built: /nix/store/zgrd1cpbxyyli5jz58y8wm4r5lbn87kd-packages.json.drv building '/nix/store/zgrd1cpbxyyli5jz58y8wm4r5lbn87kd-packages.json.drv'... 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-14.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] this derivation will be built: /nix/store/8ssvam645f5r12ygxvx81axm0icvx04r-packages.json.drv building '/nix/store/8ssvam645f5r12ygxvx81axm0icvx04r-packages.json.drv'... 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 python311Packages.pygti, using log file: /var/log/nixpkgs-update/python311Packages.pygti/2024-03-14.log python311Packages.pygti 0 -> 1 attrpath: python311Packages.pygti Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sqz6hvcpbm4w4kmm81k03gzx1y8q3p9c-packages.json.drv building '/nix/store/sqz6hvcpbm4w4kmm81k03gzx1y8q3p9c-packages.json.drv'... Going to be running update for following packages: - python3.11-pygti-0.9.4 Press Enter key to continue... Running update for: - python3.11-pygti-0.9.4: UPDATING ... - python3.11-pygti-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygti 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pomerium, using log file: /var/log/nixpkgs-update/pomerium/2024-03-14.log pomerium 0 -> 1 attrpath: pomerium Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zj8j0pk5d91hjqp0l5wh2kg3cfq4jbg5-packages.json.drv building '/nix/store/zj8j0pk5d91hjqp0l5wh2kg3cfq4jbg5-packages.json.drv'... Going to be running update for following packages: - pomerium-0.25.0 Press Enter key to continue... Running update for: - pomerium-0.25.0: UPDATING ... - pomerium-0.25.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/http/pomerium/default.nix b/pkgs/servers/http/pomerium/default.nix index e4443d93be20..033fe8bf321e 100644 --- a/pkgs/servers/http/pomerium/default.nix +++ b/pkgs/servers/http/pomerium/default.nix @@ -14,12 +14,12 @@ let in buildGoModule rec { pname = "pomerium"; - version = "0.25.0"; + version = "0.25.1"; src = fetchFromGitHub { owner = "pomerium"; repo = "pomerium"; rev = "v${version}"; - hash = "sha256-mRAxqazTlNNPp54Q94TjhbCY+4Ul1Cw4VTCa1iuGOoY="; + hash = "sha256-xVPyiwKtSBchXC0FhNegeJlUej877zwNvrlAhSy6dJE="; }; vendorHash = "sha256-GdeZkKkENacc11FmEAFUfX9efInfhpv2Lz0/3CtixFQ="; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/r7q45j2fkk7cxlmmrkydh3vxx6qkls0x-pomerium-0.25.1" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • pomerium
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 pomerium is: Authenticating reverse proxy meta.homepage for pomerium is: https://pomerium.io ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/pomerium/pomerium/releases/tag/v0.25.1) - [Compare changes on GitHub](https://github.com/pomerium/pomerium/compare/v0.25.0...v0.25.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.25.1 with grep in /nix/store/r7q45j2fkk7cxlmmrkydh3vxx6qkls0x-pomerium-0.25.1 - found 0.25.1 in filename of file in /nix/store/r7q45j2fkk7cxlmmrkydh3vxx6qkls0x-pomerium-0.25.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath pomerium ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/r7q45j2fkk7cxlmmrkydh3vxx6qkls0x-pomerium-0.25.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 pomerium https://github.com/r-ryantm/nixpkgs/archive/8693a1f1b83f3a3503732d6bd4bcb952a79763f4.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/8693a1f1b83f3a3503732d6bd4bcb952a79763f4#pomerium ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/r7q45j2fkk7cxlmmrkydh3vxx6qkls0x-pomerium-0.25.1 ls -la /nix/store/r7q45j2fkk7cxlmmrkydh3vxx6qkls0x-pomerium-0.25.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:
  • pomerium
--- ###### Maintainer pings cc @lukegb @devusb 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/295989 [result] Success updating pomerium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.proto-lens-optparse, using log file: /var/log/nixpkgs-update/haskellPackages.proto-lens-optparse/2024-03-14.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.google-cloud-datacatalog, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-datacatalog/2024-03-14.log python311Packages.google-cloud-datacatalog 0 -> 1 attrpath: python311Packages.google-cloud-datacatalog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ajn25xpra6gk83hz3vw1vaa9dgh9kg60-packages.json.drv building '/nix/store/ajn25xpra6gk83hz3vw1vaa9dgh9kg60-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-datacatalog-3.18.3 Press Enter key to continue... Running update for: - python3.11-google-cloud-datacatalog-3.18.3: UPDATING ... - python3.11-google-cloud-datacatalog-3.18.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-datacatalog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypca, using log file: /var/log/nixpkgs-update/python311Packages.pypca/2024-03-14.log python311Packages.pypca 0 -> 1 attrpath: python311Packages.pypca Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/skgmfq9c82r64bqw282ivkcgnrnsflzi-packages.json.drv building '/nix/store/skgmfq9c82r64bqw282ivkcgnrnsflzi-packages.json.drv'... Going to be running update for following packages: - python3.11-pypca-0.0.13 Press Enter key to continue... Running update for: - python3.11-pypca-0.0.13: UPDATING ... - python3.11-pypca-0.0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypca 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath brewtarget, using log file: /var/log/nixpkgs-update/brewtarget/2024-03-14.log brewtarget 3.0.5 -> 3.0.11 https://github.com/Brewtarget/brewtarget/releases attrpath: brewtarget 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/brewtarget/default.nix b/pkgs/applications/misc/brewtarget/default.nix index 13a5681ebd37..b0fec87d96c5 100644 --- a/pkgs/applications/misc/brewtarget/default.nix +++ b/pkgs/applications/misc/brewtarget/default.nix @@ -14,13 +14,13 @@ mkDerivation rec { pname = "brewtarget"; - version = "3.0.5"; + version = "3.0.11"; src = fetchFromGitHub { owner = "Brewtarget"; repo = pname; rev = "v${version}"; - sha256 = "sha256-PqaiZ2eLH8+qRRkIolnQClTL9O9EgHMqFH/nUffosV8="; + sha256 = "sha256-X6Rt6HfXSrFq3h9fMLy1Evza5AYCZ6YYEHciC3Q+P2M="; }; nativeBuildInputs = [ cmake boost xercesc xalanc ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A brewtarget nix build failed. -- The CXX compiler identification is GNU 13.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building brewtarget version 3.0.11 -- PROJECT_SOURCE_DIR is /build/source -- Doing Debug build (DO_RELEASE_BUILD = OFF) -- Using Qt version 5.15.12 CMake Error at /nix/store/cip0j2gmhkq4h6ihaz5lgjxs5fxcyhcb-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake:141 (find_package): Could not find a package configuration file provided by "boost_stacktrace_backtrace" (requested version 1.81.0) with any of the following names: boost_stacktrace_backtraceConfig.cmake boost_stacktrace_backtrace-config.cmake Add the installation prefix of "boost_stacktrace_backtrace" to CMAKE_PREFIX_PATH or set "boost_stacktrace_backtrace_DIR" to a directory containing one of the above files. If "boost_stacktrace_backtrace" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /nix/store/cip0j2gmhkq4h6ihaz5lgjxs5fxcyhcb-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake:262 (boost_find_component) /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:642 (find_package)  -- Configuring incomplete, errors occurred! [result] Failed to update brewtarget 3.0.5 -> 3.0.11 https://github.com/Brewtarget/brewtarget/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath md-tangle, using log file: /var/log/nixpkgs-update/md-tangle/2024-03-14.log md-tangle 0 -> 1 attrpath: md-tangle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/faz6hd7vnv2ns3k147lfcj8ay1dv26nq-packages.json.drv building '/nix/store/faz6hd7vnv2ns3k147lfcj8ay1dv26nq-packages.json.drv'... Going to be running update for following packages: - python3.11-md-tangle-1.3.1 Press Enter key to continue... Running update for: - python3.11-md-tangle-1.3.1: UPDATING ... - python3.11-md-tangle-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update md-tangle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath paperwork, using log file: /var/log/nixpkgs-update/paperwork/2024-03-14.log paperwork 0 -> 1 attrpath: paperwork Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/8bqf2mv28qiyp1p4009k90j2dfchji9x-update.sh.drv /nix/store/iamfsph4n2h3db18s5m1n2bmcw2j5qwk-packages.json.drv building '/nix/store/8bqf2mv28qiyp1p4009k90j2dfchji9x-update.sh.drv'... building '/nix/store/iamfsph4n2h3db18s5m1n2bmcw2j5qwk-packages.json.drv'... Going to be running update for following packages: - paperwork-2.2.2 Press Enter key to continue... Running update for: - paperwork-2.2.2: UPDATING ... - paperwork-2.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update paperwork 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath reactphysics3d, using log file: /var/log/nixpkgs-update/reactphysics3d/2024-03-14.log reactphysics3d 0.9.0 -> 0.10.0 https://github.com/DanielChappuis/reactphysics3d/releases attrpath: reactphysics3d Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - reactphysics3d: 0.9.0 -> 0.10.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294743" [result] Failed to update reactphysics3d 0.9.0 -> 0.10.0 https://github.com/DanielChappuis/reactphysics3d/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aspy-yaml, using log file: /var/log/nixpkgs-update/python311Packages.aspy-yaml/2024-03-14.log python311Packages.aspy-yaml 0 -> 1 attrpath: python311Packages.aspy-yaml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8vw6k86mc0drc2q42x5ms8qjcgqvf9na-packages.json.drv building '/nix/store/8vw6k86mc0drc2q42x5ms8qjcgqvf9na-packages.json.drv'... Going to be running update for following packages: - python3.11-aspy.yaml-1.3.0 Press Enter key to continue... Running update for: - python3.11-aspy.yaml-1.3.0: UPDATING ... - python3.11-aspy.yaml-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aspy-yaml 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-14.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.sccore, using log file: /var/log/nixpkgs-update/rPackages.sccore/2024-03-14.log rPackages.sccore 1.0.4 -> 1.0.5 https://repology.org/project/r:sccore/versions attrpath: rPackages.sccore 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.sccore 1.0.4 -> 1.0.5 https://repology.org/project/r:sccore/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.probably, using log file: /var/log/nixpkgs-update/rPackages.probably/2024-03-14.log rPackages.probably 1.0.2 -> 1.0.3 https://repology.org/project/r:probably/versions attrpath: rPackages.probably 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.probably 1.0.2 -> 1.0.3 https://repology.org/project/r:probably/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ruimtehol, using log file: /var/log/nixpkgs-update/rPackages.ruimtehol/2024-03-14.log rPackages.ruimtehol 0.3.1 -> 0.3.2 https://repology.org/project/r:ruimtehol/versions attrpath: rPackages.ruimtehol Checking auto update branch... No auto update branch exists Old version 0.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ruimtehol 0.3.1 -> 0.3.2 https://repology.org/project/r:ruimtehol/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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-14.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] Success [updateScript] this derivation will be built: /nix/store/n27sc9m0041dh9cpsbspa2axzcswvrq9-packages.json.drv building '/nix/store/n27sc9m0041dh9cpsbspa2axzcswvrq9-packages.json.drv'... 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: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/catboost/default.nix b/pkgs/development/libraries/catboost/default.nix index fc18eef2ca89..7a0cb9122032 100644 --- a/pkgs/development/libraries/catboost/default.nix +++ b/pkgs/development/libraries/catboost/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "catboost"; - version = "1.2.2"; + version = "1.2.3"; src = fetchFromGitHub { owner = "catboost"; repo = "catboost"; - rev = "refs/tags/v${finalAttrs.version}"; - hash = "sha256-A1zCIqPOW21dHKBQHRtS+/sstZ2o6F8k71lmJFGn0+g="; + rev = "refs/tags/v${version}"; + hash = "sha256-wn9STnpqX3zmdxPmMYAz9JPdg13Goux76CMaCiqohk8="; }; patches = [ The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update python312Packages.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 deepin.deepin-voice-note, using log file: /var/log/nixpkgs-update/deepin.deepin-voice-note/2024-03-14.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-14.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] Success [updateScript] this derivation will be built: /nix/store/v8y7dibk97k8b2ln9ir052m4zwdv6bmh-packages.json.drv building '/nix/store/v8y7dibk97k8b2ln9ir052m4zwdv6bmh-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.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] this derivation will be built: /nix/store/p597ys4nhhmc720rvxzc7q1afmd4gajc-packages.json.drv building '/nix/store/p597ys4nhhmc720rvxzc7q1afmd4gajc-packages.json.drv'... 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 mcfm, using log file: /var/log/nixpkgs-update/mcfm/2024-03-14.log mcfm 10.0.1 -> 10.2.1 https://repology.org/project/mcfm/versions attrpath: mcfm 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/MCFM/default.nix b/pkgs/applications/science/physics/MCFM/default.nix index 7b6000dfea8d..7b10ced21d46 100644 --- a/pkgs/applications/science/physics/MCFM/default.nix +++ b/pkgs/applications/science/physics/MCFM/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "MCFM"; - version = "10.0.1"; + version = "10.2.1"; src = fetchurl { url = "https://mcfm.fnal.gov/downloads/${pname}-${version}.tar.gz"; - sha256 = "sha256-3Dg4KoILb0XhgGkzItDh/1opCtYrrIvtbuALYqPUvE8="; + sha256 = "sha256-W5fdkBWe/O8idCC0no61O38e4K+NWmv4WVopwyCv4tw="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mcfm nix build failed. libtool: install: ranlib /build/MCFM-10.2.1/build/local/lib/libqd_f_main.a libtool: finish: PATH="/nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/bin:/nix/store/jz8nyf2a9q0a2qararracd2z60ci9yi0-gfortran-wrapper-13.2.0/bin:/nix/store/33lkg8ms0knda3brddb88lp3ps1gkn60-binutils-wrapper-2.41/bin:/nix/store/bczmlm8brs93gp4lscwvc1dnn2ipymnc-binutils-2.41/bin:/nix/store/m9b4wcy4yyn5xcy394h74x7klb28nm2c-glibc-2.38-44-bin/bin:/nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin:/nix/store/3125ahv429pk8sxnfhj5l3f2ph7jllrk-patchelf-0.15.0/bin:/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin:/nix/store/7vc88ixc6yca2hwgszjk51dh23j3g2nr-gcc-13.2.0/bin:/nix/store/7hhd9smnjspppk4k6n47bkw64fdbgbrz-binutils-wrapper-2.41/bin:/nix/store/7v0jx35gvqy1fsas1ammnz82i452jw5q-lhapdf-6.5.4/bin:/nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin:/nix/store/rr5pqqck5f6fjkv7agwjyhaljvh27ncn-findutils-4.9.0/bin:/nix/store/n6i46dn14q3iq82gqgb5qkl74aqhwr77-diffutils-3.10/bin:/nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin:/nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin:/nix/store/sgpv5hm93gzkcm4s536nmkpag3q5d22s-gawk-5.2.2/bin:/nix/store/zq7c5lha3pzixhs8vgy0c0k2sn9s6kq9-gnutar-1.35/bin:/nix/store/p27jyrx9ghhxbl5j82114fdy50lr33z3-gzip-1.13/bin:/nix/store/f7i053lqqbppa3nx3nbmk6y46wy06shj-bzip2-1.0.8-bin/bin:/nix/store/3wwka0sn2h96cmqxyclj2vba26a5sk1s-gnumake-4.4.1/bin:/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin:/nix/store/yb3vxdqkdx672wl4hg92xf1zhykjjppr-patch-2.7.6/bin:/nix/store/p6iz6wa3lqwzf5nbihpv52zpp1ji9243-xz-5.6.0-bin/bin:/nix/store/pqraddz55s3qlsjxs71zwjchj0c4csfw-file-5.45/bin:/sbin" ldconfig -n /build/MCFM-10.2.1/build/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/MCFM-10.2.1/build/local/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. ---------------------------------------------------------------------- /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/install -c qd-config '/build/MCFM-10.2.1/build/local/bin' /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/install -c -m 644 README docs/qd.pdf '/build/MCFM-10.2.1/build/local/share/doc/qd' [ 1%] Completed 'qd' [ 1%] Built target qd [ 92%] Building Fortran object CMakeFiles/vvamp.dir/mod_vvamp.f.o [100%] Linking Fortran static library libvvamp.a [100%] Built target vvamp [ 1%] Performing install step for 'libvvamp' [ 1%] Completed 'libvvamp' [ 1%] Built target libvvamp make: *** [Makefile:136: all] Error 2 [result] Failed to update mcfm 10.0.1 -> 10.2.1 https://repology.org/project/mcfm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qq, using log file: /var/log/nixpkgs-update/qq/2024-03-14.log qq 0 -> 1 attrpath: qq Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/lwr6hm1gl4brxmj21x8krx2a8dzzwdqn-packages.json.drv building '/nix/store/lwr6hm1gl4brxmj21x8krx2a8dzzwdqn-packages.json.drv'... Going to be running update for following packages: - qq-3.2.5-21453 Press Enter key to continue... Running update for: - qq-3.2.5-21453: UPDATING ... - qq-3.2.5-21453: ERROR --- SHOWING ERROR LOG FOR qq-3.2.5-21453 ---------------------- % 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 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 1076 100 1076 0 0 622 0 0:00:01 0:00:01 --:--:-- 622 --- SHOWING ERROR LOG FOR qq-3.2.5-21453 ---------------------- The update script for qq-3.2.5-21453 failed with exit code 1 [result] Failed to update qq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.myjwt, using log file: /var/log/nixpkgs-update/python311Packages.myjwt/2024-03-14.log python311Packages.myjwt 0 -> 1 attrpath: python311Packages.myjwt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5qlwg7d9kqa9sj9kdfr7smsjq03m3skh-packages.json.drv building '/nix/store/5qlwg7d9kqa9sj9kdfr7smsjq03m3skh-packages.json.drv'... Going to be running update for following packages: - python3.11-myjwt-1.6.1 Press Enter key to continue... Running update for: - python3.11-myjwt-1.6.1: UPDATING ... - python3.11-myjwt-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.myjwt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dugong, using log file: /var/log/nixpkgs-update/python311Packages.dugong/2024-03-14.log python311Packages.dugong 0 -> 1 attrpath: python311Packages.dugong Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4aj4x9w0z2v36k3xskk4jq22wankrn9m-packages.json.drv building '/nix/store/4aj4x9w0z2v36k3xskk4jq22wankrn9m-packages.json.drv'... Going to be running update for following packages: - python3.11-dugong-3.8.1 Press Enter key to continue... Running update for: - python3.11-dugong-3.8.1: UPDATING ... - python3.11-dugong-3.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dugong 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.vault, using log file: /var/log/nixpkgs-update/terraform-providers.vault/2024-03-14.log terraform-providers.vault 0 -> 1 attrpath: terraform-providers.vault Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.vault 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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-14.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-14.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] this derivation will be built: /nix/store/r6bp4r0cws7j36mwlprhq4rbi14z719p-packages.json.drv building '/nix/store/r6bp4r0cws7j36mwlprhq4rbi14z719p-packages.json.drv'... 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.django-extensions, using log file: /var/log/nixpkgs-update/python311Packages.django-extensions/2024-03-14.log python311Packages.django-extensions 0 -> 1 attrpath: python311Packages.django-extensions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/17ywkqcg7qs5h0sw23a4q1d3fc3x4pnv-packages.json.drv building '/nix/store/17ywkqcg7qs5h0sw23a4q1d3fc3x4pnv-packages.json.drv'... Going to be running update for following packages: - python3.11-django-extensions-3.2.3 Press Enter key to continue... Running update for: - python3.11-django-extensions-3.2.3: UPDATING ... - python3.11-django-extensions-3.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-extensions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.msprime, using log file: /var/log/nixpkgs-update/python311Packages.msprime/2024-03-14.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] this derivation will be built: /nix/store/vc9wjyqdym0c7k50v4lanxjqh5p8jjyv-packages.json.drv building '/nix/store/vc9wjyqdym0c7k50v4lanxjqh5p8jjyv-packages.json.drv'... 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 imapsync, using log file: /var/log/nixpkgs-update/imapsync/2024-03-14.log imapsync 2.229 -> 2.264 https://repology.org/project/imapsync/versions attrpath: imapsync 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/h8rrwxnvmlhxl4y5gvmwcy87hzzg23zb-source.drv building '/nix/store/h8rrwxnvmlhxl4y5gvmwcy87hzzg23zb-source.drv'... trying https://github.com/imapsync/imapsync/archive/imapsync-2.264.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 'imapsync.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/h8rrwxnvmlhxl4y5gvmwcy87hzzg23zb-source.drv /nix/store/ab452argl8mvaii53a32nqff1qwnmm6n-imapsync-2.264.drv these 17 paths will be fetched (0.51 MiB download, 3.27 MiB unpacked): /nix/store/78shi0nyw8j3kzi9zvahdi2c2hyjyfd3-perl5.38.2-App-cpanminus-1.7047 /nix/store/q6da7adi0kqxlz2wvhjbqbfwlyg620k4-perl5.38.2-Crypt-OpenSSL-RSA-0.33 /nix/store/wzgyhi0l8g9h37y3v0c3h7c25q0313pv-perl5.38.2-Crypt-OpenSSL-Random-0.15 /nix/store/ha1dm7swmp5599482zabz3x0byqv4rz1-perl5.38.2-Data-Uniqid-0.12 /nix/store/1jmmlvw4c87przj3q1nabxb5j9dzggh0-perl5.38.2-Encode-IMAPUTF7-1.05 /nix/store/b7vn0qmbhl808ilmz955mf2z8yi1xxfn-perl5.38.2-File-Tail-1.3 /nix/store/kv7s3h4lqx56wvamxcdqxwnbhpm2217d-perl5.38.2-IO-Tee-0.66 /nix/store/qq862h78d4jw5jdqsqi4wgplrhhsbw3m-perl5.38.2-JSON-WebToken-0.10 /nix/store/pm6pqmw9q1n86c78m7v4ji8kndl837cp-perl5.38.2-Mail-IMAPClient-3.43 /nix/store/jh8kzx0gw7qk3nvgkp7wfpz13df45k16-perl5.38.2-NTLM-1.09 /nix/store/l0n29zjpi9d66xlj2k0cj5n33ysc5lk6-perl5.38.2-Parse-RecDescent-1.967015 /nix/store/s07swdjhhz0zr6ry25dnpnkacw43nr3k-perl5.38.2-Proc-ProcessTable-0.636 /nix/store/5ah2cfsfv2d96k7mspf4b84f24w8pjfm-perl5.38.2-Sys-MemInfo-0.99 /nix/store/igi3nrm87q0b19f8mawfygj6yfa5xf1i-perl5.38.2-Test-Mock-Guard-0.10 /nix/store/w0257q1jzjf13k3b0cy2y5r0xin08xv9-perl5.38.2-Test-MockObject-1.20200122 /nix/store/y2rjfynnmf68k8jy8bvnybgc3n49d71k-perl5.38.2-UNIVERSAL-can-1.20140328 /nix/store/m7c6ycq2xqd671z2hkj276i9z8bmlkir-perl5.38.2-Unicode-String-2.10 copying path '/nix/store/ha1dm7swmp5599482zabz3x0byqv4rz1-perl5.38.2-Data-Uniqid-0.12' from 'https://cache.nixos.org'... copying path '/nix/store/1jmmlvw4c87przj3q1nabxb5j9dzggh0-perl5.38.2-Encode-IMAPUTF7-1.05' from 'https://cache.nixos.org'... copying path '/nix/store/b7vn0qmbhl808ilmz955mf2z8yi1xxfn-perl5.38.2-File-Tail-1.3' from 'https://cache.nixos.org'... copying path '/nix/store/kv7s3h4lqx56wvamxcdqxwnbhpm2217d-perl5.38.2-IO-Tee-0.66' from 'https://cache.nixos.org'... copying path '/nix/store/l0n29zjpi9d66xlj2k0cj5n33ysc5lk6-perl5.38.2-Parse-RecDescent-1.967015' from 'https://cache.nixos.org'... copying path '/nix/store/y2rjfynnmf68k8jy8bvnybgc3n49d71k-perl5.38.2-UNIVERSAL-can-1.20140328' from 'https://cache.nixos.org'... copying path '/nix/store/78shi0nyw8j3kzi9zvahdi2c2hyjyfd3-perl5.38.2-App-cpanminus-1.7047' from 'https://cache.nixos.org'... copying path '/nix/store/qq862h78d4jw5jdqsqi4wgplrhhsbw3m-perl5.38.2-JSON-WebToken-0.10' from 'https://cache.nixos.org'... copying path '/nix/store/jh8kzx0gw7qk3nvgkp7wfpz13df45k16-perl5.38.2-NTLM-1.09' from 'https://cache.nixos.org'... copying path '/nix/store/s07swdjhhz0zr6ry25dnpnkacw43nr3k-perl5.38.2-Proc-ProcessTable-0.636' from 'https://cache.nixos.org'... copying path '/nix/store/5ah2cfsfv2d96k7mspf4b84f24w8pjfm-perl5.38.2-Sys-MemInfo-0.99' from 'https://cache.nixos.org'... copying path '/nix/store/igi3nrm87q0b19f8mawfygj6yfa5xf1i-perl5.38.2-Test-Mock-Guard-0.10' from 'https://cache.nixos.org'... copying path '/nix/store/m7c6ycq2xqd671z2hkj276i9z8bmlkir-perl5.38.2-Unicode-String-2.10' from 'https://cache.nixos.org'... copying path '/nix/store/wzgyhi0l8g9h37y3v0c3h7c25q0313pv-perl5.38.2-Crypt-OpenSSL-Random-0.15' from 'https://cache.nixos.org'... building '/nix/store/h8rrwxnvmlhxl4y5gvmwcy87hzzg23zb-source.drv'... copying path '/nix/store/w0257q1jzjf13k3b0cy2y5r0xin08xv9-perl5.38.2-Test-MockObject-1.20200122' from 'https://cache.nixos.org'... copying path '/nix/store/pm6pqmw9q1n86c78m7v4ji8kndl837cp-perl5.38.2-Mail-IMAPClient-3.43' from 'https://cache.nixos.org'... copying path '/nix/store/q6da7adi0kqxlz2wvhjbqbfwlyg620k4-perl5.38.2-Crypt-OpenSSL-RSA-0.33' from 'https://cache.nixos.org'... trying https://github.com/imapsync/imapsync/archive/imapsync-2.264.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/h8rrwxnvmlhxl4y5gvmwcy87hzzg23zb-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/imapsync/imapsync/archive/imapsync-2.264.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/h8rrwxnvmlhxl4y5gvmwcy87hzzg23zb-source.drv'. error: 1 dependencies of derivation '/nix/store/ab452argl8mvaii53a32nqff1qwnmm6n-imapsync-2.264.drv' failed to build [result] Failed to update imapsync 2.229 -> 2.264 https://repology.org/project/imapsync/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.llvm.pstl, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.pstl/2024-03-14.log rocmPackages.llvm.pstl 0 -> 1 attrpath: rocmPackages.llvm.pstl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/k1hff6hq86qbakwbiakdj7hgjjz6i20v-update.sh.drv /nix/store/9xd8ksvfxy36k5v8gnb1rm8vap7dm7wg-packages.json.drv building '/nix/store/k1hff6hq86qbakwbiakdj7hgjjz6i20v-update.sh.drv'... building '/nix/store/9xd8ksvfxy36k5v8gnb1rm8vap7dm7wg-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-pstl-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-pstl-5.7.1: UPDATING ... - rocm-llvm-pstl-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-pstl-5.7.1 ---------------------- 'rocmPackages_5.llvm.pstl' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.pstl'. --- SHOWING ERROR LOG FOR rocm-llvm-pstl-5.7.1 ---------------------- The update script for rocm-llvm-pstl-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.pstl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyctr, using log file: /var/log/nixpkgs-update/python311Packages.pyctr/2024-03-14.log python311Packages.pyctr 0 -> 1 attrpath: python311Packages.pyctr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q9b4xylinwinncsfm5phzgw81x7als2a-packages.json.drv building '/nix/store/q9b4xylinwinncsfm5phzgw81x7als2a-packages.json.drv'... Going to be running update for following packages: - python3.11-pyctr-0.7.5 Press Enter key to continue... Running update for: - python3.11-pyctr-0.7.5: UPDATING ... - python3.11-pyctr-0.7.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyctr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bnstruct, using log file: /var/log/nixpkgs-update/rPackages.bnstruct/2024-03-14.log rPackages.bnstruct 1.0.14 -> 1.0.15 https://repology.org/project/r:bnstruct/versions attrpath: rPackages.bnstruct Checking auto update branch... No auto update branch exists Old version 1.0.14" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bnstruct 1.0.14 -> 1.0.15 https://repology.org/project/r:bnstruct/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] this derivation will be built: /nix/store/98cjw8qp0fy3r36iz0fv1id96w036bx0-packages.json.drv building '/nix/store/98cjw8qp0fy3r36iz0fv1id96w036bx0-packages.json.drv'... 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.proton-vpn-api-core, using log file: /var/log/nixpkgs-update/python311Packages.proton-vpn-api-core/2024-03-14.log python311Packages.proton-vpn-api-core 0 -> 1 attrpath: python311Packages.proton-vpn-api-core Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hvya0qvwmkhkc8qs00g03yc3lx1h5hai-packages.json.drv building '/nix/store/hvya0qvwmkhkc8qs00g03yc3lx1h5hai-packages.json.drv'... Going to be running update for following packages: - python3.11-proton-vpn-api-core-0.20.3 Press Enter key to continue... Running update for: - python3.11-proton-vpn-api-core-0.20.3: UPDATING ... - python3.11-proton-vpn-api-core-0.20.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proton-vpn-api-core 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hug, using log file: /var/log/nixpkgs-update/python311Packages.hug/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/w927jgm93csmyymy34sxq9zwvqxb4hxp-packages.json.drv building '/nix/store/w927jgm93csmyymy34sxq9zwvqxb4hxp-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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 python311Packages.srvlookup, using log file: /var/log/nixpkgs-update/python311Packages.srvlookup/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/vayzsn1grbhqwnfglsa5hpnkhdm179dc-packages.json.drv building '/nix/store/vayzsn1grbhqwnfglsa5hpnkhdm179dc-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.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] this derivation will be built: /nix/store/dmss4fcgisiifnjq2s23x44i7wcnxhc6-packages.json.drv building '/nix/store/dmss4fcgisiifnjq2s23x44i7wcnxhc6-packages.json.drv'... 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 greg, using log file: /var/log/nixpkgs-update/greg/2024-03-14.log greg 0 -> 1 attrpath: greg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4k5281ngs1aadhfbf9zv5cijcjb28n89-packages.json.drv building '/nix/store/4k5281ngs1aadhfbf9zv5cijcjb28n89-packages.json.drv'... Going to be running update for following packages: - greg-0.4.8 Press Enter key to continue... Running update for: - greg-0.4.8: UPDATING ... - greg-0.4.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update greg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath beneath-a-steel-sky, using log file: /var/log/nixpkgs-update/beneath-a-steel-sky/2024-03-14.log beneath-a-steel-sky 1.2 -> 1.3 https://repology.org/project/beneath-a-steel-sky/versions attrpath: beneath-a-steel-sky 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 beneath-a-steel-sky 1.2 -> 1.3 https://repology.org/project/beneath-a-steel-sky/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.georss-nrcan-earthquakes-client, using log file: /var/log/nixpkgs-update/python311Packages.georss-nrcan-earthquakes-client/2024-03-14.log python311Packages.georss-nrcan-earthquakes-client 0 -> 1 attrpath: python311Packages.georss-nrcan-earthquakes-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1b01cwmj4r4k16490ff5qfdvlgjndal4-packages.json.drv building '/nix/store/1b01cwmj4r4k16490ff5qfdvlgjndal4-packages.json.drv'... Going to be running update for following packages: - python3.11-georss-nrcan-earthquakes-client-0.4 Press Enter key to continue... Running update for: - python3.11-georss-nrcan-earthquakes-client-0.4: UPDATING ... - python3.11-georss-nrcan-earthquakes-client-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.georss-nrcan-earthquakes-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-relay, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-relay/2024-03-14.log python311Packages.azure-mgmt-relay 0 -> 1 attrpath: python311Packages.azure-mgmt-relay Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zijpzwvd970gp1fzghi13vfw9lny3krv-packages.json.drv building '/nix/store/zijpzwvd970gp1fzghi13vfw9lny3krv-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-relay-1.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-relay-1.1.0: UPDATING ... - python3.11-azure-mgmt-relay-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-relay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meteoalertapi, using log file: /var/log/nixpkgs-update/python311Packages.meteoalertapi/2024-03-14.log python311Packages.meteoalertapi 0 -> 1 attrpath: python311Packages.meteoalertapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m3ail0h4qhb88g3m6n189wvpyjbchh28-packages.json.drv building '/nix/store/m3ail0h4qhb88g3m6n189wvpyjbchh28-packages.json.drv'... Going to be running update for following packages: - python3.11-meteoalertapi-0.3.1 Press Enter key to continue... Running update for: - python3.11-meteoalertapi-0.3.1: UPDATING ... - python3.11-meteoalertapi-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meteoalertapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-ipware, using log file: /var/log/nixpkgs-update/python311Packages.python-ipware/2024-03-14.log python311Packages.python-ipware 0 -> 1 attrpath: python311Packages.python-ipware Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2m23vc7zimyfg7rpb3gxnsfkwnf5ff6j-packages.json.drv building '/nix/store/2m23vc7zimyfg7rpb3gxnsfkwnf5ff6j-packages.json.drv'... Going to be running update for following packages: - python3.11-python-ipware-2.0.0 Press Enter key to continue... Running update for: - python3.11-python-ipware-2.0.0: UPDATING ... - python3.11-python-ipware-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-ipware 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nixd, using log file: /var/log/nixpkgs-update/nixd/2024-03-14.log nixd 0 -> 1 attrpath: nixd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4xcjnr2yi33lrsgc02c44mpx1pikwq17-packages.json.drv building '/nix/store/4xcjnr2yi33lrsgc02c44mpx1pikwq17-packages.json.drv'... Going to be running update for following packages: - nixd-1.2.3 Press Enter key to continue... Running update for: - nixd-1.2.3: UPDATING ... - nixd-1.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nixd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tensorboardx, using log file: /var/log/nixpkgs-update/python311Packages.tensorboardx/2024-03-14.log python311Packages.tensorboardx 0 -> 1 attrpath: python311Packages.tensorboardx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zq0ramgjcsv621f9gmaipg2bfzj5gzb9-packages.json.drv building '/nix/store/zq0ramgjcsv621f9gmaipg2bfzj5gzb9-packages.json.drv'... Going to be running update for following packages: - python3.11-tensorboardx-2.6.2 Press Enter key to continue... Running update for: - python3.11-tensorboardx-2.6.2: UPDATING ... - python3.11-tensorboardx-2.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tensorboardx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ledger-web, using log file: /var/log/nixpkgs-update/ledger-web/2024-03-14.log ledger-web 0 -> 1 attrpath: ledger-web 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 ledger-web 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gummy, using log file: /var/log/nixpkgs-update/gummy/2024-03-14.log gummy 0.3 -> 0.5.9 https://repology.org/project/gummy/versions attrpath: gummy Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv building '/nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv'... trying https://github.com/fushko/gummy/archive/0.5.9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'gummy.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv /nix/store/r1vbwzpqr6ws1hifzgij02hspdzshrwk-gummy-0.5.9.drv building '/nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv'... trying https://github.com/fushko/gummy/archive/0.5.9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/fushko/gummy/archive/0.5.9.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv'. error: 1 dependencies of derivation '/nix/store/r1vbwzpqr6ws1hifzgij02hspdzshrwk-gummy-0.5.9.drv' failed to build [result] Failed to update gummy 0.3 -> 0.5.9 https://repology.org/project/gummy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gibo, using log file: /var/log/nixpkgs-update/gibo/2024-03-14.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/hj4y1z7s58b3l9hw3n3x2blcjc40wsif-source.drv building '/nix/store/hj4y1z7s58b3l9hw3n3x2blcjc40wsif-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/hj4y1z7s58b3l9hw3n3x2blcjc40wsif-source.drv /nix/store/0naa1brqawjv1d7fqkwrca3n6abn7vw8-gibo-3.0.11.drv building '/nix/store/hj4y1z7s58b3l9hw3n3x2blcjc40wsif-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/hj4y1z7s58b3l9hw3n3x2blcjc40wsif-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/hj4y1z7s58b3l9hw3n3x2blcjc40wsif-source.drv'. error: 1 dependencies of derivation '/nix/store/0naa1brqawjv1d7fqkwrca3n6abn7vw8-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-14.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] Success [updateScript] this derivation will be built: /nix/store/mdjmgyjv11i1pidjccc536a2mr8sj7m9-packages.json.drv building '/nix/store/mdjmgyjv11i1pidjccc536a2mr8sj7m9-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.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] Success [updateScript] this derivation will be built: /nix/store/ds5yv46hg0i591cj9bpjrjs1cbn07y4n-packages.json.drv building '/nix/store/ds5yv46hg0i591cj9bpjrjs1cbn07y4n-packages.json.drv'... 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: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/shazamio/default.nix b/pkgs/development/python-modules/shazamio/default.nix index 7190c1e2c0ae..e96776e60b8a 100644 --- a/pkgs/development/python-modules/shazamio/default.nix +++ b/pkgs/development/python-modules/shazamio/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "shazamio"; - version = "0.4.0.1"; + version = "0.5.1"; format = "pyproject"; src = fetchFromGitHub { owner = "dotX12"; repo = "ShazamIO"; - rev = version; - hash = "sha256-dfrdfbGkLYNjlS6Qv9Rnywv6nqiKrNXCICLSuAXpQBU="; + rev = "refs/tags/${version}"; + hash = "sha256-nzKvEoh1DrZegoRNqOCh9Qm+7B7uQ9dEH75mVueGxZI="; }; patches = [ No auto update branch exists Old version 0.4.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , poetry-core , wheel , aiofiles , aiohttp , dataclass-factory , numpy , pydantic , pydub , ffmpeg , pytest-asyncio , pytestCheckHook }: buildPythonPackage rec { pname = "shazamio"; version = "0.5.1"; format = "pyproject"; src = fetchFromGitHub { owner = "dotX12"; repo = "ShazamIO"; rev = "refs/tags/${version}"; hash = "sha256-nzKvEoh1DrZegoRNqOCh9Qm+7B7uQ9dEH75mVueGxZI="; }; patches = [ # remove poetry and virtualenv from build dependencies as they are not used # https://github.com/dotX12/ShazamIO/pull/71 (fetchpatch { name = "remove-unused-build-dependencies.patch"; url = "https://github.com/dotX12/ShazamIO/commit/5c61e1efe51c2826852da5b6aa6ad8ce3d4012a9.patch"; hash = "sha256-KiU5RVBPnSs5qrReFeTe9ePg1fR7y0NchIIHcQwlPaI="; }) ]; nativeBuildInputs = [ poetry-core wheel ]; propagatedBuildInputs = [ aiofiles aiohttp dataclass-factory numpy pydantic pydub ]; nativeCheckInputs = [ ffmpeg pytest-asyncio pytestCheckHook ]; disabledTests = [ # requires internet access "test_about_artist" "test_recognize_song_file" "test_recognize_song_bytes" ]; pythonImportsCheck = [ "shazamio" ]; meta = with lib; { description = "A free asynchronous library from reverse engineered Shazam API"; homepage = "https://github.com/dotX12/ShazamIO"; changelog = "https://github.com/dotX12/ShazamIO/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; # https://github.com/shazamio/ShazamIO/issues/80 broken = versionAtLeast pydantic.version "2"; }; } [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 cloudflare-warp, using log file: /var/log/nixpkgs-update/cloudflare-warp/2024-03-14.log cloudflare-warp 2023.3.470 -> 2024.2.68.0 https://repology.org/project/cloudflare-warp/versions attrpath: cloudflare-warp 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/i01pkbyahhg2ag0x3wf5ad38ilahamij-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv building '/nix/store/i01pkbyahhg2ag0x3wf5ad38ilahamij-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv'... trying https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_2024.2.68.0-1_amd64.deb % 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 cloudflare-warp_2024.2.68.0-1_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 'cloudflare-warp.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/i01pkbyahhg2ag0x3wf5ad38ilahamij-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv /nix/store/dmg84iry2dv8pww76qkl4bwvyi5ydjx2-cloudflare-warp-2024.2.68.0.drv building '/nix/store/i01pkbyahhg2ag0x3wf5ad38ilahamij-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv'... trying https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_2024.2.68.0-1_amd64.deb % 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 cloudflare-warp_2024.2.68.0-1_amd64.deb from any mirror error: builder for '/nix/store/i01pkbyahhg2ag0x3wf5ad38ilahamij-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_2024.2.68.0-1_amd64.deb > % 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 cloudflare-warp_2024.2.68.0-1_amd64.deb from any mirror For full logs, run 'nix log /nix/store/i01pkbyahhg2ag0x3wf5ad38ilahamij-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv'. error: 1 dependencies of derivation '/nix/store/dmg84iry2dv8pww76qkl4bwvyi5ydjx2-cloudflare-warp-2024.2.68.0.drv' failed to build [result] Failed to update cloudflare-warp 2023.3.470 -> 2024.2.68.0 https://repology.org/project/cloudflare-warp/versions [options] github_user: r-ryantm, pull_request: 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-14.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-14.log python311Packages.noise 0 -> 1 attrpath: python311Packages.noise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2b4g9qn1p6v09ypxzs7z7ik2b6njxrcb-packages.json.drv building '/nix/store/2b4g9qn1p6v09ypxzs7z7ik2b6njxrcb-packages.json.drv'... Going to be running update for following packages: - python3.11-noise-1.2.2 Press Enter key to continue... Running update for: - python3.11-noise-1.2.2: UPDATING ... - python3.11-noise-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.noise 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xboxapi, using log file: /var/log/nixpkgs-update/python311Packages.xboxapi/2024-03-14.log python311Packages.xboxapi 0 -> 1 attrpath: python311Packages.xboxapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7i3ib5llzmgwc2c6gznsn495v83a8x6q-packages.json.drv building '/nix/store/7i3ib5llzmgwc2c6gznsn495v83a8x6q-packages.json.drv'... Going to be running update for following packages: - python3.11-xboxapi-2.0.1 Press Enter key to continue... Running update for: - python3.11-xboxapi-2.0.1: UPDATING ... - python3.11-xboxapi-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xboxapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnstwist, using log file: /var/log/nixpkgs-update/dnstwist/2024-03-14.log dnstwist 0 -> 1 attrpath: dnstwist Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2s09yhj2y8ccsprvxkh0v93pxayzfhcx-packages.json.drv building '/nix/store/2s09yhj2y8ccsprvxkh0v93pxayzfhcx-packages.json.drv'... Going to be running update for following packages: - dnstwist-20240116 Press Enter key to continue... Running update for: - dnstwist-20240116: UPDATING ... - dnstwist-20240116: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dnstwist 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.versiontools, using log file: /var/log/nixpkgs-update/python311Packages.versiontools/2024-03-14.log python311Packages.versiontools 0 -> 1 attrpath: python311Packages.versiontools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/55amy7mp09vbjv2vsdkbxslklqvz1c7i-packages.json.drv building '/nix/store/55amy7mp09vbjv2vsdkbxslklqvz1c7i-packages.json.drv'... Going to be running update for following packages: - python3.11-versiontools-1.9.1 Press Enter key to continue... Running update for: - python3.11-versiontools-1.9.1: UPDATING ... - python3.11-versiontools-1.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.versiontools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.databases, using log file: /var/log/nixpkgs-update/python311Packages.databases/2024-03-14.log python311Packages.databases 0 -> 1 attrpath: python311Packages.databases Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4gib6zs6v6gid3n0iznkkci6c3jrdc4x-packages.json.drv building '/nix/store/4gib6zs6v6gid3n0iznkkci6c3jrdc4x-packages.json.drv'... Going to be running update for following packages: - python3.11-databases-0.9.0 Press Enter key to continue... Running update for: - python3.11-databases-0.9.0: UPDATING ... - python3.11-databases-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.databases 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pt, using log file: /var/log/nixpkgs-update/pt/2024-03-14.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 mimeo, using log file: /var/log/nixpkgs-update/mimeo/2024-03-14.log mimeo 0 -> 1 attrpath: mimeo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ms2b2k5xzga3p5gfqcfrn0alnygwmrqc-packages.json.drv building '/nix/store/ms2b2k5xzga3p5gfqcfrn0alnygwmrqc-packages.json.drv'... Going to be running update for following packages: - mimeo-2023 Press Enter key to continue... Running update for: - mimeo-2023: UPDATING ... - mimeo-2023: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mimeo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath source-sans, using log file: /var/log/nixpkgs-update/source-sans/2024-03-14.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/bgddmkklsgqn1y2pr3b8v3l5ly7sxapj-source.drv building '/nix/store/bgddmkklsgqn1y2pr3b8v3l5ly7sxapj-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/bgddmkklsgqn1y2pr3b8v3l5ly7sxapj-source.drv /nix/store/d1qkrpk7lgyb188d5ncsh28kr5ihrwgl-source-sans-3.052R.drv building '/nix/store/bgddmkklsgqn1y2pr3b8v3l5ly7sxapj-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/bgddmkklsgqn1y2pr3b8v3l5ly7sxapj-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/bgddmkklsgqn1y2pr3b8v3l5ly7sxapj-source.drv'. error: 1 dependencies of derivation '/nix/store/d1qkrpk7lgyb188d5ncsh28kr5ihrwgl-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 python311Packages.django-raster, using log file: /var/log/nixpkgs-update/python311Packages.django-raster/2024-03-14.log python311Packages.django-raster 0 -> 1 attrpath: python311Packages.django-raster Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fqci27s7sjpvnxl3waj14n209rq88xmy-packages.json.drv building '/nix/store/fqci27s7sjpvnxl3waj14n209rq88xmy-packages.json.drv'... Going to be running update for following packages: - python3.11-django-raster-0.8.1 Press Enter key to continue... Running update for: - python3.11-django-raster-0.8.1: UPDATING ... - python3.11-django-raster-0.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-raster 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.log rPackages.graphlayouts 1.0.2 -> 1.1.1 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.1 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.mmcv, using log file: /var/log/nixpkgs-update/python311Packages.mmcv/2024-03-14.log python311Packages.mmcv 0 -> 1 attrpath: python311Packages.mmcv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jki5xfabws83gidrw2m6v4dyvx4jvgya-packages.json.drv building '/nix/store/jki5xfabws83gidrw2m6v4dyvx4jvgya-packages.json.drv'... Going to be running update for following packages: - python3.11-mmcv-2.1.0 Press Enter key to continue... Running update for: - python3.11-mmcv-2.1.0: UPDATING ... - python3.11-mmcv-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mmcv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath btlejack, using log file: /var/log/nixpkgs-update/btlejack/2024-03-14.log btlejack 0 -> 1 attrpath: btlejack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4b309fcydhhx256d92nyp0flkv8na93b-packages.json.drv building '/nix/store/4b309fcydhhx256d92nyp0flkv8na93b-packages.json.drv'... Going to be running update for following packages: - btlejack-2.1.1 Press Enter key to continue... Running update for: - btlejack-2.1.1: UPDATING ... - btlejack-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update btlejack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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.sip, using log file: /var/log/nixpkgs-update/python311Packages.sip/2024-03-14.log python311Packages.sip 0 -> 1 attrpath: python311Packages.sip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mj63gkfycbgxi99qgziyxqijd064k9as-packages.json.drv building '/nix/store/mj63gkfycbgxi99qgziyxqijd064k9as-packages.json.drv'... Going to be running update for following packages: - python3.11-sip-6.8.3 Press Enter key to continue... Running update for: - python3.11-sip-6.8.3: UPDATING ... - python3.11-sip-6.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath headache, using log file: /var/log/nixpkgs-update/headache/2024-03-14.log headache 0 -> 1 attrpath: headache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/namvy7dkikdhsswxk5d2qm48iyxivsyr-packages.json.drv building '/nix/store/namvy7dkikdhsswxk5d2qm48iyxivsyr-packages.json.drv'... Going to be running update for following packages: - ocaml5.1.1-headache-1.07 Press Enter key to continue... Running update for: - ocaml5.1.1-headache-1.07: UPDATING ... - ocaml5.1.1-headache-1.07: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update headache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath go-critic, using log file: /var/log/nixpkgs-update/go-critic/2024-03-14.log go-critic 0 -> 1 attrpath: go-critic Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c1j93jlkiwpbyd2cs8x3mmlnsw95g4mw-packages.json.drv building '/nix/store/c1j93jlkiwpbyd2cs8x3mmlnsw95g4mw-packages.json.drv'... Going to be running update for following packages: - go-critic-0.11.2 Press Enter key to continue... Running update for: - go-critic-0.11.2: UPDATING ... - go-critic-0.11.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update go-critic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-notifications, using log file: /var/log/nixpkgs-update/pantheon.elementary-notifications/2024-03-14.log pantheon.elementary-notifications 0 -> 1 attrpath: pantheon.elementary-notifications Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s2jq1cvjbbxdkh4sqmqxj2d0cslagxzf-packages.json.drv building '/nix/store/s2jq1cvjbbxdkh4sqmqxj2d0cslagxzf-packages.json.drv'... Going to be running update for following packages: - elementary-notifications-7.0.1 Press Enter key to continue... Running update for: - elementary-notifications-7.0.1: UPDATING ... - elementary-notifications-7.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-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 haskellPackages.tzdata, using log file: /var/log/nixpkgs-update/haskellPackages.tzdata/2024-03-14.log haskellPackages.tzdata 0.2.20230322.0 -> 0.2.20240201.0 https://repology.org/project/haskell:tzdata/versions attrpath: haskellPackages.tzdata Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.tzdata 0.2.20230322.0 -> 0.2.20240201.0 https://repology.org/project/haskell:tzdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-route53resolver, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-route53resolver/2024-03-14.log python311Packages.mypy-boto3-route53resolver 1.34.15 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-route53resolver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dxkwn6bbpjqn7gcjnw0pwszw1jgv5amy-packages.json.drv building '/nix/store/dxkwn6bbpjqn7gcjnw0pwszw1jgv5amy-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-route53resolver-1.34.15 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-route53resolver-1.34.15: UPDATING ... - python3.11-mypy-boto3-route53resolver-1.34.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-route53resolver 1.34.15 -> 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.rapidfuzz-capi, using log file: /var/log/nixpkgs-update/python311Packages.rapidfuzz-capi/2024-03-14.log python311Packages.rapidfuzz-capi 0 -> 1 attrpath: python311Packages.rapidfuzz-capi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yspgmvlmisyls727z9zxag7njlgn2ra5-packages.json.drv building '/nix/store/yspgmvlmisyls727z9zxag7njlgn2ra5-packages.json.drv'... Going to be running update for following packages: - python3.11-rapidfuzz-capi-1.0.5 Press Enter key to continue... Running update for: - python3.11-rapidfuzz-capi-1.0.5: UPDATING ... - python3.11-rapidfuzz-capi-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rapidfuzz-capi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libodfgen, using log file: /var/log/nixpkgs-update/libodfgen/2024-03-14.log libodfgen 0.1.7 -> 0.1.8 https://repology.org/project/libodfgen/versions attrpath: libodfgen Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/libodfgen/default.nix b/pkgs/development/libraries/libodfgen/default.nix index d4a6aab24c87..272d38ad3202 100644 --- a/pkgs/development/libraries/libodfgen/default.nix +++ b/pkgs/development/libraries/libodfgen/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "libodfgen"; - version = "0.1.7"; + version = "0.1.8"; src = fetchurl { url = "mirror://sourceforge/project/libwpd/libodfgen/libodfgen-${version}/libodfgen-${version}.tar.xz"; - sha256 = "sha256-Mj5JH5VsjKKrsSyZjjUGcJMKMjF7+WYrBhXdSzkiuDE="; + sha256 = "sha256-VSAAJ/1GYjub3d040nXnRS0bD/iu3crW+a5twl9hBiU="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libodfgen nix build failed. checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking pkg-config is at least version 0.20... yes checking whether g++ supports C++11 features by default... yes checking for __attribute__((format))... yes checking for librevenge-0.0 librevenge-stream-0.0 ... yes checking for libxml-2.0... no configure: error: Package requirements (libxml-2.0) were not met: No package 'libxml-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XML_CFLAGS and XML_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. [result] Failed to update libodfgen 0.1.7 -> 0.1.8 https://repology.org/project/libodfgen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-nspkg, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-nspkg/2024-03-14.log python311Packages.azure-mgmt-nspkg 0 -> 1 attrpath: python311Packages.azure-mgmt-nspkg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/acldzxzby52pk6j33zw141k6nxc8jl4p-packages.json.drv building '/nix/store/acldzxzby52pk6j33zw141k6nxc8jl4p-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-nspkg-3.0.2 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-nspkg-3.0.2: UPDATING ... - python3.11-azure-mgmt-nspkg-3.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-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.nodeenv, using log file: /var/log/nixpkgs-update/python311Packages.nodeenv/2024-03-14.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] Success [updateScript] this derivation will be built: /nix/store/6cdd99as3ngj27kx8i0d6mlkyq3piaax-packages.json.drv building '/nix/store/6cdd99as3ngj27kx8i0d6mlkyq3piaax-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.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] this derivation will be built: /nix/store/x0r56rwccyn9v6j896bchn3fx6p60pm1-packages.json.drv building '/nix/store/x0r56rwccyn9v6j896bchn3fx6p60pm1-packages.json.drv'... 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-14.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] Success [updateScript] this derivation will be built: /nix/store/d94vwh96y48pai09pfxzmgn4cnq7v2gg-packages.json.drv building '/nix/store/d94vwh96y48pai09pfxzmgn4cnq7v2gg-packages.json.drv'... Going to be running update for following packages: - newsflash-3.1.6 Press Enter key to continue... Running update for: - newsflash-3.1.6: UPDATING ... - newsflash-3.1.6: DONE. Packages updated! The diff was empty after rewrites. [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 linuxKernel.packages.linux_4_19.evdi, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.evdi/2024-03-14.log linuxKernel.packages.linux_4_19.evdi 1.14.1-unstable-2024-01-30 -> 1.14.2 https://github.com/DisplayLink/evdi/releases attrpath: linuxKernel.packages.linux_4_19.evdi Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update linuxKernel.packages.linux_4_19.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.rtfunicode, using log file: /var/log/nixpkgs-update/python312Packages.rtfunicode/2024-03-14.log python312Packages.rtfunicode 1.4 -> 2.0 https://repology.org/project/python:rtfunicode/versions attrpath: python312Packages.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] Success [updateScript] this derivation will be built: /nix/store/b1qlw40s55ch95glzr3z0cgpf94wfxb6-packages.json.drv building '/nix/store/b1qlw40s55ch95glzr3z0cgpf94wfxb6-packages.json.drv'... Going to be running update for following packages: - python3.12-rtfunicode-1.4 Press Enter key to continue... Running update for: - python3.12-rtfunicode-1.4: UPDATING ... - python3.12-rtfunicode-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.rtfunicode 1.4 -> 2.0 https://repology.org/project/python:rtfunicode/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nimbleHMC, using log file: /var/log/nixpkgs-update/rPackages.nimbleHMC/2024-03-14.log rPackages.nimbleHMC 0.2.0 -> 0.2.1 https://repology.org/project/r:nimblehmc/versions attrpath: rPackages.nimbleHMC 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.nimbleHMC 0.2.0 -> 0.2.1 https://repology.org/project/r:nimblehmc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.wbacon, using log file: /var/log/nixpkgs-update/rPackages.wbacon/2024-03-14.log rPackages.wbacon 0.6 -> 0.6-1 https://repology.org/project/r:wbacon/versions attrpath: rPackages.wbacon Checking auto update branch... No auto update branch exists Old version 0.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.wbacon 0.6 -> 0.6-1 https://repology.org/project/r:wbacon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DiscreteFDR, using log file: /var/log/nixpkgs-update/rPackages.DiscreteFDR/2024-03-14.log rPackages.DiscreteFDR 1.3.6 -> 1.3.7 https://repology.org/project/r:discretefdr/versions attrpath: rPackages.DiscreteFDR Checking auto update branch... No auto update branch exists Old version 1.3.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.DiscreteFDR 1.3.6 -> 1.3.7 https://repology.org/project/r:discretefdr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mariadb, using log file: /var/log/nixpkgs-update/python312Packages.mariadb/2024-03-14.log python312Packages.mariadb 1.1.4 -> 1.1.10 https://repology.org/project/python:mariadb/versions attrpath: python312Packages.mariadb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m56vscvz9l1il03bv5qiy39wm0vhrhl1-packages.json.drv building '/nix/store/m56vscvz9l1il03bv5qiy39wm0vhrhl1-packages.json.drv'... Going to be running update for following packages: - python3.12-mariadb-1.1.4 Press Enter key to continue... Running update for: - python3.12-mariadb-1.1.4: UPDATING ... - python3.12-mariadb-1.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mariadb 1.1.4 -> 1.1.10 https://repology.org/project/python:mariadb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.UniversalCVI, using log file: /var/log/nixpkgs-update/rPackages.UniversalCVI/2024-03-14.log rPackages.UniversalCVI 1.1.0 -> 1.1.1 https://repology.org/project/r:universalcvi/versions attrpath: rPackages.UniversalCVI 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.UniversalCVI 1.1.0 -> 1.1.1 https://repology.org/project/r:universalcvi/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] Success [updateScript] this derivation will be built: /nix/store/mzy7726l1jsdfdaymr30v1945zhpy6nd-packages.json.drv building '/nix/store/mzy7726l1jsdfdaymr30v1945zhpy6nd-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.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 pw3270, using log file: /var/log/nixpkgs-update/pw3270/2024-03-14.log pw3270 5.4 -> 5.5 https://github.com/PerryWerneck/pw3270/releases attrpath: pw3270 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/pw/pw3270/package.nix b/pkgs/by-name/pw/pw3270/package.nix index 4e35f393dbcb..5853a1fc8450 100644 --- a/pkgs/by-name/pw/pw3270/package.nix +++ b/pkgs/by-name/pw/pw3270/package.nix @@ -19,13 +19,13 @@ stdenv.mkDerivation rec { pname = "pw3270"; - version = "5.4"; + version = "5.5"; src = fetchFromGitHub { owner = "PerryWerneck"; repo = pname; rev = version; - hash = "sha256-Nk/OUqrWngKgb1D1Wi8q5ygKtvuRKUPhPQaLvWi1Z4g="; + hash = "sha256-FdJlSH0rhOU8C06Mns8Yu1/b8nV6aRDBTYwC29qb2DY="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pw3270 nix build failed. macos.ui.pot ... windows.ui.pot ... make[1]: Entering directory '/build/source/locale' pt_BR ... ................................................ done. pt_BR.po ... 268 translated messages. make[1]: Leaving directory '/build/source/locale' @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash gsettingsschemadir=/nix/store/jnw2nxx6vq2xga286q3zqkwhgzsbwbxy-pw3270-5.5/share/gsettings-schemas/pw3270-5.5/glib-2.0/schemas/ gsettingsschemadir=/nix/store/jnw2nxx6vq2xga286q3zqkwhgzsbwbxy-pw3270-5.5/share/gsettings-schemas/pw3270-5.5/glib-2.0/schemas/ gsettingsschemadir=/nix/store/jnw2nxx6vq2xga286q3zqkwhgzsbwbxy-pw3270-5.5/share/gsettings-schemas/pw3270-5.5/glib-2.0/schemas/ install make[1]: Entering directory '/build/source/locale' /build/source/.bin/locale/pt_BR/LC_MESSAGES/pw3270.mo ... make[1]: Leaving directory '/build/source/locale' make[1]: Entering directory '/build/source/schemas' # Compile schemas to check if they're valid make[1]: Leaving directory '/build/source/schemas' make[1]: Entering directory '/build/source/branding' /nix/store/jnw2nxx6vq2xga286q3zqkwhgzsbwbxy-pw3270-5.5/share/pw3270/icons/pw3270.svg ... /nix/store/jnw2nxx6vq2xga286q3zqkwhgzsbwbxy-pw3270-5.5/share/pw3270/icons/pw3270-symbolic.svg ... /nix/store/jnw2nxx6vq2xga286q3zqkwhgzsbwbxy-pw3270-5.5/share/pw3270/pw3270-logo.svg ... make[1]: Leaving directory '/build/source/branding' /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/mkdir: cannot create directory '/nix/store/xsi31khbx3ff2gv7bp2sdskqi9n4r8v9-lib3270-5.4/lib/pw3270': Permission denied make: *** [Makefile:273: install-application] Error 1 [result] Failed to update pw3270 5.4 -> 5.5 https://github.com/PerryWerneck/pw3270/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath faissWithCuda, using log file: /var/log/nixpkgs-update/faissWithCuda/2024-03-14.log faissWithCuda 1.7.4 -> 1.8.0 https://github.com/facebookresearch/faiss/releases attrpath: faissWithCuda Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/science/math/faiss/default.nix b/pkgs/development/libraries/science/math/faiss/default.nix index 25ac539e05f2..67a2d6af97b2 100644 --- a/pkgs/development/libraries/science/math/faiss/default.nix +++ b/pkgs/development/libraries/science/math/faiss/default.nix @@ -27,7 +27,7 @@ let pname = "faiss"; - version = "1.7.4"; + version = "1.8.0"; inherit (cudaPackages) cudaFlags backendStdenv; inherit (cudaFlags) cudaCapabilities dropDot; @@ -57,7 +57,7 @@ stdenv.mkDerivation { owner = "facebookresearch"; repo = pname; rev = "v${version}"; - hash = "sha256-WSce9X6sLZmGM5F0ZkK54VqpIy8u1VB0e9/l78co29M="; + hash = "sha256-nS8nhkNGGb2oAJKfr/MIAZjAwMxBGbNd16/CkEtv67I="; }; buildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A faissWithCuda Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . faissWithCuda Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'faiss-1.8.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/faissWithCuda/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'buildInputs' of derivation 'faiss-1.8.0' at /var/cache/nixpkgs-update/worker/worktree/faissWithCuda/pkgs/stdenv/generic/make-derivation.nix:378:7: 377| depsHostHost = elemAt (elemAt dependencies 1) 0; 378| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 379| depsTargetTarget = elemAt (elemAt dependencies 2) 0; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘cuda_cudart-12.2.140’ in /var/cache/nixpkgs-update/worker/worktree/faissWithCuda/pkgs/development/cuda-modules/generic-builders/manifest.nix:325 has an unfree license (‘CUDA EULA’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "cuda_cudart-12.2.140" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update faissWithCuda 1.7.4 -> 1.8.0 https://github.com/facebookresearch/faiss/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Rhdf5lib, using log file: /var/log/nixpkgs-update/rPackages.Rhdf5lib/2024-03-14.log rPackages.Rhdf5lib 1.24.1 -> 1.24.2 https://repology.org/project/r:rhdf5lib/versions attrpath: rPackages.Rhdf5lib Checking auto update branch... No auto update branch exists Old version 1.24.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Rhdf5lib 1.24.1 -> 1.24.2 https://repology.org/project/r:rhdf5lib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.metR, using log file: /var/log/nixpkgs-update/rPackages.metR/2024-03-14.log rPackages.metR 0.14.1 -> 0.15.0 https://repology.org/project/r:metr/versions attrpath: rPackages.metR Checking auto update branch... No auto update branch exists Old version 0.14.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.metR 0.14.1 -> 0.15.0 https://repology.org/project/r:metr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.xfun, using log file: /var/log/nixpkgs-update/rPackages.xfun/2024-03-14.log rPackages.xfun 0.41 -> 0.42 https://repology.org/project/r:xfun/versions attrpath: rPackages.xfun Checking auto update branch... No auto update branch exists Old version 0.41" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.xfun 0.41 -> 0.42 https://repology.org/project/r:xfun/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.lemon, using log file: /var/log/nixpkgs-update/rPackages.lemon/2024-03-14.log rPackages.lemon 0.4.7 -> 0.4.9 https://repology.org/project/r:lemon/versions attrpath: rPackages.lemon Checking auto update branch... No auto update branch exists Old version 0.4.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.lemon 0.4.7 -> 0.4.9 https://repology.org/project/r:lemon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RFCCA, using log file: /var/log/nixpkgs-update/rPackages.RFCCA/2024-03-14.log rPackages.RFCCA 1.0.12 -> 2.0.0 https://repology.org/project/r:rfcca/versions attrpath: rPackages.RFCCA Checking auto update branch... No auto update branch exists Old version 1.0.12" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RFCCA 1.0.12 -> 2.0.0 https://repology.org/project/r:rfcca/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath v2ray-domain-list-community, using log file: /var/log/nixpkgs-update/v2ray-domain-list-community/2024-03-14.log v2ray-domain-list-community 20240310062737 -> 20240311084253 https://github.com/v2fly/domain-list-community/releases attrpath: v2ray-domain-list-community 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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#v2ray-domain-list-community.src --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/v2ray-domain-list-community' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#v2ray-domain-list-community.originalSrc --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/v2ray-domain-list-community' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/v2ray-domain-list-community' does not provide attribute 'packages.x86_64-linux.v2ray-domain-list-community.originalSrc', 'legacyPackages.x86_64-linux.v2ray-domain-list-community.originalSrc' or 'v2ray-domain-list-community.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#v2ray-domain-list-community --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/v2ray-domain-list-community' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ [result] Failed to update v2ray-domain-list-community 20240310062737 -> 20240311084253 https://github.com/v2fly/domain-list-community/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parver, using log file: /var/log/nixpkgs-update/python311Packages.parver/2024-03-14.log python311Packages.parver 0 -> 1 attrpath: python311Packages.parver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8c2hzxzyrm5hq98pb5rsyjh0qnsvnx7r-packages.json.drv building '/nix/store/8c2hzxzyrm5hq98pb5rsyjh0qnsvnx7r-packages.json.drv'... Going to be running update for following packages: - python3.11-parver-0.5 Press Enter key to continue... Running update for: - python3.11-parver-0.5: UPDATING ... - python3.11-parver-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.switchboard-plug-power, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-power/2024-03-14.log pantheon.switchboard-plug-power 0 -> 1 attrpath: pantheon.switchboard-plug-power Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wzxywbccg0dhsf4xrkp23n9pr0h62vhd-packages.json.drv building '/nix/store/wzxywbccg0dhsf4xrkp23n9pr0h62vhd-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-power-2.7.0 Press Enter key to continue... Running update for: - switchboard-plug-power-2.7.0: UPDATING ... - switchboard-plug-power-2.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-power 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinx-material, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-material/2024-03-14.log python311Packages.sphinx-material 0 -> 1 attrpath: python311Packages.sphinx-material Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k93a7hrrmcn86x427xh5cymra2wrixxx-packages.json.drv building '/nix/store/k93a7hrrmcn86x427xh5cymra2wrixxx-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-material-0.0.36 Press Enter key to continue... Running update for: - python3.11-sphinx-material-0.0.36: UPDATING ... - python3.11-sphinx-material-0.0.36: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-material 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-14.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] this derivation will be built: /nix/store/9sl17ix5s1r8zy1viw1423s94z8dqk3g-packages.json.drv building '/nix/store/9sl17ix5s1r8zy1viw1423s94z8dqk3g-packages.json.drv'... Going to be running update for following packages: - pgadmin-8.3 Press Enter key to continue... Running update for: - pgadmin-8.3: UPDATING ... - pgadmin-8.3: 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 python311Packages.brotli, using log file: /var/log/nixpkgs-update/python311Packages.brotli/2024-03-14.log python311Packages.brotli 0 -> 1 attrpath: python311Packages.brotli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ks474cmb43jiibvdgvzyrza6y0b9vxl0-packages.json.drv building '/nix/store/ks474cmb43jiibvdgvzyrza6y0b9vxl0-packages.json.drv'... Going to be running update for following packages: - python3.11-brotli-1.1.0 Press Enter key to continue... Running update for: - python3.11-brotli-1.1.0: UPDATING ... - python3.11-brotli-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.brotli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath criterion, using log file: /var/log/nixpkgs-update/criterion/2024-03-14.log criterion 2.4.1 -> 2.4.2 https://github.com/Snaipe/Criterion/releases attrpath: criterion 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/criterion/default.nix b/pkgs/development/libraries/criterion/default.nix index 9b3304f6012f..eec657f0676f 100644 --- a/pkgs/development/libraries/criterion/default.nix +++ b/pkgs/development/libraries/criterion/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "criterion"; - version = "2.4.1"; + version = "2.4.2"; src = fetchFromGitHub { owner = "Snaipe"; repo = "Criterion"; rev = "v${version}"; - sha256 = "KT1XvhT9t07/ubsqzrVUp4iKcpVc1Z+saGF4pm2RsgQ="; + sha256 = "sha256-5GH7AYjrnBnqiSmp28BoaM1Xmy8sPs1atfqJkGy3Yf0="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A criterion nix build failed. Compiler for C supports arguments -fvisibility=hidden: YES Compiler for C supports arguments -fexceptions: YES Compiler for C supports arguments /SAFESEH:NO: NO Compiler for C supports arguments /source-charset:utf-8: NO Checking for function "clock_gettime" : YES Checking for function "fopencookie" : YES Checking for function "funopen" : NO Checking for function "getcwd" : YES Checking for function "isatty" : YES Checking for function "nl_langinfo" : YES Checking for function "open_memstream" : YES Checking for function "strtok_r" : YES Checking for function "strtok_s" : NO Header "time.h" has symbol "CLOCK_MONOTONIC_RAW" : YES Checking for function "GetCurrentDirectory" : NO Checking for function "PathIsRelative" : NO Has header "synchapi.h" : NO Program gettext found: YES (/nix/store/c34vc40ksciy7y2w1d410gwragbx8sch-gettext-0.21.1/bin/gettext) Program msgfmt found: YES (/nix/store/c34vc40ksciy7y2w1d410gwragbx8sch-gettext-0.21.1/bin/msgfmt) Program msginit found: YES (/nix/store/c34vc40ksciy7y2w1d410gwragbx8sch-gettext-0.21.1/bin/msginit) Program msgmerge found: YES (/nix/store/c34vc40ksciy7y2w1d410gwragbx8sch-gettext-0.21.1/bin/msgmerge) Program xgettext found: YES (/nix/store/c34vc40ksciy7y2w1d410gwragbx8sch-gettext-0.21.1/bin/xgettext) Found pkg-config: YES (/nix/store/a3752l19hc76dmzh1wgrxbsxh6lfx67z-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.2 Found CMake: /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/bin/cmake (3.28.3) Run-time dependency debugbreak found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency debugbreak meson.build:141:13: ERROR: Automatic wrap-based subproject downloading is disabled A full log can be found at /build/source/build/meson-logs/meson-log.txt [result] Failed to update criterion 2.4.1 -> 2.4.2 https://github.com/Snaipe/Criterion/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-14.log suitesparse 5.13.0 -> 7.6.1 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..9837b97eb817 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.1"; outputs = [ "out" "dev" "doc" ]; @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { owner = "DrTimothyAldenDavis"; repo = "SuiteSparse"; rev = "v${version}"; - sha256 = "sha256-Anen1YtXsSPhk8DpA4JtADIz9m8oXFl9umlkb4iImf8="; + sha256 = "sha256-+IqyUL4krscIC2syzkdMeDD8hyS5t0zDLZm3VG+U/M4="; }; 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.1/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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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/r89b3jb4aaks2xq9zqwl0n7s62b63lfc-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash INSTALL=/nix/store/igcnshngsflpdma49bch88g0nzs5cz7g-suitesparse-7.6.1 INSTALL_INCLUDE=/nix/store/v8qycwskwxm3i6j9xbn8692rd2i0brqg-suitesparse-7.6.1-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/4vzal97iq3dmrgycj8r0gflrh51p8w1s-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.1 https://github.com/DrTimothyAldenDavis/SuiteSparse/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lizardfs, using log file: /var/log/nixpkgs-update/lizardfs/2024-03-14.log lizardfs 3.13.0-rc3 -> 3.13.0 https://repology.org/project/lizardfs/versions attrpath: lizardfs Checking auto update branch... No auto update branch exists 3.13.0 is not newer than 3.13.0-rc3 according to Nix; versionComparison: -1 [result] Failed to update lizardfs 3.13.0-rc3 -> 3.13.0 https://repology.org/project/lizardfs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-14.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] Success [updateScript] this derivation will be built: /nix/store/2jnr26smllvagycf0aagbx0z5d1v5msg-packages.json.drv building '/nix/store/2jnr26smllvagycf0aagbx0z5d1v5msg-packages.json.drv'... 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: DONE. Packages updated! The diff was empty after rewrites. [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-14.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] this derivation will be built: /nix/store/g4na0l3h37cyhlzyvxwbkgp9z6r6phw3-packages.json.drv building '/nix/store/g4na0l3h37cyhlzyvxwbkgp9z6r6phw3-packages.json.drv'... 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-14.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] this derivation will be built: /nix/store/1vs6j7xplfp9xq8b4a3x98cmna0nmv84-packages.json.drv building '/nix/store/1vs6j7xplfp9xq8b4a3x98cmna0nmv84-packages.json.drv'... 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 php83, using log file: /var/log/nixpkgs-update/php83/2024-03-14.log php83 0 -> 1 attrpath: php83 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/8j26dhxhqpay1p6y7dvdrdnfb5br480j-php83-update-script.drv /nix/store/p9hzg8vr0nx0b1px10xlfm30vzla9sgb-packages.json.drv building '/nix/store/8j26dhxhqpay1p6y7dvdrdnfb5br480j-php83-update-script.drv'... building '/nix/store/p9hzg8vr0nx0b1px10xlfm30vzla9sgb-packages.json.drv'... Going to be running update for following packages: - php-with-extensions-8.3.3 Press Enter key to continue... Running update for: - php-with-extensions-8.3.3: UPDATING ... - php-with-extensions-8.3.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/interpreters/php/8.3.nix b/pkgs/development/interpreters/php/8.3.nix index ee2bf413a426..4af1662b3694 100644 --- a/pkgs/development/interpreters/php/8.3.nix +++ b/pkgs/development/interpreters/php/8.3.nix @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { - version = "8.3.3"; - hash = "sha256-qvthO6eVlKI/5yL46QrUczAGEL+A50uKpS2pysLcTio="; + version = "8.3.4"; + hash = "sha256-PFyvGODAokOq7JE6OeywkgQxla3eTD/ELpRdpbkndpU="; }); in base.withExtensions ({ all, ... }: with all; ([ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/5p80qm1abszkbdrxmp942ddxfrv18cad-php-with-extensions-8.3.4" [check][nixpkgs-review]